Hello community,

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

Package is "fityk"

Changes:
--------
--- /work/SRC/openSUSE:Factory/fityk/fityk.changes      2017-01-09 
11:00:32.822854615 +0100
+++ /work/SRC/openSUSE:Factory/.fityk.new/fityk.changes 2017-02-07 
12:04:08.403912846 +0100
@@ -1,0 +2,10 @@
+Fri Feb  3 16:19:18 UTC 2017 - jeng...@inai.de
+
+- Direct-invoke ldconfig. Update RPM groups.
+
+-------------------------------------------------------------------
+Wed Feb  1 10:46:51 UTC 2017 - adam.ma...@suse.de
+
+- use individual libboost-*-devel packages instead of boost-devel
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ fityk.spec ++++++
--- /var/tmp/diff_new_pack.uiiEjc/_old  2017-02-07 12:04:08.867847212 +0100
+++ /var/tmp/diff_new_pack.uiiEjc/_new  2017-02-07 12:04:08.867847212 +0100
@@ -25,7 +25,11 @@
 Group:          Productivity/Scientific/Math
 Url:            http://fityk.nieto.pl/
 Source:         
https://github.com/wojdyr/fityk/releases/download/v%{version}/fityk-%{version}.tar.bz2
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_headers-devel
+%else
 BuildRequires:  boost-devel >= 1.35
+%endif
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -69,7 +73,7 @@
 
 %package        devel
 Summary:        Header files, libraries and development documentation for 
%{name}
-Group:          Development/Libraries
+Group:          Development/Libraries/C and C++
 Requires:       lib%{name}%{somajor} = %{version}
 
 %description    devel
@@ -107,11 +111,8 @@
 rm %{buildroot}/%{_libdir}/*.la
 %fdupes %{buildroot}%{py_sitedir}
 
-%post -n lib%{name}%{somajor}
-/sbin/ldconfig
-
-%postun -n lib%{name}%{somajor}
-/sbin/ldconfig
+%post   -n lib%{name}%{somajor} -p /sbin/ldconfig
+%postun -n lib%{name}%{somajor} -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)


Reply via email to