diff --git a/.gitignore b/.gitignore index 6c38865..5dc510c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,5 @@ gem2rpm-0.6.0.gem /gem2rpm-0.8.1.gem /gem2rpm-0.9.1-tests.tgz /gem2rpm-0.9.1.gem +/gem2rpm-0.9.2-tests.tgz +/gem2rpm-0.9.2.gem diff --git a/rubygem-gem2rpm.spec b/rubygem-gem2rpm.spec index 0feb5be..4939a42 100644 --- a/rubygem-gem2rpm.spec +++ b/rubygem-gem2rpm.spec @@ -3,14 +3,14 @@ Summary: Generate rpm specfiles from gems Name: rubygem-%{gem_name} -Version: 0.9.1 +Version: 0.9.2 Release: 1%{?dist} Group: Development/Languages License: GPLv2+ URL: https://github.com/lutter/gem2rpm/ Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem -# git clone https://github.com/lutter/gem2rpm.git && cd gem2rpm && git checkout v0.9.1 -# tar czvf gem2rpm-0.9.1-tests.tgz test/ +# git clone https://github.com/lutter/gem2rpm.git && cd gem2rpm && git checkout v0.9.2 +# tar czvf gem2rpm-0.9.2-tests.tgz test/ Source1: %{gem_name}-%{version}-tests.tgz Requires: ruby(release) Requires: ruby(rubygems) @@ -83,6 +83,9 @@ popd %doc %{gem_instdir}/AUTHORS %changelog +* Tue Apr 23 2013 Vít Ondruch - 0.9.2-1 +- Update to gem2rpm 0.9.2. + * Mon Apr 22 2013 Vít Ondruch - 0.9.1-1 - Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0 - Update to gem2rpm 0.9.1. diff --git a/sources b/sources index b9b0f7f..2059003 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -6b04466dd9f78a323338a288821ffa97 gem2rpm-0.9.1-tests.tgz -75bbb3f3e5adbec0d92c149815e9628e gem2rpm-0.9.1.gem +e5a178f7cf4aff215cfe232d8808d2e4 gem2rpm-0.9.2-tests.tgz +6988e28332369a79067d45b8c61f2851 gem2rpm-0.9.2.gem