Hello community,

here is the log from the commit of package perl-Lingua-EN-Sentence for 
openSUSE:Factory checked in at 2018-08-31 10:42:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Lingua-EN-Sentence (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Lingua-EN-Sentence.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Lingua-EN-Sentence"

Fri Aug 31 10:42:43 2018 rev:15 rq:631291 version:0.31

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Lingua-EN-Sentence/perl-Lingua-EN-Sentence.changes
  2016-08-12 15:43:40.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Lingua-EN-Sentence.new/perl-Lingua-EN-Sentence.changes
     2018-08-31 10:43:51.167160167 +0200
@@ -1,0 +2,9 @@
+Mon Aug 20 05:37:18 UTC 2018 - [email protected]
+
+- updated to 0.31
+   see /usr/share/doc/packages/perl-Lingua-EN-Sentence/Changes
+
+  0.31 Aug 19 2018
+      Declared min version of Perl. Fix for RT bug #124686
+
+-------------------------------------------------------------------

Old:
----
  Lingua-EN-Sentence-0.30.tar.gz

New:
----
  Lingua-EN-Sentence-0.31.tar.gz

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

Other differences:
------------------
++++++ perl-Lingua-EN-Sentence.spec ++++++
--- /var/tmp/diff_new_pack.wpyDYK/_old  2018-08-31 10:43:51.567160643 +0200
+++ /var/tmp/diff_new_pack.wpyDYK/_new  2018-08-31 10:43:51.571160648 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Lingua-EN-Sentence
 #
-# Copyright (c) 2016 SUSE LINUX 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,14 @@
 
 
 Name:           perl-Lingua-EN-Sentence
-Version:        0.30
+Version:        0.31
 Release:        0
 %define cpan_name Lingua-EN-Sentence
 Summary:        Split Text Into Sentences
-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-Sentence/
-Source0:        
http://www.cpan.org/authors/id/K/KI/KIMRYAN/%{cpan_name}-%{version}.tar.gz
+Source0:        
https://cpan.metacpan.org/authors/id/K/KI/KIMRYAN/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -32,9 +32,7 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(Module::Build) >= 0.380000
 BuildRequires:  perl(Test::More) >= 0.94
-BuildRequires:  perl(utf8) >= 1.09
 BuildRequires:  perl(warnings) >= 1.12
-Requires:       perl(utf8) >= 1.09
 Requires:       perl(warnings) >= 1.12
 %{perl_requires}
 
@@ -46,8 +44,8 @@
 Certain well know exceptions, such as abbreviations, may cause incorrect
 segmentations. But some of them are already integrated into this code and
 are being taken care of. Still, if you see that there are words causing the
-get_sentences() to fail, you can add those to the module, so it notices
-them.
+get_sentences function to fail, you can add those to the module, so it
+notices them.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}

++++++ Lingua-EN-Sentence-0.30.tar.gz -> Lingua-EN-Sentence-0.31.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lingua-EN-Sentence-0.30/Changes 
new/Lingua-EN-Sentence-0.31/Changes
--- old/Lingua-EN-Sentence-0.30/Changes 2016-08-08 09:08:48.000000000 +0200
+++ new/Lingua-EN-Sentence-0.31/Changes 2018-08-19 10:06:56.000000000 +0200
@@ -101,3 +101,7 @@
        set the default character set to en_US.UTF-8
        added example/demo.pl script
        
+0.31 Aug 19 2018
+    Declared min version of Perl. Fix for RT bug #124686 
+       
+       
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lingua-EN-Sentence-0.30/LICENCE 
new/Lingua-EN-Sentence-0.31/LICENCE
--- old/Lingua-EN-Sentence-0.30/LICENCE 2016-07-04 08:12:54.000000000 +0200
+++ new/Lingua-EN-Sentence-0.31/LICENCE 2018-08-19 10:15:52.000000000 +0200
@@ -1,4 +1,4 @@
-This software is copyright (c) 2016 by Kim Ryan.
+This software is copyright (c) 2018 by Kim Ryan.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lingua-EN-Sentence-0.30/META.json 
new/Lingua-EN-Sentence-0.31/META.json
--- old/Lingua-EN-Sentence-0.30/META.json       2016-08-08 09:09:00.000000000 
+0200
+++ new/Lingua-EN-Sentence-0.31/META.json       2018-08-19 10:26:07.000000000 
+0200
@@ -26,6 +26,7 @@
       },
       "runtime" : {
          "requires" : {
+            "perl" : "5.1",
             "warnings" : "1.12"
          }
       }
@@ -33,7 +34,7 @@
    "provides" : {
       "Lingua::EN::Sentence" : {
          "file" : "lib/Lingua/EN/Sentence.pm",
-         "version" : "0.30"
+         "version" : "0.31"
       }
    },
    "release_status" : "stable",
@@ -45,6 +46,6 @@
          "url" : "https://github.com/kimryan/Lingua-EN-Sentence";
       }
    },
-   "version" : "0.30",
+   "version" : "0.31",
    "x_serialization_backend" : "JSON::PP version 2.27300"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lingua-EN-Sentence-0.30/META.yml 
