[webkitgtk] Update to 1.3.13

Kevin Fenzi kevin at fedoraproject.org
Fri Mar 25 19:58:45 UTC 2011


commit 2c2890ac81254b8eab6d6868b0d1f6d43950e3db
Author: Kevin Fenzi <kevin at tummy.com>
Date:   Fri Mar 25 13:58:37 2011 -0600

    Update to 1.3.13

 .gitignore     |    1 +
 sources        |    2 +-
 webkitgtk.spec |   12 +++++++-----
 3 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 605a78f..6c5f61a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ webkit-1.3.2.tar.gz
 /webkit-1.3.10.tar.gz
 /webkit-1.3.11.tar.gz
 /webkit-1.3.12.tar.gz
+/webkit-1.3.13.tar.gz
diff --git a/sources b/sources
index 59d0734..fdf6b18 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f76350682f56761e734faba8689903b5  webkit-1.3.12.tar.gz
+984adaafac545a89c24351fd4dbd743c  webkit-1.3.13.tar.gz
diff --git a/webkitgtk.spec b/webkitgtk.spec
index abd12f8..eeb74ec 100644
--- a/webkitgtk.spec
+++ b/webkitgtk.spec
@@ -34,8 +34,8 @@
 %bcond_with 	wml
 
 Name:		webkitgtk
-Version:	1.3.12
-Release:	2%{?dist}
+Version:	1.3.13
+Release:	1%{?dist}
 Summary:	GTK+ Web content engine library
 
 Provides:	WebKit-gtk = %{version}-%{release}
@@ -150,7 +150,7 @@ 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-2.0
+%find_lang webkit-2.0
 
 ## Finally, copy over and rename the various files for %%doc inclusion.
 %add_to_doc_files Source/WebKit/LICENSE
@@ -179,8 +179,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
 glib-compile-schemas %{_datadir}/glib-2.0/schemas
 
 
-##files -f webkit-2.0.lang
-%files
+%files -f webkit-2.0.lang
 %defattr(-,root,root,-)
 %exclude %{_libdir}/*.la
 %{_libdir}/libwebkitgtk-1.0.so.*
@@ -206,6 +205,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
 
 
 %changelog
+* Thu Mar 24 2011 Kevin Fenzi <kevin at tummy.com> - 1.3.13-1
+- Update to 1.3.13
+
 * Mon Mar 07 2011 Caolán McNamara <caolanm at redhat.com> - 1.3.12-2
 - rebuild for icu 4.6
 


More information about the scm-commits mailing list