Hello community,

here is the log from the commit of package webkitgtk for openSUSE:Factory 
checked in at 2013-04-26 15:54:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/webkitgtk (Old)
 and      /work/SRC/openSUSE:Factory/.webkitgtk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "webkitgtk", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/webkitgtk/webkitgtk.changes      2013-04-05 
09:35:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.webkitgtk.new/webkitgtk.changes 2013-04-26 
15:54:07.000000000 +0200
@@ -1,0 +2,24 @@
+Thu Apr 25 07:35:14 UTC 2013 - [email protected]
+
+- Rename %{_datadir}/gtk-doc/html/webkitgtk to
+  %{_datadir}/gtk-doc/html/%{name}: on webkitgtk (for GTK2), this
+  means no change, but the gtk-doc for webkigtk (for GTK3) will be
+  renamed to %{_datadir}/gtk-doc/html/webkitgtk3: this allows to
+  parallel install libwebkitgtk-devel and libwebkitgtk3-devel
+  without conflicts.
+
+-------------------------------------------------------------------
+Wed Apr 17 08:51:56 UTC 2013 - [email protected]
+
+- Update to version 2.0.1:
+  + Fix a crash in Web Process when the UI process finishes too
+    early.
+  + Fix load notification of main resource when loaded from the
+    memory cache.
+  + Fix GObject DOM generation to make sure the right GType is
+    used for every wrapped object.
+  + Fix the build with non-bash shells.
+  + Fix WebKit1 build in windows.
+  + Updated translations.
+
+-------------------------------------------------------------------
webkitgtk3.changes: same change

Old:
----
  webkitgtk-2.0.0.tar.xz

New:
----
  webkitgtk-2.0.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ webkitgtk.spec ++++++
--- /var/tmp/diff_new_pack.KyWWTx/_old  2013-04-26 15:54:10.000000000 +0200
+++ /var/tmp/diff_new_pack.KyWWTx/_new  2013-04-26 15:54:10.000000000 +0200
@@ -46,7 +46,7 @@
 Summary:        Library for rendering web content, GTK+ Port
 License:        LGPL-2.0+ and BSD-3-Clause
 Group:          Development/Libraries/C and C++
-Version:        2.0.0
+Version:        2.0.1
 Release:        0
 # FIXME: at some point, figure out a way to remove the hack where we use -g0 
to have successful builds
 # FIXME: get upstream to fix the conflict on gtk-doc docs between gtk2 and 
gtk3 versions
@@ -335,6 +335,10 @@
 %makeinstall
 %find_lang WebKitGTK-%{_gtkver} %{no_lang_C}
 find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
+# for webkitgtk3, we rename %{_datadir}/gtk-doc/html/webkitgtk to 
%{_datadir}/gtk-doc/html/webkitgtk3
+%if %{build_for_gtk3}
+mv %{buildroot}%{_datadir}/gtk-doc/html/webkitgtk 
%{buildroot}%{_datadir}/gtk-doc/html/%{name}
+%endif
 
 %post -n libwebkitgtk%{_sover} -p /sbin/ldconfig
 
@@ -394,8 +398,7 @@
 
 %files -n libwebkitgtk%{?_develnamever}-devel
 %defattr(-,root,root)
-# FIXME: this is wrong: libwebkitgtk-devel and libwebkitgtk3-devel will 
conflict on the gtk-doc files
-%doc %{_datadir}/gtk-doc/html/webkitgtk/
+%doc %{_datadir}/gtk-doc/html/%{name}/
 %{_libdir}/libjavascriptcoregtk-%{_sonamever}.so
 %{_libdir}/libwebkitgtk-%{_sonamever}.so
 %{_libdir}/pkgconfig/javascriptcoregtk-%{_sonamever}.pc

++++++ webkitgtk3.spec ++++++
--- /var/tmp/diff_new_pack.KyWWTx/_old  2013-04-26 15:54:10.000000000 +0200
+++ /var/tmp/diff_new_pack.KyWWTx/_new  2013-04-26 15:54:10.000000000 +0200
@@ -46,7 +46,7 @@
 Summary:        Library for rendering web content, GTK+ Port
 License:        LGPL-2.0+ and BSD-3-Clause
 Group:          Development/Libraries/C and C++
-Version:        2.0.0
+Version:        2.0.1
 Release:        0
 # FIXME: at some point, figure out a way to remove the hack where we use -g0 
to have successful builds
 # FIXME: get upstream to fix the conflict on gtk-doc docs between gtk2 and 
gtk3 versions
@@ -335,6 +335,10 @@
 %makeinstall
 %find_lang WebKitGTK-%{_gtkver} %{no_lang_C}
 find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
+# for webkitgtk3, we rename %{_datadir}/gtk-doc/html/webkitgtk to 
%{_datadir}/gtk-doc/html/webkitgtk3
+%if %{build_for_gtk3}
+mv %{buildroot}%{_datadir}/gtk-doc/html/webkitgtk 
%{buildroot}%{_datadir}/gtk-doc/html/%{name}
+%endif
 
 %post -n libwebkitgtk%{_sover} -p /sbin/ldconfig
 
@@ -394,8 +398,7 @@
 
 %files -n libwebkitgtk%{?_develnamever}-devel
 %defattr(-,root,root)
-# FIXME: this is wrong: libwebkitgtk-devel and libwebkitgtk3-devel will 
conflict on the gtk-doc files
-%doc %{_datadir}/gtk-doc/html/webkitgtk/
+%doc %{_datadir}/gtk-doc/html/%{name}/
 %{_libdir}/libjavascriptcoregtk-%{_sonamever}.so
 %{_libdir}/libwebkitgtk-%{_sonamever}.so
 %{_libdir}/pkgconfig/javascriptcoregtk-%{_sonamever}.pc

++++++ webkitgtk-2.0.0.tar.xz -> webkitgtk-2.0.1.tar.xz ++++++
/work/SRC/openSUSE:Factory/webkitgtk/webkitgtk-2.0.0.tar.xz 
/work/SRC/openSUSE:Factory/.webkitgtk.new/webkitgtk-2.0.1.tar.xz differ: char 
26, line 1

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to