ppisar pushed to perl-libintl (master). "1.24 bump"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Sep 14 15:57:38 UTC 2015


From f49a6a1035bbbe20ad296a374bf15505bd457a84 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
Date: Mon, 14 Sep 2015 17:56:29 +0200
Subject: 1.24 bump


diff --git a/.gitignore b/.gitignore
index 41ee409..fce028d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 libintl-perl-1.20.tar.gz
+/libintl-perl-1.24.tar.gz
diff --git a/perl-libintl.spec b/perl-libintl.spec
index 64985e9..9332157 100644
--- a/perl-libintl.spec
+++ b/perl-libintl.spec
@@ -1,27 +1,55 @@
 Summary: Internationalization library for Perl, compatible with gettext
 Name: perl-libintl
-Version: 1.20
-Release: 18%{?dist}
-License: LGPLv2+
+Version: 1.24
+Release: 1%{?dist}
+# gettext_xs/gettext_xs.pm:     GPLv3+
+# gettext_xs/Makefile.PL:       GPLv2+
+# lib/Locale/gettext_xs.pod:    LGPLv2+
+# lib/Locale/RecodeData.pm:     GPLv3+
+# lib/Locale/libintlFAQ.pod:    LGPLv2+
+# COPYING:                      GPLv3+
+License: GPLv3+ and LGPLv2+
 Group: Development/Libraries
 URL: http://search.cpan.org/dist/libintl-perl/
 Source: http://search.cpan.org/CPAN/authors/id/G/GU/GUIDO/libintl-perl-%{version}.tar.gz
-Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Provides: perl-libintl-perl = %{version}-%{release}
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: gcc
+BuildRequires: make
+BuildRequires: perl
+BuildRequires: perl(Config)
 BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(File::Find)
+BuildRequires: perl(strict)
+BuildRequires: perl(vars)
+BuildRequires: sed
 # Run-time:
 BuildRequires: perl(base)
+BuildRequires: perl(bytes)
 BuildRequires: perl(Carp)
 BuildRequires: perl(constant)
 BuildRequires: perl(Cwd)
+BuildRequires: perl(DynaLoader)
 BuildRequires: perl(Encode)
 BuildRequires: perl(Encode::Alias)
 BuildRequires: perl(Exporter)
+BuildRequires: perl(File::Spec)
+BuildRequires: perl(integer)
 BuildRequires: perl(IO::Handle)
+BuildRequires: perl(locale)
+BuildRequires: perl(POSIX)
+# Optional run-time:
+BuildRequires: perl(File::ShareDir)
+BuildRequires: perl(I18N::Langinfo)
 # Tests:
-BuildRequires: perl(File::Spec)
+BuildRequires: perl(File::Basename)
 BuildRequires: perl(Test)
 BuildRequires: perl(Test::Harness)
+Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires: perl(Carp)
+Requires: perl(Encode::Alias)
+Requires: perl(POSIX)
 
 %{?perl_default_filter}
 
@@ -45,18 +73,24 @@ make %{?_smp_mflags}
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f \( -name .packlist -o \
 			-name '*.bs' -size 0 \) -exec rm -f {} ';'
-chmod -R u+w %{buildroot}/*
+%{_fixperms} %{buildroot}
 
 %check
 make test
 
 %files
-%doc ChangeLog COPYING* NEWS README THANKS TODO
+%license COPYING
+%doc ChangeLog Credits FAQ NEWS README REFERENCES ReleaseNotes THANKS TODO
+%doc sample
 %{perl_vendorlib}/Locale/
 %{perl_vendorarch}/auto/Locale/
 %{_mandir}/man?/*
 
 %changelog
+* Mon Sep 14 2015 Petr Pisar <ppisar at redhat.com> - 1.24-1
+- 1.24 bump
+- License changed from (LGPLv2+) to (GPLv3+ and LGPLv2+)
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.20-18
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 4aab526..f12eeb3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cb36f58a7d2e15974f25b35381548b1b  libintl-perl-1.20.tar.gz
+66f989c07541e32325b0557b89aead8f  libintl-perl-1.24.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-libintl.git/commit/?h=master&id=f49a6a1035bbbe20ad296a374bf15505bd457a84


More information about the perl-devel mailing list