[mate-panel] fix rhbz (#1023604)

Wolfgang Ulbrich raveit65 at fedoraproject.org
Fri Nov 28 21:00:14 UTC 2014


commit c33c95efa095bcf52773c7d117c4e64f6a5d14a0
Author: raveit65 <chat-to-me at raveit.de>
Date:   Fri Nov 28 21:59:37 2014 +0100

    fix rhbz (#1023604)

 mate-panel.spec |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)
---
diff --git a/mate-panel.spec b/mate-panel.spec
index ff5f76b..a810cb6 100644
--- a/mate-panel.spec
+++ b/mate-panel.spec
@@ -14,7 +14,7 @@
 
 Name:           mate-panel
 Version:        %{branch}.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 #Release:        0.1%{?git_rel}%{?dist}
 Summary:        MATE Desktop panel and applets
 #libs are LGPLv2+ applications GPLv2+
@@ -29,6 +29,11 @@ URL:            http://mate-desktop.org
 
 Source1:        mate-panel_fedora.layout
 
+# rhbz (#1023604)
+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
 Requires:       mate-session-manager
@@ -75,6 +80,9 @@ Development files for mate-panel
 %prep
 %setup -q%{!?rel_build:n %{name}-%{commit}}
 
+%patch1 -p1 -b .container
+%patch2 -p1 -b .timezone
+
 # To work around rpath
 autoreconf -fi
 
@@ -168,6 +176,10 @@ update-desktop-database &> /dev/null || :
 
 
 %changelog
+* Sun Nov 23 2014 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.9.3-2
+- fix rhbz (#1023604)
+- timezone fix
+
 * Sun Nov 23 2014 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.9.3-1
 - update to 1.9.3 release
 


More information about the scm-commits mailing list