Hello community,
here is the log from the commit of package gnome-color-manager for
openSUSE:Factory checked in at 2018-02-03 15:38:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-color-manager (Old)
and /work/SRC/openSUSE:Factory/.gnome-color-manager.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-color-manager"
Sat Feb 3 15:38:37 2018 rev:60 rq:572080 version:3.26.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-color-manager/gnome-color-manager.changes
2017-09-13 21:49:42.842601397 +0200
+++
/work/SRC/openSUSE:Factory/.gnome-color-manager.new/gnome-color-manager.changes
2018-02-03 15:38:37.420241433 +0100
@@ -1,0 +2,6 @@
+Mon Jan 29 19:48:52 UTC 2018 - [email protected]
+
+- Add 0001-build-Set-PKGDATADIR-to-gnome-color-manager.patch:
+ data files where looked up in the wrong directory
+
+-------------------------------------------------------------------
New:
----
0001-build-Set-PKGDATADIR-to-gnome-color-manager.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-color-manager.spec ++++++
--- /var/tmp/diff_new_pack.4dTE6k/_old 2018-02-03 15:38:38.208204629 +0100
+++ /var/tmp/diff_new_pack.4dTE6k/_new 2018-02-03 15:38:38.212204442 +0100
@@ -1,7 +1,7 @@
#
# spec file for package gnome-color-manager
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Luis Medinas, Portugal
#
# All modifications and additions to the file contributed by third parties
@@ -27,6 +27,8 @@
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
BuildRequires: docbook-utils
BuildRequires: gcc-c++
BuildRequires: libtiff-devel
@@ -64,6 +66,7 @@
%prep
%setup -q
%patch0 -p1
+%patch1 -p1
translation-update-upstream
%build
++++++ 0001-build-Set-PKGDATADIR-to-gnome-color-manager.patch ++++++
>From 635ee49b83db46d2623826928cfa5202bdf1402a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stefan=20Br=C3=BCns?= <[email protected]>
Date: Mon, 29 Jan 2018 20:45:01 +0100
Subject: [PATCH] build: Set PKGDATADIR to gnome-color-manager
It was set to gnome-software, which made any of the gcm-*
tools unable to find any of its data files.
https://bugzilla.gnome.org/show_bug.cgi?id=791158
---
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meson.build b/meson.build
index 3fd0963..d304ed1 100644
--- a/meson.build
+++ b/meson.build
@@ -85,7 +85,7 @@ prefixed_localedir = join_paths(get_option('prefix'),
get_option('localedir'))
prefixed_libexecdir = join_paths(get_option('prefix'),
get_option('libexecdir'))
prefixed_mandir = join_paths(get_option('prefix'), get_option('mandir'))
prefixed_datadir = join_paths(get_option('prefix'), get_option('datadir'))
-prefixed_pkgdatadir = join_paths(get_option('prefix'), get_option('datadir'),
'gnome-software')
+prefixed_pkgdatadir = join_paths(get_option('prefix'), get_option('datadir'),
'gnome-color-manager')
libgio = dependency('gio-2.0', version : '>= 2.25.9')
libgtk = dependency('gtk+-3.0', version : '>= 2.91.0')
--
2.16.1