[eclipse-swtbot] Update to the official 2.1 release.

Alexander Kurtakov akurtakov at fedoraproject.org
Fri Apr 19 12:40:55 UTC 2013


commit 2c95fb63b518901084542cb646a6cf8547a94ec1
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Fri Apr 19 15:40:40 2013 +0300

    Update to the official 2.1 release.

 .gitignore          |    1 +
 eclipse-swtbot.spec |    9 ++++++---
 sources             |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8e5fe62..704427e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /org.eclipse.swtbot-e9e8180dc4553ef658bc372bd99328d55563a02c.tar.bz2
+/org.eclipse.swtbot-2.1.0.tar.bz2
diff --git a/eclipse-swtbot.spec b/eclipse-swtbot.spec
index 77d70a5..23ecaa9 100644
--- a/eclipse-swtbot.spec
+++ b/eclipse-swtbot.spec
@@ -2,12 +2,12 @@
 
 Name:           eclipse-swtbot
 Version:        2.1.0
-Release:        0.2.20130226git%{?dist}
+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-c97af931926a1992d39ec8f3ff0c9ba4ee6c3dd3.tar.bz2
+Source0:        http://git.eclipse.org/c/swtbot/org.eclipse.swtbot.git/snapshot/org.eclipse.swtbot-%{version}.tar.bz2
 BuildRequires:  tycho
 BuildRequires:  eclipse-gef
 BuildRequires:  eclipse-pde
@@ -21,7 +21,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-c97af931926a1992d39ec8f3ff0c9ba4ee6c3dd3
+%setup -q -n org.eclipse.swtbot-%{version}
 
 for j in $(find -name \*.jar); do
 if [ ! -L $j ] ; then
@@ -57,6 +57,9 @@ popd
 %doc org.eclipse.swtbot/license.html
 
 %changelog
+* Fri Apr 19 2013 Alexander Kurtakov <akurtako at redhat.com> 2.1.0-1
+- Update to the official release.
+
 * Tue Feb 26 2013 Alexander Kurtakov <akurtako at redhat.com> 2.1.0-0.2.20130226git
 - New snapshot removing org.junit4 references.
 
diff --git a/sources b/sources
index 65f8d48..c500156 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-651a3c3eb7da80d05a5a2d6a789cf5b7  org.eclipse.swtbot-c97af931926a1992d39ec8f3ff0c9ba4ee6c3dd3.tar.bz2
+5b5d798b43512987d146151b57db73ba  org.eclipse.swtbot-2.1.0.tar.bz2


More information about the scm-commits mailing list