commit perl-Test-TempDir-Tiny for openSUSE:Factory

2018-09-24 Thread root
Hello community,

here is the log from the commit of package perl-Test-TempDir-Tiny for 
openSUSE:Factory checked in at 2018-09-24 13:12:02

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


Package is "perl-Test-TempDir-Tiny"

Mon Sep 24 13:12:02 2018 rev:3 rq:636835 version:0.018

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Test-TempDir-Tiny/perl-Test-TempDir-Tiny.changes
2018-06-02 11:58:43.925512181 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-TempDir-Tiny.new/perl-Test-TempDir-Tiny.changes
   2018-09-24 13:12:09.813822397 +0200
@@ -1,0 +2,10 @@
+Thu Sep 20 06:02:43 UTC 2018 - Stephan Kulow 
+
+- updated to 0.018
+   see /usr/share/doc/packages/perl-Test-TempDir-Tiny/Changes
+
+  0.018 2018-07-12 08:21:56-04:00 America/New_York
+  
+  - Bumped required version of File::Temp to 0.2308
+
+---

Old:

  Test-TempDir-Tiny-0.017.tar.gz

New:

  Test-TempDir-Tiny-0.018.tar.gz



Other differences:
--
++ perl-Test-TempDir-Tiny.spec ++
--- /var/tmp/diff_new_pack.mSV8Nq/_old  2018-09-24 13:12:10.241821643 +0200
+++ /var/tmp/diff_new_pack.mSV8Nq/_new  2018-09-24 13:12:10.245821636 +0200
@@ -12,12 +12,12 @@
 # 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-Test-TempDir-Tiny
-Version:0.017
+Version:0.018
 Release:0
 %define cpan_name Test-TempDir-Tiny
 Summary:Temporary directories that stick around when tests fail
@@ -31,7 +31,9 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(File::Path) >= 2.07
+BuildRequires:  perl(File::Temp) >= 0.2308
 Requires:   perl(File::Path) >= 2.07
+Requires:   perl(File::Temp) >= 0.2308
 %{perl_requires}
 
 %description

++ Test-TempDir-Tiny-0.017.tar.gz -> Test-TempDir-Tiny-0.018.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-TempDir-Tiny-0.017/Changes 
new/Test-TempDir-Tiny-0.018/Changes
--- old/Test-TempDir-Tiny-0.017/Changes 2018-05-02 22:31:19.0 +0200
+++ new/Test-TempDir-Tiny-0.018/Changes 2018-07-12 14:22:03.0 +0200
@@ -1,5 +1,9 @@
 Revision history for Test-TempDir-Tiny
 
+0.018 2018-07-12 08:21:56-04:00 America/New_York
+
+- Bumped required version of File::Temp to 0.2308
+
 0.017 2018-05-02 16:31:12-04:00 America/New_York
 
 - Bumped required version of File::Path to 2.07
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-TempDir-Tiny-0.017/META.json 
new/Test-TempDir-Tiny-0.018/META.json
--- old/Test-TempDir-Tiny-0.017/META.json   2018-05-02 22:31:19.0 
+0200
+++ new/Test-TempDir-Tiny-0.018/META.json   2018-07-12 14:22:03.0 
+0200
@@ -63,7 +63,7 @@
 "Exporter" : "5.57",
 "File::Path" : "2.07",
 "File::Spec::Functions" : "0",
-"File::Temp" : "0",
+"File::Temp" : "0.2308",
 "perl" : "5.006002",
 "strict" : "0",
 "warnings" : "0"
@@ -86,7 +86,7 @@
"provides" : {
   "Test::TempDir::Tiny" : {
  "file" : "lib/Test/TempDir/Tiny.pm",
- "version" : "0.017"
+ "version" : "0.018"
   }
},
"release_status" : "stable",
@@ -101,7 +101,7 @@
  "web" : "https://github.com/dagolden/Test-TempDir-Tiny;
   }
},
-   "version" : "0.017",
+   "version" : "0.018",
"x_authority" : "cpan:DAGOLDEN",
"x_contributors" : [
   "Christian Walde ",
@@ -109,7 +109,7 @@
   "Shawn Laffan ",
   "Sven Kirmess "
],
-   "x_generated_by_perl" : "v5.26.1",
-   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0239"
+   "x_generated_by_perl" : "v5.28.0",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 4.04"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-TempDir-Tiny-0.017/META.yml 
new/Test-TempDir-Tiny-0.018/META.yml
--- old/Test-TempDir-Tiny-0.017/META.yml2018-05-02 22:31:19.0 
+0200
+++ new/Test-TempDir-Tiny-0.018/META.yml2018-07-12 14:22:03.0 
+0200
@@ -29,7 +29,7 @@
 provides:
   Test::TempDir::Tiny:
 file: lib/Test/TempDir/Tiny.pm
