From f392f5dde346a2ff127e48c310014390b0a2d58b257a53206a069dbd676c9fb1 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Tue, 29 Jun 2021 11:11:27 +0000 Subject: [PATCH] Accepting request 903003 from devel:languages:perl:autoupdate - updated to 0.320 see /usr/share/doc/packages/perl-Config-AutoConf/Changes 0.320 2021-06-25 - fix check_prog to not find directories (RT#132993), thanks RJBS for reporting it again! OBS-URL: https://build.opensuse.org/request/show/903003 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-AutoConf?expand=0&rev=22 --- Config-AutoConf-0.319.tar.gz | 3 --- Config-AutoConf-0.320.tar.gz | 3 +++ perl-Config-AutoConf.changes | 10 ++++++++++ perl-Config-AutoConf.spec | 21 +++++++++------------ 4 files changed, 22 insertions(+), 15 deletions(-) delete mode 100644 Config-AutoConf-0.319.tar.gz create mode 100644 Config-AutoConf-0.320.tar.gz diff --git a/Config-AutoConf-0.319.tar.gz b/Config-AutoConf-0.319.tar.gz deleted file mode 100644 index c24916f..0000000 --- a/Config-AutoConf-0.319.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:304f66cc2653264c0fe127d21669e86d3d18cd72f2574d8f5131beec31a0a33e -size 52118 diff --git a/Config-AutoConf-0.320.tar.gz b/Config-AutoConf-0.320.tar.gz new file mode 100644 index 0000000..fc560a8 --- /dev/null +++ b/Config-AutoConf-0.320.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb57a958ef49d3f7162276dae14a7bd5af43fd1d8513231af35d665459454023 +size 52267 diff --git a/perl-Config-AutoConf.changes b/perl-Config-AutoConf.changes index 4f7f059..c079d96 100644 --- a/perl-Config-AutoConf.changes +++ b/perl-Config-AutoConf.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Jun 26 03:07:14 UTC 2021 - Tina Müller + +- updated to 0.320 + see /usr/share/doc/packages/perl-Config-AutoConf/Changes + + 0.320 2021-06-25 + - fix check_prog to not find directories (RT#132993), thanks + RJBS for reporting it again! + ------------------------------------------------------------------- Wed Sep 30 03:07:20 UTC 2020 - Tina Müller diff --git a/perl-Config-AutoConf.spec b/perl-Config-AutoConf.spec index 7d1333c..389400c 100644 --- a/perl-Config-AutoConf.spec +++ b/perl-Config-AutoConf.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Config-AutoConf # -# Copyright (c) 2020 SUSE LLC +# 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 @@ -16,18 +16,16 @@ # -Name: perl-Config-AutoConf -Version: 0.319 -Release: 0 %define cpan_name Config-AutoConf +Name: perl-Config-AutoConf +Version: 0.320 +Release: 0 Summary: Module to implement some of AutoConf macros in pure perl License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/A/AM/AMBS/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Capture::Tiny) @@ -53,11 +51,11 @@ The API is leaned against GNU Autoconf, but we try to make the API the original. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -68,8 +66,7 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) -%doc Changes GPL-1 README.md -%license ARTISTIC-1.0 LICENSE +%doc Changes README.md testTc852_ +%license ARTISTIC-1.0 GPL-1 LICENSE %changelog