rpms/webkitgtk/F-13 sources,1.17,1.18 webkitgtk.spec,1.34,1.35

Matthias Clasen mclasen at fedoraproject.org
Tue Apr 20 13:46:41 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/webkitgtk/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv24861

Modified Files:
	sources webkitgtk.spec 
Log Message:
1.2.0



Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/webkitgtk/F-13/sources,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- sources	23 Feb 2010 04:37:38 -0000	1.17
+++ sources	20 Apr 2010 13:46:40 -0000	1.18
@@ -1 +1 @@
-2c07cbf3ac577cf5f6b3c10861a0e051  webkit-1.1.22.tar.gz
+b2bfcbc4bbf1d0a51f848cb54c21ee66  webkit-1.2.0.tar.gz


Index: webkitgtk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/webkitgtk/F-13/webkitgtk.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -p -r1.34 -r1.35
--- webkitgtk.spec	31 Mar 2010 13:14:43 -0000	1.34
+++ webkitgtk.spec	20 Apr 2010 13:46:40 -0000	1.35
@@ -34,8 +34,8 @@
 %bcond_with 	wml
 
 Name:		webkitgtk
-Version:	1.1.22
-Release:	2%{?dist}.1
+Version:	1.2.0
+Release:	1%{?dist}
 Summary:	GTK+ Web content engine library
 
 Provides:	WebKit-gtk = %{version}-%{release}
@@ -47,9 +47,6 @@ URL:		http://www.webkitgtk.org/
 
 Source0:	http://www.webkitgtk.org/webkit-%{version}.tar.gz
 
-# https://bugs.webkit.org/show_bug.cgi?id=35429
-Patch0:		webkit-1.1.22-sparc.patch
-
 ## See: https://bugzilla.redhat.com/show_bug.cgi?id=516057
 ## FIXME: We forcibly disable the JIT compiler for the time being.
 ## This is a temporary workaround which causes a slight performance hit on
@@ -58,8 +55,8 @@ Patch0:		webkit-1.1.22-sparc.patch
 ## bug. :)
 #Patch1: 	webkit-1.1.13-no-execmem.patch
 Patch2: 	webkit-1.1.14-nspluginwrapper.patch
-
-Patch3:     webkit-1.1.22-s390.patch
+# https://bugs.webkit.org/show_bug.cgi?id=36381
+Patch3: 	webkit-1.1.22-icu44.patch
 
 BuildRequires:	bison
 BuildRequires:	chrpath
@@ -119,10 +116,9 @@ LICENSE, README, and AUTHORS files.
 
 %prep
 %setup -qn "webkit-%{version}"
-%patch0 -p1 -b .sparc
 # %patch1 -p1 -b .no-execmem
 %patch2 -p1 -b .nspluginwrapper
-%patch3 -p1 -b .s390
+%patch3 -p2 -b .icu44
 
 %build
 CFLAGS="%optflags -DLIBSOUP_I_HAVE_READ_BUG_594377_AND_KNOW_SOUP_PASSWORD_MANAGER_MIGHT_GO_AWAY" %configure							\
@@ -202,8 +198,11 @@ rm -rf %{buildroot}
 
 
 %changelog
-* Wed Mar 31 2010 Karsten Hopp <karsten at redhat.com> 1.1.22-2.1
-- add fix for s390(x)
+* Sun Apr 11 2010 Matthias Clasen <mclasen at redhat.com> 1.2.0-1
+- Update to 1.2.0
+
+* Fri Apr 02 2010 Caolán McNamara <caolanm at redhat.com> 1.1.22-3
+- rebuild for icu 4.4
 
 * Tue Mar 23 2010 Tom "spot" Callaway <tcallawa at redhat.com> 1.1.22-2
 - apply upstream fix for sparc



More information about the scm-commits mailing list