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

Vít Ondruch vondruch at fedoraproject.org
Mon Jan 23 13:40:25 UTC 2012


commit ce6fea4e94aa026f6320ebc8a742739a986c90e0
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Mon Jan 23 14:40:19 2012 +0100

    Updated to gem2rpm 0.8.0.

 .gitignore           |    1 +
 rubygem-gem2rpm.spec |   11 +++++++----
 sources              |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c48f4ae..170c00b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 gem2rpm-0.6.0.gem
 /gem2rpm-0.7.1.gem
 /gem2rpm-tests.tgz
+/gem2rpm-0.8.0.gem
diff --git a/rubygem-gem2rpm.spec b/rubygem-gem2rpm.spec
index 85e084f..77f8c3c 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..56ce1de 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-5c96a9ada7a1136eea0f00ffb8833307  gem2rpm-0.7.1.gem
+0fbbffcc6efa671e166a537f973fc24a  gem2rpm-0.8.0.gem
 b8f66ad790466d192c3ffaf8901ff3d3  gem2rpm-tests.tgz


More information about the scm-commits mailing list