[proguard] forgot to remove old patch completely

François Kooman fkooman at fedoraproject.org
Tue Aug 13 13:41:07 UTC 2013


commit 3a095bfd8dbefaca6ad99a6955cd4c62b2d2577e
Author: F. Kooman <fkooman at tuxed.met>
Date:   Tue Aug 13 15:40:49 2013 +0200

    forgot to remove old patch completely

 proguard.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/proguard.spec b/proguard.spec
index 576e1f3..93cadfc 100644
--- a/proguard.spec
+++ b/proguard.spec
@@ -1,6 +1,6 @@
 Name:           proguard
 Version:        4.10
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Java class file shrinker, optimizer, obfuscator and preverifier
 
 Group:          Development/Tools
@@ -59,8 +59,6 @@ A GUI for %{name}.
 %prep
 %setup -qn %{name}%{version}
 
-%patch0 -p1
-
 # remove all jar and class files, the snippet from Packaging:Java does 
 # not work
 find -name '*.jar' -exec rm -f '{}' \;
@@ -154,6 +152,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_datadir}/icons/*/*/apps/*
 
 %changelog
+* Tue Aug 13 2013 F. Kooman <fkooman at tuxed.net> - 4.10-2
+- forgot to remove old patch completely
+
 * Tue Aug 13 2013 F. Kooman <fkooman at tuxed.net> - 4.10-1
 - update to 4.10
 


More information about the scm-commits mailing list