- use newer gettext

This commit is contained in:
Adam Tkac 2010-06-11 08:01:50 +00:00
parent 48e379fde2
commit dc5f5dc664

View File

@ -2,7 +2,7 @@
Name: tigervnc Name: tigervnc
Version: 1.0.90 Version: 1.0.90
Release: 0.11.%{snap}%{?dist} Release: 0.12.%{snap}%{?dist}
Summary: A TigerVNC remote display system Summary: A TigerVNC remote display system
Group: User Interface/Desktops Group: User Interface/Desktops
@ -118,7 +118,7 @@ patch -p1 -b --suffix .vnc < ../xserver18.patch
popd popd
# Use newer gettext # Use newer gettext
sed -i 's/AM_GNU_GETTEXT_VERSION.*/AM_GNU_GETTEXT_VERSION([0.17])/' \ sed -i 's/AM_GNU_GETTEXT_VERSION.*/AM_GNU_GETTEXT_VERSION([0.18.1])/' \
configure.ac configure.ac
%build %build
@ -270,6 +270,9 @@ fi
%{_datadir}/vnc/classes/* %{_datadir}/vnc/classes/*
%changelog %changelog
* Fri Jun 11 2010 Adam Tkac <atkac redhat com> 1.0.90-0.12.20100420svn4030
- use newer gettext
* Thu May 13 2010 Adam Tkac <atkac redhat com> 1.0.90-0.11.20100420svn4030 * Thu May 13 2010 Adam Tkac <atkac redhat com> 1.0.90-0.11.20100420svn4030
- link libvnc.so "now" to catch "undefined symbol" errors during Xorg startup - link libvnc.so "now" to catch "undefined symbol" errors during Xorg startup
- use always XkbConvertCase instead of XConvertCase (#580159, #586406) - use always XkbConvertCase instead of XConvertCase (#580159, #586406)