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:
2024-03-08 10:03:16 +00:00
committed by Git OBS Bridge
parent 5cafb11696
commit 587d51d9c7
4 changed files with 19 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:41903a0685178285345f5da855d925b9454ee710a9795e3c4c327bae2f557698
size 12653

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:82719e373c120d1b940a76ebcc01ce17c4fe9434f7545d0e1e386f85f3464daf
size 12701

View File

@@ -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>

View File

@@ -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