rpms/dia/devel dia.spec,1.21,1.22

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Tue Nov 27 20:54:45 UTC 2007


Author: jwrdegoede

Update of /cvs/extras/rpms/dia/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14468

Modified Files:
	dia.spec 
Log Message:
* Tue Nov 27 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1:0.96.1-4
- Fix help not showing due to an encoding error (bz 401291)



Index: dia.spec
===================================================================
RCS file: /cvs/extras/rpms/dia/devel/dia.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- dia.spec	6 Aug 2007 10:04:36 -0000	1.21
+++ dia.spec	27 Nov 2007 20:54:12 -0000	1.22
@@ -1,6 +1,6 @@
 Name:           dia
 Version:        0.96.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Epoch:          1
 Summary:        Diagram drawing program
 Group:          Applications/Multimedia
@@ -37,6 +37,8 @@
 sed -i 's|libdia_la_LDFLAGS = -avoid-version|libdia_la_LDFLAGS = -avoid-version $(shell pkg-config gtk+-2.0 libxml-2.0 libart-2.0 libgnome-2.0 --libs)|' \
   lib/Makefile.*
 chmod -x `find objects/AADL -type f`
+iconv -f WINDOWS-1252 -t UTF8 doc/en/usage-layers.xml > usage-layers.xml.UTF-8
+mv usage-layers.xml.UTF-8 doc/en/usage-layers.xml
 
 
 %build
@@ -106,6 +108,9 @@
 
 
 %changelog
+* Tue Nov 27 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1:0.96.1-4
+- Fix help not showing due to an encoding error (bz 401291)
+
 * Mon Aug  6 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1:0.96.1-3
 - Update License tag for new Licensing Guidelines compliance
 




More information about the fedora-extras-commits mailing list