rpms/xorg-x11-fonts/devel xorg-x11-fonts.spec,1.24,1.25

Kristian Høgsberg (krh) fedora-extras-commits at redhat.com
Mon Nov 19 18:45:53 UTC 2007


Author: krh

Update of /cvs/pkgs/rpms/xorg-x11-fonts/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5839

Modified Files:
	xorg-x11-fonts.spec 
Log Message:
* Mon Nov 19 2007 Kristian Høgsberg <krh at redhat.com> - 7.2-4
- Quote percentage signs in symlinking bash-magic (#390171).



Index: xorg-x11-fonts.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-fonts/devel/xorg-x11-fonts.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- xorg-x11-fonts.spec	27 Aug 2007 20:36:31 -0000	1.24
+++ xorg-x11-fonts.spec	19 Nov 2007 18:45:19 -0000	1.25
@@ -26,7 +26,7 @@
 Summary:	X.Org X11 fonts
 Name:		xorg-x11-fonts
 Version:	7.2
-Release:	3%{?dist}
+Release:	4%{?dist}
 License:	Various licenses
 Group:		User Interface/X
 URL:		http://www.x.org
@@ -392,7 +392,7 @@
 # Install catalogue symlinks
 mkdir -p $RPM_BUILD_ROOT%{_catalogue}
 for f in misc:unscaled:pri=10 75dpi:unscaled:pri=20 100dpi:unscaled:pri=30 Type1 TTF OTF cyrillic; do
-    ln -fs %{_x11fontdir}/${f%%:*} $RPM_BUILD_ROOT%{_catalogue}/xorg-x11-fonts-$f
+    ln -fs %{_x11fontdir}/${f%%%%:*} $RPM_BUILD_ROOT%{_catalogue}/xorg-x11-fonts-$f
 done
 
 # Generate the encodings.dir files in the encodings directories during
@@ -1289,6 +1289,9 @@
 %ghost %verify(not md5 size mtime) %{_x11fontdir}/cyrillic/fonts.cache-*
 
 %changelog
+* Mon Nov 19 2007 Kristian Høgsberg <krh at redhat.com> - 7.2-4
+- Quote percentage signs in symlinking bash-magic (#390171).
+
 * Mon Aug 27 2007 Adam Jackson <ajax at redhat.com> 7.2-3
 - Fix build for F8, don't leave references to RPM_BUILD_ROOT in the
   encodings output. (#251058)




More information about the fedora-extras-commits mailing list