Hello community,
here is the log from the commit of package perl-Config-IniFiles for
openSUSE:Factory checked in at 2016-08-09 22:14:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Config-IniFiles (Old)
and /work/SRC/openSUSE:Factory/.perl-Config-IniFiles.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Config-IniFiles"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Config-IniFiles/perl-Config-IniFiles.changes
2016-07-01 09:56:40.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Config-IniFiles.new/perl-Config-IniFiles.changes
2016-08-09 22:14:13.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Jul 25 05:07:02 UTC 2016 - [email protected]
+
+- updated to 2.93
+ see /usr/share/doc/packages/perl-Config-IniFiles/Changes
+
+-------------------------------------------------------------------
Old:
----
Config-IniFiles-2.92.tar.gz
New:
----
Config-IniFiles-2.93.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Config-IniFiles.spec ++++++
--- /var/tmp/diff_new_pack.eZFSCE/_old 2016-08-09 22:14:14.000000000 +0200
+++ /var/tmp/diff_new_pack.eZFSCE/_new 2016-08-09 22:14:14.000000000 +0200
@@ -17,7 +17,7 @@
Name: perl-Config-IniFiles
-Version: 2.92
+Version: 2.93
Release: 0
%define cpan_name Config-IniFiles
Summary: Module for Reading .Ini-Style Configuration Files
++++++ Config-IniFiles-2.92.tar.gz -> Config-IniFiles-2.93.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Config-IniFiles-2.92/Build.PL
new/Config-IniFiles-2.93/Build.PL
--- old/Config-IniFiles-2.92/Build.PL 2016-06-17 11:33:04.000000000 +0200
+++ new/Config-IniFiles-2.93/Build.PL 2016-07-24 10:32:45.000000000 +0200
@@ -19,7 +19,7 @@
"Shlomi Fish <shlomif\@cpan.org>"
],
"dist_name" => "Config-IniFiles",
- "dist_version" => "2.92",
+ "dist_version" => "2.93",
"license" => "perl",
"module_name" => "Config::IniFiles",
"recursive_test_files" => 1,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Config-IniFiles-2.92/Changes
new/Config-IniFiles-2.93/Changes
--- old/Config-IniFiles-2.92/Changes 2016-06-17 11:33:04.000000000 +0200
+++ new/Config-IniFiles-2.93/Changes 2016-07-24 10:32:45.000000000 +0200
@@ -1,3 +1,8 @@
+2.93 2016-07-24
+ * Add [MetaJSON] and META.json to the distribution.
+ - Pull-request by Kent Fredric - thanks!
+ -
https://bitbucket.org/shlomif/perl-config-inifiles/pull-requests/5/ship-metajson-with-metajson/diff
+
2.92 2016-06-17
* Hopefully fix tests with read/write test01.ini:
-
http://www.cpantesters.org/cpan/report/121523be-341c-11e6-9fc5-14bfbd15da07
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Config-IniFiles-2.92/MANIFEST
new/Config-IniFiles-2.93/MANIFEST
--- old/Config-IniFiles-2.92/MANIFEST 2016-06-17 11:33:04.000000000 +0200
+++ new/Config-IniFiles-2.93/MANIFEST 2016-07-24 10:32:45.000000000 +0200
@@ -4,6 +4,7 @@
LICENSE
MANIFEST
MANIFEST.SKIP
+META.json
META.yml
Makefile.PL
OLD-Changes.txt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Config-IniFiles-2.92/META.json
new/Config-IniFiles-2.93/META.json
--- old/Config-IniFiles-2.92/META.json 1970-01-01 01:00:00.000000000 +0100
+++ new/Config-IniFiles-2.93/META.json 2016-07-24 10:32:45.000000000 +0200
@@ -0,0 +1,100 @@
+{
+ "abstract" : "A module for reading .ini-style configuration files.",
+ "author" : [
+ "Shlomi Fish <[email protected]>"
+ ],
+ "dynamic_config" : 0,
+ "generated_by" : "Dist::Zilla version 5.047, CPAN::Meta::Converter version
2.150005",
+ "keywords" : [
+ "config",
+ "configuration",
+ "files",
+ "ini",
+ "ini",
+ "files",
+ "pure-perl",
+ "tested",
+ "tie",
+ "windows"
+ ],
+ "license" : [
+ "perl_5"
+ ],
+ "meta-spec" : {
+ "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+ "version" : 2
+ },
+ "name" : "Config-IniFiles",
+ "prereqs" : {
+ "build" : {
+ "requires" : {
+ "Module::Build" : "0.28"
+ }
+ },
+ "configure" : {
+ "requires" : {
+ "ExtUtils::MakeMaker" : "0",
+ "Module::Build" : "0.28"
+ }
+ },
+ "develop" : {
+ "requires" : {
+ "Pod::Coverage::TrustPod" : "0",
+ "Test::CPAN::Changes" : "0.19",
+ "Test::Pod" : "1.41",
+ "Test::Pod::Coverage" : "1.08"
+ }
+ },
+ "runtime" : {
+ "requires" : {
+ "Carp" : "0",
+ "Fcntl" : "0",
+ "File::Basename" : "0",
+ "File::Temp" : "0",
+ "IO::Scalar" : "0",
+ "List::Util" : "1.33",
+ "Symbol" : "0",
+ "perl" : "5.008",
+ "strict" : "0",
+ "vars" : "0",
+ "warnings" : "0"
+ }
+ },
+ "test" : {
+ "requires" : {
+ "English" : "0",
+ "Exporter" : "0",
+ "File::Spec" : "0",
+ "File::Temp" : "0",
+ "IO::File" : "0",
+ "IO::Handle" : "0",
+ "IPC::Open3" : "0",
+ "Scalar::Util" : "0",
+ "Test::More" : "0",
+ "base" : "0",
+ "blib" : "1.01",
+ "lib" : "0"
+ }
+ }
+ },
+ "provides" : {
+ "Config::IniFiles" : {
+ "file" : "lib/Config/IniFiles.pm",
+ "version" : "2.93"
+ }
+ },
+ "release_status" : "stable",
+ "resources" : {
+ "bugtracker" : {
+ "mailto" : "[email protected]",
+ "web" : "http://rt.cpan.org/NoAuth/Bugs.html?Dist=Config-IniFiles"
+ },
+ "repository" : {
+ "type" : "hg",
+ "url" : "ssh://[email protected]/shlomif/perl-Config-IniFiles",
+ "web" : "http://bitbucket.org/shlomif/perl-Config-IniFiles"
+ }
+ },
+ "version" : "2.93"
+}
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Config-IniFiles-2.92/META.yml
new/Config-IniFiles-2.93/META.yml
--- old/Config-IniFiles-2.92/META.yml 2016-06-17 11:33:04.000000000 +0200
+++ new/Config-IniFiles-2.93/META.yml 2016-07-24 10:32:45.000000000 +0200
@@ -20,7 +20,7 @@
ExtUtils::MakeMaker: '0'
Module::Build: '0.28'
dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.047, CPAN::Meta::Converter version
2.150001'
+generated_by: 'Dist::Zilla version 5.047, CPAN::Meta::Converter version
2.150005'
keywords:
- config
- configuration
@@ -40,7 +40,7 @@
provides:
Config::IniFiles:
file: lib/Config/IniFiles.pm
- version: '2.92'
+ version: '2.93'
requires:
Carp: '0'
Fcntl: '0'
@@ -56,4 +56,4 @@
resources:
bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Config-IniFiles
repository: ssh://[email protected]/shlomif/perl-Config-IniFiles
-version: '2.92'
+version: '2.93'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Config-IniFiles-2.92/Makefile.PL
new/Config-IniFiles-2.93/Makefile.PL
--- old/Config-IniFiles-2.92/Makefile.PL 2016-06-17 11:33:04.000000000
+0200
+++ new/Config-IniFiles-2.93/Makefile.PL 2016-07-24 10:32:45.000000000
+0200
@@ -46,7 +46,7 @@
"blib" => "1.01",
"lib" => 0
},
- "VERSION" => "2.92",
+ "VERSION" => "2.93",
"test" => {
"TESTS" => "t/*.t"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Config-IniFiles-2.92/dist.ini
new/Config-IniFiles-2.93/dist.ini
--- old/Config-IniFiles-2.92/dist.ini 2016-06-17 11:33:04.000000000 +0200
+++ new/Config-IniFiles-2.93/dist.ini 2016-07-24 10:32:45.000000000 +0200
@@ -27,6 +27,7 @@
repository.web = http://bitbucket.org/shlomif/perl-Config-IniFiles
repository.type = hg
[ModuleBuild]
+[MetaJSON]
[PodSyntaxTests]
[PodCoverageTests]
[PodWeaver]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Config-IniFiles-2.92/lib/Config/IniFiles.pm
new/Config-IniFiles-2.93/lib/Config/IniFiles.pm
--- old/Config-IniFiles-2.92/lib/Config/IniFiles.pm 2016-06-17
11:33:04.000000000 +0200
+++ new/Config-IniFiles-2.93/lib/Config/IniFiles.pm 2016-07-24
10:32:45.000000000 +0200
@@ -2,7 +2,7 @@
use vars qw($VERSION);
-$VERSION = '2.92';
+$VERSION = '2.93';
require 5.008;
use strict;
@@ -2231,7 +2231,7 @@
=head1 VERSION
-version 2.92
+version 2.93
=head1 SYNOPSIS