Hello community,
here is the log from the commit of package perl-Lingua-EN-Inflect-Phrase for
openSUSE:Factory checked in at 2018-03-02 21:10:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Lingua-EN-Inflect-Phrase (Old)
and /work/SRC/openSUSE:Factory/.perl-Lingua-EN-Inflect-Phrase.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Lingua-EN-Inflect-Phrase"
Fri Mar 2 21:10:20 2018 rev:3 rq:581539 version:0.20
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Lingua-EN-Inflect-Phrase/perl-Lingua-EN-Inflect-Phrase.changes
2018-02-07 18:43:16.974930580 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Lingua-EN-Inflect-Phrase.new/perl-Lingua-EN-Inflect-Phrase.changes
2018-03-02 21:10:22.243826469 +0100
@@ -1,0 +2,10 @@
+Tue Feb 27 06:30:47 UTC 2018 - [email protected]
+
+- updated to 0.20
+ see /usr/share/doc/packages/perl-Lingua-EN-Inflect-Phrase/Changes
+
+ 0.20 2018-02-26 10:22:28
+ - fix for CPANTS Kwalitee issues by Zak B. Elep (zakame):
+ add MetaProvides::Package and MinimumPerl to dist.ini
+
+-------------------------------------------------------------------
Old:
----
Lingua-EN-Inflect-Phrase-0.19.tar.gz
New:
----
Lingua-EN-Inflect-Phrase-0.20.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Lingua-EN-Inflect-Phrase.spec ++++++
--- /var/tmp/diff_new_pack.P1llbw/_old 2018-03-02 21:10:22.999799282 +0100
+++ /var/tmp/diff_new_pack.P1llbw/_new 2018-03-02 21:10:22.999799282 +0100
@@ -17,11 +17,11 @@
Name: perl-Lingua-EN-Inflect-Phrase
-Version: 0.19
+Version: 0.20
Release: 0
%define cpan_name Lingua-EN-Inflect-Phrase
Summary: Inflect short English Phrases
-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/Lingua-EN-Inflect-Phrase/
Source0:
https://cpan.metacpan.org/authors/id/R/RK/RKITOVER/%{cpan_name}-%{version}.tar.gz
++++++ Lingua-EN-Inflect-Phrase-0.19.tar.gz ->
Lingua-EN-Inflect-Phrase-0.20.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Lingua-EN-Inflect-Phrase-0.19/Changes
new/Lingua-EN-Inflect-Phrase-0.20/Changes
--- old/Lingua-EN-Inflect-Phrase-0.19/Changes 2018-01-31 19:59:56.000000000
+0100
+++ new/Lingua-EN-Inflect-Phrase-0.20/Changes 2018-02-26 16:22:32.000000000
+0100
@@ -1,5 +1,9 @@
Revision history for Lingua-EN-Inflect-Phrase
+0.20 2018-02-26 10:22:28
+ - fix for CPANTS Kwalitee issues by Zak B. Elep (zakame):
+ add MetaProvides::Package and MinimumPerl to dist.ini
+
0.19 2018-01-31 13:59:53
- fix for tagged proper nouns and -ity/-ities nouns by Zak B. Elep
(zakame) (RT#118767)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Lingua-EN-Inflect-Phrase-0.19/META.json
new/Lingua-EN-Inflect-Phrase-0.20/META.json
--- old/Lingua-EN-Inflect-Phrase-0.19/META.json 2018-01-31 19:59:56.000000000
+0100
+++ new/Lingua-EN-Inflect-Phrase-0.20/META.json 2018-02-26 16:22:32.000000000
+0100
@@ -21,7 +21,8 @@
"prereqs" : {
"configure" : {
"requires" : {
- "ExtUtils::MakeMaker" : "0"
+ "ExtUtils::MakeMaker" : "0",
+ "perl" : "5.006"
}
},
"develop" : {
@@ -37,6 +38,7 @@
"Lingua::EN::Inflect::Number" : "0",
"Lingua::EN::Number::IsOrdinal" : "0",
"Lingua::EN::Tagger" : "0",
+ "perl" : "5.006",
"strict" : "0",
"warnings" : "0"
}
@@ -53,6 +55,12 @@
}
}
},
+ "provides" : {
+ "Lingua::EN::Inflect::Phrase" : {
+ "file" : "lib/Lingua/EN/Inflect/Phrase.pm",
+ "version" : "0.20"
+ }
+ },
"release_status" : "stable",
"resources" : {
"bugtracker" : {
@@ -69,7 +77,7 @@
"web" : "http://github.com/rkitover/lingua-en-inflect-phrase"
}
},
- "version" : "0.19",
+ "version" : "0.20",
"x_authority" : "cpan:AVAR",
"x_contributors" : [
"Zak B. Elep <[email protected]>"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Lingua-EN-Inflect-Phrase-0.19/META.yml
new/Lingua-EN-Inflect-Phrase-0.20/META.yml
--- old/Lingua-EN-Inflect-Phrase-0.19/META.yml 2018-01-31 19:59:56.000000000
+0100
+++ new/Lingua-EN-Inflect-Phrase-0.20/META.yml 2018-02-26 16:22:32.000000000
+0100
@@ -12,6 +12,7 @@
perl: '5.006'
configure_requires:
ExtUtils::MakeMaker: '0'
+ perl: '5.006'
dynamic_config: 0
generated_by: 'Dist::Zilla version 6.010, CPAN::Meta::Converter version
2.150010'
license: perl
@@ -22,6 +23,10 @@
no_index:
directory:
- t
+provides:
+ Lingua::EN::Inflect::Phrase:
+ file: lib/Lingua/EN/Inflect/Phrase.pm
+ version: '0.20'
requires:
Exporter: '0'
Lingua::EN::FindNumber: '0'
@@ -29,6 +34,7 @@
Lingua::EN::Inflect::Number: '0'
Lingua::EN::Number::IsOrdinal: '0'
Lingua::EN::Tagger: '0'
+ perl: '5.006'
strict: '0'
warnings: '0'
resources:
@@ -36,7 +42,7 @@
homepage: http://metacpan.org/release/Lingua-EN-Inflect-Phrase
license: http://dev.perl.org/licenses/
repository: git://github.com/rkitover/lingua-en-inflect-phrase.git
-version: '0.19'
+version: '0.20'
x_authority: cpan:AVAR
x_contributors:
- 'Zak B. Elep <[email protected]>'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Lingua-EN-Inflect-Phrase-0.19/Makefile.PL
new/Lingua-EN-Inflect-Phrase-0.20/Makefile.PL
--- old/Lingua-EN-Inflect-Phrase-0.19/Makefile.PL 2018-01-31
19:59:56.000000000 +0100
+++ new/Lingua-EN-Inflect-Phrase-0.20/Makefile.PL 2018-02-26
16:22:32.000000000 +0100
@@ -34,7 +34,7 @@
"Test::NoWarnings" => 0,
"lib" => 0
},
- "VERSION" => "0.19",
+ "VERSION" => "0.20",
"test" => {
"TESTS" => "t/*.t"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Lingua-EN-Inflect-Phrase-0.19/dist.ini
new/Lingua-EN-Inflect-Phrase-0.20/dist.ini
--- old/Lingua-EN-Inflect-Phrase-0.19/dist.ini 2018-01-31 19:59:56.000000000
+0100
+++ new/Lingua-EN-Inflect-Phrase-0.20/dist.ini 2018-02-26 16:22:32.000000000
+0100
@@ -10,4 +10,8 @@
github_user = rkitover
install_command = cpanm .
-[ContributorsFromPod]
+[MinimumPerl]
+
+[MetaProvides::Package]
+
+[ContributorsFromPod]
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Lingua-EN-Inflect-Phrase-0.19/lib/Lingua/EN/Inflect/Phrase.pm
new/Lingua-EN-Inflect-Phrase-0.20/lib/Lingua/EN/Inflect/Phrase.pm
--- old/Lingua-EN-Inflect-Phrase-0.19/lib/Lingua/EN/Inflect/Phrase.pm
2018-01-31 19:59:56.000000000 +0100
+++ new/Lingua-EN-Inflect-Phrase-0.20/lib/Lingua/EN/Inflect/Phrase.pm
2018-02-26 16:22:32.000000000 +0100
@@ -1,6 +1,6 @@
package Lingua::EN::Inflect::Phrase;
our $AUTHORITY = 'cpan:AVAR';
-$Lingua::EN::Inflect::Phrase::VERSION = '0.19';
+$Lingua::EN::Inflect::Phrase::VERSION = '0.20';
use strict;
use warnings;
use Exporter 'import';