Hello community,

here is the log from the commit of package perl-Lingua-EN-Tagger for 
openSUSE:Factory checked in at 2019-07-17 14:27:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Lingua-EN-Tagger (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Lingua-EN-Tagger.new.1887 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Lingua-EN-Tagger"

Wed Jul 17 14:27:31 2019 rev:7 rq:715933 version:0.31

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Lingua-EN-Tagger/perl-Lingua-EN-Tagger.changes  
    2018-08-29 12:26:15.187534704 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Lingua-EN-Tagger.new.1887/perl-Lingua-EN-Tagger.changes
    2019-07-17 14:27:32.527292380 +0200
@@ -1,0 +2,9 @@
+Tue Jul 16 09:36:52 UTC 2019 - Stephan Kulow <[email protected]>
+
+- updated to 0.31
+   see /usr/share/doc/packages/perl-Lingua-EN-Tagger/Changes
+
+  0.31            Aaron Coburn            7/12/19
+          Fix memoize function
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ perl-Lingua-EN-Tagger.spec ++++++
--- /var/tmp/diff_new_pack.ag3Sqz/_old  2019-07-17 14:27:33.079290666 +0200
+++ /var/tmp/diff_new_pack.ag3Sqz/_new  2019-07-17 14:27:33.079290666 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Lingua-EN-Tagger
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,19 +12,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           perl-Lingua-EN-Tagger
-Version:        0.30
+Version:        0.31
 Release:        0
-#Upstream: GPL-1.0+
+#Upstream: GPL-1.0-or-later
 %define cpan_name Lingua-EN-Tagger
 Summary:        Part-of-speech tagger for English natural language processing
 License:        GPL-3.0-only
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/Lingua-EN-Tagger/
+Url:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/A/AC/ACOBURN/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 # MANUAL
@@ -57,11 +57,11 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install

++++++ Lingua-EN-Tagger-0.30.tar.gz -> Lingua-EN-Tagger-0.31.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lingua-EN-Tagger-0.30/Changes 
new/Lingua-EN-Tagger-0.31/Changes
--- old/Lingua-EN-Tagger-0.30/Changes   2018-08-27 19:49:48.000000000 +0200
+++ new/Lingua-EN-Tagger-0.31/Changes   2019-07-12 17:22:33.000000000 +0200
@@ -1,5 +1,8 @@
 Revision history for Perl extension Lingua::EN::Tagger
 
+0.31            Aaron Coburn            7/12/19
+        Fix memoize function
+
 0.30            Aaron Coburn            8/27/18
         Re-release without PaxHeader garbage in tar distribution.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lingua-EN-Tagger-0.30/MANIFEST 
new/Lingua-EN-Tagger-0.31/MANIFEST
--- old/Lingua-EN-Tagger-0.30/MANIFEST  2015-04-03 13:30:10.000000000 +0200
+++ new/Lingua-EN-Tagger-0.31/MANIFEST  2019-07-12 17:29:40.000000000 +0200
@@ -1,8 +1,7 @@
 Changes
 Makefile.PL
-MANIFEST
+MANIFEST                       This list of files
 README
-Tagger.pm
 t/clean.t
 t/load.t
 t/nouns.t
@@ -13,8 +12,9 @@
 t/sentence.t
 t/threads.t
 t/weighted.t
+Tagger.pm
 Tagger/tags.yml
 Tagger/unknown.yml
 Tagger/words.yml
-META.yml                                 Module meta-data (added by MakeMaker)
-META.json                                Module JSON meta-data (added by 
MakeMaker)
+META.yml
+META.json
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lingua-EN-Tagger-0.30/META.json 
new/Lingua-EN-Tagger-0.31/META.json
--- old/Lingua-EN-Tagger-0.30/META.json 2018-08-27 19:50:53.000000000 +0200
+++ new/Lingua-EN-Tagger-0.31/META.json 2019-07-12 17:29:58.000000000 +0200
@@ -4,7 +4,7 @@
       "Maciej Ceglowski and Aaron Coburn <[email protected]>, 
<[email protected]>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.68, CPAN::Meta::Converter 
version 2.120921",
+   "generated_by" : "ExtUtils::MakeMaker version 7.36, CPAN::Meta::Converter 
version 2.143240",
    "license" : [
       "gpl_3"
    ],
@@ -44,5 +44,5 @@
       }
    },
    "release_status" : "stable",
-   "version" : "0.30"
+   "version" : "0.31"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lingua-EN-Tagger-0.30/META.yml 
new/Lingua-EN-Tagger-0.31/META.yml
--- old/Lingua-EN-Tagger-0.30/META.yml  2018-08-27 19:50:52.000000000 +0200
+++ new/Lingua-EN-Tagger-0.31/META.yml  2019-07-12 17:29:58.000000000 +0200
@@ -3,27 +3,27 @@
 author:
   - 'Maciej Ceglowski and Aaron Coburn <[email protected]>, 
<[email protected]>'
 build_requires:
-  ExtUtils::MakeMaker: 0
+  ExtUtils::MakeMaker: '0'
 configure_requires:
-  ExtUtils::MakeMaker: 0
+  ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.68, CPAN::Meta::Converter version 
2.120921'
+generated_by: 'ExtUtils::MakeMaker version 7.36, CPAN::Meta::Converter version 
2.143240'
 license: gpl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
+  version: '1.4'
 name: Lingua-EN-Tagger
 no_index:
   directory:
     - t
     - inc
 requires:
-  File::Spec: 0.84
-  HTML::Parser: 3.45
-  HTML::Tagset: 3.20
-  Lingua::Stem: 0.81
-  Memoize: 1.01
-  Memoize::ExpireLRU: 0.55
-  Storable: 2.10
-  perl: 5.008001
-version: 0.30
+  File::Spec: '0.84'
+  HTML::Parser: '3.45'
+  HTML::Tagset: '3.20'
+  Lingua::Stem: '0.81'
+  Memoize: '1.01'
+  Memoize::ExpireLRU: '0.55'
+  Storable: '2.10'
+  perl: '5.008001'
+version: '0.31'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lingua-EN-Tagger-0.30/Tagger.pm 
new/Lingua-EN-Tagger-0.31/Tagger.pm
--- old/Lingua-EN-Tagger-0.30/Tagger.pm 2018-08-27 19:48:25.000000000 +0200
+++ new/Lingua-EN-Tagger-0.31/Tagger.pm 2019-07-12 17:21:37.000000000 +0200
@@ -1,6 +1,6 @@
 package Lingua::EN::Tagger;
 
-our $VERSION = '0.30';
+our $VERSION = '0.31';
 
 use warnings;
 use strict;
@@ -51,7 +51,7 @@
                              CACHESIZE => 1000,
                             ]);
 
-    memoize(\&Linua::EN::Tagger::_assign_tag,
+    memoize(\&Lingua::EN::Tagger::_assign_tag,
                     TIE => ['Memoize::ExpireLRU',
                             CACHESIZE => 10000,
                             ]);


Reply via email to