new/Lingua-EN-Sentence-0.31/META.yml
--- old/Lingua-EN-Sentence-0.30/META.yml        2016-08-08 09:09:00.000000000 
+0200
+++ new/Lingua-EN-Sentence-0.31/META.yml        2018-08-19 10:26:07.000000000 
+0200
@@ -16,11 +16,12 @@
 provides:
   Lingua::EN::Sentence:
     file: lib/Lingua/EN/Sentence.pm
-    version: '0.30'
+    version: '0.31'
 requires:
+  perl: '5.1'
   warnings: '1.12'
 resources:
   license: http://dev.perl.org/licenses/
   repository: https://github.com/kimryan/Lingua-EN-Sentence
-version: '0.30'
+version: '0.31'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.016'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lingua-EN-Sentence-0.30/Makefile.PL 
new/Lingua-EN-Sentence-0.31/Makefile.PL
--- old/Lingua-EN-Sentence-0.30/Makefile.PL     2016-08-08 08:47:10.000000000 
+0200
+++ new/Lingua-EN-Sentence-0.31/Makefile.PL     2016-08-08 09:09:39.000000000 
+0200
@@ -7,8 +7,7 @@
     'VERSION_FROM'     => 'lib/Lingua/EN/Sentence.pm', # finds $VERSION
     'PREREQ_PM'    =>
     {
-        'utf8'      => 1.09,
-        'warnings'  => 1.12,
+        'warnings'  => 1.12
       },    
     'AUTHOR'        => 'Shlomo Yona, Kim Ryan',
     'LICENSE'       => 'perl',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lingua-EN-Sentence-0.30/README 
new/Lingua-EN-Sentence-0.31/README
--- old/Lingua-EN-Sentence-0.30/README  2016-08-08 08:37:03.000000000 +0200
+++ new/Lingua-EN-Sentence-0.31/README  2016-08-09 03:22:18.000000000 +0200
@@ -1,7 +1,7 @@
 
 NAME
 
-  Lingua::EN::Sentence -  split text into sentences
+  Lingua::EN::Sentence - split text into sentences
   
 SYNOPSIS
 
@@ -15,14 +15,14 @@
     
 DESCRIPTION
 
-The C<Lingua::EN::Sentence> module contains the function get_sentences, which
+The Lingua::EN::Sentence module contains the function get_sentences, which
 splits text into its constituent sentences, based on a regular expression and a
 list of abbreviations (built in and given).
 
 Certain well know exceptions, such as abbreviations, may cause incorrect
 segmentations. But some of them are already integrated into this code and are
 being taken care of. Still, if you see that there are words causing the
-get_sentences() to fail, you can add those to the module, so it notices them.
+get_sentences function to fail, you can add those to the module, so it notices 
them.
   
 
 INSTALLATION
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lingua-EN-Sentence-0.30/lib/Lingua/EN/Sentence.pm 
new/Lingua-EN-Sentence-0.31/lib/Lingua/EN/Sentence.pm
--- old/Lingua-EN-Sentence-0.30/lib/Lingua/EN/Sentence.pm       2016-08-08 
08:37:29.000000000 +0200
+++ new/Lingua-EN-Sentence-0.31/lib/Lingua/EN/Sentence.pm       2018-08-19 
10:19:59.000000000 +0200
@@ -30,7 +30,7 @@
 Certain well know exceptions, such as abbreviations, may cause incorrect
 segmentations. But some of them are already integrated into this code and are
 being taken care of. Still, if you see that there are words causing the
-get_sentences() to fail, you can add those to the module, so it notices them.
+get_sentences function to fail, you can add those to the module, so it notices 
them.
 
 =head1 ALGORITHM
 
@@ -40,7 +40,7 @@
 mistake. In case of a mistake, the end-of-sentence mark is removed.
 
 What are such mistakes? Cases of abbreviations, for example. I have a list of
-such abbreviations (Please see `Acronym/Abbreviations list' section), and more
+such abbreviations (Please see public globals belwo for a list), and more
 general rules (for example, the abbreviations 'i.e.' and '.e.g.' need not to be
 in the list as a special rule takes care of all single letter abbreviations).
 
@@ -69,7 +69,7 @@
 (e.g. "U.S.A."), as these are found automatically. Note also that acronyms
 are searched for on a case insensitive basis.
 
-Please see`Acronym/Abbreviations list' section for the abbreviations already
+Please see 'Acronym/Abbreviations list' section for the abbreviations already
 supported by this module.
 
 =item get_acronyms( )
@@ -144,10 +144,14 @@
 
 Currently being maintained by Kim Ryan, kimryan at CPAN d o t org
 
-=head1 COPYRIGHT
+
+=head1 COPYRIGHT AND LICENSE
 
 Copyright (c) 2001-2016 Shlomo Yona. All rights reserved.
+Copyright (c) 2018 Kim Ryan. All rights reserved.
 
+This library is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself.
 
 =cut
 
@@ -183,7 +187,7 @@
 use Carp qw/cluck/;
 use English;
 
-our $VERSION = '0.30';
+our $VERSION = '0.31';
 
 our $LOC;
 if ($OSNAME ne 'android') {


Reply via email to