Hello community,

here is the log from the commit of package perl-Config-Crontab for 
openSUSE:Factory checked in at 2017-03-31 15:03:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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 Mar 31 15:03:36 2017 rev:26 rq:482156 version:1.44

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Config-Crontab/perl-Config-Crontab.changes  
2017-03-03 14:35:17.424041997 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Config-Crontab.new/perl-Config-Crontab.changes 
    2017-03-31 15:03:44.589110696 +0200
@@ -1,0 +2,14 @@
+Tue Mar 21 06:16:41 UTC 2017 - [email protected]
+
+- updated to 1.44
+   see /usr/share/doc/packages/perl-Config-Crontab/Changes
+
+  Release 1.44
+  ----------------------------
+  commit a81b708e1b5b023b6fc70ec7b68ce4cfcd1d5628
+  Author: Scott Wiersdorf <[email protected]>
+  Date:   Mon Mar 20 14:24:08 2017 -0600
+  
+      skip crontab writes unless explicitly asked for
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ perl-Config-Crontab.spec ++++++
--- /var/tmp/diff_new_pack.9MLBVn/_old  2017-03-31 15:03:47.320724531 +0200
+++ /var/tmp/diff_new_pack.9MLBVn/_new  2017-03-31 15:03:47.324723966 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Config-Crontab
-Version:        1.43
+Version:        1.44
 Release:        0
 %define cpan_name Config-Crontab
 Summary:        Read/Write Vixie compatible crontab(5) files

++++++ Config-Crontab-1.43.tar.gz -> Config-Crontab-1.44.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Crontab-1.43/Changes 
new/Config-Crontab-1.44/Changes
--- old/Config-Crontab-1.43/Changes     2017-02-27 18:43:33.000000000 +0100
+++ new/Config-Crontab-1.44/Changes     2017-03-20 21:24:29.000000000 +0100
@@ -1,5 +1,13 @@
 Revision history for Perl extension Config::Crontab.
 
+Release 1.44
+----------------------------
+commit a81b708e1b5b023b6fc70ec7b68ce4cfcd1d5628
+Author: Scott Wiersdorf <[email protected]>
+Date:   Mon Mar 20 14:24:08 2017 -0600
+
+    skip crontab writes unless explicitly asked for
+
 Release 1.43
 ----------------------------
 commit 2fedca514e2826bae41960295af20dc718db3256
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Crontab-1.43/Crontab.pm 
new/Config-Crontab-1.44/Crontab.pm
--- old/Config-Crontab-1.43/Crontab.pm  2017-02-27 18:41:59.000000000 +0100
+++ new/Config-Crontab-1.44/Crontab.pm  2017-03-20 21:23:22.000000000 +0100
@@ -39,7 +39,7 @@
 use Fcntl;
 use File::Temp qw(:POSIX);
 
-our $VERSION = '1.43';
+our $VERSION = '1.44';
 
 sub init {
     my $self = shift;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Crontab-1.43/META.json 
new/Config-Crontab-1.44/META.json
--- old/Config-Crontab-1.43/META.json   2017-02-27 18:45:49.000000000 +0100
+++ new/Config-Crontab-1.44/META.json   2017-03-20 21:25:04.000000000 +0100
@@ -4,7 +4,7 @@
       "Scott Wiersdorf <[email protected]>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.1002, CPAN::Meta::Converter 
version 2.150005",
+   "generated_by" : "ExtUtils::MakeMaker version 7.14, CPAN::Meta::Converter 
version 2.150001",
    "license" : [
       "unknown"
    ],
@@ -35,6 +35,5 @@
       }
    },
    "release_status" : "stable",
-   "version" : "1.43",
-   "x_serialization_backend" : "JSON::PP version 2.27300_01"
+   "version" : "1.44"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Crontab-1.43/META.yml 
new/Config-Crontab-1.44/META.yml
--- old/Config-Crontab-1.43/META.yml    2017-02-27 18:45:42.000000000 +0100
+++ new/Config-Crontab-1.44/META.yml    2017-03-20 21:25:04.000000000 +0100
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.1002, CPAN::Meta::Converter 
version 2.150005'
+generated_by: 'ExtUtils::MakeMaker version 7.14, CPAN::Meta::Converter version 
2.150001'
 license: unknown
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -18,5 +18,4 @@
     - t
     - inc
 requires: {}
-version: '1.43'
-x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
+version: '1.44'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Crontab-1.43/t/07_write.t 
new/Config-Crontab-1.44/t/07_write.t
--- old/Config-Crontab-1.43/t/07_write.t        2017-02-27 18:40:02.000000000 
+0100
+++ new/Config-Crontab-1.44/t/07_write.t        2017-03-20 21:19:31.000000000 
+0100
@@ -258,18 +258,22 @@
 eval { $ct = new Config::Crontab( -file => ".tmp_foo.$$", -strict => 0 ) };
 ok( !$@, "unstrict clean" );
 
-undef $ct;
-$ct = new Config::Crontab;
-$block = new Config::Crontab::Block;
-$block->last( new Config::Crontab::Event( -data => '5 * * * * /bin/true' ) );
-$ct->last($block);
-ok($ct->write, "crontab written");
+SKIP: {
+    skip "WRITE_CRONTAB not set", 2 unless $ENV{WRITE_CRONTAB};
 
-undef $ct;
-$ct = new Config::Crontab;
-$ct->read;
-like($ct->dump, qr(^5.*/bin/true$), "crontab written");
-$ct->remove_tab;
+    undef $ct;
+    $ct = new Config::Crontab;
+    $block = new Config::Crontab::Block;
+    $block->last( new Config::Crontab::Event( -data => '5 * * * * /bin/true' ) 
);
+    $ct->last($block);
+    ok($ct->write, "crontab written");
+
+    undef $ct;
+    $ct = new Config::Crontab;
+    $ct->read;
+    like($ct->dump, qr(^5.*/bin/true$), "crontab written");
+    $ct->remove_tab;
+}
 
 ## we don't test non-squeeze mode because it doesn't really work
 


Reply via email to