From 171665de0c4e972b0cf6a307cf69251f4d7bf03a2d4a6c74e22c3b9b9cbf08ef Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Tue, 9 Feb 2021 14:25:57 +0000 Subject: [PATCH] Accepting request 870483 from devel:languages:perl:autoupdate - updated to 1.54 see /usr/share/doc/packages/perl-Log-Log4perl/Changes 1.54 2021-02-06 - set real versions for some modules - thanks @eserte for report OBS-URL: https://build.opensuse.org/request/show/870483 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Log-Log4perl?expand=0&rev=40 --- Log-Log4perl-1.53.tar.gz | 3 --- Log-Log4perl-1.54.tar.gz | 3 +++ perl-Log-Log4perl.changes | 9 +++++++++ perl-Log-Log4perl.spec | 15 ++++++--------- 4 files changed, 18 insertions(+), 12 deletions(-) delete mode 100644 Log-Log4perl-1.53.tar.gz create mode 100644 Log-Log4perl-1.54.tar.gz diff --git a/Log-Log4perl-1.53.tar.gz b/Log-Log4perl-1.53.tar.gz deleted file mode 100644 index f444cbd..0000000 --- a/Log-Log4perl-1.53.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8fbfb48d016eec7344a539f3ad70870b4ac4638e49666bfa70d10f6ffd4ac38e -size 280026 diff --git a/Log-Log4perl-1.54.tar.gz b/Log-Log4perl-1.54.tar.gz new file mode 100644 index 0000000..378b4fb --- /dev/null +++ b/Log-Log4perl-1.54.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbabe42d3b4cdaa3a47666b957be81d55bbd1cbcffcdff2b119586d33602eabe +size 280001 diff --git a/perl-Log-Log4perl.changes b/perl-Log-Log4perl.changes index e736ea1..b39274d 100644 --- a/perl-Log-Log4perl.changes +++ b/perl-Log-Log4perl.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Feb 7 03:10:09 UTC 2021 - Tina Müller + +- updated to 1.54 + see /usr/share/doc/packages/perl-Log-Log4perl/Changes + + 1.54 2021-02-06 + - set real versions for some modules - thanks @eserte for report + ------------------------------------------------------------------- Fri Sep 18 03:10:44 UTC 2020 - Tina Müller diff --git a/perl-Log-Log4perl.spec b/perl-Log-Log4perl.spec index 0267eb0..474af80 100644 --- a/perl-Log-Log4perl.spec +++ b/perl-Log-Log4perl.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Log-Log4perl # -# 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-Log-Log4perl -Version: 1.53 -Release: 0 %define cpan_name Log-Log4perl +Name: perl-Log-Log4perl +Version: 1.54 +Release: 0 Summary: Log4j implementation for 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/E/ET/ETJ/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(File::Path) >= 2.070000 @@ -85,12 +83,12 @@ changing the parameters in a configuration file, which your system can re-read even while it's running! %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 perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -101,7 +99,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README %license LICENSE