[eclipse-emf/f17] Update to upstream Juno SR1.

Krzysztof Daniel kdaniel at fedoraproject.org
Tue Oct 2 10:08:01 UTC 2012


commit 73bf5b57d0418d2243fd8eb8eeb9d1db0f147593
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Tue Oct 2 12:07:44 2012 +0200

    Update to upstream Juno SR1.

 .gitignore       |    1 +
 eclipse-emf.spec |    5 ++++-
 get-emf.sh       |    6 +++---
 sources          |    2 +-
 4 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a8b8644..e6778eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ emf-2.6.1.tar.gz
 /emf-2.8.0
 /noarch
 emf-2.8.0.tar.gz
+/emf-2.8.1.tar.gz
diff --git a/eclipse-emf.spec b/eclipse-emf.spec
index 4fe9b23..b7d56c7 100644
--- a/eclipse-emf.spec
+++ b/eclipse-emf.spec
@@ -4,7 +4,7 @@
 %global eclipse_dropin   %{_datadir}/eclipse/dropins
 
 Name:      eclipse-emf
-Version:   2.8.0
+Version:   2.8.1
 Release:   1%{?dist}
 Summary:   Eclipse Modeling Framework (EMF) Eclipse plugin
 Group:     System Environment/Libraries
@@ -272,6 +272,9 @@ rm -rf %{buildroot}%{eclipse_dropin}/emf{,-sdk}/eclipse/plugins/org.eclipse.emf.
 %{eclipse_dropin}/emf-examples
 
 %changelog
+* Tue Oct 2 2012 Krzysztof Daniel <kdaniel at redhat.com> 2.8.1-1
+- Update to upstream Juno SR1.
+
 * Tue Jul 10 2012 Krzysztof Daniel <kdaniel at redhat.com> 2.8.0-1
 - Update to upstream Juno.
 
diff --git a/get-emf.sh b/get-emf.sh
index 934cc2a..034e956 100755
--- a/get-emf.sh
+++ b/get-emf.sh
@@ -1,9 +1,9 @@
 #!/bin/sh
 #actual tag to checkout
-TAG=R2_8_0
-XSD_TAG=3d72507583ec6210c44e88eafd429a9786483cbb 
+TAG=R2_8_1
+XSD_TAG=R2_8_1 
 #name of the version to put in the source
-VERSION=2.8.0
+VERSION=2.8.1
 
 rm -rf org.eclipse.emf
 rm -rf org.eclipse.xsd
diff --git a/sources b/sources
index 0aa5e79..fac568d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-13ec92df131fb3519a58d525e7fffe47  emf-2.8.0.tar.gz
+92f3a9bb4bfef1ff8e9a95fb357e3093  emf-2.8.1.tar.gz


More information about the scm-commits mailing list