diff --git a/Module-Extract-VERSION-1.116.tar.gz b/Module-Extract-VERSION-1.116.tar.gz deleted file mode 100644 index 6b42bc7..0000000 --- a/Module-Extract-VERSION-1.116.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41903a0685178285345f5da855d925b9454ee710a9795e3c4c327bae2f557698 -size 12653 diff --git a/Module-Extract-VERSION-1.117.tar.gz b/Module-Extract-VERSION-1.117.tar.gz new file mode 100644 index 0000000..b6af526 --- /dev/null +++ b/Module-Extract-VERSION-1.117.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82719e373c120d1b940a76ebcc01ce17c4fe9434f7545d0e1e386f85f3464daf +size 12701 diff --git a/perl-Module-Extract-VERSION.changes b/perl-Module-Extract-VERSION.changes index ab7004c..c471adb 100644 --- a/perl-Module-Extract-VERSION.changes +++ b/perl-Module-Extract-VERSION.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Feb 12 03:08:24 UTC 2024 - Tina Müller + +- updated to 1.117 + see /usr/share/doc/packages/perl-Module-Extract-VERSION/Changes + + 1.117 2024-02-11T07:18:52Z + * refresh distro, update email address, move to BRIANDFOY + ------------------------------------------------------------------- Wed Oct 26 03:06:42 UTC 2022 - Tina Müller diff --git a/perl-Module-Extract-VERSION.spec b/perl-Module-Extract-VERSION.spec index e6885c4..c146395 100644 --- a/perl-Module-Extract-VERSION.spec +++ b/perl-Module-Extract-VERSION.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Module-Extract-VERSION # -# Copyright (c) 2022 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 @@ -18,12 +18,13 @@ %define cpan_name Module-Extract-VERSION Name: perl-Module-Extract-VERSION -Version: 1.116 +Version: 1.117.0 Release: 0 +%define cpan_version 1.117 License: Artistic-2.0 Summary: Extract a module version safely URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/B/BR/BRIANDFOY/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRequires: perl @@ -34,6 +35,8 @@ BuildRequires: perl(Tie::Hash::NamedCapture) BuildRequires: perl(version) Requires: perl(Tie::Hash::NamedCapture) Requires: perl(version) +Provides: perl(Module::Extract::VERSION) = %{version} +%define __perllib_provides /bin/true %{perl_requires} %description @@ -42,7 +45,7 @@ the module. It assumes that there is only one '$VERSION' in the file and the entire '$VERSION' statement is on the same line. %prep -%autosetup -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} %build perl Makefile.PL INSTALLDIRS=vendor