Hello community,

here is the log from the commit of package liblognorm for openSUSE:Factory 
checked in at 2015-01-23 15:47:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-10-23 
14:20:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.liblognorm.new/liblognorm.changes       
2015-01-23 15:47:39.000000000 +0100
@@ -1,0 +2,7 @@
+Thu Jan 22 21:45:26 UTC 2015 - [email protected]
+
+- liblognorm 1.1.0:
+  + added regular expression support
+- fix SLE11/12 build
+
+-------------------------------------------------------------------

Old:
----
  liblognorm-1.0.1.tar.gz

New:
----
  liblognorm-1.1.0.tar.gz

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

Other differences:
------------------
++++++ liblognorm.spec ++++++
--- /var/tmp/diff_new_pack.bQzet8/_old  2015-01-23 15:47:41.000000000 +0100
+++ /var/tmp/diff_new_pack.bQzet8/_new  2015-01-23 15:47:41.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package liblognorm
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,28 +17,28 @@
 
 
 %define sover 1
-%bcond_without html_docs
+%define with_html_docs 0%{?suse_version} >= 1310 && 0%{?suse_version} != 1315
 Name:           liblognorm
-Version:        1.0.1
+Version:        1.1.0
 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
-
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} >= 1210
-BuildRequires:  pkgconfig(pkg-config) >= 0.9.0
 BuildRequires:  pkgconfig(json-c)
 BuildRequires:  pkgconfig(libestr)
+BuildRequires:  pkgconfig(libpcre)
+BuildRequires:  pkgconfig(pkg-config) >= 0.9.0
 %else
-BuildRequires:  pkg-config >= 0.9.0
-BuildRequires:  libjson-c-devel
 BuildRequires:  libestr-devel
+BuildRequires:  libjson-c-devel
+BuildRequires:  pcre-devel
+BuildRequires:  pkg-config >= 0.9.0
 %endif
-
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if %{with html_docs}
+%if %{with_html_docs}
 BuildRequires:  python-sphinx
 %endif
 
@@ -122,7 +122,8 @@
 %build
 %configure \
        --disable-static \
-%if %{with html_docs}
+       --enable-regexp \
+%if %{with_html_docs}
        --docdir=%{_docdir}/%{name} \
 %else
        --disable-docs \
@@ -136,7 +137,7 @@
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
 find %{buildroot} -type f -name "*.la" -delete -print
-%if %{with html_docs}
+%if %{with_html_docs}
 rm %{buildroot}/%{_docdir}/%{name}/.buildinfo
 %endif
 
@@ -153,7 +154,7 @@
 %files devel
 %defattr(-,root,root)
 %doc COPYING NEWS README AUTHORS ChangeLog
-%if %{with html_docs}
+%if %{with_html_docs}
 %doc %{_docdir}/%{name}
 %endif
 %{_includedir}/*

++++++ liblognorm-1.0.1.tar.gz -> liblognorm-1.1.0.tar.gz ++++++
++++ 4483 lines of diff (skipped)

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

Reply via email to