Hello community,
here is the log from the commit of package raw-thumbnailer for openSUSE:Factory
checked in at 2019-06-20 18:54:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/raw-thumbnailer (Old)
and /work/SRC/openSUSE:Factory/.raw-thumbnailer.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "raw-thumbnailer"
Thu Jun 20 18:54:39 2019 rev:21 rq:707813 version:3.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/raw-thumbnailer/raw-thumbnailer.changes
2013-04-14 11:41:21.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.raw-thumbnailer.new.4811/raw-thumbnailer.changes
2019-06-20 18:54:40.472786156 +0200
@@ -1,0 +2,10 @@
+Wed Jun 5 07:19:55 UTC 2019 - Dominique Leuenberger <[email protected]>
+
+- Replace pkgconfig(libopenraw-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:
------------------
++++++ raw-thumbnailer.spec ++++++
--- /var/tmp/diff_new_pack.qP3f7C/_old 2019-06-20 18:54:41.900788113 +0200
+++ /var/tmp/diff_new_pack.qP3f7C/_new 2019-06-20 18:54:41.932788157 +0200
@@ -1,7 +1,7 @@
#
# spec file for package raw-thumbnailer
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -20,7 +20,7 @@
Version: 3.0.0
Release: 0
Summary: RAW images thumbnailer for GNOME
-License: GPL-2.0+
+License: GPL-2.0-or-later
Group: Productivity/Graphics/Other
Url: http://libopenraw.freedesktop.org
Source0:
http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.bz2
@@ -30,9 +30,9 @@
# PATCH-FIX-OPENSUSE raw-thumbnailer-3.0.0-mime-data-remove.patch
[email protected] -- remove mime type definitions - it is duplicate of definition
in shared-mime-info package.
Patch1: raw-thumbnailer-3.0.0-mime-data-remove.patch
BuildRequires: intltool
+BuildRequires: libopenraw-devel
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
BuildRequires: pkgconfig(gio-2.0)
-BuildRequires: pkgconfig(libopenraw-gnome-1.0) >= 0.0.9
Requires: shared-mime-info >= 0.90
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -44,6 +44,9 @@
%prep
%setup -q
+if pkg-config --exists libopenraw-gnome-0.1; then
+ sed -i "s/libopenraw-gnome-1.0/libopenraw-gnome-0.1/g" configure*
+fi
%patch0
%patch1
@@ -56,7 +59,8 @@
%files
%defattr(-,root,root)
-%doc NEWS COPYING ChangeLog
+%license COPYING
+%doc NEWS ChangeLog
%{_bindir}/raw-thumbnailer
%dir %{_datadir}/thumbnailers
%{_datadir}/thumbnailers/raw.thumbnailer