From 2a7c08d5d6e25d2f21f0094d053be94e36048f368505cf7e2da0e4b64026423a Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Tue, 27 Sep 2022 15:30:43 +0000 Subject: [PATCH] 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 --- Alien-Base-ModuleBuild-1.15.tar.gz | 3 --- Alien-Base-ModuleBuild-1.17.tar.gz | 3 +++ perl-Alien-Base-ModuleBuild.changes | 17 +++++++++++++++++ perl-Alien-Base-ModuleBuild.spec | 25 ++++++++++++------------- 4 files changed, 32 insertions(+), 16 deletions(-) delete mode 100644 Alien-Base-ModuleBuild-1.15.tar.gz create mode 100644 Alien-Base-ModuleBuild-1.17.tar.gz diff --git a/Alien-Base-ModuleBuild-1.15.tar.gz b/Alien-Base-ModuleBuild-1.15.tar.gz deleted file mode 100644 index 0e87eaf..0000000 --- a/Alien-Base-ModuleBuild-1.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13c9432cf41b34cb14df2454a03e540e2bd5dc9eb9c82824b6ad0f4c67793afd -size 63870 diff --git a/Alien-Base-ModuleBuild-1.17.tar.gz b/Alien-Base-ModuleBuild-1.17.tar.gz new file mode 100644 index 0000000..bf7d8d1 --- /dev/null +++ b/Alien-Base-ModuleBuild-1.17.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe7270ac735adde864e468e21c642a471ba88ba25ad30da94578832132f2b9f4 +size 67422 diff --git a/perl-Alien-Base-ModuleBuild.changes b/perl-Alien-Base-ModuleBuild.changes index 78bc8e4..4d324ba 100644 --- a/perl-Alien-Base-ModuleBuild.changes +++ b/perl-Alien-Base-ModuleBuild.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Sep 14 03:06:04 UTC 2022 - Tina Müller + +- 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 diff --git a/perl-Alien-Base-ModuleBuild.spec b/perl-Alien-Base-ModuleBuild.spec index 0802d7a..c229597 100644 --- a/perl-Alien-Base-ModuleBuild.spec +++ b/perl-Alien-Base-ModuleBuild.spec @@ -1,7 +1,7 @@ # # 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 # 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 -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 -Group: Development/Libraries/Perl +Summary: Module::Build subclass for building Alien:: modules and their libraries URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Alien::Base) @@ -42,14 +40,11 @@ BuildRequires: perl(Path::Tiny) >= 0.077 BuildRequires: perl(Shell::Config::Generate) BuildRequires: perl(Shell::Guess) BuildRequires: perl(Sort::Versions) -BuildRequires: perl(Test2::V0) >= 0.000060 +BuildRequires: perl(Test2::V0) >= 0.000121 BuildRequires: perl(Text::ParseWords) >= 3.26 BuildRequires: perl(URI) BuildRequires: perl(URI::file) BuildRequires: perl(parent) -%if 0%{?suse_version} <= 1530 -BuildRequires: perl(PkgConfig) -%endif Requires: perl(Alien::Base) Requires: perl(Alien::Base::PkgConfig) >= 1.20 Requires: perl(Archive::Extract) @@ -67,6 +62,11 @@ Requires: perl(Text::ParseWords) >= 3.26 Requires: perl(URI) Requires: perl(parent) %{perl_requires} +# MANUAL BEGIN +%if 0%{?suse_version} <= 1530 +BuildRequires: perl(PkgConfig) +%endif +# MANUAL END %description *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 %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 %build @@ -101,7 +101,6 @@ perl Build.PL installdirs=vendor optimize="%{optflags}" %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc author.yml Changes README %license LICENSE