Update to 1.28
This commit is contained in:
parent
f846f5dbc4
commit
dfebb9244c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/libintl-perl-1.25.tar.gz
|
||||
/libintl-perl-1.26.tar.gz
|
||||
/libintl-perl-1.27.tar.gz
|
||||
/libintl-perl-1.28.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Internationalization library for Perl, compatible with gettext
|
||||
Name: perl-libintl-perl
|
||||
Version: 1.27
|
||||
Version: 1.28
|
||||
Release: 1%{?dist}
|
||||
# gettext_xs/gettext_xs.pm: GPLv3+
|
||||
# gettext_xs/Makefile.PL: LGPLv2+
|
||||
@ -79,6 +79,7 @@ for file in po/*.po; do
|
||||
iconv -f ISO-8859-1 -t UTF-8 -o $file.new $file && \
|
||||
mv $file.new $file
|
||||
done
|
||||
rm .gitignore MANIFEST
|
||||
|
||||
|
||||
%build
|
||||
@ -103,6 +104,9 @@ make test
|
||||
%{_mandir}/man?/*
|
||||
|
||||
%changelog
|
||||
* Sun Sep 03 2017 Emmanuel Seyman <emmanuel@seyman.fr> - 1.28-1
|
||||
- Update to 1.28
|
||||
|
||||
* Sun Aug 13 2017 Emmanuel Seyman <emmanuel@seyman.fr> - 1.27-1
|
||||
- Update to 1.27
|
||||
- Drop upstreamed patch
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libintl-perl-1.27.tar.gz) = 538673a66a2fbe50c7571c558d64dc20f16ca4663174ab6551c76fa3923962432762eeda3fee8f17d9632941587239b06bb5b351222d4e7bfaffdc74740ece4c
|
||||
SHA512 (libintl-perl-1.28.tar.gz) = 50f0836c1a84a22fcc8fca0fff2faeaae66774ec67b96c09a911c4969e8a610bbf20ba38167c13339b9ad9617e1fca07cb0cb1f12732f973b1cf618d502f59aa
|
||||
|
Loading…
Reference in New Issue
Block a user