-version: '0.017'
+version: '0.018'
 requires:
   B: '0'
   Carp: '0'
@@ -37,7 +37,7 @@
   Exporter: '5.57'
   File::Path: '2.07'
   File::Spec::Functions: '0'
-  File::Temp: '0'
+  File::Temp: 

commit perl-Test-TempDir-Tiny for openSUSE:Factory

2018-06-02 Thread root
Hello community,

here is the log from the commit of package perl-Test-TempDir-Tiny for 
openSUSE:Factory checked in at 2018-06-02 11:58:43

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


Package is "perl-Test-TempDir-Tiny"

Sat Jun  2 11:58:43 2018 rev:2 rq:610495 version:0.017

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Test-TempDir-Tiny/perl-Test-TempDir-Tiny.changes
2016-07-01 09:58:28.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-TempDir-Tiny.new/perl-Test-TempDir-Tiny.changes
   2018-06-02 11:58:43.925512181 +0200
@@ -1,0 +2,10 @@
+Thu May  3 06:03:32 UTC 2018 - co...@suse.com
+
+- updated to 0.017
+   see /usr/share/doc/packages/perl-Test-TempDir-Tiny/Changes
+
+  0.017 2018-05-02 16:31:12-04:00 America/New_York
+  
+  - Bumped required version of File::Path to 2.07
+
+---

Old:

  Test-TempDir-Tiny-0.016.tar.gz

New:

  Test-TempDir-Tiny-0.017.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Test-TempDir-Tiny.spec ++
--- /var/tmp/diff_new_pack.ZchlX2/_old  2018-06-02 11:58:44.529490033 +0200
+++ /var/tmp/diff_new_pack.ZchlX2/_new  2018-06-02 11:58:44.533489885 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-TempDir-Tiny
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,20 +17,21 @@
 
 
 Name:   perl-Test-TempDir-Tiny
-Version:0.016
+Version:0.017
 Release:0
 %define cpan_name Test-TempDir-Tiny
 Summary:Temporary directories that stick around when tests fail
 License:Apache-2.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-TempDir-Tiny/
-Source0:
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(File::Path) >= 2.01
-Requires:   perl(File::Path) >= 2.01
+BuildRequires:  perl(File::Path) >= 2.07
+Requires:   perl(File::Path) >= 2.07
 %{perl_requires}
 
 %description
@@ -88,6 +89,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING.mkdn LICENSE README
+%doc Changes CONTRIBUTING.mkdn README
+%license LICENSE
 
 %changelog

++ Test-TempDir-Tiny-0.016.tar.gz -> Test-TempDir-Tiny-0.017.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-TempDir-Tiny-0.016/CONTRIBUTING.mkdn 
new/Test-TempDir-Tiny-0.017/CONTRIBUTING.mkdn
--- old/Test-TempDir-Tiny-0.016/CONTRIBUTING.mkdn   2016-04-10 
19:47:37.0 +0200
+++ new/Test-TempDir-Tiny-0.017/CONTRIBUTING.mkdn   2018-05-02 
22:31:19.0 +0200
@@ -3,7 +3,7 @@
 Thank you for considering contributing to this distribution.  This file
 contains instructions that will help you work with the source code.
 
-The distribution is managed with Dist::Zilla.  This means than many of the
+The distribution is managed with Dist::Zilla.  This means that many of the
 usual files you might expect are not in the repository, but are generated at
 release time, as is much of the documentation.  Some generated files are
 kept in the repository as a convenience (e.g. Makefile.PL or cpanfile).
@@ -51,7 +51,20 @@
 If you see typos or documentation issues in the generated docs, please
 email or open a bug ticket instead of patching.
 
-### Installing and using Dist::Zilla
+### Where to send patches and pull requests
+
+If you found this distribution on Github, sending a pull-request is the
+best way to contribute.
+
+If a pull-request isn't possible, a bug ticket with a patch file is the
+next best option.
+
+As a last resort, an email to the author(s) is acceptable.
+
+## Installing and using Dist::Zilla
+
+Dist::Zilla is not required for contributing, but if you'd like to learn
+more, this section will get you up to speed.
 
 Dist::Zilla is a very powerful authoring tool, optimized for maintaining a
 large number of distributions with a high degree of automation, but it has a
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-TempDir-Tiny-0.016/Changes 
new/Test-TempDir-Tiny-0.017/Changes
---