[system-config-kdump/f16] Update to version 2.0.7

Roman Rakus rrakus at fedoraproject.org
Thu Jun 14 09:36:02 UTC 2012


commit 3c982161ccc7abf60f1b5897bbfab4ce0980b721
Author: Roman Rakus <rrakus at redhat.com>
Date:   Thu Jun 14 11:12:37 2012 +0200

    Update to version 2.0.7
    
    Signed-off-by: Roman Rakus <rrakus at redhat.com>
    
    Conflicts:
    	system-config-kdump.spec
    
    Signed-off-by: Roman Rakus <rrakus at redhat.com>

 .gitignore                                   |    1 +
 sources                                      |    2 +-
 system-config-kdump-2.0.5-dialogs-typo.patch |   21 -----------
 system-config-kdump-2.0.5-dialogs.patch      |   29 ---------------
 system-config-kdump-2.0.5-dialogs2.patch     |   21 -----------
 system-config-kdump-2.0.5-new_icon.patch     |   27 --------------
 system-config-kdump-2.0.5-typos.patch        |   48 --------------------------
 system-config-kdump.png                      |  Bin 4790 -> 0 bytes
 system-config-kdump.spec                     |   25 +++-----------
 9 files changed, 7 insertions(+), 167 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5a63b72..1a4fe92 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 system-config-kdump-2.0.4.tar.bz2
 /system-config-kdump-2.0.5.tar.bz2
+/system-config-kdump-2.0.7.tar.bz2
diff --git a/sources b/sources
index 46add9e..29187a5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0da96a8d9a3b30792d197355752e5dcb  system-config-kdump-2.0.5.tar.bz2
+43136e42211d103c319b5c97b88b604c  system-config-kdump-2.0.7.tar.bz2
diff --git a/system-config-kdump.spec b/system-config-kdump.spec
index a6ebd22..86a2e6e 100644
--- a/system-config-kdump.spec
+++ b/system-config-kdump.spec
@@ -2,8 +2,8 @@
 
 Summary: A graphical interface for configuring kernel crash dumping
 Name: system-config-kdump
-Version: 2.0.5
-Release: 6%{?dist}
+Version: 2.0.7
+Release: 1%{?dist}
 URL: http://fedorahosted.org/system-config-kdump/
 License: GPLv2+
 Group: System Environment/Base
@@ -22,36 +22,18 @@ Requires: python-slip-dbus
 Requires(pre): gtk2 >= 2.8.20
 Requires(pre): hicolor-icon-theme
 
-# new icon patch from upstream git
-Patch1: %{name}-%{version}-new_icon.patch
-Source1: %{name}.png
-
-# Fix some typos #649385
-Patch2: system-config-kdump-2.0.5-typos.patch
-
-# Fix a bug during creating dialogs
-Patch3: system-config-kdump-2.0.5-dialogs.patch
-Patch4: system-config-kdump-2.0.5-dialogs2.patch
-Patch5: system-config-kdump-2.0.5-dialogs-typo.patch
-
 %description
 system-config-kdump is a graphical tool for configuring kernel crash
 dumping via kdump and kexec.
 
 %prep
 %setup -q
-%patch1 -p1 -b .new_icon
-%patch2 -p1 -b .typos
-%patch3 -p1 -b .dialogs
-%patch4 -p1 -b .dialogs2
-%patch5 -p1 -b .dialogs-typo
 
 %build
 make
 
 %install
 rm -rf $RPM_BUILD_ROOT
-cp -p %{SOURCE1} pixmaps/
 make INSTROOT=$RPM_BUILD_ROOT install
 desktop-file-install --vendor system --delete-original       \
   --dir $RPM_BUILD_ROOT%{_datadir}/applications             \
@@ -104,6 +86,9 @@ fi
 %doc %{_datadir}/omf/system-config-kdump
 
 %changelog
+* Thu Jun 14 2012 Roman Rakus <rrakus at redhat.com> - 2.0.7-1
+- Update to 2.0.7
+
 * Wed Nov 30 2011 Roman Rakus <rrakus at redhat.com> - 2.0.5-6
 - Another typo fixed
 


More information about the scm-commits mailing list