Hello community,

here is the log from the commit of package frogatto for 
openSUSE:Factory:NonFree checked in at 2018-01-03 13:40:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory:NonFree/frogatto (Old)
 and      /work/SRC/openSUSE:Factory:NonFree/.frogatto.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "frogatto"

Wed Jan  3 13:40:13 2018 rev:4 rq:561317 version:1.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory:NonFree/frogatto/frogatto.changes        
2017-03-12 20:06:02.100479414 +0100
+++ /work/SRC/openSUSE:Factory:NonFree/.frogatto.new/frogatto.changes   
2018-01-03 13:40:14.537191232 +0100
@@ -1,0 +2,9 @@
+Wed Jan  3 10:40:45 UTC 2018 - [email protected]
+
+- BuildRequires split libboost_(.*)-devel BuildRequires instead of
+  boost-devel: headers, regex and system.
+- Conditionalize post/postun scripts for suse_version < 1500:
+  desktop_database_* and icon_theme_* are deprectaed and expand to
+  nil on CODE 15 (functionality covered by RPM file triggers).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ frogatto.spec ++++++
--- /var/tmp/diff_new_pack.Md8sQX/_old  2018-01-03 13:40:26.813103617 +0100
+++ /var/tmp/diff_new_pack.Md8sQX/_new  2018-01-03 13:40:26.813103617 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package frogatto
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -26,7 +26,15 @@
 Source:         https://github.com/frogatto/frogatto/archive/1.3.1.zip
 Patch0:         fix-makefile.patch
 BuildRequires:  ImageMagick
+%if 0%{?suse_version} > 1330
+BuildRequires:  libboost_headers-devel
+BuildRequires:  libboost_iostreams-devel
+BuildRequires:  libboost_regex-devel
+BuildRequires:  libboost_system-devel
+BuildRequires:  libboost_thread-devel
+%else
 BuildRequires:  boost-devel
+%endif
 BuildRequires:  fdupes
 BuildRequires:  fontpackages-devel
 BuildRequires:  freeglut-devel
@@ -119,6 +127,7 @@
 # Remove Transifex configuration files
 rm -rf %{buildroot}%{_datadir}/frogatto/modules/frogatto/.tx
 
+%if 0%{?suse_version} < 1500
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -126,6 +135,7 @@
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
+%endif
 
 %files
 %defattr(-,root,root)



Reply via email to