[eclipse-vrapper] Update to 0.16.0 upstream (from git checkout)

Jesse Keating jkeating at fedoraproject.org
Tue Jul 12 00:01:04 UTC 2011


commit e32dbf948dc5f6ed42263ca32ba7cda6b34e1d4d
Author: Jesse Keating <jkeating at redhat.com>
Date:   Mon Jul 11 17:00:27 2011 -0700

    Update to 0.16.0 upstream (from git checkout)

 .gitignore           |    1 +
 eclipse-vrapper.spec |   23 +++++++++++++----------
 sources              |    2 +-
 3 files changed, 15 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index aad8ba8..e0bbacd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /vrapper-0.15.0-r351.tar.bz2
+/vrapper-0.16.0-r3a2bac.tar.bz2
diff --git a/eclipse-vrapper.spec b/eclipse-vrapper.spec
index a814274..9c975d7 100644
--- a/eclipse-vrapper.spec
+++ b/eclipse-vrapper.spec
@@ -1,18 +1,19 @@
-%global svnrev      351
+%global gitrev      3a2bac
 %global eclipse_base        %{_libdir}/eclipse
 
 Name:           eclipse-vrapper
-Version:        0.15.0
-Release:        0.3.svn%{svnrev}%{?dist}
+Version:        0.16.0
+Release:        0.1.git%{gitrev}%{?dist}
 Summary:        Vim-like editing in Eclipse
 
 Group:          Development/Tools
 License:        GPLv3+
 URL:            http://vrapper.sourceforge.net
-Source0:        vrapper-%{version}-r%{svnrev}.tar.bz2
+Source0:        vrapper-%{version}-r%{gitrev}.tar.bz2
 # Source gathered via:
-# svn co -r r351 https://vrapper.svn.sourceforge.net/svnroot/vrapper vrapper-0.15.0
-# tar cjvpf vrapper-0.15.0-r351.tar.bz2 vrapper-0.15.0
+# git clone git://vrapper.git.sourceforge.net/gitroot/vrapper/vrapper vrapper-0.16.0
+# cd vrapper; git checkout 3a2bac; cd ../
+# tar cjvpf vrapper-0.16.0-r3a2bac.tar.bz2 vrapper-0.16.0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -28,18 +29,16 @@ to provide a Vim-like input scheme for moving around and editing text.
 %setup -q -n vrapper-%{version}
 
 %build
-pushd trunk
 %{eclipse_base}/buildscripts/pdebuild -f net.sourceforge.vrapper
 %{eclipse_base}/buildscripts/pdebuild -f net.sourceforge.vrapper.plugin.surround
-popd
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/eclipse/dropins/vrapper
 unzip -q -d $RPM_BUILD_ROOT%{_datadir}/eclipse/dropins/vrapper \
-trunk/build/rpmBuild/net.sourceforge.vrapper.zip
+build/rpmBuild/net.sourceforge.vrapper.zip
 unzip -q -d $RPM_BUILD_ROOT%{_datadir}/eclipse/dropins/vrapper \
-trunk/build/rpmBuild/net.sourceforge.vrapper.plugin.surround.zip
+build/rpmBuild/net.sourceforge.vrapper.plugin.surround.zip
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -49,6 +48,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/eclipse/dropins/vrapper
 
 %changelog
+* Mon Jul 11 2011 Jesse Keating <jkeating at redhat.com> - 0.16.0-0.1.git3a2bac
+- Update for 0.16.0
+- Switch to source fetching via git
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.15.0-0.3.svn351
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index bb2845b..234c758 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8514055358b4795586932f992ecdb522  vrapper-0.15.0-r351.tar.bz2
+eb856c485615927f29b822601faebf41  vrapper-0.16.0-r3a2bac.tar.bz2


More information about the scm-commits mailing list