Hello community,

here is the log from the commit of package tumbler for openSUSE:Factory checked 
in at 2019-06-02 09:06:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tumbler (Old)
 and      /work/SRC/openSUSE:Factory/.tumbler.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tumbler"

Sun Jun  2 09:06:59 2019 rev:31 rq: version:0.2.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/tumbler/tumbler.changes  2019-05-24 
11:30:26.913420939 +0200
+++ /work/SRC/openSUSE:Factory/.tumbler.new.5148/tumbler.changes        
2019-06-02 09:07:09.852322700 +0200
@@ -1,0 +2,10 @@
+Sun Jun  2 07:03:55 UTC 2019 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Replace pkgconfig(liopenraw-gnome-1.0) BuildRequires with
+  libopenraw-devel: the .pc file changed name between 0.0.x and
+  0.1.x. Requiring the generic -devel name is easier than following
+  upstreams namechanges.
+- In case we build against libopenraw-gnome-0.1, update the build
+  system to look for the right pc file using sed.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tumbler.spec ++++++
--- /var/tmp/diff_new_pack.Vnm8NW/_old  2019-06-02 09:07:12.464321910 +0200
+++ /var/tmp/diff_new_pack.Vnm8NW/_new  2019-06-02 09:07:12.468321910 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %bcond_with git
 %bcond_with libffmpegthumbnailer
 %define libname libtumbler-1-0
@@ -51,7 +52,7 @@
 # ODF thumbnailer plugin
 BuildRequires:  pkgconfig(libgsf-1)
 # libopenraw thumbnailer plugin
-BuildRequires:  pkgconfig(libopenraw-gnome-1.0)
+BuildRequires:  libopenraw-devel
 # freedesktop.org cache plugin
 BuildRequires:  pkgconfig(libpng)
 # OMDB cover plugin
@@ -106,6 +107,7 @@
 
 %prep
 %autosetup
+sed -i "s/libopenraw-gnome-1.0/libopenraw-gnome-0.1/g" acinclude.m4
 
 %build
 %if %{with git}


Reply via email to