Accepting request 1153686 from devel:languages:perl:autoupdate
- 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 OBS-URL: https://build.opensuse.org/request/show/1153686 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Extract-VERSION?expand=0&rev=9
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:41903a0685178285345f5da855d925b9454ee710a9795e3c4c327bae2f557698
|
|
||||||
size 12653
|
|
3
Module-Extract-VERSION-1.117.tar.gz
Normal file
3
Module-Extract-VERSION-1.117.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:82719e373c120d1b940a76ebcc01ce17c4fe9434f7545d0e1e386f85f3464daf
|
||||||
|
size 12701
|
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 12 03:08:24 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- 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 <timueller+perl@suse.de>
|
Wed Oct 26 03:06:42 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Module-Extract-VERSION
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,12 +18,13 @@
|
|||||||
|
|
||||||
%define cpan_name Module-Extract-VERSION
|
%define cpan_name Module-Extract-VERSION
|
||||||
Name: perl-Module-Extract-VERSION
|
Name: perl-Module-Extract-VERSION
|
||||||
Version: 1.116
|
Version: 1.117.0
|
||||||
Release: 0
|
Release: 0
|
||||||
|
%define cpan_version 1.117
|
||||||
License: Artistic-2.0
|
License: Artistic-2.0
|
||||||
Summary: Extract a module version safely
|
Summary: Extract a module version safely
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
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
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
@@ -34,6 +35,8 @@ BuildRequires: perl(Tie::Hash::NamedCapture)
|
|||||||
BuildRequires: perl(version)
|
BuildRequires: perl(version)
|
||||||
Requires: perl(Tie::Hash::NamedCapture)
|
Requires: perl(Tie::Hash::NamedCapture)
|
||||||
Requires: perl(version)
|
Requires: perl(version)
|
||||||
|
Provides: perl(Module::Extract::VERSION) = %{version}
|
||||||
|
%define __perllib_provides /bin/true
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%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.
|
the entire '$VERSION' statement is on the same line.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
|
Reference in New Issue
Block a user