[webkitgtk3] Update to 1.10.0

Kalev Lember kalev at fedoraproject.org
Mon Sep 24 17:12:48 UTC 2012


commit b709cfcc50771e25c65f035066ced69514d5d50c
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Mon Sep 24 14:22:12 2012 +0200

    Update to 1.10.0
    
    ... and adjust for webkit -> webkitgtk upstream tarball rename.

 .gitignore      |    1 +
 sources         |    2 +-
 webkitgtk3.spec |   16 ++++++++++------
 3 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ed55837..12d1e90 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,4 @@ webkit-1.3.3.tar.gz
 /webkit-1.9.90.tar.xz
 /webkit-1.9.91.tar.xz
 /webkit-1.9.92.tar.xz
+/webkitgtk-1.10.0.tar.xz
diff --git a/sources b/sources
index 60f85f3..fb7de36 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7b5b34ec13679cbd0b00fe3406a30011  webkit-1.9.92.tar.xz
+6da450ec7793c0a7873d8c8c2cae4eb8  webkitgtk-1.10.0.tar.xz
diff --git a/webkitgtk3.spec b/webkitgtk3.spec
index 87831d7..3ffa16d 100644
--- a/webkitgtk3.spec
+++ b/webkitgtk3.spec
@@ -6,15 +6,15 @@
         cp -p %1  %{buildroot}%{_docdir}/%{name}-%{version}/$(echo '%1' | sed -e 's!/!.!g')
 
 Name:           webkitgtk3
-Version:        1.9.92
-Release:        2%{?dist}
+Version:        1.10.0
+Release:        1%{?dist}
 Summary:        GTK+ Web content engine library
 
 Group:          Development/Libraries
 License:        LGPLv2+ and BSD
 URL:            http://www.webkitgtk.org/
 
-Source0:        http://webkitgtk.org/releases/webkit-%{version}.tar.xz
+Source0:        http://webkitgtk.org/releases/webkitgtk-%{version}.tar.xz
 
 Patch1:         webkit-1.3.4-no-execmem.patch
 Patch2:         webkit-1.1.14-nspluginwrapper.patch
@@ -80,7 +80,7 @@ Requires:       %{name} = %{version}-%{release}
 This package contains developer documentation for %{name}.
 
 %prep
-%setup -qn "webkit-%{version}"
+%setup -qn "webkitgtk-%{version}"
 # tbzatek - doesn't apply, is this fixed?
 # %patch1 -p1 -b .no-execmem
 %patch2 -p1 -b .nspluginwrapper
@@ -134,7 +134,7 @@ chrpath --delete %{buildroot}%{_libexecdir}/WebKitPluginProcess
 chrpath --delete %{buildroot}%{_libexecdir}/WebKitWebProcess
 
 # for some reason translations don't get installed in 1.3.7
-%find_lang webkit-3.0
+%find_lang webkitgtk-3.0
 
 ## Finally, copy over and rename the various files for %%doc inclusion.
 %add_to_doc_files Source/WebKit/LICENSE
@@ -163,7 +163,7 @@ fi
 glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 
 
-%files -f webkit-3.0.lang
+%files -f webkitgtk-3.0.lang
 %doc %{_docdir}/%{name}-%{version}/
 %exclude %{_libdir}/*.la
 %{_libdir}/libwebkitgtk-3.0.so.*
@@ -196,6 +196,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 
 
 %changelog
+* Mon Sep 24 2012 Kalev Lember <kalevlember at gmail.com> - 1.10.0-1
+- Update to 1.10.0
+- Adjust for webkit -> webkitgtk upstream tarball rename
+
 * Wed Sep 19 2012 Kalev Lember <kalevlember at gmail.com> - 1.9.92-2
 - Build with gstreamer1
 


More information about the scm-commits mailing list