Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ufraw for openSUSE:Factory checked 
in at 2022-03-08 20:32:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ufraw (Old)
 and      /work/SRC/openSUSE:Factory/.ufraw.new.2349 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ufraw"

Tue Mar  8 20:32:01 2022 rev:52 rq:960161 version:0.22

Changes:
--------
--- /work/SRC/openSUSE:Factory/ufraw/ufraw.changes      2021-05-06 
22:53:35.630510327 +0200
+++ /work/SRC/openSUSE:Factory/.ufraw.new.2349/ufraw.changes    2022-03-11 
11:37:07.150327314 +0100
@@ -1,0 +2,15 @@
+Fri Mar  4 13:40:59 UTC 2022 - Bj??rn Lie <[email protected]>
+
+- Pkgconfig'fy spec: Align with what configure actually checks for:
+  + Drop the following BuildRequires: gimp-devel, lensfun-devel,
+    libexiv2-devel, liblcms2-devel, libpng-devel, libtiff-devel and
+    cfitsio-devel.
+  + Add the following BuildRequires: pkgconfig, pkgconfig(cfitsio),
+    pkgconfig(exiv2), pkgconfig(gimpui-2.0), pkgconfig(glib-2.0),
+    pkgconfig(gthread-2.0), pkgconfig(gtk+-2.0),
+    pkgconfig(gtkimageview), pkgconfig(lcms2), pkgconfig(lensfun),
+    pkgconfig(libpng) and pkgconfig(libtiff-4).
+- Drop ufraw-lang Recommends: No longer needed.
+- Tweak spec, use make_build macro.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ufraw.spec ++++++
--- /var/tmp/diff_new_pack.pEO3np/_old  2022-03-11 11:37:07.706327967 +0100
+++ /var/tmp/diff_new_pack.pEO3np/_new  2022-03-11 11:37:07.714327976 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ufraw
 #
-# Copyright (c) 2021 SUSE LLC
+# 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
@@ -18,6 +18,7 @@
 
 # gimptool-2.0 --gimpplugindir
 %define _gimpplugindir %(gimptool-2.0 --gimpplugindir)
+
 Name:           ufraw
 Version:        0.22
 Release:        0
@@ -26,6 +27,7 @@
 Group:          Productivity/Graphics/Other
 URL:            http://ufraw.sourceforge.net/
 Source:         
http://downloads.sourceforge.net/project/ufraw/ufraw/%{name}-%{version}/%{name}-%{version}.tar.gz
+
 Patch0:         %{name}-desktop.patch
 Patch1:         %{name}-boundary.patch
 Patch2:         %{name}-glibc210.patch
@@ -40,22 +42,24 @@
 Patch11:        06_lensfun_destroy_cleanup.patch
 Patch12:        Fix-build-with-GCC9.patch
 Patch13:        ufraw-fix-c++.patch
+
 BuildRequires:  automake
 BuildRequires:  gcc-c++
-BuildRequires:  gimp-devel
-BuildRequires:  lensfun-devel
-BuildRequires:  libexiv2-devel
-BuildRequires:  libgtkimageview-devel
 BuildRequires:  libjpeg-devel
-BuildRequires:  liblcms2-devel
-BuildRequires:  libpng-devel
 BuildRequires:  libstdc++-devel
-BuildRequires:  libtiff-devel
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
-Recommends:     %{name}-lang
-%if 0%{?suse_version} > 1310
-BuildRequires:  cfitsio-devel
-%endif
+BuildRequires:  pkgconfig(cfitsio)
+BuildRequires:  pkgconfig(exiv2) >= 0.20
+BuildRequires:  pkgconfig(gimpui-2.0)
+BuildRequires:  pkgconfig(glib-2.0) >= 2.12
+BuildRequires:  pkgconfig(gthread-2.0)
+BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(gtkimageview) >= 1.6
+BuildRequires:  pkgconfig(lcms2)
+BuildRequires:  pkgconfig(lensfun) >= 0.2.5
+BuildRequires:  pkgconfig(libpng) >= 1.2
+BuildRequires:  pkgconfig(libtiff-4)
 
 %description
 ufraw is "The Unidentified Flying Raw". It is an application to read and
@@ -99,9 +103,10 @@
 %endif
 export CXXFLAGS="$CFLAGS"
 autoreconf -fi
-%configure --enable-contrast \
+%configure \
+       --enable-contrast \
   --enable-dst-correction
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install

Reply via email to