Hello community,
here is the log from the commit of package perl-Locale-Maketext-Lexicon for
openSUSE:Factory
checked in at Wed Apr 6 11:28:08 CEST 2011.
--------
--- perl-Locale-Maketext-Lexicon/perl-Locale-Maketext-Lexicon.changes
2010-12-01 14:48:13.000000000 +0100
+++
/mounts/work_src_done/STABLE/perl-Locale-Maketext-Lexicon/perl-Locale-Maketext-Lexicon.changes
2011-04-01 10:37:14.000000000 +0200
@@ -1,0 +2,19 @@
+Fri Apr 1 08:36:04 UTC 2011 - [email protected]
+
+- update to 0.86
+* Bumped version because the META file was showing an old version number.
+* Changed Locale::Maketext::Extract::Run to ignore:
+ - .git/
+ - unix pipes
+ - binary files
+* Changed the minimum version of Locale::Maketext to 1.17, to avoid error
+ reports from recent Perl versions, which still have an old Locale::Maketext
+
+* Locale::Maketext::Extract
+ - added a fix from Ivan Bessarov to avoid uninit warnings when msgids
+ contain trailing spaces
+* Locale::Maketext::Lexicon
+ - remove the local $@ when loading PO files - made it difficult
+ to debug errors when loading PO's
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
Locale-Maketext-Lexicon-0.82.tar.bz2
New:
----
Locale-Maketext-Lexicon-0.86.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Locale-Maketext-Lexicon.spec ++++++
--- /var/tmp/diff_new_pack.Rr2yYv/_old 2011-04-06 11:26:38.000000000 +0200
+++ /var/tmp/diff_new_pack.Rr2yYv/_new 2011-04-06 11:26:38.000000000 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package perl-Locale-Maketext-Lexicon (Version 0.82)
+# spec file for package perl-Locale-Maketext-Lexicon
#
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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,51 +15,54 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-# norootforbuild
Name: perl-Locale-Maketext-Lexicon
+Version: 0.86
+Release: 1
+License: MIT
%define cpan_name Locale-Maketext-Lexicon
Summary: Use other catalog formats in Maketext
-Version: 0.82
-Release: 4
-License: MIT
+Url: http://search.cpan.org/dist/Locale-Maketext-Lexicon/
Group: Development/Libraries/Perl
-Url: http://earch.pan.org/dist/Locale-Maketext-Lexicon
-Source: %{cpan_name}-%{version}.tar.bz2
+#Source:
http://www.cpan.org/authors/id/D/DR/DRTECH/Locale-Maketext-Lexicon-%{version}.tar.gz
+Source: %{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(Test::Pod) >= 1.00
-Recommends: perl(HTML::Parser) >= 3.56
-Recommends: perl(Lingua::EN::Sentence) >= 0.25
-Recommends: perl(PPI) >= 1.203
-Recommends: perl(Template) >= 2.20
-Recommends: perl(Template::Constants) >= 2.75
-Recommends: perl(YAML) >= 0.66
+BuildRequires: perl(HTML::Parser) >= 3.56
+BuildRequires: perl(Lingua::EN::Sentence) >= 0.25
+BuildRequires: perl(PPI) >= 1.203
+BuildRequires: perl(Template) >= 2.20
+BuildRequires: perl(Template::Constants) >= 2.75
+BuildRequires: perl(YAML) >= 0.66
+BuildRequires: perl(YAML::Loader) >= 0.66
+Requires: perl(HTML::Parser) >= 3.56
+Requires: perl(Lingua::EN::Sentence) >= 0.25
+Requires: perl(PPI) >= 1.203
+Requires: perl(Template) >= 2.20
+Requires: perl(Template::Constants) >= 2.75
+Requires: perl(YAML) >= 0.66
+Requires: perl(YAML::Loader) >= 0.66
+%{perl_requires}
%description
This module provides lexicon-handling modules to read from other
-localization formats, such as *Gettext*, *Msgcat*, and so on.
-
-If you are unfamiliar with the concept of lexicon modules, please
-consult Locale::Maketext and <http://www.autrijus.org/webl10n/> first.
-
-A command-line utility xgettext.pl is also installed with this module,
-for extracting translatable strings from source files.
+localization formats, such as _Gettext_, _Msgcat_, and so on.
+If you are unfamiliar with the concept of lexicon modules, please consult
+the Locale::Maketext manpage and the 'webl10n' HTML files in the 'docs/'
+directory of this module.
-Authors:
---------
- Autrijus Tang <autrijus at autrijus dot org>
+A command-line utility the xgettext.pl manpage is also installed with this
+module, for extracting translatable strings from source files.
%prep
-%setup -n %{cpan_name}-%{version}
+%setup -q -n %{cpan_name}-%{version}
%build
-%{__perl} Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
+%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check
@@ -67,18 +70,14 @@
%install
%perl_make_install
-# do not perl_process_packlist (noarch)
-# remove .packlist file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
-# remove perllocal.pod file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
+%perl_process_packlist
%perl_gen_filelist
%clean
-%{__rm} -rf ${RPM_BUILD_ROOT}
+%{__rm} -rf %{buildroot}
%files -f %{name}.files
-%defattr(-, root, root)
+%defattr(644,root,root,755)
%doc AUTHORS Changes LICENSE README
%changelog
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]