rebuild for gcc 4.7

This commit is contained in:
Nils Philippsen 2012-01-10 16:43:13 +01:00
parent a8429d710a
commit ee1992fe14
1 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,7 @@
Summary: GNU libraries and utilities for producing multi-lingual messages
Name: gettext
Version: 0.18.1.1
Release: 9%{?dist}
Release: 10%{?dist}
License: GPLv3+ and LGPLv2+
Group: Development/Tools
URL: http://www.gnu.org/software/gettext/
@ -333,6 +333,9 @@ fi
%{_emacs_sitelispdir}/%{name}/*.el
%changelog
* Tue Jan 10 2012 Nils Philippsen <nils@redhat.com> - 0.18.1.1-10
- rebuild for gcc 4.7
* Tue Oct 4 2011 Jens Petersen <petersen@redhat.com> - 0.18.1.1-9
- correct the configure --with-pic option syntax (Gilles Espinasse)