forked from pool/perl-Apache-LogFormat-Compiler
update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Apache-LogFormat-Compiler?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
a623f6c526
commit
5a63201ea1
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b4185125501e288efbc664da8b723ff86f0b69eb57d3c7c69c7d2069aab0efb0
|
|
||||||
size 14805
|
|
3
Apache-LogFormat-Compiler-0.30.tar.gz
Normal file
3
Apache-LogFormat-Compiler-0.30.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7635e7f35620a551086d2cca504646dfdd270f6bbd3181528323b677ab938502
|
||||||
|
size 16190
|
@@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 7 06:51:23 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.30
|
||||||
|
- add docs abount POSIX::strftime::Compiler
|
||||||
|
- non trial release
|
||||||
|
- [TRIAL] switch to using POSIX::strftime::Compiler
|
||||||
|
- fixed POSIX::setlocale fails on system without locales (Android) #6 (Thank you dex4er)
|
||||||
|
- skip tz test on Windows.
|
||||||
|
- requires perl v5.8.4 (Thank you dex4er)
|
||||||
|
- skip tz test on Cygwin.
|
||||||
|
- Fixed test. Cygwin does not die tzset. But timezone does not been changed
|
||||||
|
- Fixed test. POSIX::tzset not implemented on Windows (Thank you dex4er)
|
||||||
|
- Check tzoffset for every line. It's need for daylight saving time.
|
||||||
|
- Use POSIX::strftime::GNU if available (Thank you dex4er)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 9 07:50:21 UTC 2013 - coolo@suse.com
|
Tue Jul 9 07:50:21 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Apache-LogFormat-Compiler
|
# spec file for package perl-Apache-LogFormat-Compiler
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products 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
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Apache-LogFormat-Compiler
|
Name: perl-Apache-LogFormat-Compiler
|
||||||
Version: 0.13
|
Version: 0.30
|
||||||
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
|
||||||
@@ -33,15 +33,13 @@ BuildRequires: perl(CPAN::Meta)
|
|||||||
BuildRequires: perl(CPAN::Meta::Prereqs)
|
BuildRequires: perl(CPAN::Meta::Prereqs)
|
||||||
BuildRequires: perl(HTTP::Request::Common)
|
BuildRequires: perl(HTTP::Request::Common)
|
||||||
BuildRequires: perl(Module::Build) >= 0.38
|
BuildRequires: perl(Module::Build) >= 0.38
|
||||||
|
BuildRequires: perl(POSIX::strftime::Compiler) >= 0.30
|
||||||
|
BuildRequires: perl(Test::MockTime)
|
||||||
BuildRequires: perl(Test::More) >= 0.98
|
BuildRequires: perl(Test::More) >= 0.98
|
||||||
BuildRequires: perl(Test::Requires)
|
BuildRequires: perl(Test::Requires)
|
||||||
BuildRequires: perl(Try::Tiny) >= 0.12
|
BuildRequires: perl(Try::Tiny) >= 0.12
|
||||||
BuildRequires: perl(URI::Escape) >= 1.60
|
BuildRequires: perl(URI::Escape) >= 1.60
|
||||||
#BuildRequires: perl(Apache::LogFormat::Compiler)
|
Requires: perl(POSIX::strftime::Compiler) >= 0.30
|
||||||
#BuildRequires: perl(HTTP::Message::PSGI)
|
|
||||||
#BuildRequires: perl(Plack::Builder)
|
|
||||||
#BuildRequires: perl(Plack::Test)
|
|
||||||
#BuildRequires: perl(t::Req2PSGI)
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Reference in New Issue
Block a user