commit perl-Config-Tiny for openSUSE:Factory

2019-08-07 Thread root
Hello community,

here is the log from the commit of package perl-Config-Tiny for 
openSUSE:Factory checked in at 2019-08-07 13:55:54

Comparing /work/SRC/openSUSE:Factory/perl-Config-Tiny (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Config-Tiny.new.9556 (New)


Package is "perl-Config-Tiny"

Wed Aug  7 13:55:54 2019 rev:17 rq:720161 version:2.24

Changes:

--- /work/SRC/openSUSE:Factory/perl-Config-Tiny/perl-Config-Tiny.changes
2017-10-11 23:02:50.492990257 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Config-Tiny.new.9556/perl-Config-Tiny.changes  
2019-08-07 13:55:57.844856464 +0200
@@ -1,0 +2,18 @@
+Thu Aug  1 08:37:37 UTC 2019 - Stephan Kulow 
+
+- Update to 0.24
+  - Delete from caveats in documentation where it used to say:
+  'Config::Tiny will only recognize the first time an option is set in 
a config file.'
+  'Any further attempts to set the same option later in the config 
file are ignored.'
+  In reality the code uses the 2nd and subsequent values to overwrite 
earlier values.
+  - Make this topic a new FAQ.
+  - Add corresponding test t/06.repeat.key.t.
+  - Update POD to clarify trailing comment options.
+  - Add corresponding test t/07.trailing.comment.t.
+  - Romanize Gregory Kidrenko's name so Config::IniFiles does not get 'Wide 
char in print'.
+  - Move xt/pod.t to xt/author/pod.t.
+  - Adopt new repo structure. See
+  http://savage.net.au/Ron/html/My.Workflow.for.Building.Distros.html.
+  - Move require 5.008001 from Tiny.pm into Makefile.PL.
+
+---

Old:

  Config-Tiny-2.23.tgz

New:

  Config-Tiny-2.24.tgz



Other differences:
--
++ perl-Config-Tiny.spec ++
--- /var/tmp/diff_new_pack.acnZKJ/_old  2019-08-07 13:55:59.196856449 +0200
+++ /var/tmp/diff_new_pack.acnZKJ/_new  2019-08-07 13:55:59.200856449 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Config-Tiny
 #
-# 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,16 +12,16 @@
 # 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-Config-Tiny
-Version:2.23
+Version:2.24
 Release:0
 %define cpan_name Config-Tiny
 Summary:Read/Write .ini style files with as little code as possible
-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/Config-Tiny/
 Source0:
https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/%{cpan_name}-%{version}.tgz

++ Config-Tiny-2.23.tgz -> Config-Tiny-2.24.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Tiny-2.23/.travis.yml 
new/Config-Tiny-2.24/.travis.yml
--- old/Config-Tiny-2.23/.travis.yml1970-01-01 01:00:00.0 +0100
+++ new/Config-Tiny-2.24/.travis.yml2018-01-20 00:38:04.0 +0100
@@ -0,0 +1,12 @@
+language: perl
+perl:
+  - "5.26"
+  - "5.24"
+  - "5.22"
+  - "5.20"
+  - "5.18"
+  - "5.16"
+  - "5.14"
+  - "5.12"
+  - "5.10"
+  - "5.8"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Tiny-2.23/Changelog.ini 
new/Config-Tiny-2.24/Changelog.ini
--- old/Config-Tiny-2.23/Changelog.ini  2015-10-14 00:45:44.0 +0200
+++ new/Config-Tiny-2.24/Changelog.ini  2019-06-17 06:30:13.0 +0200
@@ -1,7 +1,25 @@
 [Module]
 Name=Config-Tiny:
-Changelog.Creator=Module::Metadata::Changes V 2.05
-Changelog.Parser=Config::IniFiles V 2.83
+Changelog.Creator=Module::Metadata::Changes V 2.12
+Changelog.Parser=Config::IniFiles V 2.94
+
+[V 2.24]
+Date=2019-06-11T15:30:00
+Comments= 

commit perl-Config-Tiny for openSUSE:Factory

2017-10-11 Thread root
Hello community,

here is the log from the commit of package perl-Config-Tiny for 
openSUSE:Factory checked in at 2017-10-11 23:02:45

Comparing /work/SRC/openSUSE:Factory/perl-Config-Tiny (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Config-Tiny.new (New)


Package is "perl-Config-Tiny"

Wed Oct 11 23:02:45 2017 rev:16 rq:533128 version:2.23

Changes:

--- /work/SRC/openSUSE:Factory/perl-Config-Tiny/perl-Config-Tiny.changes
2015-03-23 12:19:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Config-Tiny.new/perl-Config-Tiny.changes   
2017-10-11 23:02:50.492990257 +0200
@@ -1,0 +2,17 @@
+Sun Oct  8 08:08:29 UTC 2017 - co...@suse.com
+
+- updated to 2.23
+   see /usr/share/doc/packages/perl-Config-Tiny/Changelog.ini
+
+  [V 2.23]
+  Date=2015-10-14T09:11:00
+  Comments= = 3.3
 BuildRequires:  perl(File::Temp) >= 0.22
-BuildRequires:  perl(Module::Build) >= 0.34
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
-#BuildRequires: perl(Config::Tiny)
+Requires:   perl(File::Spec) >= 3.3
+Requires:   perl(File::Temp) >= 0.22
 %{perl_requires}
 
 %description
@@ -48,25 +49,25 @@
 
 This module is primarily for reading human written files, and anything we
 write shouldn't need to have documentation/comments. If you need something
-with more power move up to the Config::Simple manpage, the Config::General
-manpage or one of the many other 'Config::*' modules.
+with more power move up to Config::Simple, Config::General or one of the
+many other 'Config::*' modules.
 
-Lastly, the Config::Tiny manpage does *not* preserve your comments,
-whitespace, or the order of your config file.
+Lastly, Config::Tiny does *not* preserve your comments, whitespace, or the
+order of your config file.
 
-See the Config::Tiny::Ordered manpage (and possibly others) for the
-preservation of the order of the entries in the file.
+See Config::Tiny::Ordered (and possibly others) for the preservation of the
+order of the entries in the file.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
-perl Makefile.PL installdirs=vendor
-make %{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %check
-make %{?_smp_mflags} test
+%{__make} test
 
 %install
 %perl_make_install
@@ -75,6 +76,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changelog.ini Changes LICENSE README test.conf xt
+%doc Changes README test.conf
+%license LICENSE
 
 %changelog

++ Config-Tiny-2.22.tgz -> Config-Tiny-2.23.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Tiny-2.22/Changelog.ini 
new/Config-Tiny-2.23/Changelog.ini
--- old/Config-Tiny-2.22/Changelog.ini  2015-02-16 22:34:56.0 +0100
+++ new/Config-Tiny-2.23/Changelog.ini  2015-10-14 00:45:44.0 +0200
@@ -3,6 +3,17 @@
 Changelog.Creator=Module::Metadata::Changes V 2.05
 Changelog.Parser=Config::IniFiles V 2.83
 
+[V 2.23]
+Date=2015-10-14T09:11:00
+Comments= <"
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.142060",
+   "generated_by" : "ExtUtils::MakeMaker version 7.06, CPAN::Meta::Converter 
version 2.143240",
"license" : [
   "perl_5"
],
@@ -52,5 +52,6 @@
  "web" : "https://github.com/ronsavage/Config-Tiny";
   }
},
-   "version" : "2.22"
+   "version" : "2.23"
 }
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Tiny-2.22/META.yml 
new/Config-Tiny-2.23/META.yml
--- old/Config-Tiny-2.22/META.yml   2015-02-16 22:34:58.0 +0100
+++ new/Config-Tiny-2.23/META.yml   2015-10-14 00:45:44.0 +0200
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 
2.142060'
+generated_by: 'ExtUtils::MakeMaker version 7.06, CPAN::Meta::Converter version 
2.143240'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -27,4 +27,5 @@
 resources:
   license: http://opensource.org/licenses/Perl
   repository: https://github.com/ronsavage/Config-Tiny.git
