rpms/midori/devel midori.spec,1.1,1.2

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Sat Apr 12 23:56:31 UTC 2008


Author: pgordon

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

Modified Files:
	midori.spec 
Log Message:
Bump and rebuild for WebKit security update.


Index: midori.spec
===================================================================
RCS file: /cvs/pkgs/rpms/midori/devel/midori.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- midori.spec	7 Mar 2008 21:09:01 -0000	1.1
+++ midori.spec	12 Apr 2008 23:55:56 -0000	1.2
@@ -1,10 +1,10 @@
 ## Dependency: WebKit SVN 29723+
 ## This is the EVR for its sufficient Fedora package.
-%global	webkit_min_version	1.0.0-0.6.svn30667
+%global	webkit_min_version	1.0.0-0.8.svn31787
 
 Name:		midori
 Version:	0.0.17
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	A lightweight GTK+ web browser 
 
 Group:		Applications/Internet
@@ -40,6 +40,10 @@
 %prep
 %setup -q
 chmod a-x src/main.c
+## Fixes for transition from qmake- to autotools-based WebKit GTK+ build.
+sed -i -e 's!WebKitGtk!webkit-1.0!g' configure*
+grep '<webkit.h>' -r . --files-with-matches	\
+	| xargs -n 1 sed -i -e 's!<webkit\.h>!<webkit\/webkit.h>!g'
 
 
 %build
@@ -69,6 +73,9 @@
 
 
 %changelog
+* Sat Apr 12 2008 Peter Gordon <peter at thecodergeek.com> - 0.0.17-3
+- Rebuild for updated WebKit library so-name and include directory.
+
 * Mon Mar 03 2008 Peter Gordon <peter at thecodergeek.com> - 0.0.17-2
 - Cleanups from review (bug 435661):
   (1) Fix consistency of tabs/spaces usage.




More information about the fedora-extras-commits mailing list