From 5e9131efaf465c79f3e7bc3acc498b80b390efd6766c776448948591476680fc Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sun, 28 Oct 2012 06:04:04 +0000 Subject: [PATCH] - updated to version 0.8.1 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-method_source?expand=0&rev=12 --- method_source-0.8.1.gem | 3 +++ method_source-0.8.gem | 3 --- rubygem-method_source.changes | 5 +++++ rubygem-method_source.spec | 25 ++++++++++++++----------- 4 files changed, 22 insertions(+), 14 deletions(-) create mode 100644 method_source-0.8.1.gem delete mode 100644 method_source-0.8.gem diff --git a/method_source-0.8.1.gem b/method_source-0.8.1.gem new file mode 100644 index 0000000..3871c68 --- /dev/null +++ b/method_source-0.8.1.gem @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:997746b618752232ba6a224cc701161702bca28237520241deabe7d1c128e95e +size 12288 diff --git a/method_source-0.8.gem b/method_source-0.8.gem deleted file mode 100644 index a8e4aaf..0000000 --- a/method_source-0.8.gem +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:246c3d1bd3ccf6f4d22a025d671826c722f7cadb24f06ea74f6975557bab2a81 -size 12288 diff --git a/rubygem-method_source.changes b/rubygem-method_source.changes index 8a5fcff..7f9fc81 100644 --- a/rubygem-method_source.changes +++ b/rubygem-method_source.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Oct 28 06:03:47 UTC 2012 - coolo@suse.com + +- updated to version 0.8.1 + ------------------------------------------------------------------- Sun Jul 15 07:45:13 UTC 2012 - coolo@suse.com diff --git a/rubygem-method_source.spec b/rubygem-method_source.spec index 87c7322..5a8a3c1 100644 --- a/rubygem-method_source.spec +++ b/rubygem-method_source.spec @@ -17,20 +17,18 @@ Name: rubygem-method_source -Version: 0.8 +Version: 0.8.1 Release: 0 -Summary: Retrieve the sourcecode for a method -License: MIT -Group: Development/Languages/Ruby -Url: http://banisterfiend.wordpress.com %define mod_name method_source %define mod_full_name %{mod_name}-%{version} -Source: %{mod_full_name}.gem -BuildRequires: rubygems_with_buildroot_patch -Provides: %{name}-0 = %{version} -Provides: %{name}-0_8 = %{version} + BuildRoot: %{_tmppath}/%{name}-%{version}-build -%rubygems_requires +BuildRequires: ruby-macros >= 1 +Url: http://banisterfiend.wordpress.com +Source: %{mod_full_name}.gem +Summary: retrieve the sourcecode for a method +License: MIT +Group: Development/Languages/Ruby %description retrieve the sourcecode for a method @@ -53,9 +51,14 @@ Requires: %{name} = %{version} Test::Unit or RSpec files, useful for developers. %prep +#gem_unpack +#if you need patches, apply them here and replace the # with a % sign in the surrounding lines +#gem_build + %build + %install -%gem_install %{SOURCE0} +%gem_install -f %files %defattr(-,root,root,-)