Accepting request 865408 from devel:languages:perl:autoupdate
- updated to 1.114 see /usr/share/doc/packages/perl-Module-Extract-VERSION/Changes 1.114 2021-01-20T09:55:13Z * freshen distro, dump Travis CI, add Github Actions 1.113 2021-01-20T09:54:21Z * freshen distro, dump Travis CI, add Github Actions OBS-URL: https://build.opensuse.org/request/show/865408 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Extract-VERSION?expand=0&rev=6
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7b62b5613db05348111dd1e390616f08cc47b4386b5df51f1f98eda5344c4db
|
||||
size 11726
|
3
Module-Extract-VERSION-1.114.tar.gz
Normal file
3
Module-Extract-VERSION-1.114.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:216369f84dd6b2b5a9cf75e98d7e98bc07ebc9e1a9a5bbb8e78e7c2b26adc8ce
|
||||
size 11919
|
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 21 03:10:31 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.114
|
||||
see /usr/share/doc/packages/perl-Module-Extract-VERSION/Changes
|
||||
|
||||
1.114 2021-01-20T09:55:13Z
|
||||
* freshen distro, dump Travis CI, add Github Actions
|
||||
|
||||
1.113 2021-01-20T09:54:21Z
|
||||
* freshen distro, dump Travis CI, add Github Actions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 8 06:49:17 UTC 2016 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Module-Extract-VERSION
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,25 +12,23 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Module-Extract-VERSION
|
||||
Version: 1.113
|
||||
Release: 0
|
||||
%define cpan_name Module-Extract-VERSION
|
||||
Name: perl-Module-Extract-VERSION
|
||||
Version: 1.114
|
||||
Release: 0
|
||||
Summary: Extract a module version safely
|
||||
License: Artistic-2.0
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Module-Extract-VERSION/
|
||||
Source0: http://www.cpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Test::More) >= 0.95
|
||||
BuildRequires: perl(Test::More) >= 1
|
||||
BuildRequires: perl(Tie::Hash::NamedCapture)
|
||||
BuildRequires: perl(version)
|
||||
Requires: perl(Tie::Hash::NamedCapture)
|
||||
@@ -43,14 +41,14 @@ the module. It assumes that there is only one '$VERSION' in the file and
|
||||
the entire '$VERSION' statement is on the same line.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
%make_build
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
@@ -58,7 +56,7 @@ the entire '$VERSION' statement is on the same line.
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes examples LICENSE
|
||||
%doc Changes examples
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user