Hello community,
here is the log from the commit of package perl-Apache-LogFormat-Compiler for
openSUSE:Factory checked in at 2015-02-10 20:23:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Apache-LogFormat-Compiler (Old)
and /work/SRC/openSUSE:Factory/.perl-Apache-LogFormat-Compiler.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Apache-LogFormat-Compiler"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Apache-LogFormat-Compiler/perl-Apache-LogFormat-Compiler.changes
2014-03-21 12:15:20.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Apache-LogFormat-Compiler.new/perl-Apache-LogFormat-Compiler.changes
2015-02-10 20:23:33.000000000 +0100
@@ -1,0 +2,6 @@
+Sat Feb 7 16:23:04 UTC 2015 - [email protected]
+
+- updated to 0.32
+ - change perl version requirements to 5.8.1
+
+-------------------------------------------------------------------
Old:
----
Apache-LogFormat-Compiler-0.30.tar.gz
New:
----
Apache-LogFormat-Compiler-0.32.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Apache-LogFormat-Compiler.spec ++++++
--- /var/tmp/diff_new_pack.1DAbbF/_old 2015-02-10 20:23:34.000000000 +0100
+++ /var/tmp/diff_new_pack.1DAbbF/_new 2015-02-10 20:23:34.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Apache-LogFormat-Compiler
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,7 +17,7 @@
Name: perl-Apache-LogFormat-Compiler
-Version: 0.30
+Version: 0.32
Release: 0
%define cpan_name Apache-LogFormat-Compiler
Summary: Compile a log format string to perl-code
@@ -64,6 +64,6 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes cpanfile LICENSE README.md
+%doc Changes cpanfile LICENSE minil.toml README.md
%changelog
++++++ Apache-LogFormat-Compiler-0.30.tar.gz ->
Apache-LogFormat-Compiler-0.32.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Apache-LogFormat-Compiler-0.30/Build.PL
new/Apache-LogFormat-Compiler-0.32/Build.PL
--- old/Apache-LogFormat-Compiler-0.30/Build.PL 2014-01-28 08:59:10.000000000
+0100
+++ new/Apache-LogFormat-Compiler-0.32/Build.PL 2014-06-09 04:00:33.000000000
+0200
@@ -34,7 +34,7 @@
test_files => ((-d '.git' || $ENV{RELEASE_TESTING}) && -d 'xt')
? 't/ xt/' : 't/',
recursive_test_files => 1,
-
+
);
if (-d 'share') {
$args{share_dir} = 'share';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Apache-LogFormat-Compiler-0.30/Changes
new/Apache-LogFormat-Compiler-0.32/Changes
--- old/Apache-LogFormat-Compiler-0.30/Changes 2014-01-28 08:59:10.000000000
+0100
+++ new/Apache-LogFormat-Compiler-0.32/Changes 2014-06-09 04:00:33.000000000
+0200
@@ -1,5 +1,9 @@
Revision history for Perl extension Apache::LogFormat::Compiler
+0.32 2014-06-09T02:00:15Z
+
+ - change perl version requirements to 5.8.1
+
0.30 2014-01-28T07:59:07Z
- add docs abount POSIX::strftime::Compiler
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Apache-LogFormat-Compiler-0.30/MANIFEST
new/Apache-LogFormat-Compiler-0.32/MANIFEST
--- old/Apache-LogFormat-Compiler-0.30/MANIFEST 2014-01-28 08:59:10.000000000
+0100
+++ new/Apache-LogFormat-Compiler-0.32/MANIFEST 2014-06-09 04:00:33.000000000
+0200
@@ -6,6 +6,7 @@
cpanfile
eg/logbench.pl
lib/Apache/LogFormat/Compiler.pm
+minil.toml
t/00_compile.t
t/01_basic.t
t/02_custom.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Apache-LogFormat-Compiler-0.30/META.json
new/Apache-LogFormat-Compiler-0.32/META.json
--- old/Apache-LogFormat-Compiler-0.30/META.json 2014-01-28
08:59:10.000000000 +0100
+++ new/Apache-LogFormat-Compiler-0.32/META.json 2014-06-09
04:00:33.000000000 +0200
@@ -4,7 +4,7 @@
"Masahiro Nagano <[email protected]>"
],
"dynamic_config" : 0,
- "generated_by" : "Minilla/v0.11.0",
+ "generated_by" : "Minilla/v1.1.0",
"license" : [
"perl_5"
],
@@ -36,7 +36,8 @@
"develop" : {
"requires" : {
"Test::CPAN::Meta" : "0",
- "Test::MinimumVersion" : "0.10108",
+ "Test::MinimumVersion::Fast" : "0.04",
+ "Test::PAUSE::Permissions" : "0.04",
"Test::Pod" : "1.41",
"Test::Spellunker" : "v0.2.7"
}
@@ -46,7 +47,7 @@
"POSIX" : "0",
"POSIX::strftime::Compiler" : "0.30",
"Time::Local" : "0",
- "perl" : "5.008004"
+ "perl" : "5.008001"
}
},
"test" : {
@@ -63,7 +64,7 @@
"provides" : {
"Apache::LogFormat::Compiler" : {
"file" : "lib/Apache/LogFormat/Compiler.pm",
- "version" : "0.30"
+ "version" : "0.32"
}
},
"release_status" : "stable",
@@ -77,7 +78,7 @@
"web" : "https://github.com/kazeburo/Apache-LogFormat-Compiler"
}
},
- "version" : "0.30",
+ "version" : "0.32",
"x_contributors" : [
"Florian Schlichting <[email protected]>",
"Piotr Roszatycki <[email protected]>"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Apache-LogFormat-Compiler-0.30/META.yml
new/Apache-LogFormat-Compiler-0.32/META.yml
--- old/Apache-LogFormat-Compiler-0.30/META.yml 2014-01-28 08:59:10.000000000
+0100
+++ new/Apache-LogFormat-Compiler-0.32/META.yml 2014-06-09 04:00:33.000000000
+0200
@@ -3,22 +3,22 @@
author:
- 'Masahiro Nagano <[email protected]>'
build_requires:
- HTTP::Request::Common: 0
- Test::MockTime: 0
- Test::More: 0.98
- Test::Requires: 0
- Try::Tiny: 0.12
- URI::Escape: 1.60
+ HTTP::Request::Common: '0'
+ Test::MockTime: '0'
+ Test::More: '0.98'
+ Test::Requires: '0'
+ Try::Tiny: '0.12'
+ URI::Escape: '1.60'
configure_requires:
- CPAN::Meta: 0
- CPAN::Meta::Prereqs: 0
- Module::Build: 0.38
+ CPAN::Meta: '0'
+ CPAN::Meta::Prereqs: '0'
+ Module::Build: '0.38'
dynamic_config: 0
-generated_by: 'Minilla/v0.11.0, CPAN::Meta::Converter version 2.132830'
+generated_by: 'Minilla/v1.1.0, CPAN::Meta::Converter version 2.141170'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
- version: 1.4
+ version: '1.4'
name: Apache-LogFormat-Compiler
no_index:
directory:
@@ -33,17 +33,17 @@
provides:
Apache::LogFormat::Compiler:
file: lib/Apache/LogFormat/Compiler.pm
- version: 0.30
+ version: '0.32'
requires:
- POSIX: 0
- POSIX::strftime::Compiler: 0.30
- Time::Local: 0
- perl: 5.008004
+ POSIX: '0'
+ POSIX::strftime::Compiler: '0.30'
+ Time::Local: '0'
+ perl: '5.008001'
resources:
bugtracker: https://github.com/kazeburo/Apache-LogFormat-Compiler/issues
homepage: https://github.com/kazeburo/Apache-LogFormat-Compiler
repository: git://github.com/kazeburo/Apache-LogFormat-Compiler.git
-version: 0.30
+version: '0.32'
x_contributors:
- 'Florian Schlichting <[email protected]>'
- 'Piotr Roszatycki <[email protected]>'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Apache-LogFormat-Compiler-0.30/README.md
new/Apache-LogFormat-Compiler-0.32/README.md
--- old/Apache-LogFormat-Compiler-0.30/README.md 2014-01-28
08:59:10.000000000 +0100
+++ new/Apache-LogFormat-Compiler-0.32/README.md 2014-06-09
04:00:33.000000000 +0200
@@ -1,3 +1,4 @@
+[](https://travis-ci.org/kazeburo/Apache-LogFormat-Compiler)
# NAME
Apache::LogFormat::Compiler - Compile a log format string to perl-code
@@ -25,7 +26,7 @@
Takes a format string (or a preset template `combined` or `custom`)
to specify the log format. This module implements a subset of
- [Apache's LogFormat
templates](http://httpd.apache.org/docs/2.0/mod/mod\_log\_config.html):
+ [Apache's LogFormat
templates](http://httpd.apache.org/docs/2.0/mod/mod_log_config.html):
%% a percent sign
%h REMOTE_ADDR from the PSGI environment, or -
@@ -89,7 +90,7 @@
# ABOUT POSIX::strftime::Compiler
-This module uses
[POSIX::strftime::Compiler](http://search.cpan.org/perldoc?POSIX::strftime::Compiler)
for generate datetime string. POSIX::strftime::Compiler provides GNU C library
compatible strftime(3). But this module will not affected by the system locale.
This feature is useful when you want to write loggers, servers and portable
applications.
+This module uses
[POSIX::strftime::Compiler](https://metacpan.org/pod/POSIX::strftime::Compiler)
for generate datetime string. POSIX::strftime::Compiler provides GNU C library
compatible strftime(3). But this module will not affected by the system locale.
This feature is useful when you want to write loggers, servers and portable
applications.
# ADD CUSTOM FORMAT STRING
@@ -124,7 +125,7 @@
# SEE ALSO
-[Plack::Middleware::AccessLog](http://search.cpan.org/perldoc?Plack::Middleware::AccessLog),
[http://httpd.apache.org/docs/2.2/mod/mod\_log\_config.html](http://httpd.apache.org/docs/2.2/mod/mod\_log\_config.html)
+[Plack::Middleware::AccessLog](https://metacpan.org/pod/Plack::Middleware::AccessLog),
[http://httpd.apache.org/docs/2.2/mod/mod\_log\_config.html](http://httpd.apache.org/docs/2.2/mod/mod_log_config.html)
# LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Apache-LogFormat-Compiler-0.30/cpanfile
new/Apache-LogFormat-Compiler-0.32/cpanfile
--- old/Apache-LogFormat-Compiler-0.30/cpanfile 2014-01-28 08:59:10.000000000
+0100
+++ new/Apache-LogFormat-Compiler-0.32/cpanfile 2014-06-09 04:00:33.000000000
+0200
@@ -1,6 +1,6 @@
requires 'POSIX';
requires 'Time::Local';
-requires 'perl', '5.008004';
+requires 'perl', '5.008001';
requires 'POSIX::strftime::Compiler', '0.30';
on test => sub {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Apache-LogFormat-Compiler-0.30/lib/Apache/LogFormat/Compiler.pm
new/Apache-LogFormat-Compiler-0.32/lib/Apache/LogFormat/Compiler.pm
--- old/Apache-LogFormat-Compiler-0.30/lib/Apache/LogFormat/Compiler.pm
2014-01-28 08:59:10.000000000 +0100
+++ new/Apache-LogFormat-Compiler-0.32/lib/Apache/LogFormat/Compiler.pm
2014-06-09 04:00:33.000000000 +0200
@@ -2,7 +2,7 @@
use strict;
use warnings;
-use 5.008004;
+use 5.008001;
use Carp;
use POSIX::strftime::Compiler qw//;
use constant {
@@ -13,7 +13,7 @@
TIME => 4,
};
-our $VERSION = '0.30';
+our $VERSION = '0.32';
# copy from Plack::Middleware::AccessLog
our %formats = (
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Apache-LogFormat-Compiler-0.30/minil.toml
new/Apache-LogFormat-Compiler-0.32/minil.toml
--- old/Apache-LogFormat-Compiler-0.30/minil.toml 1970-01-01
01:00:00.000000000 +0100
+++ new/Apache-LogFormat-Compiler-0.32/minil.toml 2014-06-09
04:00:33.000000000 +0200
@@ -0,0 +1,2 @@
+name = "Apache-LogFormat-Compiler"
+badges = ["travis"]
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]