[eclipse-swtbot] Update to 2.1.0 prerelease - compatible with kepler platform.

Alexander Kurtakov akurtakov at fedoraproject.org
Tue Feb 26 15:07:21 UTC 2013


commit 0b3c4133c442b2dcf73f04b71b0c8d942e3a89ca
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Tue Feb 26 17:07:01 2013 +0200

    Update to 2.1.0 prerelease - compatible with kepler platform.

 eclipse-swtbot.spec |   15 ++-
 hamcrest.patch      |  277 ---------------------------------------------------
 sources             |    2 +-
 3 files changed, 10 insertions(+), 284 deletions(-)
---
diff --git a/eclipse-swtbot.spec b/eclipse-swtbot.spec
index 71145f9..4734e8b 100644
--- a/eclipse-swtbot.spec
+++ b/eclipse-swtbot.spec
@@ -1,14 +1,13 @@
 %global install_loc   %{_datadir}/eclipse/dropins/swtbot
 
 Name:           eclipse-swtbot
-Version:        2.0.5
-Release:        4.20120802git%{?dist}
+Version:        2.1.0
+Release:        0.1.20130225git%{?dist}
 Summary:        UI and functional testing tool for SWT and Eclipse based applications
 
 License:        EPL
 URL:            http://www.eclipse.org/swtbot/
-Source0:        http://git.eclipse.org/c/swtbot/org.eclipse.swtbot.git/snapshot/org.eclipse.swtbot-e9e8180dc4553ef658bc372bd99328d55563a02c.tar.bz2
-Patch0:         hamcrest.patch
+Source0:        http://git.eclipse.org/c/swtbot/org.eclipse.swtbot.git/snapshot/org.eclipse.swtbot-de3ea0f9a44efd3d55565545b00110d7c582d9a6.tar.bz2
 BuildRequires:  tycho
 BuildRequires:  eclipse-gef
 BuildRequires:  eclipse-pde
@@ -21,7 +20,7 @@ The APIs also hide the complexities involved with SWT and Eclipse. This makes
 it suitable for UI/functional testing by everyone, not just developers.
 
 %prep
-%setup -q -n org.eclipse.swtbot-e9e8180dc4553ef658bc372bd99328d55563a02c
+%setup -q -n org.eclipse.swtbot-de3ea0f9a44efd3d55565545b00110d7c582d9a6
 
 for j in $(find -name \*.jar); do
 if [ ! -L $j ] ; then
@@ -29,7 +28,8 @@ rm -fr $j
 fi
 done
 
-%patch0 -p1
+sed -i -e "s|1.2.13.v200903072027|0.0.0|g" org.eclipse.swtbot/feature.xml
+
 
 %build
 mvn-rpmbuild clean install -Dmaven.test.skip=true -DskipTychoVersionCheck=true
@@ -56,6 +56,9 @@ popd
 %doc org.eclipse.swtbot/license.html
 
 %changelog
+* Tue Feb 26 2013 Alexander Kurtakov <akurtako at redhat.com> 2.1.0-0.1.20130225git
+- Update to 2.1.0 prerelease - compatible with kepler platform.
+
 * Wed Feb 20 2013 Alexander Kurtakov <akurtako at redhat.com> 2.0.5-4.20120802git
 - Skip tycho version check.
 
diff --git a/sources b/sources
index 64b6fed..7998b7f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-081a572d5028f50e086308e4c7caf44b  org.eclipse.swtbot-e9e8180dc4553ef658bc372bd99328d55563a02c.tar.bz2
+ea6b8a29ea2eb274c43071ae95f80c56  org.eclipse.swtbot-de3ea0f9a44efd3d55565545b00110d7c582d9a6.tar.bz2


More information about the scm-commits mailing list