Hello community, here is the log from the commit of package perl-Lingua-EN-Inflect for openSUSE:Factory checked in at 2020-12-11 20:16:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Lingua-EN-Inflect (Old) and /work/SRC/openSUSE:Factory/.perl-Lingua-EN-Inflect.new.2328 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Lingua-EN-Inflect" Fri Dec 11 20:16:43 2020 rev:14 rq:854823 version:1.905 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Lingua-EN-Inflect/perl-Lingua-EN-Inflect.changes 2019-05-06 21:13:42.480499995 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Lingua-EN-Inflect.new.2328/perl-Lingua-EN-Inflect.changes 2020-12-11 20:16:44.688660364 +0100 @@ -1,0 +2,13 @@ +Wed Dec 9 03:07:13 UTC 2020 - Tina Müller <timueller+p...@suse.de> + +- updated to 1.905 + see /usr/share/doc/packages/perl-Lingua-EN-Inflect/Changes + + + + 1.905 Tue Dec 8 19:21:16 2020 + + - Removed gratuitous use of Env.pm + (Thanks, Bob) + +------------------------------------------------------------------- Old: ---- Lingua-EN-Inflect-1.904.tar.gz New: ---- Lingua-EN-Inflect-1.905.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Lingua-EN-Inflect.spec ++++++ --- /var/tmp/diff_new_pack.4OvOB4/_old 2020-12-11 20:16:45.364660644 +0100 +++ /var/tmp/diff_new_pack.4OvOB4/_new 2020-12-11 20:16:45.368660646 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Lingua-EN-Inflect # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: perl-Lingua-EN-Inflect -Version: 1.904 +Version: 1.905 Release: 0 %define cpan_name Lingua-EN-Inflect Summary: Convert singular to plural. Select "a" or "an" License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/D/DC/DCONWAY/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch @@ -69,7 +69,7 @@ %prep %setup -q -n %{cpan_name}-%{version} -find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor ++++++ Lingua-EN-Inflect-1.904.tar.gz -> Lingua-EN-Inflect-1.905.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Lingua-EN-Inflect-1.904/Changes new/Lingua-EN-Inflect-1.905/Changes --- old/Lingua-EN-Inflect-1.904/Changes 2019-04-27 14:01:03.000000000 +0200 +++ new/Lingua-EN-Inflect-1.905/Changes 2020-12-08 20:21:16.000000000 +0100 @@ -276,3 +276,9 @@ - Corrected 'cyclops', 'triceratops', etc. (Thanks, Lady Aleena) + + +1.905 Tue Dec 8 19:21:16 2020 + + - Removed gratuitous use of Env.pm + (Thanks, Bob) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Lingua-EN-Inflect-1.904/META.json new/Lingua-EN-Inflect-1.905/META.json --- old/Lingua-EN-Inflect-1.904/META.json 2019-04-27 14:01:07.000000000 +0200 +++ new/Lingua-EN-Inflect-1.905/META.json 2020-12-08 20:21:20.000000000 +0100 @@ -4,7 +4,7 @@ "Damian Conway <dcon...@cpan.org>" ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.143240", + "generated_by" : "ExtUtils::MakeMaker version 7.44, CPAN::Meta::Converter version 2.150010", "license" : [ "unknown" ], @@ -37,5 +37,6 @@ } }, "release_status" : "stable", - "version" : "1.904" + "version" : "1.905", + "x_serialization_backend" : "JSON::PP version 2.94" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Lingua-EN-Inflect-1.904/META.yml new/Lingua-EN-Inflect-1.905/META.yml --- old/Lingua-EN-Inflect-1.904/META.yml 2019-04-27 14:01:07.000000000 +0200 +++ new/Lingua-EN-Inflect-1.905/META.yml 2020-12-08 20:21:20.000000000 +0100 @@ -7,7 +7,7 @@ configure_requires: ExtUtils::MakeMaker: '0' dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.143240' +generated_by: 'ExtUtils::MakeMaker version 7.44, CPAN::Meta::Converter version 2.150010' license: unknown meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -19,4 +19,5 @@ - inc requires: Test::More: '0' -version: '1.904' +version: '1.905' +x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Lingua-EN-Inflect-1.904/README new/Lingua-EN-Inflect-1.905/README --- old/Lingua-EN-Inflect-1.904/README 2019-04-27 14:01:03.000000000 +0200 +++ new/Lingua-EN-Inflect-1.905/README 2020-12-08 20:21:16.000000000 +0100 @@ -1,4 +1,4 @@ -Lingua::EN::Inflect version 1.904 +Lingua::EN::Inflect version 1.905 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.904/lib/Lingua/EN/Inflect.pm new/Lingua-EN-Inflect-1.905/lib/Lingua/EN/Inflect.pm --- old/Lingua-EN-Inflect-1.904/lib/Lingua/EN/Inflect.pm 2019-04-27 14:01:03.000000000 +0200 +++ new/Lingua-EN-Inflect-1.905/lib/Lingua/EN/Inflect.pm 2020-12-08 20:21:16.000000000 +0100 @@ -2,12 +2,11 @@ use strict; use vars qw($VERSION @EXPORT_OK %EXPORT_TAGS @ISA); -use Env; require Exporter; @ISA = qw(Exporter); -our $VERSION = '1.904'; +our $VERSION = '1.905'; %EXPORT_TAGS = ( @@ -1835,7 +1834,7 @@ =head1 VERSION -This document describes version 1.904 of Lingua::EN::Inflect +This document describes version 1.905 of Lingua::EN::Inflect =head1 SYNOPSIS _______________________________________________ openSUSE Commits mailing list -- commit@lists.opensuse.org To unsubscribe, email commit-le...@lists.opensuse.org List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/commit@lists.opensuse.org