8
0

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
This commit is contained in:
2020-07-28 13:41:05 +00:00
committed by Git OBS Bridge
parent 1f4be677f5
commit cd4a76b479
4 changed files with 21 additions and 10 deletions

View File

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

View File

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Jul 28 09:51:54 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- 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 - <tina.mueller@suse.com>

View File

@@ -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