Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gmic for openSUSE:Factory checked in at 2021-02-11 12:49:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gmic (Old) and /work/SRC/openSUSE:Factory/.gmic.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gmic" Thu Feb 11 12:49:20 2021 rev:14 rq:870971 version:2.9.6 Changes: -------- --- /work/SRC/openSUSE:Factory/gmic/gmic.changes 2020-11-29 12:27:56.525972675 +0100 +++ /work/SRC/openSUSE:Factory/.gmic.new.28504/gmic.changes 2021-02-11 12:52:45.001948501 +0100 @@ -1,0 +2,9 @@ +Wed Feb 10 17:06:54 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 2.9.6. No changelog. +- Drop the digikam-plugin-gmic subpackage. Integration was + removed upstream. +- Drop 0001-Don-t-use-CMake-commands-not-available-in-CMake-3.9.patch + no longer needed. + +------------------------------------------------------------------- Old: ---- 0001-Don-t-use-CMake-commands-not-available-in-CMake-3.9.patch gmic_2.9.4.tar.gz New: ---- gmic_2.9.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gmic.spec ++++++ --- /var/tmp/diff_new_pack.u8C9y6/_old 2021-02-11 12:52:46.165950105 +0100 +++ /var/tmp/diff_new_pack.u8C9y6/_new 2021-02-11 12:52:46.169950111 +0100 @@ -1,7 +1,7 @@ # # spec file for package gmic # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,19 +26,14 @@ %define _lto_cflags %{nil} %global _gimpplugindir %(gimptool-2.0 --gimpplugindir)/plug-ins -%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150200 -%bcond_without digikam_plugin -%else -%bcond_with digikam_plugin -%endif -# opencv3 is not available for ppc -%ifnarch ppc64 ppc64le +# opencv3 is not available for ppc64 +%ifnarch ppc64 %bcond_without opencv %else %bcond_with opencv %endif Name: gmic -Version: 2.9.4 +Version: 2.9.6 Release: 0 Summary: GREYC's Magick for Image Computing (denoise and others) # gmic-qt is GPL-3.0-or-later, zart is CECILL-2.0, libgmic and cli program are @@ -49,15 +44,10 @@ # Git URL: https://framagit.org/dtschump/gmic Source0: https://gmic.eu/files/source/gmic_%{version}.tar.gz Source1: gmic_qt.png -# PATCH-FIX-UPSTREAM -Patch: 0001-Don-t-use-CMake-commands-not-available-in-CMake-3.9.patch -BuildRequires: cmake >= 3.9.4 +BuildRequires: cmake >= 3.14.0 BuildRequires: fftw3-threads-devel BuildRequires: pkgconfig BuildRequires: update-desktop-files -%if %{with digikam_plugin} -BuildRequires: cmake(DigikamCore) >= 6.3.0 -%endif BuildRequires: cmake(Qt5Core) BuildRequires: cmake(Qt5Gui) BuildRequires: cmake(Qt5LinguistTools) @@ -74,12 +64,13 @@ BuildRequires: pkgconfig(libtiff-4) BuildRequires: pkgconfig(zlib) %if %{with opencv} -# gmic first looks for opencv 4 first and falls back to opencv 3 if not found. -# opencv in not available in leap <= 15.2 +# gmic first looks for opencv 4 and falls back to opencv 3 if not found. +# opencv 4 in not available in leap <= 15.3 %if 0%{?suse_version} <= 1500 BuildRequires: pkgconfig(opencv) %else BuildRequires: pkgconfig(opencv4) +BuildRequires: pkgconfig(zlib) %endif %endif @@ -130,17 +121,6 @@ %description -n krita-plugin-gmic This is a plugin for krita to provide gmic features. -%if %{with digikam_plugin} -%package -n digikam-plugin-gmic -Summary: GMIC plugin for digikam -License: GPL-3.0-or-later -Group: Productivity/Graphics/Bitmap Editors -Requires: digikam - -%description -n digikam-plugin-gmic -This is a plugin for digikam to provide gmic features. -%endif - %package zart Summary: GMIC GUI for video streams License: CECILL-2.0 @@ -180,7 +160,7 @@ # Create link for zart dynamic linking ln -s ../build/libgmic.so src/libgmic.so -# Build gmic{_gimp|_krita|_digikam}_qt +# Build gmic{_gimp|_krita}_qt pushd gmic-qt %cmake \ -DENABLE_DYNAMIC_LINKING=ON \ @@ -200,17 +180,6 @@ cd .. -%if %{with digikam_plugin} -%cmake \ - -DENABLE_DYNAMIC_LINKING=ON \ - -DGMIC_PATH=%{_builddir}/%{name}-%{version}/src \ - -DGMIC_LIB_PATH=%{_builddir}/%{name}-%{version}/build \ - -DGMIC_QT_HOST=digikam -%cmake_build - -cd .. -%endif - %cmake \ -DENABLE_DYNAMIC_LINKING=ON \ -DGMIC_PATH=%{_builddir}/%{name}-%{version}/src \ @@ -253,12 +222,6 @@ # gimp plugin install -d -m 0755 %{buildroot}%{_gimpplugindir} install -m 0755 build/gmic_gimp_qt %{buildroot}%{_gimpplugindir}/gmic_gimp_qt - -%if %{with digikam_plugin} -# digikam plugin -install -d -m 0755 %{buildroot}%{_libqt5_plugindir}/digikam/editor -install -m 0755 build/Editor_GmicQt_Plugin.so %{buildroot}%{_libqt5_plugindir}/digikam/editor/Editor_GmicQt_Plugin.so -%endif popd %if %{with opencv} @@ -294,14 +257,6 @@ %license COPYING %{_bindir}/gmic_krita_qt -%if %{with digikam_plugin} -%files -n digikam-plugin-gmic -%license COPYING -%dir %{_libqt5_plugindir}/digikam -%dir %{_libqt5_plugindir}/digikam/editor -%{_libqt5_plugindir}/digikam/editor/Editor_GmicQt_Plugin.so -%endif - %files -n libgmic1 %license COPYING %{_libdir}/libgmic.so.* ++++++ gmic_2.9.4.tar.gz -> gmic_2.9.6.tar.gz ++++++ /work/SRC/openSUSE:Factory/gmic/gmic_2.9.4.tar.gz /work/SRC/openSUSE:Factory/.gmic.new.28504/gmic_2.9.6.tar.gz differ: char 5, line 1