[mate-system-monitor] add patches to spec file

Wolfgang Ulbrich raveit65 at fedoraproject.org
Fri Jul 26 13:21:41 UTC 2013


commit 518cd9a20dba886cf3d0138f07373cfe344dbf7e
Author: raveit65 <chat-to-me at raveit.de>
Date:   Fri Jul 26 15:21:25 2013 +0200

    add patches to spec file

 mate-system-monitor.spec |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/mate-system-monitor.spec b/mate-system-monitor.spec
index ed62007..fce8682 100644
--- a/mate-system-monitor.spec
+++ b/mate-system-monitor.spec
@@ -7,6 +7,13 @@ License:        GPLv2+
 URL:            http://mate-desktop.org
 Source0:        http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
 
+# upstream patches
+Patch0:         mate-system-monitor_add-manpage.patch
+Patch1:         mate-system-monitor_fix-indentation.patch
+# upstream patch to fix rhbz (#888696)
+# http://git.mate-desktop.org/mate-system-monitor/commit/?id=0eda7f51e3612b50da0985fa5399c99f446890db
+Patch2:         mate-system-monitor_Check-if-cpu-color-key-exists.patch
+
 BuildRequires: libgtop2-devel
 BuildRequires: desktop-file-utils
 BuildRequires: libmatewnck-devel
@@ -34,6 +41,9 @@ such as CPU and memory.
 
 %prep
 %setup -q
+%patch0 -p1 -b .manpage
+%patch1 -p1 -b .indentation
+%patch2 -p1 -b .cpu-color
 NOCONFIGURE=1 ./autogen.sh
 
 %build
@@ -73,6 +83,10 @@ fi
 
 
 %changelog
+* Fri Jul 26 2013 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.6.0-2
+- add upstream patch to fix rhbz (#888696)
+- add upstream patch to add manpages
+
 * Wed Apr 03 2013 Dan Mashal <dan.mashal at fedoraproject.org> - 1.6.0-1
 - Update to latest 1.6.0 stable release.
 


More information about the scm-commits mailing list