Hello community,
here is the log from the commit of package gnome-color-manager for
openSUSE:Leap:15.2 checked in at 2020-01-30 14:49:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/gnome-color-manager (Old)
and /work/SRC/openSUSE:Leap:15.2/.gnome-color-manager.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-color-manager"
Thu Jan 30 14:49:38 2020 rev:22 rq:757845 version:3.32.0
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/gnome-color-manager/gnome-color-manager.changes
2020-01-15 15:04:27.621873802 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.gnome-color-manager.new.26092/gnome-color-manager.changes
2020-01-30 14:50:22.746901784 +0100
@@ -1,0 +2,38 @@
+Fri Mar 8 12:14:34 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 3.32.0:
+ + Use newer meson features to fix a build warning.
+ + Fix build with Exiv2 0.27.
+ + Updated translations.
+- Drop Fix-build-with-Exiv2-027.patch: Fixed upstream.
+- Update URL to gitlab home. Old URL is no longer available.
+
+-------------------------------------------------------------------
+Fri Jan 18 10:03:39 UTC 2019 - [email protected]
+
+- Add Fix-build-with-Exiv2-027.patch: Fix build with Exiv2 0.27
+ (glgo#GNOME/gnome-color-manager!1).
+
+-------------------------------------------------------------------
+Sat Sep 8 10:34:01 UTC 2018 - [email protected]
+
+- Update to version 3.30.0:
+ + Updated translations.
+- Remove lang package from recommended packages as it already
+ supplements main package (same effect, it's redundant).
+
+-------------------------------------------------------------------
+Mon Mar 12 15:32:09 UTC 2018 - [email protected]
+
+- Update to version 3.28.0:
+ + Fix the build system to be more standard conformant.
+ + Updated translations.
+- Drop 0001-build-Set-PKGDATADIR-to-gnome-color-manager.patch and
+ gnome-color-manager-meson.patch: fixed upstream.
+
+-------------------------------------------------------------------
+Wed Feb 28 16:27:39 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------
Old:
----
0001-build-Set-PKGDATADIR-to-gnome-color-manager.patch
gnome-color-manager-3.26.0.tar.xz
gnome-color-manager-meson.patch
New:
----
gnome-color-manager-3.32.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-color-manager.spec ++++++
--- /var/tmp/diff_new_pack.TaAuGK/_old 2020-01-30 14:50:23.470902168 +0100
+++ /var/tmp/diff_new_pack.TaAuGK/_new 2020-01-30 14:50:23.470902168 +0100
@@ -1,7 +1,7 @@
#
# spec file for package gnome-color-manager
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Luis Medinas, Portugal
#
# All modifications and additions to the file contributed by third parties
@@ -13,26 +13,23 @@
# 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/
#
Name: gnome-color-manager
-Version: 3.26.0
+Version: 3.32.0
Release: 0
Summary: Color management tools for GNOME
-License: GPL-2.0+
+License: GPL-2.0-or-later
Group: System/GUI/GNOME
-Url: http://projects.gnome.org/gnome-color-manager
-Source:
http://download.gnome.org/sources/gnome-color-manager/3.26/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM gnome-color-manager-meson.patch bgo#786424
[email protected] -- Do not hardcode directory names
-Patch0: gnome-color-manager-meson.patch
-# PATCH-FIX-UPSTREAM 0001-build-Set-PKGDATADIR-to-gnome-color-manager.patch
bgo#791158
-Patch1: 0001-build-Set-PKGDATADIR-to-gnome-color-manager.patch
+URL: https://gitlab.gnome.org/GNOME/gnome-color-manager
+Source:
https://download.gnome.org/sources/gnome-color-manager/3.32/%{name}-%{version}.tar.xz
+
BuildRequires: docbook-utils
BuildRequires: gcc-c++
BuildRequires: libtiff-devel
-BuildRequires: meson
+BuildRequires: meson >= 0.46.0
BuildRequires: pkgconfig
BuildRequires: translation-update-upstream
BuildRequires: update-desktop-files
@@ -49,7 +46,6 @@
Requires: argyllcms
Requires: colord
Requires: colord-color-profiles
-Recommends: %{name}-lang
# We only recommend PackageKit - knowing that some features are not available
if not present
# For managed setups, this does not matter, as the user is not supposed to be
bothered with
# such things anyway (see bnc#895997).
@@ -64,9 +60,7 @@
%lang_package
%prep
-%setup -q
-%patch0 -p1
-%patch1 -p1
+%autosetup -p1
translation-update-upstream
%build
@@ -82,14 +76,14 @@
%find_lang %{name} %{?no_lang_C}
%files
-%defattr(-, root, root)
-%doc AUTHORS COPYING MAINTAINERS README
+%license COPYING
+%doc AUTHORS MAINTAINERS README
%{_bindir}/gcm-*
%{_datadir}/applications/*.desktop
%{_datadir}/gnome-color-manager/
%doc %{_datadir}/help/C/gnome-color-manager/
%{_datadir}/icons/hicolor/*/apps/gnome-color-manager.*
-%{_mandir}/man?/*.*
+%{_mandir}/man?/*%{ext_man}
%{_libexecdir}/gcm-helper-exiv
%dir %{_datadir}/metainfo
%{_datadir}/metainfo/org.gnome.ColorProfileViewer.appdata.xml
++++++ gnome-color-manager-3.26.0.tar.xz -> gnome-color-manager-3.32.0.tar.xz
++++++
++++ 34217 lines of diff (skipped)