[mate-panel/f21] fix rhbz (#1023604)

Wolfgang Ulbrich raveit65 at fedoraproject.org
Fri Nov 28 21:27:18 UTC 2014


commit b820b6213b0a54cfcddac008d7c76789aa1ce538
Author: raveit65 <chat-to-me at raveit.de>
Date:   Fri Nov 28 22:27:04 2014 +0100

    fix rhbz (#1023604)

 mate-panel.spec |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/mate-panel.spec b/mate-panel.spec
index 4499adc..fb42e7b 100644
--- a/mate-panel.spec
+++ b/mate-panel.spec
@@ -31,6 +31,9 @@ Source1:        mate-panel_fedora.layout
 
 # try fix rhbz (#1023604)
 Patch0:         mate-panel_container-child-background.patch
+Patch1:         mate-panel_fix-container_child_background_set.patch
+# https://github.com/mate-desktop/mate-panel/pull/261
+Patch2:         mate-panel_timezone.patch
 
 Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
 # needed as nothing else requires it
@@ -78,12 +81,14 @@ Development files for mate-panel
 %prep
 %setup -q%{!?rel_build:n %{name}-%{commit}}
 %patch0 -p1 -b .container
+%patch1 -p1 -b .container2
+%patch2 -p1 -b .timezone
 
 # To work around rpath
 #autoreconf -fi
 
 # needed for git snapshots
-NOCONFIGURE=1 ./autogen.sh
+#NOCONFIGURE=1 ./autogen.sh
 
 %build
 
@@ -172,6 +177,10 @@ update-desktop-database &> /dev/null || :
 
 
 %changelog
+* Wed Oct 01 2014 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.8.1-2
+-fix rhbz (#1023604)
+- timezone fix
+
 * Wed Oct 01 2014 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.8.1-1
 - update to 1.8.1 release
 


More information about the scm-commits mailing list