[rubygem-gem2rpm/el5] Updated to gem2rpm 0.8.0.

Vít Ondruch vondruch at fedoraproject.org
Mon Jan 23 14:53:37 UTC 2012


commit bfdbe3b3ea4bb925dfaa33f4df8de59854a157ac
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Mon Jan 23 15:53:30 2012 +0100

    Updated to gem2rpm 0.8.0.

 .gitignore           |    2 ++
 rubygem-gem2rpm.spec |   11 +++++++----
 sources              |    4 ++--
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c48f4ae..0e19f7c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
 gem2rpm-0.6.0.gem
 /gem2rpm-0.7.1.gem
 /gem2rpm-tests.tgz
+/gem2rpm-0.8.0-tests.tgz
+/gem2rpm-0.8.0.gem
diff --git a/rubygem-gem2rpm.spec b/rubygem-gem2rpm.spec
index 71765b6..f9e1211 100644
--- a/rubygem-gem2rpm.spec
+++ b/rubygem-gem2rpm.spec
@@ -8,7 +8,7 @@
 
 Summary: Generate rpm specfiles from gems
 Name: rubygem-%{gemname}
-Version: 0.7.1
+Version: 0.8.0
 Release: 1%{?dist}
 Group: Development/Languages
 License: GPLv2+ or Ruby
@@ -17,9 +17,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 %endif
 URL: https://github.com/lutter/gem2rpm/
 Source0: http://rubygems.org/gems/%{gemname}-%{version}.gem
-# git clone https://github.com/lutter/gem2rpm.git && cd gem2rpm && git checkout v0.7.0
-# tar czvf gem2rpm-tests.tgz test/
-Source1: %{gemname}-tests.tgz
+# git clone https://github.com/lutter/gem2rpm.git && cd gem2rpm && git checkout v0.8.0
+# tar czvf gem2rpm-0.8.0-tests.tgz test/
+Source1: %{gemname}-%{version}-tests.tgz
 Requires: ruby(abi) = %{rubyabi}
 Requires: ruby(rubygems)
 Requires: ruby
@@ -87,6 +87,9 @@ popd
 %doc %{geminstdir}/AUTHORS
 
 %changelog
+* Mon Jan 23 2012 Vít Ondruch <vondruch at redhat.com> - 0.8.0-1
+- Updated to gem2rpm 0.8.0.
+
 * Thu Jun 30 2011 Vít Ondruch <vondruch at redhat.com> - 0.7.1-1
 - Updated to the 0.7.1 version.
 
diff --git a/sources b/sources
index 6397ba1..7180526 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-5c96a9ada7a1136eea0f00ffb8833307  gem2rpm-0.7.1.gem
-b8f66ad790466d192c3ffaf8901ff3d3  gem2rpm-tests.tgz
+db9078078887a606b1c0fca3ad54638c  gem2rpm-0.8.0-tests.tgz
+0fbbffcc6efa671e166a537f973fc24a  gem2rpm-0.8.0.gem


More information about the scm-commits mailing list