Accepting request 1006045 from devel:languages:perl:autoupdate

- updated to 1.17
   see /usr/share/doc/packages/perl-Alien-Base-ModuleBuild/Changes
  1.17      2022-09-13 05:27:09 -0600
    - Documentation improvements (gh#30, gh#31)
    - Production release otherwise identical to 1.16_01
  1.16_01   2022-09-11 15:29:26 -0600
    - Add support for ALIEN_DOWNLOAD_RULE (gh#28, gh#29)
    - Add support for ALIEN_INSTALL_NETWORK (gh#28, gh#29)
    - Verify hostnames for SSL connections when ALIEN_DOWNLOAD_RULE
      requires encryption (gh#28, gh#29)
    - Downgrade from https to http is no longer allowed (gh#28, gh#29)

OBS-URL: https://build.opensuse.org/request/show/1006045
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Alien-Base-ModuleBuild?expand=0&rev=13
This commit is contained in:
2022-09-27 15:30:43 +00:00
committed by Git OBS Bridge
parent 788228c48a
commit 2a7c08d5d6
4 changed files with 32 additions and 16 deletions

View File

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

View File

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

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Sep 14 03:06:04 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 1.17
see /usr/share/doc/packages/perl-Alien-Base-ModuleBuild/Changes
1.17 2022-09-13 05:27:09 -0600
- Documentation improvements (gh#30, gh#31)
- Production release otherwise identical to 1.16_01
1.16_01 2022-09-11 15:29:26 -0600
- Add support for ALIEN_DOWNLOAD_RULE (gh#28, gh#29)
- Add support for ALIEN_INSTALL_NETWORK (gh#28, gh#29)
- Verify hostnames for SSL connections when ALIEN_DOWNLOAD_RULE
requires encryption (gh#28, gh#29)
- Downgrade from https to http is no longer allowed (gh#28, gh#29)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 13 20:39:25 UTC 2021 - Lars Vogdt <lars@linux-schulserver.de> Tue Apr 13 20:39:25 UTC 2021 - Lars Vogdt <lars@linux-schulserver.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Alien-Base-ModuleBuild # spec file for package perl-Alien-Base-ModuleBuild
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2022 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
@@ -16,17 +16,15 @@
# #
Name: perl-Alien-Base-ModuleBuild
Version: 1.15
Release: 0
%define cpan_name Alien-Base-ModuleBuild %define cpan_name Alien-Base-ModuleBuild
Summary: Module::Build subclass for building Alien:: modules and their libraries Name: perl-Alien-Base-ModuleBuild
Version: 1.17
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl Summary: Module::Build subclass for building Alien:: modules and their libraries
URL: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Alien::Base) BuildRequires: perl(Alien::Base)
@@ -42,14 +40,11 @@ BuildRequires: perl(Path::Tiny) >= 0.077
BuildRequires: perl(Shell::Config::Generate) BuildRequires: perl(Shell::Config::Generate)
BuildRequires: perl(Shell::Guess) BuildRequires: perl(Shell::Guess)
BuildRequires: perl(Sort::Versions) BuildRequires: perl(Sort::Versions)
BuildRequires: perl(Test2::V0) >= 0.000060 BuildRequires: perl(Test2::V0) >= 0.000121
BuildRequires: perl(Text::ParseWords) >= 3.26 BuildRequires: perl(Text::ParseWords) >= 3.26
BuildRequires: perl(URI) BuildRequires: perl(URI)
BuildRequires: perl(URI::file) BuildRequires: perl(URI::file)
BuildRequires: perl(parent) BuildRequires: perl(parent)
%if 0%{?suse_version} <= 1530
BuildRequires: perl(PkgConfig)
%endif
Requires: perl(Alien::Base) Requires: perl(Alien::Base)
Requires: perl(Alien::Base::PkgConfig) >= 1.20 Requires: perl(Alien::Base::PkgConfig) >= 1.20
Requires: perl(Archive::Extract) Requires: perl(Archive::Extract)
@@ -67,6 +62,11 @@ Requires: perl(Text::ParseWords) >= 3.26
Requires: perl(URI) Requires: perl(URI)
Requires: perl(parent) Requires: perl(parent)
%{perl_requires} %{perl_requires}
# MANUAL BEGIN
%if 0%{?suse_version} <= 1530
BuildRequires: perl(PkgConfig)
%endif
# MANUAL END
%description %description
*NOTE*: Please consider for new development of Aliens that you use *NOTE*: Please consider for new development of Aliens that you use
@@ -86,7 +86,7 @@ of your distribution. When properly configured it will
* download, build and install the library if the system does not provide it * download, build and install the library if the system does not provide it
%prep %prep
%setup -q -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build %build
@@ -101,7 +101,6 @@ perl Build.PL installdirs=vendor optimize="%{optflags}"
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755)
%doc author.yml Changes README %doc author.yml Changes README
%license LICENSE %license LICENSE