Hello community,

here is the log from the commit of package gnome-control-center for 
openSUSE:Factory checked in at 2015-09-19 06:52:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-control-center (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-control-center.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-control-center"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gnome-control-center/gnome-control-center.changes    
    2015-08-21 08:24:48.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-control-center.new/gnome-control-center.changes
   2015-09-19 06:52:17.000000000 +0200
@@ -1,0 +2,16 @@
+Mon Aug 31 06:45:31 UTC 2015 - [email protected]
+
+- Add gnome-control-center-Pyongyang-Time.patch: North Korea
+  changed its timezone to UTC+08:30.
+- Add timezone_8.5.png, timezone_8.5_dim.png, timezone_9.png and
+  timezone_9_dim.png as source files: patch is not willing to patch
+  binary files.
+
+-------------------------------------------------------------------
+Sun Aug 30 14:48:16 UTC 2015 - [email protected]
+
+- Ensure ./panels/common/gsd-common-enums.h is created before
+  starting the full make process. In some rare cases, parallel
+  build triggers this file too late.
+
+-------------------------------------------------------------------

New:
----
  gnome-control-center-Pyongyang-Time.patch
  timezone_8.5.png
  timezone_8.5_dim.png
  timezone_9.png
  timezone_9_dim.png

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

Other differences:
------------------
++++++ gnome-control-center.spec ++++++
--- /var/tmp/diff_new_pack.uSguWK/_old  2015-09-19 06:52:18.000000000 +0200
+++ /var/tmp/diff_new_pack.uSguWK/_new  2015-09-19 06:52:18.000000000 +0200
@@ -36,7 +36,12 @@
 License:        GPL-2.0+
 Group:          System/GUI/GNOME
 Url:            http://www.gnome.org
-Source:         
http://download.gnome.org/sources/gnome-control-center/3.16/%{name}-%{version}.tar.xz
+Source0:        
http://download.gnome.org/sources/gnome-control-center/3.16/%{name}-%{version}.tar.xz
+# the timezone images should be part of Patch19 (pyongang timezone), but 
'patch' does not like binary files that much
+Source1:        timezone_8.5.png
+Source2:        timezone_8.5_dim.png
+Source3:        timezone_9.png
+Source4:        timezone_9_dim.png
 # PATCH-FEATURE-OPENSUSE gnome-control-center-allow-extra-tools-in-shell.patch 
[email protected] -- Add dconf-editor, pkg-prefs, gnome-tweak-tool and 
tracker-preferences to gnome-control-center-allow-yast-in-shell.patch so that 
they can launch from g-c-c shell like YaST does. Also change the patch with a 
more generic name.
 Patch0:         gnome-control-center-allow-extra-tools-in-shell.patch
 # PATCH-FEATURE-OPENSUSE gnome-control-center-hide-firewall-zone-entry.patch 
bnc#894394 [email protected] -- network: hide the firewall zone entry for 
firewalld, which is not used in opensuse
@@ -52,6 +57,8 @@
 Patch17:        gnome-control-center-follow-polkit-permissions-for-tz.patch
 # PATCH-FIX-UPSTREAM gnome-control-center-fix-nb-tans.patch bgo#753005 
[email protected] -- Fix translation of Keyboard brightness in Norwegian 
bokmål.
 Patch18:        gnome-control-center-fix-nb-tans.patch
+# PATCH-FIX-UPSTREAM gnome-control-center-Pyongyang-Time.patch 
[email protected] -- Fix build with new timezone data for Pyongyang time
+Patch19:        gnome-control-center-Pyongyang-Time.patch
 BuildRequires:  cups-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
@@ -197,6 +204,9 @@
 #NEEDS-REBASE
 #patch14 -p1
 %patch18 -p1
+%patch19 -p1
+# install new images for the timezone map into the source directory
+install %{S:1} %{S:2} %{S:3} %{S:4} panels/datetime/data
 
 %build
 ACLOCAL_FLAGS="-I libgd" NOCONFIGURE=1 gnome-autogen.sh
@@ -209,6 +219,9 @@
 %else
         --disable-ibus
 %endif
+pushd panels/common
+make gsd-common-enums.h
+popd
 make %{?_smp_mflags} V=1
 
 %install

++++++ gnome-control-center-Pyongyang-Time.patch ++++++
>From cc600a918b2a6c34ae81cf85ef7b49a8e3f02ee6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= <[email protected]>
Date: Tue, 18 Aug 2015 00:16:44 +0200
Subject: [PATCH 01/13] datetime: update timezones for new "Pyongyang Time"

https://bugzilla.gnome.org/show_bug.cgi?id=753643
---
 panels/datetime/datetime.gresource.xml    |   2 ++

diff --git a/panels/datetime/datetime.gresource.xml 
b/panels/datetime/datetime.gresource.xml
index 3282dcd..ccbf955 100644
--- a/panels/datetime/datetime.gresource.xml
+++ b/panels/datetime/datetime.gresource.xml
@@ -81,6 +81,8 @@
     <file alias="timezone_-8_dim.png">data/timezone_-8_dim.png</file>
     <file alias="timezone_8.png">data/timezone_8.png</file>
     <file alias="timezone_8_dim.png">data/timezone_8_dim.png</file>
+    <file alias="timezone_8.5.png">data/timezone_8.5.png</file>
+    <file alias="timezone_8.5_dim.png">data/timezone_8.5_dim.png</file>
     <file alias="timezone_8.75.png">data/timezone_8.75.png</file>
     <file alias="timezone_8.75_dim.png">data/timezone_8.75_dim.png</file>
     <file alias="timezone_-9.png">data/timezone_-9.png</file>
-- 
2.4.6


Reply via email to