From 8c6cdf001e0860090c4f3f700b13d101c40139ebd4d99759918bc7e320c2ab20 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 24 Jun 2016 05:25:36 +0000 Subject: [PATCH] Accepting request 404404 from devel:languages:perl:autoupdate - updated to 1.26 * Fixed more false negatives in tests, no need to upgrade. OBS-URL: https://build.opensuse.org/request/show/404404 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-libintl-perl?expand=0&rev=25 --- cpanspec.yml | 33 +++++++++++++++++++++++++++++++++ libintl-perl-1.25.tar.gz | 3 --- libintl-perl-1.26.tar.gz | 3 +++ perl-libintl-perl.changes | 6 ++++++ perl-libintl-perl.spec | 8 ++++++-- 5 files changed, 48 insertions(+), 5 deletions(-) create mode 100644 cpanspec.yml delete mode 100644 libintl-perl-1.25.tar.gz create mode 100644 libintl-perl-1.26.tar.gz diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..d284df5 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,33 @@ +--- +#description_paragraphs: 3 +description: |- + This is an internationalization library for Perl that aims to be + compatible with the Uniforum message translations system as implemented + for example in GNU gettext. +#summary: override summary from CPAN +#no_testing: broken upstream +sources: + - libintl-perl-rpmlintrc +#patches: +# foo.patch: -p1 +# bar.patch: +preamble: |- + Requires: gettext-runtime >= 0.12.2 +#post_prep: |- +# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` +# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL +#post_build: |- +# rm unused.files +#post_install: |- +# sed on %{name}.files +license: LGPL-2.1+ +#skip_noarch: 1 +#custom_build: |- +#./Build build flags=%{?_smp_mflags} --myflag +custom_test: |- + %ifarch %arm + # This test blocks the qemu-arm and the worker gets stalled. Needs more attention. + rm ./tests/04find_domain_bug.t + %endif + %{__make} test +#ignore_requires: Bizarre::Module diff --git a/libintl-perl-1.25.tar.gz b/libintl-perl-1.25.tar.gz deleted file mode 100644 index 6629d19..0000000 --- a/libintl-perl-1.25.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a597e128742e1c1c973a5e968626ef55eb270e8ecde793333c7a7247895f2431 -size 462985 diff --git a/libintl-perl-1.26.tar.gz b/libintl-perl-1.26.tar.gz new file mode 100644 index 0000000..caa5d95 --- /dev/null +++ b/libintl-perl-1.26.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f28eaa9d824c2852cf96bb6aa98495d302a6b95302f3e0738fe9389f8053e50 +size 463128 diff --git a/perl-libintl-perl.changes b/perl-libintl-perl.changes index 9c5a6aa..bfe86f3 100644 --- a/perl-libintl-perl.changes +++ b/perl-libintl-perl.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jun 23 07:22:21 UTC 2016 - coolo@suse.com + +- updated to 1.26 + * Fixed more false negatives in tests, no need to upgrade. + ------------------------------------------------------------------- Wed Jun 1 04:55:47 UTC 2016 - coolo@suse.com diff --git a/perl-libintl-perl.spec b/perl-libintl-perl.spec index 883d345..aa81c59 100644 --- a/perl-libintl-perl.spec +++ b/perl-libintl-perl.spec @@ -17,8 +17,9 @@ Name: perl-libintl-perl -Version: 1.25 +Version: 1.26 Release: 0 +#Upstream: CHECK(GPL-1.0+ or Artistic-1.0) %define cpan_name libintl-perl Summary: High-Level Interface to Uniforum Message Translation License: LGPL-2.1+ @@ -26,14 +27,17 @@ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/libintl-perl/ Source0: http://www.cpan.org/authors/id/G/GU/GUIDO/%{cpan_name}-%{version}.tar.gz Source1: libintl-perl-rpmlintrc +Source2: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(version) >= 0.77 -Requires: gettext-runtime >= 0.12.2 Requires: perl(version) >= 0.77 Recommends: perl(File::ShareDir) %{perl_requires} +# MANUAL BEGIN +Requires: gettext-runtime >= 0.12.2 +# MANUAL END %description This is an internationalization library for Perl that aims to be