Hello community,
here is the log from the commit of package perl-Lingua-EN-Inflect for
openSUSE:Factory checked in at 2013-06-05 17:52:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Lingua-EN-Inflect/perl-Lingua-EN-Inflect.changes
2012-01-17 16:13:40.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Lingua-EN-Inflect.new/perl-Lingua-EN-Inflect.changes
2013-06-05 17:52:00.000000000 +0200
@@ -1,0 +2,21 @@
+Wed Jun 5 09:20:17 UTC 2013 - [email protected]
+
+- updated to 1.895
+ - Fixed several dozen obscure plurals (thanks Tom)
+
+ - Greatly improved the list of prepositions (thanks Tom)
+
+ - Several minor doc nits cleaned up
+
+ - Fixed 'miniseries', 'tv series' etc (thanks Lady Aleena)
+
+ - NON-BACKWARDS COMPATIBLE CHANGE:
+ WORDLIST now always add spaces around its final conjunction.
+ Please report any cases where this is an adverse change.
+
+ - Fixed a POD nit (thanks Gregor)
+
+ - Added 'words_below', 'comma', and 'comma_every' options to NO()
+ (Thanks Lady Aleena).
+
+-------------------------------------------------------------------
Old:
----
Lingua-EN-Inflect-1.893.tar.gz
New:
----
Lingua-EN-Inflect-1.895.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Lingua-EN-Inflect.spec ++++++
--- /var/tmp/diff_new_pack.nBqrT1/_old 2013-06-05 17:52:01.000000000 +0200
+++ /var/tmp/diff_new_pack.nBqrT1/_new 2013-06-05 17:52:01.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Lingua-EN-Inflect
#
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,22 +15,24 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+
Name: perl-Lingua-EN-Inflect
-Version: 1.893
+Version: 1.895
Release: 0
%define cpan_name Lingua-EN-Inflect
Summary: Convert singular to plural. Select "a" or "an".
License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Lingua-EN-Inflect/
-Source:
http://www.cpan.org/authors/id/D/DC/DCONWAY/Lingua-EN-Inflect-%{version}.tar.gz
+Source:
http://www.cpan.org/authors/id/D/DC/DCONWAY/%{cpan_name}-%{version}.tar.gz
+BuildArch: noarch
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Build)
BuildRequires: perl(version)
+#BuildRequires: perl(Lingua::EN::Inflect)
Requires: perl(version)
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildArch: noarch
%{perl_requires}
%description
@@ -46,7 +48,7 @@
and most initialisms.
It is also possible to inflect numerals (1,2,3) to ordinals (1st, 2nd, 3rd)
-and to english words ("one", "two", "three).
+and to English words ("one", "two", "three).
In generating these inflections, Lingua::EN::Inflect follows the Oxford
English Dictionary and the guidelines in Fowler's Modern English Usage,
@@ -63,6 +65,7 @@
%prep
%setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
%build
%{__perl} Build.PL installdirs=vendor
@@ -75,11 +78,8 @@
./Build install destdir=%{buildroot} create_packlist=0
%perl_gen_filelist
-%clean
-%{__rm} -rf %{buildroot}
-
%files -f %{name}.files
-%defattr(644,root,root,755)
+%defattr(-,root,root,755)
%doc Changes README
%changelog
++++++ Lingua-EN-Inflect-1.893.tar.gz -> Lingua-EN-Inflect-1.895.tar.gz ++++++
++++ 1915 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]