rpms/ipe/FC-5 ipe.spec,1.4,1.5

Laurent Rineau (rineau) fedora-extras-commits at redhat.com
Fri Sep 1 12:34:48 UTC 2006


Author: rineau

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

Modified Files:
	ipe.spec 
Log Message:
* Thu Aug 31 2006 Laurent Rineau <laurent.rineau__fedora_extras at normalesup.org>
- 6.0-0.11.pre26
- New try to rebuild ipe-6.0pre26 for FC-6 mass rebuild.
- New patch: ipe_6.0pre26-qmake-defines.patch
  This patch changes the dealing of macros whose values should contain double
  quotes (needed under FC-6, which has qmake-4.2).
- New comments around the patches, to describe them.



Index: ipe.spec
===================================================================
RCS file: /cvs/extras/rpms/ipe/FC-5/ipe.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ipe.spec	20 Jul 2006 20:26:49 -0000	1.4
+++ ipe.spec	1 Sep 2006 12:34:48 -0000	1.5
@@ -2,17 +2,27 @@
 
 Name:           ipe
 Version:        6.0
-Release:        0.9.%{preversion}%{?dist}
+Release:        0.10.%{preversion}%{?dist}
 Summary:        The Ipe extensible drawing editor
 
 Group:          Applications/Publishing
 License:        GPL
 URL:            http://ipe.compgeom.org/
 Source0:        http://ipe.compgeom.org/%{name}-%{version}%{preversion}-src.tar.gz
+
+###### Patches
+# Fix a warning about incorrect use of %d with size_t in printf.
 Patch0:         ipe-6.0pre26-printf-size_t.patch
+# Fix incorrect use of CONFIG=dll for dlopened libraries (plugins).
 Patch1:         ipe-6.0pre26-ipelet-pro_files.patch
+# Fix a typo in a signal name.
 Patch2:         ipe_6.0pre26-initui.cpp.patch
+# Use LIBS instead of -L.
 Patch3:         ipe_6.0pre26-libpath.patch
+# Avoid the use of double quotes in a macro value.
+Patch4:         ipe_6.0pre26-qmake-defines.patch
+
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  qt4-devel
@@ -55,6 +65,7 @@
 %patch1 -p1 -b .plugin.bak
 %patch2 -p1 -b .AboutToShow.bak
 %patch3 -p0 -b .libpath.bak
+%patch4 -p1 -b .defines.bak
 
 %build
 export QTDIR=%{qtdir}
@@ -161,6 +172,12 @@
 %{_datadir}/ipe/%{version}/doc
 
 %changelog
+* Thu Aug 31 2006 Laurent Rineau <laurent.rineau__fedora_extras at normalesup.org> - 6.0-0.10.pre26
+- New patch: ipe_6.0pre26-qmake-defines.patch
+  This patch changes the dealing of macros whose values should contain double
+  quotes (needed under FC-6, which has qmake-4.2).
+- New comments around the patches, to describe them.
+
 * Thu Jul 20 2006 Laurent Rineau <laurent.rineau__fedora_extras at normalesup.org> - 6.0-0.9.pre26
 - Remove the BR: nas-devel, now that qt4 has stripped -laudio from its pkgconfig files.
 




More information about the scm-commits mailing list