[eclipse-jgit] Fix compile against latest args4j.

Alexander Kurtakov akurtakov at fedoraproject.org
Wed May 21 19:17:30 UTC 2014


commit 996f039aec563980a2dad018db5bff4fc5427591
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Wed May 21 22:16:59 2014 +0300

     Fix compile against latest args4j.

 eclipse-jgit.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/eclipse-jgit.spec b/eclipse-jgit.spec
index 8558d37..250eb04 100644
--- a/eclipse-jgit.spec
+++ b/eclipse-jgit.spec
@@ -7,7 +7,7 @@
 
 Name:           %{?scl_prefix}eclipse-jgit
 Version:        3.3.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Eclipse JGit
 
 Group:          Development/Tools
@@ -99,6 +99,7 @@ sed -i -e "s/javaewah/com.googlecode.javaewah.JavaEWAH/g" org.eclipse.jgit.packa
 sed -i -e 's/\, multiValued = true//' org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Status.java
 sed -i -e 's/0.7.9,0.8.0/0.7.9,0.9.0/g' org.eclipse.jgit/META-INF/MANIFEST.MF
 sed -i -e 's/0.7.9,0.8.0/0.7.9,0.9.0/g' org.eclipse.jgit.test/META-INF/MANIFEST.MF
+sed -i -e 's/o.hidden()/o.help(),o.hidden()/g' org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/opt/CmdLineParser.java
 
 
 %build
@@ -178,6 +179,9 @@ install -m 755 org.eclipse.jgit.pgm/jgit.sh %{buildroot}%{_bindir}/jgit
 %doc README.md
 
 %changelog
+* Wed May 21 2014 Alexander Kurtakov <akurtako at redhat.com> 3.3.2-2
+- Fix compile against latest args4j.
+
 * Fri Apr 25 2014 Alexander Kurtakov <akurtako at redhat.com> 3.3.2-1
 - Update to 3.3.2.
 


More information about the scm-commits mailing list