Accepting request 865406 from devel:languages:perl:autoupdate

- updated to 1.022
   see /usr/share/doc/packages/perl-Module-Extract-Namespaces/Changes
  1.022 2021-01-20T09:52:22Z
  	* freshen distro, dump Travis CI, add Appveyor, add Github Actions

OBS-URL: https://build.opensuse.org/request/show/865406
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Extract-Namespaces?expand=0&rev=7
This commit is contained in:
2021-01-21 14:56:29 +00:00
committed by Git OBS Bridge
parent 82309bbc66
commit 54c969f3ce
4 changed files with 26 additions and 20 deletions

View File

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

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2eef5758da69a9658e83048ebae962399dff3767519a8db753f3bf96ea3a268f
size 11929

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Jan 21 03:09:52 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 1.022
see /usr/share/doc/packages/perl-Module-Extract-Namespaces/Changes
1.022 2021-01-20T09:52:22Z
* freshen distro, dump Travis CI, add Appveyor, add Github Actions
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Dec 10 14:12:02 UTC 2017 - coolo@suse.com Sun Dec 10 14:12:02 UTC 2017 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Module-Extract-Namespaces # spec file for package perl-Module-Extract-Namespaces
# #
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2021 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
@@ -12,27 +12,25 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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-Namespaces
Version: 1.021
Release: 0
%define cpan_name Module-Extract-Namespaces %define cpan_name Module-Extract-Namespaces
Summary: Extract the Package Declarations From a Module Name: perl-Module-Extract-Namespaces
Version: 1.022
Release: 0
Summary: Extract the package declarations from a module
License: Artistic-2.0 License: Artistic-2.0
Group: Development/Libraries/Perl URL: https://metacpan.org/release/%{cpan_name}
Url: http://search.cpan.org/dist/Module-Extract-Namespaces/
Source0: https://cpan.metacpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(PPI) >= 1.126 BuildRequires: perl(PPI) >= 1.270
BuildRequires: perl(Test::More) >= 0.94 BuildRequires: perl(Test::More) >= 1
Requires: perl(PPI) >= 1.126 Requires: perl(PPI) >= 1.270
%{perl_requires} %{perl_requires}
%description %description
@@ -46,14 +44,14 @@ It does not extract:
* * packages created as part of a fully qualified variable name * * packages created as part of a fully qualified variable name
%prep %prep
%setup -q -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{version}
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags} %make_build
%check %check
%{__make} test make test
%install %install
%perl_make_install %perl_make_install
@@ -61,7 +59,6 @@ It does not extract:
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes examples %doc Changes examples
%license LICENSE %license LICENSE