[eclipse-mpc] Update to upstream 1.1.1 release.

Alexander Kurtakov akurtakov at fedoraproject.org
Fri Feb 10 15:06:42 UTC 2012


commit 3e055ced8cdceeee72b9ab8e0154fe1431b2d951
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Fri Feb 10 17:05:41 2012 +0200

    Update to upstream 1.1.1 release.

 .gitignore       |    1 +
 eclipse-mpc.spec |   13 ++++++++-----
 sources          |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1562b9a..8242431 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /eclipse-mpc-fetched-src-*.tar.xz
 R_1_1_0.tar.bz2
+R_1_1_1.tar.bz2
diff --git a/eclipse-mpc.spec b/eclipse-mpc.spec
index c4565a7..c77e73d 100644
--- a/eclipse-mpc.spec
+++ b/eclipse-mpc.spec
@@ -1,16 +1,16 @@
-%global src_repo_tag   R_1_1_0
+%global src_repo_tag   R_1_1_1
 %global eclipse_base   %{_libdir}/eclipse
 %global install_loc    %{_datadir}/eclipse/dropins/mpc
 
 Name:           eclipse-mpc
-Version:        1.1.0
-Release:        3%{?dist}
+Version:        1.1.1
+Release:        1%{?dist}
 Summary:        Eclipse Marketplace Client
 
 Group:          Development/Tools
 License:        EPL
 URL:            http://www.eclipse.org/mpc/
-Source0:        http://git.eclipse.org/c/mpc/org.eclipse.epp.mpc.git/snapshot/R_1_1_0.tar.bz2
+Source0:        http://git.eclipse.org/c/mpc/org.eclipse.epp.mpc.git/snapshot/%{src_repo_tag}.tar.bz2
 
 BuildArch: noarch
 
@@ -23,7 +23,7 @@ Requires: eclipse-p2-discovery >= 1.0.0
 The Eclipse Marketplace Client provides access to extension catalogs.
 
 %prep
-%setup -q -n R_1_1_0
+%setup -q -n %{src_repo_tag}
 
 %{__chmod} a-x org.eclipse.epp.mpc.feature/license.html
 
@@ -43,6 +43,9 @@ install -d -m 755 %{buildroot}%{install_loc}
 %doc org.eclipse.epp.mpc.feature/license.html
 
 %changelog
+* Fri Feb 10 2012 Alexander Kurtakov <akurtako at redhat.com> 1.1.1-1
+- Update to upstream 1.1.1 release.
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index e38501b..7004c6d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-64cef48e18bc7bed824121dbd7202ac8  R_1_1_0.tar.bz2
+2a9bb5d8c9040c4a3889cf8e3120abe7  R_1_1_1.tar.bz2


More information about the scm-commits mailing list