[eclipse-jgit] Update to latest upstream release 3.5.0

Mat Booth mbooth at fedoraproject.org
Fri Oct 3 14:02:15 UTC 2014


commit c9a46b5aa6380c37b14b393b854ca304457a00d8
Author: Mat Booth <mat.booth at redhat.com>
Date:   Fri Oct 3 15:02:00 2014 +0100

    Update to latest upstream release 3.5.0

 eclipse-jgit.spec |   11 +++++------
 sources           |    2 +-
 2 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/eclipse-jgit.spec b/eclipse-jgit.spec
index 53c3aaf..6f3cb2e 100644
--- a/eclipse-jgit.spec
+++ b/eclipse-jgit.spec
@@ -1,16 +1,15 @@
 %global install_loc    %{_datadir}/eclipse/dropins/jgit
-%global version_suffix 201406201815-r
+%global version_suffix 201409260305-r
 
 %{?scl:%scl_package eclipse-jgit}
 %{!?scl:%global pkg_name %{name}}
 
 
 Name:           %{?scl_prefix}eclipse-jgit
-Version:        3.4.1
+Version:        3.5.0
 Release:        1%{?dist}
 Summary:        Eclipse JGit
 
-Group:          Development/Tools
 License:        BSD
 URL:            http://www.eclipse.org/egit/
 Source0:        http://git.eclipse.org/c/jgit/jgit.git/snapshot/jgit-%{version}.%{version_suffix}.tar.bz2
@@ -47,14 +46,12 @@ A pure Java implementation of the Git version control system.
 
 %package -n     %{?scl_prefix}jgit-javadoc
 Summary:        API documentation for %{pkg_name}
-Group:          Documentation
 
 %description -n %{?scl_prefix}jgit-javadoc
 %{summary}.
 
 %package -n     %{?scl_prefix}jgit
 Summary:        Java-based command line Git interface
-Group:          Development/Tools
 Requires:       args4j >= 2.0.12
 Requires:       apache-commons-compress
 Requires:       xz-java >= 1.1-2
@@ -98,7 +95,6 @@ sed -i -e 's/o.hidden()/o.help(),o.hidden()/g' org.eclipse.jgit.pgm/src/org/ecli
 
 
 %build
-%{?scl:%scl_maven_opts}
 xmvn -o -Dmaven.repo.local=$(pwd)/.m2 -Dmaven.test.skip=true install
 xmvn -o -Dmaven.test.skip=true -f org.eclipse.jgit.packaging/pom.xml verify
 
@@ -171,6 +167,9 @@ install -m 755 org.eclipse.jgit.pgm/jgit.sh %{buildroot}%{_bindir}/jgit
 %doc README.md
 
 %changelog
+* Fri Oct 03 2014 Mat Booth <mat.booth at redhat.com> - 3.5.0-1
+- Update to latest upstream release 3.5.0
+
 * Thu Jun 26 2014 Mat Booth <mat.booth at redhat.com> - 3.4.1-1
 - Update to latest upstream release 3.4.1
 - Drop unnecessary BRs
diff --git a/sources b/sources
index 9732b11..0ed1bc2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-84c3b7552b19f7d5a693df5e26afc37c  jgit-3.4.1.201406201815-r.tar.bz2
+512ff41758507bcbcf7cb1ff937141e3  jgit-3.5.0.201409260305-r.tar.bz2


More information about the scm-commits mailing list