diff --git a/Apache-LogFormat-Compiler-0.35.tar.gz b/Apache-LogFormat-Compiler-0.35.tar.gz deleted file mode 100644 index 2afc2bd..0000000 --- a/Apache-LogFormat-Compiler-0.35.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1654c0000a042a8af052616e30b91c1f0b95a720c8048b59168a8bd99b07271a -size 15996 diff --git a/Apache-LogFormat-Compiler-0.36.tar.gz b/Apache-LogFormat-Compiler-0.36.tar.gz new file mode 100644 index 0000000..4e5e160 --- /dev/null +++ b/Apache-LogFormat-Compiler-0.36.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94509503ee74ea820183d070c11630ee5bc0fd8c12cb74fae953ed62e4a1ac17 +size 16063 diff --git a/perl-Apache-LogFormat-Compiler.changes b/perl-Apache-LogFormat-Compiler.changes index 27b550b..50d39bb 100644 --- a/perl-Apache-LogFormat-Compiler.changes +++ b/perl-Apache-LogFormat-Compiler.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Nov 19 08:26:52 UTC 2019 - + +- updated to 0.36 + see /usr/share/doc/packages/perl-Apache-LogFormat-Compiler/Changes + + 0.36 2019-11-16T14:34:08Z + + - re packaging only + ------------------------------------------------------------------- Tue May 30 14:18:48 UTC 2017 - coolo@suse.com diff --git a/perl-Apache-LogFormat-Compiler.spec b/perl-Apache-LogFormat-Compiler.spec index d80255d..06642b8 100644 --- a/perl-Apache-LogFormat-Compiler.spec +++ b/perl-Apache-LogFormat-Compiler.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Apache-LogFormat-Compiler # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,25 +12,24 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-Apache-LogFormat-Compiler -Version: 0.35 +Version: 0.36 Release: 0 %define cpan_name Apache-LogFormat-Compiler Summary: Compile a log format string to perl-code -License: Artistic-1.0 or GPL-1.0+ +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Apache-LogFormat-Compiler/ +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: timezone BuildRequires: perl(HTTP::Request::Common) BuildRequires: perl(Module::Build::Tiny) >= 0.035 BuildRequires: perl(POSIX::strftime::Compiler) >= 0.30 @@ -41,6 +40,9 @@ BuildRequires: perl(Try::Tiny) >= 0.12 BuildRequires: perl(URI::Escape) >= 1.60 Requires: perl(POSIX::strftime::Compiler) >= 0.30 %{perl_requires} +# MANUAL BEGIN +BuildRequires: timezone +# MANUAL END %description Compile a log format string to perl-code. For faster generation of @@ -50,7 +52,7 @@ access_log lines. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Build.PL --installdirs=vendor +perl Build.PL --installdirs=vendor ./Build build --flags=%{?_smp_mflags} %check