[eclipse-swtbot] Update to latest upstream version.

Alexander Kurtakov akurtakov at fedoraproject.org
Mon Aug 12 10:58:27 UTC 2013


commit fb7f0bdc1a81aa2777fc738bd05a036c19252d07
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Mon Aug 12 13:58:16 2013 +0300

    Update to latest upstream version.

 .gitignore                |    1 +
 drop-source-bundles.patch |   16 ++++++++++++++++
 eclipse-swtbot.spec       |   12 ++++++++----
 sources                   |    2 +-
 4 files changed, 26 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 704427e..bea6b87 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /org.eclipse.swtbot-e9e8180dc4553ef658bc372bd99328d55563a02c.tar.bz2
 /org.eclipse.swtbot-2.1.0.tar.bz2
+/org.eclipse.swtbot-2.1.1.tar.bz2
diff --git a/drop-source-bundles.patch b/drop-source-bundles.patch
new file mode 100644
index 0000000..fdfe6c7
--- /dev/null
+++ b/drop-source-bundles.patch
@@ -0,0 +1,16 @@
+--- org.eclipse.swtbot.updatesite/category.xml.sav	2013-07-10 19:25:08.000000000 +0300
++++ org.eclipse.swtbot.updatesite/category.xml	2013-08-12 13:45:24.527751013 +0300
+@@ -69,13 +69,4 @@
+    <bundle id="org.hamcrest.library" version="0.0.0">
+       <category name="SWTBot -- Dependencies"/>
+    </bundle>
+-   <bundle id="org.apache.log4j.source" version="0.0.0">
+-      <category name="SWTBot -- Dependencies"/>
+-   </bundle>
+-   <bundle id="org.hamcrest.core.source" version="0.0.0">
+-      <category name="SWTBot -- Dependencies"/>
+-   </bundle>
+-   <bundle id="org.hamcrest.library.source" version="0.0.0">
+-      <category name="SWTBot -- Dependencies"/>
+-   </bundle>
+ </site>
diff --git a/eclipse-swtbot.spec b/eclipse-swtbot.spec
index 372e985..5b6a20b 100644
--- a/eclipse-swtbot.spec
+++ b/eclipse-swtbot.spec
@@ -1,13 +1,14 @@
 %global install_loc   %{_datadir}/eclipse/dropins/swtbot
 
 Name:           eclipse-swtbot
-Version:        2.1.0
-Release:        2%{?dist}
+Version:        2.1.1
+Release:        1%{?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-%{version}.tar.bz2
+Patch0:         drop-source-bundles.patch
 BuildRequires:  tycho
 BuildRequires:  eclipse-gef
 BuildRequires:  eclipse-pde
@@ -28,8 +29,8 @@ if [ ! -L $j ] ; then
 rm -fr $j
 fi
 done
-
-sed -i -e "s|1.2.13.v200903072027|0.0.0|g" org.eclipse.swtbot/feature.xml
+%patch0
+%pom_xpath_remove "pom:build/pom:plugins/pom:plugin[pom:artifactId ='target-platform-configuration']"
 
 
 %build
@@ -57,6 +58,9 @@ popd
 %doc org.eclipse.swtbot/license.html
 
 %changelog
+* Mon Aug 12 2013 Alexander Kurtakov <akurtako at redhat.com> 2.1.1-1
+- Update to latest upstream version.
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index c500156..8ad0b75 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5b5d798b43512987d146151b57db73ba  org.eclipse.swtbot-2.1.0.tar.bz2
+bbbec66d133e8a45991e932ffc88e7c0  org.eclipse.swtbot-2.1.1.tar.bz2


More information about the scm-commits mailing list