[eclipse-egit-github] Update to upstream version 3.2.0

Mikolaj Izdebski mizdebsk at fedoraproject.org
Thu Jan 23 13:01:21 UTC 2014


commit 473ac49659e50dba4a05d5b9b3677fa5613ce029
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Thu Jan 23 13:29:04 2014 +0100

    Update to upstream version 3.2.0
    
    - Install Maven metadata for egit.github.core
    - Resolves: rhbz#1056937

 eclipse-egit-github.spec |   16 +++++++++++-----
 sources                  |    2 +-
 2 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/eclipse-egit-github.spec b/eclipse-egit-github.spec
index cddffca..b26f0cc 100644
--- a/eclipse-egit-github.spec
+++ b/eclipse-egit-github.spec
@@ -1,9 +1,9 @@
 %global install_loc	%{_datadir}/eclipse/dropins/egit-github
-%global version_suffix 201306101825-r
+%global version_suffix 201312181205-r
 
 Name:			eclipse-egit-github
-Version:		3.0.0
-Release:		3%{?dist}
+Version:		3.2.0
+Release:		1%{?dist}
 Summary:		Eclipse EGit Mylyn GitHub Connector
 
 Group:			Development/Libraries
@@ -56,7 +56,8 @@ mvn-rpmbuild -DskipTychoVersionCheck \
 		install
 
 %install
-install -d -m 0755 %{buildroot}%{_javadir}
+%mvn_artifact org.eclipse.egit.github.core/pom-jar.xml org.eclipse.egit.github.core/target/*.jar
+%mvn_install
 
 mvn-rpmbuild org.fedoraproject:feclipse-maven-plugin:install \
 		-DskipTychoVersionCheck \
@@ -66,9 +67,10 @@ mvn-rpmbuild org.fedoraproject:feclipse-maven-plugin:install \
 pushd %{buildroot}%{install_loc}/eclipse/plugins
 rm -f *google.gson*.jar
 ln -s %{_javadir}/google-gson.jar google-gson.jar
+ln -sf %{_javadir}/%{name}/org.eclipse.egit.github.core.jar org.eclipse.egit.github.core_*.jar
 popd
 
-%files
+%files -f .mfiles
 %{install_loc}
 %doc org.eclipse.mylyn.github-feature/epl-v10.html
 %doc org.eclipse.mylyn.github-feature/license.html
@@ -78,6 +80,10 @@ popd
 
 
 %changelog
+* Thu Jan 23 2014 Mikolaj Izdebski <mizdebsk at redhat.com> - 3.2.0-1
+- Update to upstream version 3.2.0
+- Install Maven metadata for egit.github.core, resolves: rhbz#1056937
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 5aef4f1..5c46bec 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eb9198d6fc769285944c760c89fdb689  egit-github-3.0.0.201306101825-r.tar.bz2
+cfa7aa915891797c75e09c9fa459c9c8  egit-github-3.2.0.201312181205-r.tar.bz2


More information about the scm-commits mailing list