Hello community,
here is the log from the commit of package perl-Test-Exception-LessClever for
openSUSE:Factory checked in at 2016-11-10 13:28:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-Exception-LessClever (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-Exception-LessClever.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-Exception-LessClever"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Test-Exception-LessClever/perl-Test-Exception-LessClever.changes
2016-06-25 02:24:42.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Test-Exception-LessClever.new/perl-Test-Exception-LessClever.changes
2016-11-10 13:28:28.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Nov 6 07:23:07 UTC 2016 - [email protected]
+
+- updated to 0.008
+ see /usr/share/doc/packages/perl-Test-Exception-LessClever/
+
+-------------------------------------------------------------------
Old:
----
Test-Exception-LessClever-0.007.tar.gz
New:
----
Test-Exception-LessClever-0.008.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Test-Exception-LessClever.spec ++++++
--- /var/tmp/diff_new_pack.SSzyah/_old 2016-11-10 13:28:29.000000000 +0100
+++ /var/tmp/diff_new_pack.SSzyah/_new 2016-11-10 13:28:29.000000000 +0100
@@ -17,10 +17,10 @@
Name: perl-Test-Exception-LessClever
-Version: 0.007
+Version: 0.008
Release: 0
%define cpan_name Test-Exception-LessClever
-Summary: Test::Exception simplified ***DEPRECATED***
+Summary: Test::Exception simplified ***(DEPRECATED)***
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Test-Exception-LessClever/
@@ -46,6 +46,7 @@
%prep
%setup -q -n %{cpan_name}-%{version}
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
%{__perl} Build.PL installdirs=vendor
++++++ Test-Exception-LessClever-0.007.tar.gz ->
Test-Exception-LessClever-0.008.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Exception-LessClever-0.007/Build.PL
new/Test-Exception-LessClever-0.008/Build.PL
--- old/Test-Exception-LessClever-0.007/Build.PL 2016-06-20
21:01:12.000000000 +0200
+++ new/Test-Exception-LessClever-0.008/Build.PL 2016-11-05
21:19:16.000000000 +0100
@@ -21,6 +21,7 @@
resources => {
repository =>
'https://github.com/exodist/Test-Exception-LessClever',
},
+ x_deprecated => 1,
},
);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Exception-LessClever-0.007/META.json
new/Test-Exception-LessClever-0.008/META.json
--- old/Test-Exception-LessClever-0.007/META.json 2016-06-20
21:01:12.000000000 +0200
+++ new/Test-Exception-LessClever-0.008/META.json 2016-11-05
21:19:16.000000000 +0100
@@ -1,10 +1,10 @@
{
- "abstract" : "Test::Exception simplified ***DEPRECATED***",
+ "abstract" : "Test::Exception simplified ***(DEPRECATED)***",
"author" : [
"Chad Granum <[email protected]>"
],
"dynamic_config" : 1,
- "generated_by" : "Module::Build version 0.4218",
+ "generated_by" : "Module::Build version 0.422",
"license" : [
"perl_5"
],
@@ -36,7 +36,7 @@
"provides" : {
"Test::Exception::LessClever" : {
"file" : "lib/Test/Exception/LessClever.pm",
- "version" : "0.007"
+ "version" : "0.008"
}
},
"release_status" : "stable",
@@ -48,5 +48,7 @@
"url" : "https://github.com/exodist/Test-Exception-LessClever"
}
},
- "version" : "0.007"
+ "version" : "0.008",
+ "x_deprecated" : 1,
+ "x_serialization_backend" : "JSON::PP version 2.27300"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Exception-LessClever-0.007/META.yml
new/Test-Exception-LessClever-0.008/META.yml
--- old/Test-Exception-LessClever-0.007/META.yml 2016-06-20
21:01:12.000000000 +0200
+++ new/Test-Exception-LessClever-0.008/META.yml 2016-11-05
21:19:16.000000000 +0100
@@ -1,5 +1,5 @@
---
-abstract: 'Test::Exception simplified ***DEPRECATED***'
+abstract: 'Test::Exception simplified ***(DEPRECATED)***'
author:
- 'Chad Granum <[email protected]>'
build_requires:
@@ -8,7 +8,7 @@
configure_requires:
Module::Build: '0.42'
dynamic_config: 1
-generated_by: 'Module::Build version 0.4218, CPAN::Meta::Converter version
2.150001'
+generated_by: 'Module::Build version 0.422, CPAN::Meta::Converter version
2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -17,7 +17,7 @@
provides:
Test::Exception::LessClever:
file: lib/Test/Exception/LessClever.pm
- version: '0.007'
+ version: '0.008'
requires:
Carp: '0'
Exporter: '0'
@@ -25,4 +25,6 @@
resources:
license: http://dev.perl.org/licenses/
repository: https://github.com/exodist/Test-Exception-LessClever
-version: '0.007'
+version: '0.008'
+x_deprecated: 1
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Exception-LessClever-0.007/README
new/Test-Exception-LessClever-0.008/README
--- old/Test-Exception-LessClever-0.007/README 2016-06-20 21:01:12.000000000
+0200
+++ new/Test-Exception-LessClever-0.008/README 2016-11-05 21:19:16.000000000
+0100
@@ -1,7 +1,7 @@
NAME
Test::Exception::LessClever - Test::Exception simplified
- ***DEPRECATED***
+ ***(DEPRECATED)***
DESCRIPTION
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Test-Exception-LessClever-0.007/lib/Test/Exception/LessClever.pm
new/Test-Exception-LessClever-0.008/lib/Test/Exception/LessClever.pm
--- old/Test-Exception-LessClever-0.007/lib/Test/Exception/LessClever.pm
2016-06-20 21:01:12.000000000 +0200
+++ new/Test-Exception-LessClever-0.008/lib/Test/Exception/LessClever.pm
2016-11-05 21:19:16.000000000 +0100
@@ -10,7 +10,7 @@
=head1 NAME
-Test::Exception::LessClever - Test::Exception simplified ***DEPRECATED***
+Test::Exception::LessClever - Test::Exception simplified ***(DEPRECATED)***
=head1 DESCRIPTION
@@ -59,7 +59,7 @@
our @EXPORT = qw/lives_ok dies_ok throws_ok lives_and/;
our @CARP_NOT = ( __PACKAGE__ );
our $TB = Test::Builder->new;
-our $VERSION = "0.007";
+our $VERSION = "0.008";
=item $status = live_or_die( sub { ... }, $name )