Hello community, here is the log from the commit of package liblognorm for openSUSE:Factory checked in at 2015-03-18 13:03:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/liblognorm (Old) and /work/SRC/openSUSE:Factory/.liblognorm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "liblognorm" Changes: -------- --- /work/SRC/openSUSE:Factory/liblognorm/liblognorm.changes 2015-01-23 15:47:39.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.liblognorm.new/liblognorm.changes 2015-03-18 13:03:52.000000000 +0100 @@ -1,0 +2,12 @@ +Tue Mar 10 19:47:48 UTC 2015 - [email protected] + +- liblognorm 1.1.1 + * fixed library version numbering (2) + * added new parser syntaxes + * bugfix: function ln_parseFieldDescr() returns state value + due to unitialized variable. This can also lead to invalid + returning no sample node where one would have to be created. +- add configuration to continue to build documentation +- new tests added in this release are APACHE-2.0 licenced + +------------------------------------------------------------------- Old: ---- liblognorm-1.1.0.tar.gz New: ---- liblognorm-1.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ liblognorm.spec ++++++ --- /var/tmp/diff_new_pack.TQG24I/_old 2015-03-18 13:03:53.000000000 +0100 +++ /var/tmp/diff_new_pack.TQG24I/_new 2015-03-18 13:03:53.000000000 +0100 @@ -16,13 +16,13 @@ # -%define sover 1 +%define sover 2 %define with_html_docs 0%{?suse_version} >= 1310 && 0%{?suse_version} != 1315 Name: liblognorm -Version: 1.1.0 +Version: 1.1.1 Release: 0 Summary: Library and tool to normalize log data -License: LGPL-2.1+ +License: LGPL-2.1+ and Apache-2.0 Group: Development/Libraries/C and C++ Url: http://www.liblognorm.com/ Source0: http://www.liblognorm.com/files/download/liblognorm-%{version}.tar.gz @@ -124,6 +124,7 @@ --disable-static \ --enable-regexp \ %if %{with_html_docs} + --enable-docs \ --docdir=%{_docdir}/%{name} \ %else --disable-docs \ @@ -131,9 +132,6 @@ make %{?_smp_mflags} -%check -make check %{?_smp_mflags} - %install make DESTDIR=%{buildroot} install %{?_smp_mflags} find %{buildroot} -type f -name "*.la" -delete -print @@ -141,6 +139,9 @@ rm %{buildroot}/%{_docdir}/%{name}/.buildinfo %endif +%check +make check %{?_smp_mflags} + %post -n liblognorm%{sover} -p /sbin/ldconfig %postun -n liblognorm%{sover} -p /sbin/ldconfig ++++++ liblognorm-1.1.0.tar.gz -> liblognorm-1.1.1.tar.gz ++++++ ++++ 4621 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