-version: '2.22'
+version: '2.23'
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svn

commit perl-Config-Tiny for openSUSE:Factory

2015-03-23 Thread h_root
Hello community,

here is the log from the commit of package perl-Config-Tiny for 
openSUSE:Factory checked in at 2015-03-23 12:19:17

Comparing /work/SRC/openSUSE:Factory/perl-Config-Tiny (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Config-Tiny.new (New)


Package is "perl-Config-Tiny"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Config-Tiny/perl-Config-Tiny.changes
2013-11-26 19:24:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Config-Tiny.new/perl-Config-Tiny.changes   
2015-03-23 12:19:18.0 +0100
@@ -1,0 +2,15 @@
+Sat Mar 21 21:09:44 UTC 2015 - mplus...@suse.com
+
+- Update to 2.22
+  * Fix licence info in Makefile.PL to say Perl.
+- Changes for 2.21
+  * Patch Makefile.PL to refer to the current repo, which is on 
+github, and not the original one, which is on Adam's web site. 
+See RT#102125.
+  * Remove Build.PL because Karen Etheridge tells me Module::Build 
+is no longer in core. See RT#102126.
+  * Edit line lengths in this file to a max of 100 chars.
+  * Edit line lengths in the docs the same way.
+  * Expand the See Also section of the docs.
+
+---

Old:

  Config-Tiny-2.20.tgz

New:

  Config-Tiny-2.22.tgz



Other differences:
--
++ perl-Config-Tiny.spec ++
--- /var/tmp/diff_new_pack.zQz3Kg/_old  2015-03-23 12:19:19.0 +0100
+++ /var/tmp/diff_new_pack.zQz3Kg/_new  2015-03-23 12:19:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Config-Tiny
 #
-# Copyright (c) 2013 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
@@ -16,22 +16,22 @@
 #
 
 
+%define cpan_name Config-Tiny
 Name:   perl-Config-Tiny
-Version:2.20
+Version:2.22
 Release:0
-%define cpan_name Config-Tiny
 Summary:Read/Write .ini style files with as little code as possible
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Config-Tiny/
 Source: 
http://www.cpan.org/authors/id/R/RS/RSAVAGE/%{cpan_name}-%{version}.tgz
-BuildArch:  noarch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(File::Spec) >= 3.3
 BuildRequires:  perl(File::Temp) >= 0.22
 BuildRequires:  perl(Module::Build) >= 0.34
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 #BuildRequires: perl(Config::Tiny)
 %{perl_requires}
 
@@ -62,14 +62,15 @@
 find . -type f -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build build flags=%{?_smp_mflags}
+perl Makefile.PL installdirs=vendor
+make %{?_smp_mflags}
 
 %check
-./Build test
+make %{?_smp_mflags} test
 
 %install
-./Build install destdir=%{buildroot} create_packlist=0
+%perl_make_install
+%perl_process_packlist
 %perl_gen_filelist
 
 %files -f %{name}.files

++ Config-Tiny-2.20.tgz -> Config-Tiny-2.22.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Tiny-2.20/Build.PL 
new/Config-Tiny-2.22/Build.PL
--- old/Config-Tiny-2.20/Build.PL   2013-11-24 00:54:11.0 +0100
+++ new/Config-Tiny-2.22/Build.PL   1970-01-01 01:00:00.0 +0100
@@ -1,30 +0,0 @@
-use strict;
-use warnings;
-
-use Module::Build;
-
-Module::Build -> new
-(
-   module_name=> 'Config::Tiny',
-   license=> 'perl',
-   dist_abstract  => 'Read/Write .ini style files with as little code as 
possible',
-   dist_author=> 'Adam Kennedy ',
-   build_requires =>
-   {
-   'File::Spec' => 3.30,
-   'File::Temp' => 0.22,
-   'Test::More' => 0.47,
-#  'Test::Pod'  => 1.45, # Make it optional. See xt/pod.t
-   },
-   configure_requires =>
-   {
-'Module::Build' => 0.3400,
-   },
-   requires =>
-   {
-   'perl'   => '5.8.1', # For the utf stuff.
-   'strict' => 0,
-   'UNIVERSAL'  => 0,
-   'utf8'   => 0,
-   },
-) -> create_build_script();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Tiny-2.20/Changelog.ini 
new/Config-Tiny-2.22/Changelog.ini
--- old/Config-Tiny-2.20/Changelog.ini  2013-11-24 00:54:11.0 +0100
+++ new/Config-Tiny-2.22/Changelog.ini  2015-02-16 22:34:56.0 +0100
@@ -1,7 +1,23 @@
 [Module]
 Name=Config-Tiny:
 Changelog.Creator=Module::Metadata::Changes V 2.05

commit perl-Config-Tiny for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-Config-Tiny for 
openSUSE:Factory checked in at 2013-11-26 19:24:43

Comparing /work/SRC/openSUSE:Factory/perl-Config-Tiny (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Config-Tiny.new (New)


Package is "perl-Config-Tiny"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Config-Tiny/perl-Config-Tiny.changes
2013-10-21 15:13:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Config-Tiny.new/perl-Config-Tiny.changes   
2013-11-26 19:24:44.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 26 07:31:49 UTC 2013 - co...@suse.com
+
+- updated to 2.20
+  - Relax pre-req version requirements
+
+---

Old:

  Config-Tiny-2.19.tgz

New:

  Config-Tiny-2.20.tgz



Other differences:
--
++ perl-Config-Tiny.spec ++
--- /var/tmp/diff_new_pack.JmseGx/_old  2013-11-26 19:24:45.0 +0100
+++ /var/tmp/diff_new_pack.JmseGx/_new  2013-11-26 19:24:45.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Config-Tiny
-Version:2.19
+Version:2.20
 Release:0
 %define cpan_name Config-Tiny
 Summary:Read/Write .ini style files with as little code as possible
@@ -29,12 +29,10 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(File::Spec) >= 3.4
-BuildRequires:  perl(File::Temp) >= 0.2301
-BuildRequires:  perl(Module::Build) >= 0.38
+BuildRequires:  perl(File::Spec) >= 3.3
+BuildRequires:  perl(File::Temp) >= 0.22
+BuildRequires:  perl(Module::Build) >= 0.34
 #BuildRequires: perl(Config::Tiny)
-Requires:   perl(File::Spec) >= 3.4
-Requires:   perl(File::Temp) >= 0.2301
 %{perl_requires}
 
 %description

++ Config-Tiny-2.19.tgz -> Config-Tiny-2.20.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Tiny-2.19/Build.PL 
new/Config-Tiny-2.20/Build.PL
--- old/Config-Tiny-2.19/Build.PL   2013-09-15 01:22:11.0 +0200
+++ new/Config-Tiny-2.20/Build.PL   2013-11-24 00:54:11.0 +0100
@@ -1,3 +1,6 @@
+use strict;
+use warnings;
+
 use Module::Build;
 
 Module::Build -> new
@@ -8,21 +11,20 @@
dist_author=> 'Adam Kennedy ',
build_requires =>
{
-   Test::More => 0.47,
-#  Test::Pod  => 1.45, # Make it optional. See xt/pod.t
+   'File::Spec' => 3.30,
+   'File::Temp' => 0.22,
+   'Test::More' => 0.47,
+#  'Test::Pod'  => 1.45, # Make it optional. See xt/pod.t
},
configure_requires =>
{
-Module::Build => 0.3800,
+'Module::Build' => 0.3400,
},
requires =>
{
-   'File::Spec' => 3.40,
-   'File::Temp' => 0.2301,
'perl'   => '5.8.1', # For the utf stuff.
'strict' => 0,
'UNIVERSAL'  => 0,
'utf8'   => 0,
-   'vars'   => 0,
},
 ) -> create_build_script();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Tiny-2.19/Changelog.ini 
new/Config-Tiny-2.20/Changelog.ini
--- old/Config-Tiny-2.19/Changelog.ini  2013-09-15 01:22:11.0 +0200
+++ new/Config-Tiny-2.20/Changelog.ini  2013-11-24 00:54:11.0 +0100
@@ -1,7 +1,11 @@
 [Module]
 Name=Config-Tiny:
 Changelog.Creator=Module::Metadata::Changes V 2.05
-Changelog.Parser=Config::IniFiles V 2.78
+Changelog.Parser=Config::IniFiles V 2.82
+
+[V 2.20]
+Date=2013-11-24T10:52:00
+Comments=- Relax pre-req version requirements
 
 [V 2.19]
 Date=2013-09-15T09:16:00
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Tiny-2.19/Changes new/Config-Tiny-2.20/Changes
--- old/Config-Tiny-2.19/Changes2013-09-15 01:22:11.0 +0200
+++ new/Config-Tiny-2.20/Changes2013-11-24 00:54:11.0 +0100
@@ -1,5 +1,8 @@
 Revision history for Perl extension Config-Tiny:
 
+2.20  Sun Nov 24 10:52:00 2013
+   - Relax pre-req version requirements
+
 2.19  Sun Sep 15 09:16:00 2013
- Change VERSION => $VERSION in Makefile.PL to VERSION_FROM => 
'lib/Config/Tiny.pm'.
Reported by Jean-Louis Morel. See RT#88670.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Tiny-2.19/META.json 
new/Config-Tiny-2.20/META.json
--- old/Config-Tiny-2.19/META.json  2013-09-15 01:22:11.0 +0200
+++ new/Config-Tiny-2.20/META.json  2013-11-24 00:54:11.0 +0100
@@ -16,30 +16,29 @@
"prereqs" : {
   "build" : {
  "requires" : {
+   

commit perl-Config-Tiny for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Config-Tiny for 
openSUSE:Factory checked in at 2013-10-21 15:13:02

Comparing /work/SRC/openSUSE:Factory/perl-Config-Tiny (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Config-Tiny.new (New)


Package is "perl-Config-Tiny"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Config-Tiny/perl-Config-Tiny.changes
2011-11-21 12:37:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Config-Tiny.new/perl-Config-Tiny.changes   
2013-10-21 15:13:03.0 +0200
@@ -1,0 +2,38 @@
+Fri Oct  4 09:11:29 UTC 2013 - co...@suse.com
+
+- updated to 2.19
+- Change VERSION => $VERSION in Makefile.PL to VERSION_FROM => 
'lib/Config/Tiny.pm'.
+Reported by Jean-Louis Morel. See RT#88670.
+ 
+ 2.18  Sat Sep 14 10:03:00 2013
+- Remove obsolete and wrong version # from Makefile.PL.
+Reported by Jean-Louis Morel. See RT#88658.
+- Implement Kevin Ryde's suggestion to test if read() will return 
undef.
+If so, set an error message and (still) return undef.
+ 
+ 2.17  Fri Sep 13 12:41:00 2013
+- Remove the file tests -efr during calls to read(). The open() tests 
for any error.
+Also, the -f test was reporting /dev/null as a directory, not 
a file.
+Thanx to Kevin Ryde for pushing me to implement this. See 
RT#36974.
+- Clean up some error messages slightly.
+ 
+ 2.16  Fri Sep  6 11:54:00 2013
+- Replace Path::Tiny with File::Spec, because the former's list of 
dependencies is s long :-(.
+Changed files: t/02.main.t, t/04.utf8.t, Build.PL and 
Makefile.PL.
+See: RT#88435 (for Tree::DAG_Node) for an explanation.
+ 
+ 2.15  Sun Aug  4 14:59:00 2013
+- Clean up the shambolic dates in this file.
+- Add a note under Caveats about setting options more that once. Only 
the first case is respected.
+Thanx to Kimmel K. See RT#69795.
+- Add a $encoding parameter to read_file() and write_file(). See docs 
for details.
+Add t/04.utf8.t and t/04.utf8.txt.
+Thanx to Mark Lawrence and Wolfgang Husmann. See RT#71029 and 
RT#85571.
+- For BSD-based systems, when writing a file during tests, use:
+my($temp_dir) = File::Temp -> newdir('temp.', CLEANUP => 
1, EXLOCK => 0, TMPDIR => 1);
+- Rename t/*.t files. I use '.' rather than '_' in file names because 
the latter is a shift char.
+- Add MANIFEST.SKIP, Changelog.ini, Build.PL, META.json.
+- Add an FAQ to the docs.
+- Clean up the docs.
+
+---

Old:

  Config-Tiny-2.14.tar.gz

New:

  Config-Tiny-2.19.tgz



Other differences:
--
++ perl-Config-Tiny.spec ++
--- /var/tmp/diff_new_pack.kPYoac/_old  2013-10-21 15:13:04.0 +0200
+++ /var/tmp/diff_new_pack.kPYoac/_new  2013-10-21 15:13:04.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Config-Tiny
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,66 +15,67 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-Config-Tiny
+Version:2.19
+Release:0
 %define cpan_name Config-Tiny
 Summary:Read/Write .ini style files with as little code as possible
-Version:2.14
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Config-Tiny/
-#Source: 
http://www.cpan.org/authors/id/A/AD/ADAMK/Config-Tiny-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/R/RS/RSAVAGE/%{cpan_name}-%{version}.tgz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(File::Spec) >= 3.4
+BuildRequires:  perl(File::Temp) >= 0.2301
+BuildRequires:  perl(Module::Build) >= 0.38
+#BuildRequires: perl(Config::Tiny)
+Requires:   perl(File::Spec) >= 3.4
+Requires:   perl(File::Temp) >= 0.2301
 %{perl_requires}
 
 %description
-'Config::Tiny' is a perl class to read and write .ini style configuration
+'Config::Tiny' is a Perl class to read and write .ini style configuration
 files with as little code as possible, reducing load time and memory
-overhe

commit perl-Config-Tiny for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Config-Tiny for 
openSUSE:Factory checked in at 2011-12-06 18:39:10

Comparing /work/SRC/openSUSE:Factory/perl-Config-Tiny (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Config-Tiny.new (New)


Package is "perl-Config-Tiny", Maintainer is ""

Changes:




Other differences:
--
++ perl-Config-Tiny.spec ++
--- /var/tmp/diff_new_pack.pkeP1x/_old  2011-12-06 19:06:02.0 +0100
+++ /var/tmp/diff_new_pack.pkeP1x/_new  2011-12-06 19:06:02.0 +0100
@@ -23,7 +23,7 @@
 Summary:Read/Write .ini style files with as little code as possible
 Version:2.14
 Release:1
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Config-Tiny/
 #Source: 
http://www.cpan.org/authors/id/A/AD/ADAMK/Config-Tiny-%{version}.tar.gz

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Config-Tiny for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Config-Tiny for 
openSUSE:Factory checked in at 2011-11-21 12:36:45

Comparing /work/SRC/openSUSE:Factory/perl-Config-Tiny (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Config-Tiny.new (New)


Package is "perl-Config-Tiny", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/perl-Config-Tiny/perl-Config-Tiny.changes
2011-09-23 12:36:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Config-Tiny.new/perl-Config-Tiny.changes   
2011-11-21 12:37:46.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 18 11:10:12 UTC 2011 - co...@suse.com
+
+- use original .tar.gz
+
+---

Old:

  Config-Tiny-2.14.tar.bz2

New:

  Config-Tiny-2.14.tar.gz



Other differences:
--
++ perl-Config-Tiny.spec ++
--- /var/tmp/diff_new_pack.QucJPG/_old  2011-11-21 12:37:48.0 +0100
+++ /var/tmp/diff_new_pack.QucJPG/_new  2011-11-21 12:37:48.0 +0100
@@ -27,7 +27,7 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Config-Tiny/
 #Source: 
http://www.cpan.org/authors/id/A/AD/ADAMK/Config-Tiny-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.bz2
+Source: %{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Config-Tiny for openSUSE:Factory

2011-03-24 Thread h_root

Hello community,

here is the log from the commit of package perl-Config-Tiny for openSUSE:Factory
checked in at Thu Mar 24 17:34:52 CET 2011.




--- perl-Config-Tiny/perl-Config-Tiny.changes   2010-11-30 20:24:43.0 
+0100
+++ /mounts/work_src_done/STABLE/perl-Config-Tiny/perl-Config-Tiny.changes  
2011-03-24 09:42:16.0 +0100
@@ -1,0 +2,6 @@
+Thu Mar 24 08:38:30 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 2.14:
+  * fix RT#63080: module can write multiline values but not read them
+
+---

calling whatdependson for head-i586


Old:

  Config-Tiny-2.13.tar.bz2

New:

  Config-Tiny-2.14.tar.bz2



Other differences:
--
++ perl-Config-Tiny.spec ++
--- /var/tmp/diff_new_pack.V4i4mA/_old  2011-03-24 17:34:38.0 +0100
+++ /var/tmp/diff_new_pack.V4i4mA/_new  2011-03-24 17:34:38.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-Config-Tiny (Version 2.13)
+# spec file for package perl-Config-Tiny
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,12 +21,12 @@
 Name:   perl-Config-Tiny
 %define cpan_name Config-Tiny
 Summary:Read/Write .ini style files with as little code as possible
-Version:2.13
+Version:2.14
 Release:1
 License:GPL+ or Artistic
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Config-Tiny/
-#Source: 
http://www.cpan.org/authors/id/A/AD/ADAMK/Config-Tiny-2.13.tar.gz
+#Source: 
http://www.cpan.org/authors/id/A/AD/ADAMK/Config-Tiny-%{version}.tar.gz
 Source: %{cpan_name}-%{version}.tar.bz2
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -48,6 +48,9 @@
 Config::Tiny manpage does *not* preserve your comments, whitespace, or the
 order of your config file.
 
+
+
+
 Authors:
 
  Adam Kennedy 
@@ -68,7 +71,7 @@
 %perl_gen_filelist
 
 %clean
-%{__rm} -rf $RPM_BUILD_ROOT
+%{?buildroot:%__rm -rf "%{buildroot}"}
 
 %files -f %{name}.files
 %defattr(-,root,root,-)

++ Config-Tiny-2.13.tar.bz2 -> Config-Tiny-2.14.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Tiny-2.13/Changes new/Config-Tiny-2.14/Changes
--- old/Config-Tiny-2.13/Changes2010-09-03 03:26:11.0 +0200
+++ new/Config-Tiny-2.14/Changes2011-03-24 03:18:32.0 +0100
@@ -1,5 +1,9 @@
 Revision history for Perl extension Config-Tiny
 
+2.14 Thu 24 Mar 2011
+   - Resolved #63080: module can write multiline values but not read them
+   - Removed -w from tests to allow tests with tainting on
+
 2.13 Fri  3 Sep 2010
- Resolved #60703: Display glitch in Config::Tiny 2.12 POD
- Resolved #40585: member 'set;' doesn't exist
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Tiny-2.13/META.yml 
new/Config-Tiny-2.14/META.yml
--- old/Config-Tiny-2.13/META.yml   2010-09-03 03:26:17.0 +0200
+++ new/Config-Tiny-2.14/META.yml   2011-03-24 03:18:38.0 +0100
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:   Config-Tiny
-version:2.13
+version:2.14
 abstract:   Read/Write .ini style files with as little code as possible
 author:
 - Adam Kennedy 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Tiny-2.13/Makefile.PL 
new/Config-Tiny-2.14/Makefile.PL
--- old/Config-Tiny-2.13/Makefile.PL2010-09-03 03:26:11.0 +0200
+++ new/Config-Tiny-2.14/Makefile.PL2011-03-24 03:18:32.0 +0100
@@ -2,7 +2,7 @@
 use vars qw{$VERSION};
 BEGIN {
require 5.003_96;
-   $VERSION = '2.13';
+   $VERSION = '2.14';
 }
 use ExtUtils::MakeMaker;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Tiny-2.13/README new/Config-Tiny-2.14/README
--- old/Config-Tiny-2.13/README 2010-09-03 03:26:11.0 +0200
+++ new/Config-Tiny-2.14/README 2011-03-24 03:18:32.0 +0100
@@ -128,7 +128,7 @@
 Config::Simple, Config::General, ali.as
 
 COPYRIGHT
-Copyright 2002 - 2010 Adam Kennedy.
+Copyright 2002 - 2011 Adam Kennedy.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Tiny-2.13/lib/Config/Tiny.pm 
new/Config-Tiny-2.14/lib/Config/Tiny.pm
--- old/Config-Tiny-2.13/lib/Config/Tiny.pm 2010-09-03 03:26:11.0 
+0200
+++ new/Con