Hello community,

here is the log from the commit of package xylib for openSUSE:Factory checked 
in at 2017-02-07 12:04:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xylib (Old)
 and      /work/SRC/openSUSE:Factory/.xylib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xylib"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xylib/xylib.changes      2017-01-09 
11:00:23.260208300 +0100
+++ /work/SRC/openSUSE:Factory/.xylib.new/xylib.changes 2017-02-07 
12:04:03.312633112 +0100
@@ -1,0 +2,10 @@
+Fri Feb  3 16:16:28 UTC 2017 - [email protected]
+
+- Direct-invoke ldconfig. Update RPM groups.
+
+-------------------------------------------------------------------
+Thu Feb  2 15:47:15 UTC 2017 - [email protected]
+
+- use individual libboost-*-devel packages instead of boost-devel
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xylib.spec ++++++
--- /var/tmp/diff_new_pack.cpsc0D/_old  2017-02-07 12:04:03.784566347 +0100
+++ /var/tmp/diff_new_pack.cpsc0D/_new  2017-02-07 12:04:03.784566347 +0100
@@ -22,10 +22,14 @@
 %define somajor 4
 Summary:        Library for reading x-y data from several file formats
 License:        LGPL-2.1+
-Group:          Development/Libraries
+Group:          Development/Libraries/C and C++
 Url:            http://xylib.sourceforge.net/
 Source:         
https://github.com/wojdyr/xylib/releases/download/v%{version}/%{name}-%{version}.tar.bz2
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_headers-devel
+%else
 BuildRequires:  boost-devel
+%endif
 BuildRequires:  gcc-c++
 BuildRequires:  libbz2-devel
 %if 0%{?suse_version} >= 1320
@@ -53,7 +57,7 @@
 
 %package        devel
 Summary:        Development files for xylib
-Group:          Development/Libraries
+Group:          Development/Libraries/C and C++
 Requires:       libxy%{somajor} = %{version}
 
 %description    devel
@@ -132,11 +136,8 @@
 %make_install
 rm %{buildroot}/%{_libdir}/*.la
 
-%post -n libxy%{somajor}
-/sbin/ldconfig
-
-%postun -n libxy%{somajor}
-/sbin/ldconfig
+%post   -n libxy%{somajor} -p /sbin/ldconfig
+%postun -n libxy%{somajor} -p /sbin/ldconfig
 
 %files -n libxy%{somajor}
 %defattr(-,root,root)


Reply via email to