[truezip] Patch to fix bouncycastle API changes

Gerard Ryan galileo at fedoraproject.org
Wed Feb 26 20:56:49 UTC 2014


commit 1c3f91d01bd65f71d83b596e90a1282bb9a91748
Author: Gerard Ryan <gerard at ryan.lt>
Date:   Wed Feb 26 20:20:40 2014 +0000

    Patch to fix bouncycastle API changes

 truezip.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/truezip.spec b/truezip.spec
index d5d4fe3..253f646 100644
--- a/truezip.spec
+++ b/truezip.spec
@@ -1,6 +1,6 @@
 Name:		truezip
 Version:	7.7.5
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Java based VFS for treating archive files as virtual directories
 
 Group:		Development/Libraries
@@ -12,6 +12,8 @@ URL:		http://truezip.java.net/
 Source0:	%{name}-%{version}.tar.gz
 Source1:	http://www.eclipse.org/legal/epl-v10.html
 
+# bouncycastle-1.50 has some small api changes
+Patch0:     %{name}-bouncycastle-api-change.patch
 
 BuildArch:	noarch
 
@@ -229,6 +231,8 @@ find -type f -name *.zip -delete
 find -type f -name *.jar -delete
 find -type f -name *.class -delete
 
+%patch0
+
 # Add jsr-305 as dependency for javax.annotation.concurrent
 %pom_add_dep org.jsr-305:ri
 
@@ -269,6 +273,9 @@ find -name pom.xml -exec \
 %files swing -f .mfiles-%{name}-swing
 
 %changelog
+* Wed Feb 26 2014 Gerard Ryan <galileo at fedoraproject.org> - 7.7.5-2
+- Patch to fix bouncycastle API changes
+
 * Tue Feb 25 2014 Gerard Ryan <galileo at fedoraproject.org> - 7.7.5-1
 - RHBZ#1068570: Switch to java-headless (build)requires
 - RHBZ#1030946: Update to upstream version 7.7.5


More information about the scm-commits mailing list