[eclipse-mpc] Updating to the 1.1.0 release

Chris Aniszczyk caniszczyk at fedoraproject.org
Thu Jun 2 19:22:08 UTC 2011


commit 4ca4e690205c4d9440b06ce9f59aed82ad22ade7
Author: Chris Aniszczyk <zx at redhat.com>
Date:   Thu Jun 2 14:12:03 2011 -0500

    Updating to the 1.1.0 release
    
    Signed-off-by: Chris Aniszczyk <zx at redhat.com>

 .gitignore               |    2 +-
 eclipse-mpc-fetch-src.sh |    4 ++--
 eclipse-mpc.spec         |   16 +++++++++-------
 sources                  |    2 +-
 4 files changed, 13 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5a4887c..f5d74bb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/eclipse-mpc-fetched-src-R_1_0_1.tar.xz
+/eclipse-mpc-fetched-src-*.tar.xz
diff --git a/eclipse-mpc-fetch-src.sh b/eclipse-mpc-fetch-src.sh
old mode 100644
new mode 100755
index 083803d..f6463f5
--- a/eclipse-mpc-fetch-src.sh
+++ b/eclipse-mpc-fetch-src.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 usage='usage: $0 <tag>'
 name=eclipse-mpc
-tag=R_1_0_1
+tag=R_1_1_0
 tar_name=$name-fetched-src-$tag
 
 # example of fetch command:
@@ -24,4 +24,4 @@ cd mpc
 
 # create archive
 git archive $tag --output=../../$tar_name.tar
-xz -z ../../$tar_name.tar
\ No newline at end of file
+xz -z ../../$tar_name.tar
diff --git a/eclipse-mpc.spec b/eclipse-mpc.spec
index 1e84fd5..4a16ba2 100644
--- a/eclipse-mpc.spec
+++ b/eclipse-mpc.spec
@@ -1,10 +1,10 @@
-%global src_repo_tag   R_1_0_1
+%global src_repo_tag   R_1_1_0
 %global eclipse_base   %{_libdir}/eclipse
 %global install_loc    %{_datadir}/eclipse/dropins/mpc
 
 Name:           eclipse-mpc
-Version:        1.0.1
-Release:        2%{?dist}
+Version:        1.1.0
+Release:        1%{?dist}
 Summary:        Eclipse Marketplace Client
 
 Group:          Development/Tools
@@ -27,7 +27,7 @@ The Eclipse Marketplace Client provides access to extension catalogs.
 %prep
 %setup -q -c
 
-%{__chmod} a-x org.eclipse.epp.mpc/license.html
+%{__chmod} a-x org.eclipse.epp.mpc.feature/license.html
 
 %build
 %{eclipse_base}/buildscripts/pdebuild -f org.eclipse.epp.mpc -d discovery
@@ -45,13 +45,15 @@ install -d -m 755 %{buildroot}%{install_loc}
 %files
 %defattr(-,root,root,-)
 %{install_loc}
-%doc org.eclipse.epp.mpc/epl-v10.html
-%doc org.eclipse.epp.mpc/license.html
+%doc org.eclipse.epp.mpc.feature/epl-v10.html
+%doc org.eclipse.epp.mpc.feature/license.html
 
 %changelog
+* Thu Jun 02 2011 Chris Aniszczyk <zx at redhat.com> 1.1.0-1
+- Updating to the 1.1.0 release
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
-
 * Thu Sep 9 2010 Chris Aniszczyk <zx at redhat.com> 1.0.1-1
 - Initial packaging
diff --git a/sources b/sources
index c53ff6d..a5474a7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9b0bd0a568a8599a5e964dd70fd45c07  eclipse-mpc-fetched-src-R_1_0_1.tar.xz
+119fe61c5e21a21cb6ec554abe928d5b  eclipse-mpc-fetched-src-R_1_1_0.tar.xz


More information about the scm-commits mailing list