Hello community,

here is the log from the commit of package liblognorm for openSUSE:Factory 
checked in at 2014-04-13 13:15:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2014-01-30 
11:30:04.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.liblognorm.new/liblognorm.changes       
2014-04-13 13:15:22.000000000 +0200
@@ -1,0 +2,9 @@
+Fri Apr 11 21:24:37 UTC 2014 - [email protected]
+
+- liblognorm 1.0.1:
+  - improved doc (via RST/Sphinx)
+  - bugfix: unparsed fields were copied incorrectly
+    from non-terminated string
+  - bugfix: mandatory tag did not work in lognormalizeri
+
+-------------------------------------------------------------------

Old:
----
  liblognorm-1.0.0.tar.gz

New:
----
  liblognorm-1.0.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ liblognorm.spec ++++++
--- /var/tmp/diff_new_pack.jdbeuH/_old  2014-04-13 13:15:23.000000000 +0200
+++ /var/tmp/diff_new_pack.jdbeuH/_new  2014-04-13 13:15:23.000000000 +0200
@@ -17,19 +17,22 @@
 
 
 %define sover 1
-
+%bcond_without html_docs
 Name:           liblognorm
-Version:        1.0.0
+Version:        1.0.1
 Release:        0
 Summary:        Library and tool to normalize log data
 License:        LGPL-2.1+
 Group:          Development/Libraries/C and C++
 Url:            http://www.liblognorm.com/
 Source0:        
http://www.liblognorm.com/files/download/liblognorm-%{version}.tar.gz
-BuildRequires:  pkg-config
+BuildRequires:  pkg-config >= 0.9.0
 BuildRequires:  pkgconfig(json-c)
 BuildRequires:  pkgconfig(libestr)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%if %{with html_docs}
+BuildRequires:  python-sphinx
+%endif
 
 %description
 Liblognorm is a fast-samples based normalization library. It is a library and
@@ -109,15 +112,25 @@
 %setup -q
 
 %build
-%configure --disable-static
-%__make %{?_smp_mflags}
+%configure \
+       --disable-static \
+%if %{with html_docs}
+       --docdir=%{_docdir}/%{name} \
+%else
+       --disable-docs \
+%endif
+
+make %{?_smp_mflags}
 
 %check
-%__make check
+make check %{?_smp_mflags}
 
 %install
-%makeinstall
-rm -f "%buildroot/%_libdir"/*.la
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name "*.la" -delete -print
+%if %{with html_docs}
+rm %{buildroot}/%{_docdir}/%{name}/.buildinfo
+%endif
 
 %post -n liblognorm%{sover} -p /sbin/ldconfig
 
@@ -132,9 +145,12 @@
 %files devel
 %defattr(-,root,root)
 %doc COPYING NEWS README AUTHORS ChangeLog
+%if %{with html_docs}
+%doc %{_docdir}/%{name}
+%endif
 %{_includedir}/*
 %{_libdir}/*.so
-%_includedir/*.h
+%{_includedir}/*.h
 %{_libdir}/pkgconfig/lognorm.pc
 
 %changelog

++++++ liblognorm-1.0.0.tar.gz -> liblognorm-1.0.1.tar.gz ++++++
++++ 7813 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to