[jna] remove unused patch

Levente Farkas lfarkas at fedoraproject.org
Wed Mar 7 12:17:13 UTC 2012


commit 3db19968684d522626483a597e172babf40680c0
Author: Levente Farkas <lfarkas at lfarkas.org>
Date:   Wed Mar 7 13:17:00 2012 +0100

    remove unused patch

 jna-3.2.7-javadoc.patch |  173 -----------------------------------------------
 jna.spec                |    8 +-
 2 files changed, 4 insertions(+), 177 deletions(-)
---
diff --git a/jna.spec b/jna.spec
index 3d074d4..651f5e7 100644
--- a/jna.spec
+++ b/jna.spec
@@ -25,9 +25,9 @@ Patch1:         jna-3.4.0-loadlibrary.patch
 # for problems.
 Patch2:         jna-3.4.0-tests-headless.patch
 # Build using GCJ javadoc
-Patch4:         jna-3.2.7-gcj-javadoc.patch
+Patch3:         jna-3.2.7-gcj-javadoc.patch
 # junit cames from rpm
-Patch5:         jna-3.4.0-junit.patch
+Patch4:         jna-3.4.0-junit.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # We manually require libffi because find-requires doesn't work
@@ -84,8 +84,8 @@ This package contains the contributed examples for %{name}.
 sed -e 's|@JNIPATH@|%{_libdir}/%{name}|' %{PATCH1} | patch -p1
 %patch2 -p1 -b .tests-headless
 chmod -Rf a+rX,u+w,g-w,o-w .
-%patch4 -p0 -b .gcj-javadoc
-%patch5 -p1 -b .junit
+%patch3 -p0 -b .gcj-javadoc
+%patch4 -p1 -b .junit
 cp %{SOURCE1} %{SOURCE2} ./
 
 # UnloadTest fail during build since we modify class loading


More information about the scm-commits mailing list