rpms/dia/FC-5 dia.spec,1.13,1.14

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Sun Aug 13 22:41:52 UTC 2006


Author: jwrdegoede

Update of /cvs/extras/rpms/dia/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24891

Modified Files:
	dia.spec 
Log Message:
* Sun Aug 13 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 1:0.95-6
- Fix weaksymbols in libdia.so (BZ 202330)



Index: dia.spec
===================================================================
RCS file: /cvs/extras/rpms/dia/FC-5/dia.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- dia.spec	6 Jun 2006 18:50:46 -0000	1.13
+++ dia.spec	13 Aug 2006 22:41:52 -0000	1.14
@@ -1,6 +1,6 @@
 Name: 		dia
 Version:	0.95
-Release:	4%{?dist}
+Release:	6%{?dist}
 Epoch:		1
 Summary:	Diagram drawing program
 Group:		Applications/Multimedia
@@ -15,6 +15,7 @@
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildRequires:	libgnomeui-devel python-devel pygtk2-devel desktop-file-utils
 BuildRequires:	intltool docbook-utils docbook-style-dsssl docbook-style-xsl
+BuildRequires:  gettext
 
 %description
 The Dia drawing program is designed to be like the Windows(TM) Visio
@@ -32,6 +33,8 @@
 %patch3 -p1 -b .fallbacktoxpmicons
 %patch4 -p1 -b .formatstring
 %patch5 -p0 -b .ungroup
+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.*
 
 
 %build
@@ -101,6 +104,12 @@
 
 
 %changelog
+* Sun Aug 13 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 1:0.95-6
+- Fix weaksymbols in libdia.so (BZ 202330)
+
+* Sat Jun 10 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 1:0.95-5
+- Add BuildRequires: gettext to fix building with new stripped mock config.
+
 * Tue Jun  6 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 1:0.95-4
 - Add a patch from upstream which fixes a crash when ungrouping
   multiple selected groups at once (bz 194149):




More information about the scm-commits mailing list