Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package raw-thumbnailer for openSUSE:Factory 
checked in at 2022-04-25 23:35:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/raw-thumbnailer (Old)
 and      /work/SRC/openSUSE:Factory/.raw-thumbnailer.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "raw-thumbnailer"

Mon Apr 25 23:35:18 2022 rev:22 rq:972500 version:3.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/raw-thumbnailer/raw-thumbnailer.changes  
2019-06-20 18:54:40.472786156 +0200
+++ 
/work/SRC/openSUSE:Factory/.raw-thumbnailer.new.1538/raw-thumbnailer.changes    
    2022-04-25 23:35:25.502407857 +0200
@@ -1,0 +2,10 @@
+Sun Apr 24 09:24:44 UTC 2022 - Atri Bhattacharya <[email protected]>
+
+- Update build system to use libopenraw-gnome-0.3 instead of
+  libopenraw-gnome-0.1.
+- Specifically require pkgconfig(libopenraw-gnome-0.3) for
+  building as we modify the build scripts to look for this and it
+  makes it easier to track build issues when libopenraw is updated
+  in the future.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ raw-thumbnailer.spec ++++++
--- /var/tmp/diff_new_pack.Ngn6KP/_old  2022-04-25 23:35:26.050408625 +0200
+++ /var/tmp/diff_new_pack.Ngn6KP/_new  2022-04-25 23:35:26.054408631 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package raw-thumbnailer
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 Summary:        RAW images thumbnailer for GNOME
 License:        GPL-2.0-or-later
 Group:          Productivity/Graphics/Other
-Url:            http://libopenraw.freedesktop.org
+URL:            http://libopenraw.freedesktop.org
 Source0:        
http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.bz2
 Summary(ru):   ?????????????????? ???????????????? RAW ?????????????????????? 
?????? GNOME
 # PATCH-FEATURE-UPSTREAM raw-thumbnailer-3.0.0-add-Panasonic.patch 
[email protected] -- Add support for image/x-panasonic-raw and 
image/x-panasonic-raw2.
@@ -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-0.3)
 Requires:       shared-mime-info >= 0.90
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -44,15 +44,15 @@
 
 %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*
+if pkg-config --exists libopenraw-gnome-0.3; then
+  sed -i "s/libopenraw-gnome-1.0/libopenraw-gnome-0.3/g" configure*
 fi
 %patch0
 %patch1
 
 %build
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install

Reply via email to