Update to 1.0.16+nmu3 (same version currently in Debian/stable)

epel9
Sérgio M. Basto 8 years ago
parent 97203288de
commit d6aaad06ac

1
.gitignore vendored

@ -1 +1,2 @@
/po-debconf_1.0.16+nmu2.tar.gz
/po-debconf_1.0.16+nmu3.tar.xz

@ -3,7 +3,7 @@
# As they are non-numeric we move them to the release part
# Per Fedora policy:
# https://fedoraproject.org/wiki/Packaging:NamingGuidelines#Post-Release_packages
%global posttag nmu2
%global posttag nmu3
%global release_posttag %{?posttag:.%{posttag}}
%global tarball_posttag %{?posttag:+%{posttag}}
%global debian_fqn %{name}_%{version}%{tarball_posttag}
@ -14,13 +14,13 @@
Name: po-debconf
Version: 1.0.16
Release: 7%{release_posttag}%{?dist}
Release: 8%{release_posttag}%{?dist}
Summary: Tool for managing templates file translations with gettext
Group: Development/Tools
License: GPLv2+
URL: http://packages.debian.org/sid/po-debconf
Source0: http://ftp.de.debian.org/debian/pool/main/p/%{name}/%{name}_%{version}%{tarball_posttag}.tar.gz
Source0: http://ftp.de.debian.org/debian/pool/main/p/%{name}/%{name}_%{version}%{tarball_posttag}.tar.xz
Patch0: po-debconf-1.0.16-fix-prefix.patch
BuildArch: noarch
@ -111,6 +111,9 @@ rm -rf %{buildroot}
%{_datadir}/%{name}
%changelog
* Thu Jan 26 2017 Sérgio Basto <sergio@serjux.com> - 1.0.16-8.nmu3
- Update to 1.0.16+nmu3 (same version currently in Debian/stable)
* Mon Feb 15 2016 Oron Peled <oron@actcom.co.il> - 1.0.16-7.nmu2
- Fix FTBFS in rawhide - bug #1307868
- Fixed build dependency

@ -1 +1 @@
0e7983b93598193b9e952f38413223bd po-debconf_1.0.16+nmu2.tar.gz
65f81916860e19f4633dec632fd0b62d po-debconf_1.0.16+nmu3.tar.xz

Loading…
Cancel
Save