diff --git a/method_source-1.0.0.gem b/method_source-1.0.0.gem deleted file mode 100644 index fef726a..0000000 --- a/method_source-1.0.0.gem +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d779455a2b5666a079ce58577bfad8534f571af7cec8107f4dce328f0981dede -size 13824 diff --git a/method_source-1.1.0.gem b/method_source-1.1.0.gem new file mode 100644 index 0000000..5cee376 --- /dev/null +++ b/method_source-1.1.0.gem @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:181301c9c45b731b4769bc81e8860e72f9161ad7d66dd99103c9ab84f560f5c5 +size 13824 diff --git a/rubygem-method_source.changes b/rubygem-method_source.changes index d968c7e..6a24244 100644 --- a/rubygem-method_source.changes +++ b/rubygem-method_source.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 21 10:12:46 UTC 2024 - Dan Čermák + +- New upstream release 1.1.0, see bundled CHANGELOG.md + ------------------------------------------------------------------- Mon Apr 27 12:53:52 UTC 2020 - Manuel Schnitzer diff --git a/rubygem-method_source.spec b/rubygem-method_source.spec index a387677..ddb7318 100644 --- a/rubygem-method_source.spec +++ b/rubygem-method_source.spec @@ -1,7 +1,7 @@ # # spec file for package rubygem-method_source # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,11 +24,10 @@ # Name: rubygem-method_source -Version: 1.0.0 +Version: 1.1.0 Release: 0 %define mod_name method_source %define mod_full_name %{mod_name}-%{version} -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: %{rubygem gem2rpm} BuildRequires: %{ruby} BuildRequires: ruby-macros >= 5 @@ -37,7 +36,6 @@ Source: https://rubygems.org/gems/%{mod_full_name}.gem Source1: gem2rpm.yml Summary: retrieve the sourcecode for a method License: MIT -Group: Development/Languages/Ruby %description retrieve the sourcecode for a method.