Hello community,

here is the log from the commit of package perl-Lingua-EN-Inflect for 
openSUSE:Factory checked in at 2017-11-15 16:54:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Lingua-EN-Inflect (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Lingua-EN-Inflect.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Lingua-EN-Inflect"

Wed Nov 15 16:54:20 2017 rev:12 rq:539968 version:1.903

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Lingua-EN-Inflect/perl-Lingua-EN-Inflect.changes
    2017-05-31 12:19:56.074770922 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Lingua-EN-Inflect.new/perl-Lingua-EN-Inflect.changes
       2017-11-15 16:54:21.319606208 +0100
@@ -1,0 +2,13 @@
+Wed Nov  8 16:55:46 UTC 2017 - [email protected]
+
+- updated to 1.903
+   see /usr/share/doc/packages/perl-Lingua-EN-Inflect/Changes
+
+  
+  
+  1.903  Mon Oct 30 11:44:44 2017
+  
+      - Various bugs in documentation code debugged
+        (Thanks, Kornel!)
+
+-------------------------------------------------------------------

Old:
----
  Lingua-EN-Inflect-1.902.tar.gz

New:
----
  Lingua-EN-Inflect-1.903.tar.gz

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

Other differences:
------------------
++++++ perl-Lingua-EN-Inflect.spec ++++++
--- /var/tmp/diff_new_pack.eieTZe/_old  2017-11-15 16:54:21.943583347 +0100
+++ /var/tmp/diff_new_pack.eieTZe/_new  2017-11-15 16:54:21.943583347 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Lingua-EN-Inflect
-Version:        1.902
+Version:        1.903
 Release:        0
 %define cpan_name Lingua-EN-Inflect
 Summary:        Convert singular to plural. Select "a" or "an"

++++++ Lingua-EN-Inflect-1.902.tar.gz -> Lingua-EN-Inflect-1.903.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lingua-EN-Inflect-1.902/Changes 
new/Lingua-EN-Inflect-1.903/Changes
--- old/Lingua-EN-Inflect-1.902/Changes 2017-05-27 22:23:21.000000000 +0200
+++ new/Lingua-EN-Inflect-1.903/Changes 2017-10-30 01:44:44.000000000 +0100
@@ -264,3 +264,9 @@
 
     - Noted the new conversion documentation in Lingua::EN::Inflexion
       (thanks Lady Aleena)
+
+
+1.903  Mon Oct 30 11:44:44 2017
+
+    - Various bugs in documentation code debugged
+      (Thanks, Kornel!)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lingua-EN-Inflect-1.902/META.json 
new/Lingua-EN-Inflect-1.903/META.json
--- old/Lingua-EN-Inflect-1.902/META.json       2017-05-27 22:23:25.000000000 
+0200
+++ new/Lingua-EN-Inflect-1.903/META.json       2017-10-30 01:44:49.000000000 
+0100
@@ -10,7 +10,7 @@
    ],
    "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
-      "version" : "2"
+      "version" : 2
    },
    "name" : "Lingua-EN-Inflect",
    "no_index" : {
@@ -37,5 +37,5 @@
       }
    },
    "release_status" : "stable",
-   "version" : "1.902"
+   "version" : "1.903"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lingua-EN-Inflect-1.902/META.yml 
new/Lingua-EN-Inflect-1.903/META.yml
--- old/Lingua-EN-Inflect-1.902/META.yml        2017-05-27 22:23:25.000000000 
+0200
+++ new/Lingua-EN-Inflect-1.903/META.yml        2017-10-30 01:44:48.000000000 
+0100
@@ -19,4 +19,4 @@
     - inc
 requires:
   Test::More: '0'
-version: '1.902'
+version: '1.903'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lingua-EN-Inflect-1.902/README 
new/Lingua-EN-Inflect-1.903/README
--- old/Lingua-EN-Inflect-1.902/README  2017-05-27 22:23:21.000000000 +0200
+++ new/Lingua-EN-Inflect-1.903/README  2017-10-30 01:44:44.000000000 +0100
@@ -1,4 +1,4 @@
-Lingua::EN::Inflect version 1.902
+Lingua::EN::Inflect version 1.903
 
 The exportable subroutines of Lingua::EN::Inflect provide plural
 inflections and "a"/"an" selection for English words.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lingua-EN-Inflect-1.902/lib/Lingua/EN/Inflect.pm 
new/Lingua-EN-Inflect-1.903/lib/Lingua/EN/Inflect.pm
--- old/Lingua-EN-Inflect-1.902/lib/Lingua/EN/Inflect.pm        2017-05-27 
22:23:21.000000000 +0200
+++ new/Lingua-EN-Inflect-1.903/lib/Lingua/EN/Inflect.pm        2017-10-30 
01:44:44.000000000 +0100
@@ -7,7 +7,7 @@
 require Exporter;
 @ISA = qw(Exporter);
 
-our $VERSION = '1.902';
+our $VERSION = '1.903';
 
 %EXPORT_TAGS =
 (
@@ -1831,7 +1831,7 @@
 
 =head1 VERSION
 
-This document describes version 1.902 of Lingua::EN::Inflect
+This document describes version 1.903 of Lingua::EN::Inflect
 
 =head1 SYNOPSIS
 
@@ -1975,12 +1975,12 @@
  # "NUM()" AND "ORD()" WITHIN STRINGS:
 
       print inflect("The plural of $word is PL($word)\n");
-      print inflect("I saw $cat_count PL("cat",$cat_count)\n");
-      print inflect("PL(I,$N1) PL_V(saw,$N1) PL(a,$N2) PL_N(saw,$N2)");
-      print inflect("NUM($N1,)PL(I) PL_V(saw) NUM($N2,)PL(a) PL_N(saw)");
-      print inflect("I saw NUM($cat_count) PL("cat")\nNUM()");
+      print inflect("I saw $cat_count PL(cat,$cat_count)\n");
+      print inflect("PL(I,$N1) PL_V(saw,$N1) PL(a,$N2) PL_N(saw,$N2)\n");
+      print inflect("NUM($N1,)PL(I) PL_V(saw) NUM($N2,)PL(a) PL_N(saw)\n");
+      print inflect("I saw NUM($cat_count) PL(cat)\n");
       print inflect("There PL_V(was,$errors) NO(error,$errors)\n");
-      print inflect("There NUM($errors,) PL_V(was) NO(error)\n";
+      print inflect("There NUM($errors,)PL_V(was) NO(error)\n");
       print inflect("Did you want A($thing) or AN($idea)\n");
       print inflect("It was ORD($position) from the left\n");
 
@@ -1991,13 +1991,13 @@
 
       def_verb  "will" => "shall",  # 1ST PERSON SINGULAR => PLURAL
                 "will" => "will",   # 2ND PERSON SINGULAR => PLURAL
-                "will" => "will",   # 3RD PERSON SINGULAR => PLURAL
+                "will" => "will";   # 3RD PERSON SINGULAR => PLURAL
 
-      def_adj   "hir"  => "their",  # SINGULAR => PLURAL
+      def_adj   "hir"  => "their";  # SINGULAR => PLURAL
 
-      def_a     "h"                 # "AY HALWAYS SEZ 'HAITCH'!"
+      def_a     "h";                # "AY HALWAYS SEZ 'HAITCH'!"
 
-      def_an    "horrendous.*"      # "AN HORRENDOUS AFFECTATION"
+      def_an    "horrendous.*";     # "AN HORRENDOUS AFFECTATION"
 
 
 =head1 DESCRIPTION


Reply via email to