File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1+ 2023-10-22 unirec-3.0.0
2+ * add nemea++ API for C++ to support development of NEMEA modules
3+
142022-12-27 unirec-2.9.7
25 * rpm: skip installation of .la files
36 * bugfix: ur_expand_template() bad reallocation
Original file line number Diff line number Diff line change 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+
172022-12-27 (Tomas Cejka): rpm: skip installation of .la files
282022-12-11 (Tomas Cejka): unirec: test resize: add more updates of template
392022-12-11 (Tomas Cejka): unirec: fix ur_expand_template()
Original file line number Diff line number Diff line change 22# Process this file with autoconf to produce a configure script.
33
44AC_PREREQ ( [ 2.63] )
5- AC_INIT ( [ unirec] ,
[ 2.9.7 ] ,
[ [email protected] ] ) 5+ AC_INIT ( [ unirec] ,
[ 3.0.0 ] ,
[ [email protected] ] ) 66AC_CONFIG_SRCDIR ( [ unirec.c] )
77AC_CONFIG_HEADERS ( [ config.h] )
88AM_INIT_AUTOMAKE ( [ subdir-objects silent-rules] )
99AM_SILENT_RULES ([ yes] )
10- RELEASE=99
10+ RELEASE=1
1111AC_SUBST ( RELEASE )
1212USERNAME=`git config --get user.name`
1313USERMAIL=`git config --get user.email`
@@ -62,8 +62,6 @@ AC_FUNC_MALLOC
6262AC_FUNC_REALLOC
6363AC_FUNC_MKTIME
6464
65- RPM_RELEASE=1
66- AC_SUBST ( RPM_RELEASE )
6765AM_CONDITIONAL(MAKE_RPMS, test x$RPMBUILD != x)
6866
6967AM_CONDITIONAL(MAKE_DEB, test x$DEBUILD != x)
You can’t perform that action at this time.
0 commit comments