Hello community,

here is the log from the commit of package perl-Config-Crontab for 
openSUSE:Factory checked in at 2017-04-28 09:11:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Config-Crontab (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Config-Crontab.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Config-Crontab"

Fri Apr 28 09:11:33 2017 rev:27 rq:490177 version:1.45

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Config-Crontab/perl-Config-Crontab.changes  
2017-03-31 15:03:44.589110696 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Config-Crontab.new/perl-Config-Crontab.changes 
    2017-04-28 09:11:34.408718261 +0200
@@ -1,0 +2,14 @@
+Fri Apr 21 05:16:44 UTC 2017 - [email protected]
+
+- updated to 1.45
+   see /usr/share/doc/packages/perl-Config-Crontab/Changes
+
+  Release 1.45
+  ----------------------------
+  commit eef68c773f42d73b5670a7c894b2f67914c83c95
+  Author: Scott Wiersdorf <[email protected]>
+  Date:   Thu Apr 20 10:24:09 2017 -0600
+  
+      use relative path in require (RT#120863)
+
+-------------------------------------------------------------------

Old:
----
  Config-Crontab-1.44.tar.gz

New:
----
  Config-Crontab-1.45.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Config-Crontab.spec ++++++
--- /var/tmp/diff_new_pack.sphZtG/_old  2017-04-28 09:11:37.372300366 +0200
+++ /var/tmp/diff_new_pack.sphZtG/_new  2017-04-28 09:11:37.376299802 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Config-Crontab
-Version:        1.44
+Version:        1.45
 Release:        0
 %define cpan_name Config-Crontab
 Summary:        Read/Write Vixie compatible crontab(5) files

++++++ Config-Crontab-1.44.tar.gz -> Config-Crontab-1.45.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Crontab-1.44/Changes 
new/Config-Crontab-1.45/Changes
--- old/Config-Crontab-1.44/Changes     2017-03-20 21:24:29.000000000 +0100
+++ new/Config-Crontab-1.45/Changes     2017-04-20 18:24:53.000000000 +0200
@@ -1,5 +1,13 @@
 Revision history for Perl extension Config::Crontab.
 
+Release 1.45
+----------------------------
+commit eef68c773f42d73b5670a7c894b2f67914c83c95
+Author: Scott Wiersdorf <[email protected]>
+Date:   Thu Apr 20 10:24:09 2017 -0600
+
+    use relative path in require (RT#120863)
+
 Release 1.44
 ----------------------------
 commit a81b708e1b5b023b6fc70ec7b68ce4cfcd1d5628
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Crontab-1.44/Crontab.pm 
new/Config-Crontab-1.45/Crontab.pm
--- old/Config-Crontab-1.44/Crontab.pm  2017-03-20 21:23:22.000000000 +0100
+++ new/Config-Crontab-1.45/Crontab.pm  2017-04-20 18:22:51.000000000 +0200
@@ -39,7 +39,7 @@
 use Fcntl;
 use File::Temp qw(:POSIX);
 
-our $VERSION = '1.44';
+our $VERSION = '1.45';
 
 sub init {
     my $self = shift;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Crontab-1.44/META.json 
new/Config-Crontab-1.45/META.json
--- old/Config-Crontab-1.44/META.json   2017-03-20 21:25:04.000000000 +0100
+++ new/Config-Crontab-1.45/META.json   2017-04-20 18:25:17.000000000 +0200
@@ -35,5 +35,5 @@
       }
    },
    "release_status" : "stable",
-   "version" : "1.44"
+   "version" : "1.45"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Crontab-1.44/META.yml 
new/Config-Crontab-1.45/META.yml
--- old/Config-Crontab-1.44/META.yml    2017-03-20 21:25:04.000000000 +0100
+++ new/Config-Crontab-1.45/META.yml    2017-04-20 18:25:16.000000000 +0200
@@ -18,4 +18,4 @@
     - t
     - inc
 requires: {}
-version: '1.44'
+version: '1.45'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Crontab-1.44/t/01_comment.t 
new/Config-Crontab-1.45/t/01_comment.t
--- old/Config-Crontab-1.44/t/01_comment.t      2016-01-03 04:58:35.000000000 
+0100
+++ new/Config-Crontab-1.45/t/01_comment.t      2017-04-20 18:21:30.000000000 
+0200
@@ -3,7 +3,7 @@
 use blib;
 
 chdir 't' if -d 't';
-require 'setup.pl';
+require './setup.pl';
 
 unless( have_crontab() ) {
     plan skip_all => "no crontab available";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Crontab-1.44/t/02_env.t 
new/Config-Crontab-1.45/t/02_env.t
--- old/Config-Crontab-1.44/t/02_env.t  2016-01-03 04:58:35.000000000 +0100
+++ new/Config-Crontab-1.45/t/02_env.t  2017-04-20 18:21:33.000000000 +0200
@@ -3,7 +3,7 @@
 use blib;
 
 chdir 't' if -d 't';
-require 'setup.pl';
+require './setup.pl';
 
 unless( have_crontab() ) {
     plan skip_all => "no crontab available";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Crontab-1.44/t/03_event.t 
new/Config-Crontab-1.45/t/03_event.t
--- old/Config-Crontab-1.44/t/03_event.t        2016-01-03 04:58:35.000000000 
+0100
+++ new/Config-Crontab-1.45/t/03_event.t        2017-04-20 18:21:35.000000000 
+0200
@@ -3,7 +3,7 @@
 use blib;
 
 chdir 't' if -d 't';
-require 'setup.pl';
+require './setup.pl';
 
 unless( have_crontab() ) {
     plan skip_all => "no crontab available";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Crontab-1.44/t/04_block.t 
new/Config-Crontab-1.45/t/04_block.t
--- old/Config-Crontab-1.44/t/04_block.t        2016-01-03 04:58:35.000000000 
+0100
+++ new/Config-Crontab-1.45/t/04_block.t        2017-04-20 18:21:38.000000000 
+0200
@@ -3,7 +3,7 @@
 use blib;
 
 chdir 't' if -d 't';
-require 'setup.pl';
+require './setup.pl';
 
 unless( have_crontab() ) {
     plan skip_all => "no crontab available";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Crontab-1.44/t/05_crontab.t 
new/Config-Crontab-1.45/t/05_crontab.t
--- old/Config-Crontab-1.44/t/05_crontab.t      2016-01-03 04:58:35.000000000 
+0100
+++ new/Config-Crontab-1.45/t/05_crontab.t      2017-04-20 18:21:41.000000000 
+0200
@@ -3,7 +3,7 @@
 use blib;
 
 chdir 't' if -d 't';
-require 'setup.pl';
+require './setup.pl';
 
 unless( have_crontab() ) {
     plan skip_all => "no crontab available";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Crontab-1.44/t/06_synopsis.t 
new/Config-Crontab-1.45/t/06_synopsis.t
--- old/Config-Crontab-1.44/t/06_synopsis.t     2016-01-03 04:58:35.000000000 
+0100
+++ new/Config-Crontab-1.45/t/06_synopsis.t     2017-04-20 18:21:43.000000000 
+0200
@@ -3,7 +3,7 @@
 use blib;
 
 chdir 't' if -d 't';
-require 'setup.pl';
+require './setup.pl';
 
 unless( have_crontab() ) {
     plan skip_all => "no crontab available";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Crontab-1.44/t/07_write.t 
new/Config-Crontab-1.45/t/07_write.t
--- old/Config-Crontab-1.44/t/07_write.t        2017-03-20 21:19:31.000000000 
+0100
+++ new/Config-Crontab-1.45/t/07_write.t        2017-04-20 18:21:46.000000000 
+0200
@@ -3,7 +3,7 @@
 use blib;
 
 chdir 't' if -d 't';
-require 'setup.pl';
+require './setup.pl';
 
 unless( have_crontab() ) {
     plan skip_all => "no crontab available";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Crontab-1.44/t/08_crashme.t 
new/Config-Crontab-1.45/t/08_crashme.t
--- old/Config-Crontab-1.44/t/08_crashme.t      2016-01-03 04:58:35.000000000 
+0100
+++ new/Config-Crontab-1.45/t/08_crashme.t      2017-04-20 18:21:24.000000000 
+0200
@@ -3,7 +3,7 @@
 use blib;
 
 chdir 't' if -d 't';
-require 'setup.pl';
+require './setup.pl';
 
 unless( have_crontab() ) {
     plan skip_all => "no crontab available";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Crontab-1.44/t/09_remove.t 
new/Config-Crontab-1.45/t/09_remove.t
--- old/Config-Crontab-1.44/t/09_remove.t       2016-01-03 04:58:35.000000000 
+0100
+++ new/Config-Crontab-1.45/t/09_remove.t       2017-04-20 18:21:15.000000000 
+0200
@@ -3,7 +3,7 @@
 use blib;
 
 chdir 't' if -d 't';
-require 'setup.pl';
+require './setup.pl';
 
 unless( have_crontab() ) {
     plan skip_all => "no crontab available";


Reply via email to