Hello community,
here is the log from the commit of package perl-Lingua-Stem for
openSUSE:Factory checked in at 2020-09-29 19:02:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Lingua-Stem (Old)
and /work/SRC/openSUSE:Factory/.perl-Lingua-Stem.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Lingua-Stem"
Tue Sep 29 19:02:06 2020 rev:3 rq:838286 version:2.31
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Lingua-Stem/perl-Lingua-Stem.changes
2020-06-24 15:48:27.256296364 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Lingua-Stem.new.4249/perl-Lingua-Stem.changes
2020-09-29 19:02:26.825820404 +0200
@@ -1,0 +2,6 @@
+Sun Sep 27 03:10:35 UTC 2020 - Tina Müller <[email protected]>
+
+- updated to 2.31
+ see /usr/share/doc/packages/perl-Lingua-Stem/Changes
+
+-------------------------------------------------------------------
Old:
----
Lingua-Stem-2.30.tar.gz
New:
----
Lingua-Stem-2.31.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Lingua-Stem.spec ++++++
--- /var/tmp/diff_new_pack.h2TQ2c/_old 2020-09-29 19:02:27.641821395 +0200
+++ /var/tmp/diff_new_pack.h2TQ2c/_new 2020-09-29 19:02:27.641821395 +0200
@@ -17,7 +17,7 @@
Name: perl-Lingua-Stem
-Version: 2.30
+Version: 2.31
Release: 0
%define cpan_name Lingua-Stem
Summary: Stemming of words
@@ -38,7 +38,7 @@
BuildRequires: perl(Lingua::Stem::Snowball::Da) >= 1.01
BuildRequires: perl(Lingua::Stem::Snowball::No) >= 1.00
BuildRequires: perl(Lingua::Stem::Snowball::Se) >= 1.01
-BuildRequires: perl(Module::Build) >= 0.420000
+BuildRequires: perl(Module::Build)
BuildRequires: perl(Text::German)
Requires: perl(Lingua::GL::Stemmer)
Requires: perl(Lingua::PT::Stemmer)
++++++ Lingua-Stem-2.30.tar.gz -> Lingua-Stem-2.31.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Lingua-Stem-2.30/Changes new/Lingua-Stem-2.31/Changes
--- old/Lingua-Stem-2.30/Changes 2020-06-20 16:58:54.000000000 +0200
+++ new/Lingua-Stem-2.31/Changes 2020-09-26 07:57:45.000000000 +0200
@@ -1,4 +1,6 @@
- 2.30 2020.06020 - Cleanup for initial upload to GitHub. Version
+ 2.31 2020.09.26 - Fix for Latin1/UTF8 issue in documentation.
+
+ 2.30 2020.06.20 - Cleanup for initial upload to GitHub. Version
numbers for all sub-modules synced on 2.30 for
consistency. Maintainer updated. Build.PL and
Makefile.PL updates. Addition of 'use warnings'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Lingua-Stem-2.30/META.json
new/Lingua-Stem-2.31/META.json
--- old/Lingua-Stem-2.30/META.json 2020-06-20 16:58:54.000000000 +0200
+++ new/Lingua-Stem-2.31/META.json 2020-09-26 08:11:13.000000000 +0200
@@ -1,10 +1,10 @@
{
- "abstract" : "Stemming of words in various languages",
+ "abstract" : "Stemming of words",
"author" : [
"Jerilyn Franz <[email protected]>"
],
"dynamic_config" : 1,
- "generated_by" : "Module::Build version 0.4231",
+ "generated_by" : "ExtUtils::MakeMaker version 7.44, CPAN::Meta::Converter
version 2.150010",
"license" : [
"perl_5"
],
@@ -13,31 +13,25 @@
"version" : "2"
},
"name" : "Lingua-Stem",
+ "no_index" : {
+ "directory" : [
+ "t",
+ "inc"
+ ]
+ },
"prereqs" : {
- "configure" : {
+ "build" : {
"requires" : {
- "Module::Build" : "0.42"
+ "ExtUtils::MakeMaker" : "0"
}
},
- "runtime" : {
+ "configure" : {
"requires" : {
- "Carp" : "0",
- "Lingua::GL::Stemmer" : "0",
- "Lingua::PT::Stemmer" : "0",
- "Lingua::Stem::Fr" : "0.02",
- "Lingua::Stem::It" : "0",
- "Lingua::Stem::Ru" : "0",
- "Lingua::Stem::Snowball::Da" : "1.01",
- "Lingua::Stem::Snowball::No" : "1.00",
- "Lingua::Stem::Snowball::Se" : "1.01",
- "Text::German" : "0",
- "perl" : "5.006",
- "warnings" : "0"
+ "ExtUtils::MakeMaker" : "0"
}
},
- "test" : {
+ "runtime" : {
"requires" : {
- "Carp" : "0",
"Lingua::GL::Stemmer" : "0",
"Lingua::PT::Stemmer" : "0",
"Lingua::Stem::Fr" : "0.02",
@@ -52,48 +46,6 @@
}
}
},
- "provides" : {
- "Lingua::Stem" : {
- "file" : "lib/Lingua/Stem.pm",
- "version" : "2.30"
- },
- "Lingua::Stem::AutoLoader" : {
- "file" : "lib/Lingua/Stem/AutoLoader.pm",
- "version" : "2.30"
- },
- "Lingua::Stem::Da" : {
- "file" : "lib/Lingua/Stem/Da.pm",
- "version" : "2.30"
- },
- "Lingua::Stem::De" : {
- "file" : "lib/Lingua/Stem/De.pm",
- "version" : "2.30"
- },
- "Lingua::Stem::En" : {
- "file" : "lib/Lingua/Stem/En.pm",
- "version" : "2.30"
- },
- "Lingua::Stem::EnBroken" : {
- "file" : "lib/Lingua/Stem/EnBroken.pm",
- "version" : "2.30"
- },
- "Lingua::Stem::Gl" : {
- "file" : "lib/Lingua/Stem/Gl.pm",
- "version" : "2.30"
- },
- "Lingua::Stem::No" : {
- "file" : "lib/Lingua/Stem/No.pm",
- "version" : "2.30"
- },
- "Lingua::Stem::Pt" : {
- "file" : "lib/Lingua/Stem/Pt.pm",
- "version" : "2.30"
- },
- "Lingua::Stem::Sv" : {
- "file" : "lib/Lingua/Stem/Sv.pm",
- "version" : "2.30"
- }
- },
"release_status" : "stable",
"resources" : {
"bugtracker" : {
@@ -109,6 +61,6 @@
"web" : "https://github.com/JerilynFranz/perl-Lingua-Stem"
}
},
- "version" : "2.30",
+ "version" : "2.31",
"x_serialization_backend" : "JSON::PP version 2.27400_02"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Lingua-Stem-2.30/META.yml
new/Lingua-Stem-2.31/META.yml
--- old/Lingua-Stem-2.30/META.yml 2020-06-20 16:58:54.000000000 +0200
+++ new/Lingua-Stem-2.31/META.yml 2020-09-26 08:11:12.000000000 +0200
@@ -1,62 +1,23 @@
---
-abstract: 'Stemming of words in various languages'
+abstract: 'Stemming of words'
author:
- 'Jerilyn Franz <[email protected]>'
build_requires:
- Carp: '0'
- Lingua::GL::Stemmer: '0'
- Lingua::PT::Stemmer: '0'
- Lingua::Stem::Fr: '0.02'
- Lingua::Stem::It: '0'
- Lingua::Stem::Ru: '0'
- Lingua::Stem::Snowball::Da: '1.01'
- Lingua::Stem::Snowball::No: '1.00'
- Lingua::Stem::Snowball::Se: '1.01'
- Text::German: '0'
- perl: '5.006'
- warnings: '0'
+ ExtUtils::MakeMaker: '0'
configure_requires:
- Module::Build: '0.42'
+ ExtUtils::MakeMaker: '0'
dynamic_config: 1
-generated_by: 'Module::Build version 0.4231, CPAN::Meta::Converter version
2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.44, CPAN::Meta::Converter version
2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
name: Lingua-Stem
-provides:
- Lingua::Stem:
- file: lib/Lingua/Stem.pm
- version: '2.30'
- Lingua::Stem::AutoLoader:
- file: lib/Lingua/Stem/AutoLoader.pm
- version: '2.30'
- Lingua::Stem::Da:
- file: lib/Lingua/Stem/Da.pm
- version: '2.30'
- Lingua::Stem::De:
- file: lib/Lingua/Stem/De.pm
- version: '2.30'
- Lingua::Stem::En:
- file: lib/Lingua/Stem/En.pm
- version: '2.30'
- Lingua::Stem::EnBroken:
- file: lib/Lingua/Stem/EnBroken.pm
- version: '2.30'
- Lingua::Stem::Gl:
- file: lib/Lingua/Stem/Gl.pm
- version: '2.30'
- Lingua::Stem::No:
- file: lib/Lingua/Stem/No.pm
- version: '2.30'
- Lingua::Stem::Pt:
- file: lib/Lingua/Stem/Pt.pm
- version: '2.30'
- Lingua::Stem::Sv:
- file: lib/Lingua/Stem/Sv.pm
- version: '2.30'
+no_index:
+ directory:
+ - t
+ - inc
requires:
- Carp: '0'
Lingua::GL::Stemmer: '0'
Lingua::PT::Stemmer: '0'
Lingua::Stem::Fr: '0.02'
@@ -73,5 +34,5 @@
homepage: https://github.com/JerilynFranz/perl-Lingua-Stem
license: http://dev.perl.org/licenses/
repository: https://github.com/JerilynFranz/perl-Lingua-Stem.git
-version: '2.30'
+version: '2.31'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Lingua-Stem-2.30/lib/Lingua/Stem/AutoLoader.pm
new/Lingua-Stem-2.31/lib/Lingua/Stem/AutoLoader.pm
--- old/Lingua-Stem-2.30/lib/Lingua/Stem/AutoLoader.pm 2020-06-20
16:58:54.000000000 +0200
+++ new/Lingua-Stem-2.31/lib/Lingua/Stem/AutoLoader.pm 2020-09-26
08:08:25.000000000 +0200
@@ -25,6 +25,8 @@
=head1 CHANGES
+ 2.31 2020.09.26 - Fix for Latin1/UTF8 issue in documentation
+
2.30 2020.06.20 - Version renumber for module consistency
1.03 2004.07.25 - Added 'Lingua::Stem::Ru'
@@ -45,7 +47,7 @@
use vars qw($VERSION $AUTOLOAD);
-$VERSION = "2.30";
+$VERSION = "2.31";
my $_autoloaded_functions = {};
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Lingua-Stem-2.30/lib/Lingua/Stem/Da.pm
new/Lingua-Stem-2.31/lib/Lingua/Stem/Da.pm
--- old/Lingua-Stem-2.30/lib/Lingua/Stem/Da.pm 2020-06-20 16:58:54.000000000
+0200
+++ new/Lingua-Stem-2.31/lib/Lingua/Stem/Da.pm 2020-09-26 08:08:33.000000000
+0200
@@ -22,6 +22,8 @@
=head1 CHANGES
+2.31 2020.09.26 - Fix for Latin1/UTF8 issue in documentation
+
2.30 2020.06.20 - Version renumber for module consistency
1.01 2003.09.28 - Documentation fix.
@@ -48,7 +50,7 @@
@EXPORT_OK = qw (stem clear_stem_cache stem_caching);
%EXPORT_TAGS = ();
}
-$VERSION = "2.30";
+$VERSION = "2.31";
my $Stem_Caching = 0;
my $Stem_Cache = {};
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Lingua-Stem-2.30/lib/Lingua/Stem/De.pm
new/Lingua-Stem-2.31/lib/Lingua/Stem/De.pm
--- old/Lingua-Stem-2.30/lib/Lingua/Stem/De.pm 2020-06-20 16:58:54.000000000
+0200
+++ new/Lingua-Stem-2.31/lib/Lingua/Stem/De.pm 2020-09-26 08:01:46.000000000
+0200
@@ -22,6 +22,8 @@
=head1 CHANGES
+2.31 2020.09.26 - Fix for Latin1/UTF8 issue in documentation
+
2.30 2020.06.20 - Version renumber for module consistency
1.01 2003.09.28 - Documentation fix
@@ -48,7 +50,7 @@
@EXPORT_OK = qw (stem clear_stem_cache stem_caching);
%EXPORT_TAGS = ();
}
-$VERSION = "2.30";
+$VERSION = "2.31";
my $Stem_Caching = 0;
my $Stem_Cache = {};
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Lingua-Stem-2.30/lib/Lingua/Stem/En.pm
new/Lingua-Stem-2.31/lib/Lingua/Stem/En.pm
--- old/Lingua-Stem-2.30/lib/Lingua/Stem/En.pm 2020-06-20 16:58:54.000000000
+0200
+++ new/Lingua-Stem-2.31/lib/Lingua/Stem/En.pm 2020-09-26 08:02:36.000000000
+0200
@@ -64,6 +64,8 @@
2020.06.20 - 2.30 Version renumber for module consistency.
+ 2020.09.26 - 2.31 Fix for Latin1/UTF8 issue in documentation
+
=cut
#######################################################################
@@ -76,7 +78,7 @@
use Carp;
use vars qw (@ISA @EXPORT_OK @EXPORT %EXPORT_TAGS $VERSION);
BEGIN {
- $VERSION = "2.30";
+ $VERSION = "2.31";
@ISA = qw (Exporter);
@EXPORT = ();
@EXPORT_OK = qw (stem clear_stem_cache stem_caching);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Lingua-Stem-2.30/lib/Lingua/Stem/EnBroken.pm
new/Lingua-Stem-2.31/lib/Lingua/Stem/EnBroken.pm
--- old/Lingua-Stem-2.30/lib/Lingua/Stem/EnBroken.pm 2020-06-20
16:58:54.000000000 +0200
+++ new/Lingua-Stem-2.31/lib/Lingua/Stem/EnBroken.pm 2020-09-26
08:02:53.000000000 +0200
@@ -65,7 +65,7 @@
@EXPORT_OK = qw (stem clear_stem_cache stem_caching);
%EXPORT_TAGS = ();
}
-$VERSION = "2.30";
+$VERSION = "2.31";
my $Stem_Caching = 0;
my $Stem_Cache = {};
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Lingua-Stem-2.30/lib/Lingua/Stem/Gl.pm
new/Lingua-Stem-2.31/lib/Lingua/Stem/Gl.pm
--- old/Lingua-Stem-2.30/lib/Lingua/Stem/Gl.pm 2020-06-20 16:58:54.000000000
+0200
+++ new/Lingua-Stem-2.31/lib/Lingua/Stem/Gl.pm 2020-09-26 08:03:24.000000000
+0200
@@ -22,6 +22,8 @@
=head1 CHANGES
+2.31 2020.09.26 - Fix for Latin1/UTF8 issue in documentation
+
2.30 2020.06.20 - Version renumber for module consistency
1.02 2004.04.26 - Documenation fix
@@ -50,7 +52,7 @@
@EXPORT_OK = qw (stem clear_stem_cache stem_caching);
%EXPORT_TAGS = ();
}
-$VERSION = "2.30";
+$VERSION = "2.31";
my $Stem_Caching = 0;
my $Stem_Cache = {};
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Lingua-Stem-2.30/lib/Lingua/Stem/No.pm
new/Lingua-Stem-2.31/lib/Lingua/Stem/No.pm
--- old/Lingua-Stem-2.30/lib/Lingua/Stem/No.pm 2020-06-20 16:58:54.000000000
+0200
+++ new/Lingua-Stem-2.31/lib/Lingua/Stem/No.pm 2020-09-26 08:03:46.000000000
+0200
@@ -22,6 +22,8 @@
=head1 CHANGES
+2.31 2020.09.26 - Fix for Latin1/UTF8 issue in documentation
+
2.30 2020.06.20 - Version renumber for module consistency
1.01 2003.09.28 - Documenation fix
@@ -48,7 +50,7 @@
@EXPORT_OK = qw (stem clear_stem_cache stem_caching);
%EXPORT_TAGS = ();
}
-$VERSION = "2.30";
+$VERSION = "2.31";
my $Stem_Caching = 0;
my $Stem_Cache = {};
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Lingua-Stem-2.30/lib/Lingua/Stem/Pt.pm
new/Lingua-Stem-2.31/lib/Lingua/Stem/Pt.pm
--- old/Lingua-Stem-2.30/lib/Lingua/Stem/Pt.pm 2020-06-20 16:58:54.000000000
+0200
+++ new/Lingua-Stem-2.31/lib/Lingua/Stem/Pt.pm 2020-09-26 08:04:04.000000000
+0200
@@ -22,6 +22,8 @@
=head1 CHANGES
+2.31 2020.09.26 - Fix for Latin1/UTF8 issue in documentation
+
2.30 2020.06.20 - Version renumber for module consistency
1.01 2003.09.28 - Documenation fix
@@ -48,7 +50,7 @@
@EXPORT_OK = qw (stem clear_stem_cache stem_caching);
%EXPORT_TAGS = ();
}
-$VERSION = "2.30";
+$VERSION = "2.31";
my $Stem_Caching = 0;
my $Stem_Cache = {};
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Lingua-Stem-2.30/lib/Lingua/Stem/Sv.pm
new/Lingua-Stem-2.31/lib/Lingua/Stem/Sv.pm
--- old/Lingua-Stem-2.30/lib/Lingua/Stem/Sv.pm 2020-06-20 16:58:54.000000000
+0200
+++ new/Lingua-Stem-2.31/lib/Lingua/Stem/Sv.pm 2020-09-26 08:04:31.000000000
+0200
@@ -22,6 +22,8 @@
=head1 CHANGES
+2.31 2020.09.26 - Fix for Latin1/UTF8 issue in documentation
+
2.30 2020.06.20 - Version renumbering for module consistency
1.01 2003.09.28 - Documentation fix
@@ -48,7 +50,7 @@
@EXPORT_OK = qw (stem clear_stem_cache stem_caching);
%EXPORT_TAGS = ();
}
-$VERSION = "2.30";
+$VERSION = "2.31";
my $Stem_Caching = 0;
my $Stem_Cache = {};
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Lingua-Stem-2.30/lib/Lingua/Stem.pm
new/Lingua-Stem-2.31/lib/Lingua/Stem.pm
--- old/Lingua-Stem-2.30/lib/Lingua/Stem.pm 2020-06-20 16:58:54.000000000
+0200
+++ new/Lingua-Stem-2.31/lib/Lingua/Stem.pm 2020-09-26 08:06:19.000000000
+0200
@@ -6,7 +6,7 @@
use Lingua::Stem::AutoLoader;
BEGIN {
- $Lingua::Stem::VERSION = '2.30';
+ $Lingua::Stem::VERSION = '2.31';
@Lingua::Stem::ISA = qw (Exporter);
@Lingua::Stem::EXPORT = ();
@Lingua::Stem::EXPORT_OK = qw (stem stem_in_place clear_stem_cache
stem_caching add_exceptions delete_exceptions get_exceptions set_locale
get_locale);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Lingua-Stem-2.30/lib/Lingua/Stem.pod
new/Lingua-Stem-2.31/lib/Lingua/Stem.pod
--- old/Lingua-Stem-2.30/lib/Lingua/Stem.pod 2020-06-20 16:58:54.000000000
+0200
+++ new/Lingua-Stem-2.31/lib/Lingua/Stem.pod 2020-09-26 08:06:07.000000000
+0200
@@ -122,6 +122,8 @@
=head1 CHANGES
+ 2.31 2020.09.26 - Fix for Latin1/UTF8 issue in documentation
+
2.30 2020.06.20 - Version renumber for module consistency
0.84 2010.04.29 - Documentation fixes to the En stemmer and removal
@@ -453,7 +455,7 @@
=head1 VERSION
- 2.30 2020.06.20
+ 2.31 2020.09.26
=head1 NOTES
@@ -485,7 +487,7 @@
xern <[email protected]>
Ask Solem Hoel <[email protected]>
Dennis Haney <[email protected]>
- S�bastien Darribere-Pleyt <[email protected]>
+ Sébastien Darribere-Pleyt <[email protected]>
Aleksandr Guidrevitch <[email protected]>
=head1 SEE ALSO