Update to 0.20.2 release (rhbz#1823721)
This commit is contained in:
parent
15ad2cff3c
commit
2c0418a6cc
14
gettext.spec
14
gettext.spec
@ -1,13 +1,13 @@
|
||||
%bcond_with jar
|
||||
%bcond_with java
|
||||
|
||||
%global tarversion 0.20.1
|
||||
%global tarversion 0.20.2
|
||||
%global archiveversion 0.20
|
||||
|
||||
Summary: GNU libraries and utilities for producing multi-lingual messages
|
||||
Name: gettext
|
||||
Version: %{tarversion}
|
||||
Release: 4%{?dist}
|
||||
Release: 1%{?dist}
|
||||
# The following are licensed under LGPLv2+:
|
||||
# - libintl and its headers
|
||||
# - libasprintf and its headers
|
||||
@ -27,7 +27,8 @@ Source: https://ftp.gnu.org/pub/gnu/gettext/%{name}-%{version}.tar.xz
|
||||
Source2: msghack.py
|
||||
Source3: msghack.1
|
||||
|
||||
Patch1: gettext-msgmerge-for-msgfmt.patch
|
||||
# this patch has merged upstream
|
||||
# Patch1: gettext-msgmerge-for-msgfmt.patch
|
||||
|
||||
# for bootstrapping
|
||||
# BuildRequires: autoconf >= 2.62
|
||||
@ -336,8 +337,8 @@ make check LIBUNISTRING=-lunistring
|
||||
%{_datadir}/%{name}/ABOUT-NLS
|
||||
%{_datadir}/%{name}/po
|
||||
%{_datadir}/%{name}/styles
|
||||
%dir %{_datadir}/%{name}-%{archiveversion}
|
||||
%{_datadir}/%{name}-%{archiveversion}/its
|
||||
%dir %{_datadir}/%{name}-%{tarversion}
|
||||
%{_datadir}/%{name}-%{tarversion}/its
|
||||
|
||||
%files common-devel
|
||||
%{_datadir}/%{name}/archive.*.tar.xz
|
||||
@ -397,6 +398,9 @@ make check LIBUNISTRING=-lunistring
|
||||
%{_mandir}/man1/msghack.1*
|
||||
|
||||
%changelog
|
||||
* Tue Apr 14 2020 Sundeep Anand <suanand@redhat.com> - 0.20.2-1
|
||||
- gettext-0.20.2 is available (rhbz#1823721)
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.20.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user