[rubygem-method_source] Update to method_source 0.8.2.

Vít Ondruch vondruch at fedoraproject.org
Tue Feb 24 07:43:49 UTC 2015


commit 824917d11fd57fc4f21d7aaacff50eed99668310
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Tue Feb 24 08:43:44 2015 +0100

    Update to method_source 0.8.2.

 .gitignore                 |  1 +
 rubygem-method_source.spec | 12 ++++++------
 sources                    |  2 +-
 3 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3e0cc43..3366349 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /method_source-0.7.1.gem
 /method_source-0.8.gem
 /method_source-0.8.1.gem
+/method_source-0.8.2.gem
diff --git a/rubygem-method_source.spec b/rubygem-method_source.spec
index 95e5246..da5b559 100644
--- a/rubygem-method_source.spec
+++ b/rubygem-method_source.spec
@@ -3,20 +3,17 @@
 
 Summary: Retrieve the source code for a method
 Name: rubygem-%{gem_name}
-Version: 0.8.1
-Release: 3%{?dist}
+Version: 0.8.2
+Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://banisterfiend.wordpress.com
 Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem
-Requires: ruby(release)
-Requires: ruby(rubygems)
 BuildRequires: ruby(release)
 BuildRequires: rubygems-devel
 BuildRequires: ruby
 BuildRequires: %{_bindir}/bacon
 BuildArch: noarch
-Provides: rubygem(%{gem_name}) = %{version}
 
 %description
 Retrieve the source code for a method
@@ -51,7 +48,7 @@ popd
 %files
 %dir %{gem_instdir}
 %exclude %{gem_instdir}/.*
-%doc %{gem_instdir}/LICENSE
+%license %{gem_instdir}/LICENSE
 %{gem_libdir}
 %exclude %{gem_cache}
 %{gem_spec}
@@ -65,6 +62,9 @@ popd
 %{gem_instdir}/test
 
 %changelog
+* Tue Feb 24 2015 Vít Ondruch <vondruch at redhat.com> - 0.8.2-1
+- Update to method_source 0.8.2.
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 0907ace..b15a626 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c54237128e48a1dd716d5e0ae4892923  method_source-0.8.1.gem
+106c9cae069647807ba1c795b5b9334c  method_source-0.8.2.gem


More information about the scm-commits mailing list