Update to 0.56 (#1718505)
This commit is contained in:
parent
5ef58df7a8
commit
dc2a8193f6
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/po4a_0.51.orig.tar.gz
|
||||
/po4a_0.52.orig.tar.gz
|
||||
/po4a-0.54.tar.gz
|
||||
/po4a-0.56.tar.gz
|
||||
|
12
po4a.spec
12
po4a.spec
@ -1,6 +1,6 @@
|
||||
Name: po4a
|
||||
Version: 0.54
|
||||
Release: 4%{?dist}
|
||||
Version: 0.56
|
||||
Release: 1%{?dist}
|
||||
Summary: A tool maintaining translations anywhere
|
||||
License: GPL+
|
||||
URL: https://po4a.org/
|
||||
@ -55,6 +55,7 @@ BuildRequires: perl(warnings)
|
||||
# epel7 doesn't have /usr/share/texlive/texmf-dist/web2c/texmf.cnf
|
||||
BuildRequires: texlive-kpathsea
|
||||
BuildRequires: texlive-kpathsea-bin
|
||||
BuildRequires: tex(article.cls)
|
||||
|
||||
BuildRequires: perl(I18N::Langinfo)
|
||||
BuildRequires: perl(Locale::gettext) >= 1.01
|
||||
@ -117,10 +118,6 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
|
||||
|
||||
%check
|
||||
LANG=C.utf8
|
||||
# Fix from po4a-0.54/debian/rules
|
||||
# Remove HTML test, which does no longer pass
|
||||
# and probably should be removed upstream, too.
|
||||
rm t/09-html.t
|
||||
./Build test
|
||||
|
||||
|
||||
@ -144,6 +141,9 @@ rm t/09-html.t
|
||||
%{_mandir}/*/man7/po4a.7*
|
||||
|
||||
%changelog
|
||||
* Sat Jun 08 2019 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 0.56-1
|
||||
- Update to 0.56 (#1718505)
|
||||
|
||||
* Sat Jun 01 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.54-4
|
||||
- Perl 5.30 rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (po4a-0.54.tar.gz) = 5c0f63c1fc5526752c18169eba479310bf9b2ab34c113da7a535e973e70ea9140b8d28f3a7743a41b1987827be84383856863b02a5ef41db9f0cd63aa214d777
|
||||
SHA512 (po4a-0.56.tar.gz) = 28feafc1f014781d94114490cda946369d9d694ee21fbe8648b6a874eb51ec1a3bc314c18334d04efca09a6658324afeb6cad8764e5f1a6ac92b5f75c3eedceb
|
||||
|
Loading…
Reference in New Issue
Block a user