commit perl-Lingua-EN-Inflect-Phrase for openSUSE:Factory

2018-03-02 Thread root
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 - co...@suse.com
+
+- 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.0 
+0100
+++ new/Lingua-EN-Inflect-Phrase-0.20/Changes   2018-02-26 16:22:32.0 
+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.0 
+0100
+++ new/Lingua-EN-Inflect-Phrase-0.20/META.json 2018-02-26 16:22:32.0 
+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 "
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.0 
+0100
+++ new/Lingua-EN-Inflect-Phrase-0.20/META.yml  2018-02-26 16:22:32.0 
+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:

commit perl-Lingua-EN-Inflect-Phrase for openSUSE:Factory

2018-02-07 Thread root
Hello community,

here is the log from the commit of package perl-Lingua-EN-Inflect-Phrase for 
openSUSE:Factory checked in at 2018-02-07 18:43:16

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"

Wed Feb  7 18:43:16 2018 rev:2 rq:573769 version:0.19

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Lingua-EN-Inflect-Phrase/perl-Lingua-EN-Inflect-Phrase.changes
  2015-02-16 21:14:11.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Lingua-EN-Inflect-Phrase.new/perl-Lingua-EN-Inflect-Phrase.changes
 2018-02-07 18:43:16.974930580 +0100
@@ -1,0 +2,10 @@
+Wed Feb  7 15:43:51 UTC 2018 - co...@suse.com
+
+- updated to 0.19
+   see /usr/share/doc/packages/perl-Lingua-EN-Inflect-Phrase/Changes
+
+  0.19 2018-01-31 13:59:53
+  - fix for tagged proper nouns and -ity/-ities nouns by Zak B. Elep
+(zakame) (RT#118767)
+
+---

Old:

  Lingua-EN-Inflect-Phrase-0.18.tar.gz

New:

  Lingua-EN-Inflect-Phrase-0.19.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Lingua-EN-Inflect-Phrase.spec ++
--- /var/tmp/diff_new_pack.fgxPq5/_old  2018-02-07 18:43:17.594901551 +0100
+++ /var/tmp/diff_new_pack.fgxPq5/_new  2018-02-07 18:43:17.598901365 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Lingua-EN-Inflect-Phrase
 #
-# Copyright (c) 2014 SUSE LINUX Products 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,14 +17,15 @@
 
 
 Name:   perl-Lingua-EN-Inflect-Phrase
-Version:0.18
+Version:0.19
 Release:0
 %define cpan_name Lingua-EN-Inflect-Phrase
 Summary:Inflect short English Phrases
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Lingua-EN-Inflect-Phrase/
-Source: 
http://www.cpan.org/authors/id/R/RK/RKITOVER/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/R/RK/RKITOVER/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -72,6 +73,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes README
+%license LICENSE
 
 %changelog

++ Lingua-EN-Inflect-Phrase-0.18.tar.gz -> 
Lingua-EN-Inflect-Phrase-0.19.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lingua-EN-Inflect-Phrase-0.18/Changes 
new/Lingua-EN-Inflect-Phrase-0.19/Changes
--- old/Lingua-EN-Inflect-Phrase-0.18/Changes   2012-12-27 06:09:58.0 
+0100
+++ new/Lingua-EN-Inflect-Phrase-0.19/Changes   2018-01-31 19:59:56.0 
+0100
@@ -1,5 +1,9 @@
 Revision history for Lingua-EN-Inflect-Phrase
 
+0.19 2018-01-31 13:59:53
+- fix for tagged proper nouns and -ity/-ities nouns by Zak B. Elep
+  (zakame) (RT#118767)
+
 0.18 2012-12-27 00:09:43
 - fix meta repository info (RT#82274)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lingua-EN-Inflect-Phrase-0.18/LICENSE 
new/Lingua-EN-Inflect-Phrase-0.19/LICENSE
--- old/Lingua-EN-Inflect-Phrase-0.18/LICENSE   2012-12-27 06:09:58.0 
+0100
+++ new/Lingua-EN-Inflect-Phrase-0.19/LICENSE   2018-01-31 19:59:56.0 
+0100
@@ -1,4 +1,4 @@
-This software is copyright (c) 2012 by Rafael Kitover.
+This software is copyright (c) 2018 by Rafael Kitover.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2012 by Rafael Kitover.
+This software is Copyright (c) 2018 by Rafael Kitover.
 
 This is free software, licensed under:
 
@@ -22,7 +22,7 @@
  Version 1, February 1989
 
  Copyright (C) 1989 Free Software Foundation, Inc.
- 51 Franklin St, Suite 500, Boston, MA  02110-1335  USA
+ 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
@@ -272,7 +272,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2012 by Rafael Kitover.
+This software is Copyright (c) 2018 by Rafael Kitover.
 
 This is free software, licensed unde