Skip to content

Commit 6062724

Browse files
authored
Merge pull request #211 from CESNET/release
unirec: increased version, updated ChangeLog, released RPM package
2 parents 3335afb + 8e0ac1d commit 6062724

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

unirec/ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2023-10-22 unirec-3.0.0
2+
* add nemea++ API for C++ to support development of NEMEA modules
3+
14
2022-12-27 unirec-2.9.7
25
* rpm: skip installation of .la files
36
* bugfix: ur_expand_template() bad reallocation

unirec/NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2023-10-20 (Tomas Cejka): unirec: rpm: update build requirements - gcc-c++
2+
2023-10-20 (Tomas Cejka): unirec: update list of dirs for doc
3+
2023-10-20 (Tomas Cejka): unirec: rpm: fixed missing ur_values issue
4+
2023-10-20 (Tomas Cejka): unirec: moved headers into include/, fixed distcheck
5+
2023-10-20 (Tomas Cejka): unirec: add unirec++ by Pavel Siska et al.
6+
17
2022-12-27 (Tomas Cejka): rpm: skip installation of .la files
28
2022-12-11 (Tomas Cejka): unirec: test resize: add more updates of template
39
2022-12-11 (Tomas Cejka): unirec: fix ur_expand_template()

unirec/configure.ac

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.63])
5-
AC_INIT([unirec], [2.9.7], [[email protected]])
5+
AC_INIT([unirec], [3.0.0], [[email protected]])
66
AC_CONFIG_SRCDIR([unirec.c])
77
AC_CONFIG_HEADERS([config.h])
88
AM_INIT_AUTOMAKE([subdir-objects silent-rules])
99
AM_SILENT_RULES([yes])
10-
RELEASE=99
10+
RELEASE=1
1111
AC_SUBST(RELEASE)
1212
USERNAME=`git config --get user.name`
1313
USERMAIL=`git config --get user.email`
@@ -62,8 +62,6 @@ AC_FUNC_MALLOC
6262
AC_FUNC_REALLOC
6363
AC_FUNC_MKTIME
6464

65-
RPM_RELEASE=1
66-
AC_SUBST(RPM_RELEASE)
6765
AM_CONDITIONAL(MAKE_RPMS, test x$RPMBUILD != x)
6866

6967
AM_CONDITIONAL(MAKE_DEB, test x$DEBUILD != x)

0 commit comments

Comments
 (0)