8
0

Accepting request 749462 from devel:languages:perl:autoupdate

- updated to 0.36
   see /usr/share/doc/packages/perl-Apache-LogFormat-Compiler/Changes
  0.36 2019-11-16T14:34:08Z
  
     - re packaging only

OBS-URL: https://build.opensuse.org/request/show/749462
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Apache-LogFormat-Compiler?expand=0&rev=10
This commit is contained in:
2019-11-19 13:31:59 +00:00
committed by Git OBS Bridge
parent 9965fcc177
commit 5fe3154a27
4 changed files with 22 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1654c0000a042a8af052616e30b91c1f0b95a720c8048b59168a8bd99b07271a
size 15996

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:94509503ee74ea820183d070c11630ee5bc0fd8c12cb74fae953ed62e4a1ac17
size 16063

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Nov 19 08:26:52 UTC 2019 - <timueller+perl@suse.de>
- 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 Tue May 30 14:18:48 UTC 2017 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Apache-LogFormat-Compiler # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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 Name: perl-Apache-LogFormat-Compiler
Version: 0.35 Version: 0.36
Release: 0 Release: 0
%define cpan_name Apache-LogFormat-Compiler %define cpan_name Apache-LogFormat-Compiler
Summary: Compile a log format string to perl-code 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 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 Source0: https://cpan.metacpan.org/authors/id/K/KA/KAZEBURO/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: timezone
BuildRequires: perl(HTTP::Request::Common) BuildRequires: perl(HTTP::Request::Common)
BuildRequires: perl(Module::Build::Tiny) >= 0.035 BuildRequires: perl(Module::Build::Tiny) >= 0.035
BuildRequires: perl(POSIX::strftime::Compiler) >= 0.30 BuildRequires: perl(POSIX::strftime::Compiler) >= 0.30
@@ -41,6 +40,9 @@ BuildRequires: perl(Try::Tiny) >= 0.12
BuildRequires: perl(URI::Escape) >= 1.60 BuildRequires: perl(URI::Escape) >= 1.60
Requires: perl(POSIX::strftime::Compiler) >= 0.30 Requires: perl(POSIX::strftime::Compiler) >= 0.30
%{perl_requires} %{perl_requires}
# MANUAL BEGIN
BuildRequires: timezone
# MANUAL END
%description %description
Compile a log format string to perl-code. For faster generation of 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} %setup -q -n %{cpan_name}-%{version}
%build %build
%{__perl} Build.PL --installdirs=vendor perl Build.PL --installdirs=vendor
./Build build --flags=%{?_smp_mflags} ./Build build --flags=%{?_smp_mflags}
%check %check