rpms/libxml/devel libxml.spec,1.6,1.7

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Fri Oct 26 09:40:50 UTC 2007


Author: pghmcfc

Update of /cvs/pkgs/rpms/libxml/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29963

Modified Files:
	libxml.spec 
Log Message:
re-encode ChangeLog as UTF-8


Index: libxml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libxml/devel/libxml.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libxml.spec	26 Oct 2007 09:17:06 -0000	1.6
+++ libxml.spec	26 Oct 2007 09:40:16 -0000	1.7
@@ -26,6 +26,8 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+/usr/bin/iconv -f iso-8859-1 -t utf-8 < ChangeLog > ChangeLog.utf-8
+%{__mv} -f ChangeLog.utf-8 ChangeLog
 
 %build
 %configure --disable-static
@@ -64,9 +66,10 @@
 %exclude %{_libdir}/libxml.la
 
 %changelog
-* Thu Oct 25 2007 Paul Howarth <paul at city-fan.org> 1:1.8.17-18
+* Fri Oct 26 2007 Paul Howarth <paul at city-fan.org> 1:1.8.17-18
 - fix multiarch conflict in xml-config (#342501)
 - preserve timestamps for files copied from source to installed package
+- re-encode ChangeLog as UTF-8
 
 * Thu Aug 30 2007 Paul Howarth <paul at city-fan.org> 1:1.8.17-17
 - rebuild for BuildID inclusion




More information about the fedora-extras-commits mailing list