rpms/webkitgtk/F-11 .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 webkitgtk.spec, 1.6, 1.7

Peter Gordon pgordon at fedoraproject.org
Sun Jul 5 19:52:24 UTC 2009


Author: pgordon

Update of /cvs/pkgs/rpms/webkitgtk/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9485

Modified Files:
	.cvsignore sources webkitgtk.spec 
Log Message:
Update to 1.1.10; remove rpath in GtkLauncher; remove unnecessary libtool BR.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/webkitgtk/F-11/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	29 May 2009 18:43:28 -0000	1.5
+++ .cvsignore	5 Jul 2009 19:52:24 -0000	1.6
@@ -1 +1 @@
-webkit-1.1.8.tar.gz
+webkit-1.1.10.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/webkitgtk/F-11/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	29 May 2009 18:43:28 -0000	1.5
+++ sources	5 Jul 2009 19:52:24 -0000	1.6
@@ -1 +1 @@
-0991b4f3c2ef0d09e8c5ac0737dfeba1  webkit-1.1.8.tar.gz
+b852753b3e21f010f565312132f88311  webkit-1.1.10.tar.gz


Index: webkitgtk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/webkitgtk/F-11/webkitgtk.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- webkitgtk.spec	13 Jun 2009 16:48:58 -0000	1.6
+++ webkitgtk.spec	5 Jul 2009 19:52:24 -0000	1.7
@@ -34,8 +34,8 @@
 %bcond_with 	wml
 
 Name:		webkitgtk
-Version:	1.1.8
-Release:	2%{?dist}
+Version:	1.1.10
+Release:	1%{?dist}
 Summary:	GTK+ Web content engine library
 
 Provides:	WebKit-gtk = %{version}-%{release}
@@ -51,6 +51,7 @@ Patch0:         webkit-1.1.8-atomic-word
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	bison
+BuildRequires:	chrpath
 BuildRequires:	enchant-devel
 BuildRequires:	flex
 BuildRequires:	geoclue-devel
@@ -63,7 +64,6 @@ BuildRequires:	gtk2-devel
 BuildRequires:	libsoup-devel >= 2.25.91
 BuildRequires:	libicu-devel
 BuildRequires:	libjpeg-devel
-BuildRequires:	libtool
 BuildRequires:	libxslt-devel
 BuildRequires:	libXt-devel
 BuildRequires:	pcre-devel
@@ -78,7 +78,7 @@ BuildRequires:	fontconfig-devel
 BuildRequires:	freetype-devel
 %endif
 
-%description 
+%description
 WebKitGTK+ is the port of the portable web rendering engine WebKit to the
 GTK+ platform.
 
@@ -127,7 +127,10 @@ make %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
+
 make install DESTDIR=%{buildroot}
+
+chrpath --delete Programs/GtkLauncher
 install -d -m 755 %{buildroot}%{_libexecdir}/%{name}
 install -m 755 Programs/GtkLauncher %{buildroot}%{_libexecdir}/%{name}
 %find_lang webkit
@@ -182,6 +185,11 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Jul 04 2009 Peter Gordon <peter at thecodergeek.com> - 1.1.10-1
+- Update to new upstream release (1.1.10)
+- Invoke chrpath to remove the hardcoded RPATH in GtkLauncher.
+- Remove unnecessary libtool build dependency.
+
 * Sat Jun 13 2009 Dennis Gilmore <dennis at ausil.us> - 1.1.8-2
 - _atomic_word is not always an int
 




More information about the fedora-extras-commits mailing list