[truezip] RHBZ#1030946: Update to upstream version 7.7.5

Gerard Ryan galileo at fedoraproject.org
Tue Feb 25 21:19:21 UTC 2014


commit e528db7cb10c632c59db17a627d6e5221f6669e6
Author: Gerard Ryan <gerard at ryan.lt>
Date:   Tue Feb 25 21:19:44 2014 +0000

    RHBZ#1030946: Update to upstream version 7.7.5

 truezip.spec |   15 +++++----------
 1 files changed, 5 insertions(+), 10 deletions(-)
---
diff --git a/truezip.spec b/truezip.spec
index 92b8feb..d5d4fe3 100644
--- a/truezip.spec
+++ b/truezip.spec
@@ -1,6 +1,6 @@
 Name:		truezip
-Version:	7.7.4
-Release:	11%{?dist}
+Version:	7.7.5
+Release:	1%{?dist}
 Summary:	Java based VFS for treating archive files as virtual directories
 
 Group:		Development/Libraries
@@ -8,7 +8,7 @@ License:	EPL
 URL:		http://truezip.java.net/
 
 # hg clone https://hg.java.net/hg/truezip~v7 && cd truezip~v7/
-# hg archive -r truezip-7.7.4 truezip-7.7.4.tar.gz -X ".hg*"
+# hg archive -r truezip-7.7.5 truezip-7.7.5.tar.gz -X ".hg*"
 Source0:	%{name}-%{version}.tar.gz
 Source1:	http://www.eclipse.org/legal/epl-v10.html
 
@@ -241,12 +241,6 @@ find -type f -name *.class -delete
 find -name pom.xml -exec \
 	sed -i -e "s/\${project.groupId}/de.schlichtherle.truezip/g" -e "s/\${project.version}/%{version}/g" {} \;
 
-# Compile fails without this because of duplicated/ambiguous constants
-pushd truezip-driver/truezip-driver-tar/src/main/java/de/schlichtherle/truezip/fs/archive/tar/
-	sed -i 's/DEFAULT_RCDSIZE/TarDriver.DEFAULT_RCDSIZE/g' TarInputShop.java
-	sed -i 's/DEFAULT_BLKSIZE/TarDriver.DEFAULT_BLKSIZE/g' TarInputShop.java
-popd
-
 %pom_disable_module %{name}-archetype
 
 
@@ -275,8 +269,9 @@ popd
 %files swing -f .mfiles-%{name}-swing
 
 %changelog
-* Tue Feb 25 2014 Gerard Ryan <galileo at fedoraproject.org> - 7.7.4-11
+* 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
 
 * Sat Dec 28 2013 Gerard Ryan <galileo at fedoraproject.org> - 7.7.4-10
 - Rebuild with new findbugs-2.0.3


More information about the scm-commits mailing list