[vcsh] Bumped version to 1.20140508 (#1095893)

Dridi Boukelmoune dridi at fedoraproject.org
Fri May 9 03:18:26 UTC 2014


commit 240973edca9fdfffbf317c5dc27c0116a41e9209
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Fri May 9 04:38:53 2014 +0200

    Bumped version to 1.20140508 (#1095893)

 .gitignore |    1 +
 sources    |    2 +-
 vcsh.spec  |   13 ++++++++++---
 3 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 34044b4..1c8c34d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /v1.20130909.tar.gz
 /v1.20131214.tar.gz
 /v1.20131229.tar.gz
+/vcsh-1.20140508-f7ce400.tar.gz
diff --git a/sources b/sources
index f509a38..43f951f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9de5f7cd55937fe051e9299e641337fd  v1.20131229.tar.gz
+2f13e08ab0e6de438eac958f45ca8f82  vcsh-1.20140508-f7ce400.tar.gz
diff --git a/vcsh.spec b/vcsh.spec
index eae5718..021d984 100644
--- a/vcsh.spec
+++ b/vcsh.spec
@@ -1,12 +1,15 @@
+%global commit f7ce400c37d3308122195fd70fa79dff7aac00e3
+%global shortcommit %(c=%{commit}; echo ${c:0:7})
+
 Name:           vcsh
-Version:        1.20131229
+Version:        1.20140508
 Release:        1%{?dist}
 Summary:        Version Control System for $HOME
 Group:          Development/Tools
 
 License:        GPLv2+
 URL:            https://github.com/RichiH/vcsh
-Source0:        https://github.com/RichiH/vcsh/archive/v%{version}.tar.gz
+Source0:        https://github.com/RichiH/vcsh/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz
 
 BuildArch:      noarch
 BuildRequires:  rubygem-ronn
@@ -21,7 +24,7 @@ configs you want to use on which machine.
 
 
 %prep
-%setup -q
+%setup -qn %{name}-%{commit}
 
 
 %build
@@ -41,6 +44,10 @@ make %{?_smp_mflags} all=manpages
 
 
 %changelog
+* Fri May 09 2014 Dridi Boukelmoune <dridi.boukelmoune at gmail.com> - 1.20140508-1
+- Bumped version to 1.20140508
+- Switched to a commit tarball from github
+
 * Sun Dec 15 2013 Dridi Boukelmoune <dridi.boukelmoune at gmail.com> - 1.20131229-1
 - Bumped version to 1.20131229
 


More information about the scm-commits mailing list