From cd4a76b479a8468ffa02996e05cc5fb8f68df0af1359e93eefa0d69606320b13 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Tue, 28 Jul 2020 13:41:05 +0000 Subject: [PATCH] Accepting request 823120 from devel:languages:perl:autoupdate - updated to 0.43 see /usr/share/doc/packages/perl-POSIX-strftime-Compiler/Changes 0.43 2020-07-26T07:23:50Z - Test issues with space in perl path name #9 - microoptimization: check for invalid number of parameters later #5 OBS-URL: https://build.opensuse.org/request/show/823120 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-POSIX-strftime-Compiler?expand=0&rev=9 --- POSIX-strftime-Compiler-0.42.tar.gz | 3 --- POSIX-strftime-Compiler-0.43.tar.gz | 3 +++ perl-POSIX-strftime-Compiler.changes | 11 +++++++++++ perl-POSIX-strftime-Compiler.spec | 14 +++++++------- 4 files changed, 21 insertions(+), 10 deletions(-) delete mode 100644 POSIX-strftime-Compiler-0.42.tar.gz create mode 100644 POSIX-strftime-Compiler-0.43.tar.gz diff --git a/POSIX-strftime-Compiler-0.42.tar.gz b/POSIX-strftime-Compiler-0.42.tar.gz deleted file mode 100644 index d2434dd..0000000 --- a/POSIX-strftime-Compiler-0.42.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26582bdd78b254bcc1c56d0b770fa280e8b8f70957c84dc44572ba4cacb0ac11 -size 17294 diff --git a/POSIX-strftime-Compiler-0.43.tar.gz b/POSIX-strftime-Compiler-0.43.tar.gz new file mode 100644 index 0000000..f125cd2 --- /dev/null +++ b/POSIX-strftime-Compiler-0.43.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:909de3f53ed99839af97c1c4c5f44a20312e411ea69214cd6447ec61956e3415 +size 16974 diff --git a/perl-POSIX-strftime-Compiler.changes b/perl-POSIX-strftime-Compiler.changes index b0fd537..e5555b5 100644 --- a/perl-POSIX-strftime-Compiler.changes +++ b/perl-POSIX-strftime-Compiler.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Jul 28 09:51:54 UTC 2020 - Tina Müller + +- updated to 0.43 + see /usr/share/doc/packages/perl-POSIX-strftime-Compiler/Changes + + 0.43 2020-07-26T07:23:50Z + + - Test issues with space in perl path name #9 + - microoptimization: check for invalid number of parameters later #5 + ------------------------------------------------------------------- Thu Nov 28 22:20:23 UTC 2019 - diff --git a/perl-POSIX-strftime-Compiler.spec b/perl-POSIX-strftime-Compiler.spec index 66cf068..3a87a05 100644 --- a/perl-POSIX-strftime-Compiler.spec +++ b/perl-POSIX-strftime-Compiler.spec @@ -1,7 +1,7 @@ # # spec file for package perl-POSIX-strftime-Compiler # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,20 +17,20 @@ Name: perl-POSIX-strftime-Compiler -Version: 0.42 +Version: 0.43 Release: 0 %define cpan_name POSIX-strftime-Compiler Summary: GNU C library compatible strftime for loggers and servers License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/K/KA/KAZEBURO/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Module::Build) >= 0.380000 +BuildRequires: perl(Module::Build::Tiny) >= 0.035 BuildRequires: perl(Test::More) >= 0.98 %{perl_requires} # MANUAL BEGIN @@ -49,14 +49,14 @@ wraps POSIX::strftime and converts some format characters to perl code %setup -q -n %{cpan_name}-%{version} %build -perl Build.PL installdirs=vendor -./Build build flags=%{?_smp_mflags} +perl Build.PL --installdirs=vendor +./Build build --flags=%{?_smp_mflags} %check ./Build test %install -./Build install destdir=%{buildroot} create_packlist=0 +./Build install --destdir=%{buildroot} --create_packlist=0 %perl_gen_filelist %files -f %{name}.files