rpms/tigervnc/devel tigervnc.spec,1.35,1.36

Adam Tkac atkac at fedoraproject.org
Fri Jun 11 08:01:51 UTC 2010


Author: atkac

Update of /cvs/pkgs/rpms/tigervnc/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv29577

Modified Files:
	tigervnc.spec 
Log Message:
- use newer gettext



Index: tigervnc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tigervnc/devel/tigervnc.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -p -r1.35 -r1.36
--- tigervnc.spec	13 May 2010 11:37:58 -0000	1.35
+++ tigervnc.spec	11 Jun 2010 08:01:50 -0000	1.36
@@ -2,7 +2,7 @@
 
 Name:		tigervnc
 Version:	1.0.90
-Release:	0.11.%{snap}%{?dist}
+Release:	0.12.%{snap}%{?dist}
 Summary:	A TigerVNC remote display system
 
 Group:		User Interface/Desktops
@@ -118,7 +118,7 @@ patch -p1 -b --suffix .vnc < ../xserver1
 popd
 
 # 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
 
 %build
@@ -270,6 +270,9 @@ fi
 %{_datadir}/vnc/classes/*
 
 %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
 - link libvnc.so "now" to catch "undefined symbol" errors during Xorg startup
 - use always XkbConvertCase instead of XConvertCase (#580159, #586406)



More information about the scm-commits mailing list