[eclipse-ecf/f19] Update to latest upstream.

Krzysztof Daniel kdaniel at fedoraproject.org
Wed May 1 13:33:38 UTC 2013


commit 417073d30fef205dca216f1f9e4df32b831f03d3
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Wed May 1 15:33:34 2013 +0200

    Update to latest upstream.

 .gitignore                        |    4 ++++
 eclipse-ecf-fix-compilation.patch |   11 -----------
 eclipse-ecf.spec                  |   15 ++++++++-------
 sources                           |    2 +-
 4 files changed, 13 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3aec2d0..75b537b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,7 @@ R-Release_HEAD-sdk_feature-77_2012-06-10_19-42-02.tar.bz2
 *.rpm
 /.project
 /R-Release_HEAD-sdk_feature-93_2013-03-09_07-11-52.tar.bz2
+/R-Release_HEAD-sdk_feature-93_2013-03-09_07-11-52
+/results_eclipse-ecf
+/org.eclipse.ecf-R-Release_HEAD-sdk_feature-104_2013-05-01_11-47-00.tar.bz2
+/org.eclipse.ecf-R-Release_HEAD-sdk_feature-104_2013-05-01_11-47-00
diff --git a/eclipse-ecf.spec b/eclipse-ecf.spec
index 1a34f00..75ac20e 100644
--- a/eclipse-ecf.spec
+++ b/eclipse-ecf.spec
@@ -1,20 +1,19 @@
 %{?scl:%scl_package eclipse-ecf}
 %{!?scl:%global pkg_name %{name}}
 
-%global tag R-Release_HEAD-sdk_feature-93_2013-03-09_07-11-52
+%global tag 	R-Release_HEAD-sdk_feature-104_2013-05-01_11-47-00
 %global contextQualifier 201303090712
 
 %define __requires_exclude osgi*
 
 Name:           %{?scl_prefix}eclipse-ecf
-Version:        3.5.7
-Release:        0.6%{?dist}
+Version:        3.6.0
+Release:        1%{?dist}
 Summary:        Eclipse Communication Framework
 
 License:        EPL
 URL:            http://www.eclipse.org/ecf/
-Source0:        http://git.eclipse.org/c/ecf/org.eclipse.ecf.git/snapshot/%{tag}.tar.bz2
-Patch0:			%{pkg_name}-fix-compilation.patch
+Source0:        http://git.eclipse.org/c/ecf/org.eclipse.ecf.git/snapshot/org.eclipse.ecf-%{tag}.tar.bz2
 
 BuildRequires:  java-devel >= 1.7.0 
 BuildRequires:  jpackage-utils
@@ -43,8 +42,7 @@ Requires:       jpackage-utils
 ECF bundles required by eclipse-platform.
 
 %prep
-%setup -q -n %{tag}
-%patch0
+%setup -q -n org.eclipse.ecf-%{tag}
 
 #get just the bits we need
 mkdir -p ecf/plugins
@@ -99,6 +97,9 @@ popd
 %doc ecf/features/org.eclipse.ecf.filetransfer.feature/about.html
 
 %changelog
+* Wed May 1 2013 Krzysztof Daniel <kdaniel at redhat.com> 3.6.0-1
+- Update to latest upstream.
+
 * Mon Apr 8 2013 Krzysztof Daniel <kdaniel at redhat.com> 3.5.7-0.6
 - Rebuild with old commons logging.
 
diff --git a/sources b/sources
index 1d73dca..a11cb83 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-502ec90be3966ef23454914fba183d29  R-Release_HEAD-sdk_feature-93_2013-03-09_07-11-52.tar.bz2
+2beae5b224bbf40c4341d8ee18b92db0  org.eclipse.ecf-R-Release_HEAD-sdk_feature-104_2013-05-01_11-47-00.tar.bz2


More information about the scm-commits mailing list