Mailinglist Archive: opensuse-commit (1214 mails)

< Previous Next >
commit kde4-webkitpart for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Fri, 07 Aug 2009 21:40:33 +0200
  • Message-id: <20090807194033.22924637C@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package kde4-webkitpart for openSUSE:Factory
checked in at Fri Aug 7 21:40:33 CEST 2009.


--------
--- KDE/kde4-webkitpart/kde4-webkitpart.changes 2009-07-24 01:31:50.000000000
+0200
+++ kde4-webkitpart/kde4-webkitpart.changes 2009-08-03 13:41:43.000000000
+0200
@@ -1,0 +2,6 @@
+Mon Aug 3 10:16:06 UTC 2009 - tittiatcoke@xxxxxxxxx
+
+- Split off libkdenetwork part. The remaining parts of webkitpart require
+ this libkdenetwork.
+
+-------------------------------------------------------------------
New Changes file:

--- /dev/null 2009-04-14 11:55:47.000000000 +0200
+++ kde4-webkitpart/libkdenetwork.changes 2009-08-07 21:39:08.025246000
+0200
@@ -0,0 +1,88 @@
+-------------------------------------------------------------------
+Mon Aug 3 10:16:06 UTC 2009 - tittiatcoke@xxxxxxxxx
+
+- Split off libkdenetwork part. The remaining parts of webkitpart require
+ this libkdenetwork.
+
+-------------------------------------------------------------------
+Fri Jul 24 01:24:02 CEST 2009 - beineri@xxxxxxxxxxxx
+
+- update to SVN 1001692
+
+-------------------------------------------------------------------
+Wed Jun 3 09:30:14 CEST 2009 - beineri@xxxxxxxxxxxx
+
+- update to SVN 976977
+
+-------------------------------------------------------------------
+Mon May 18 09:38:44 CEST 2009 - beineri@xxxxxxxxxxxx
+
+- update file list
+
+-------------------------------------------------------------------
+Wed May 13 08:57:29 CEST 2009 - beineri@xxxxxxxxxxxx
+
+- update to SVN 967285
+ * prevent crash when part is null
+ * improve zoom actions behavior
+ * performace optimization: create page when it is needed only
+
+-------------------------------------------------------------------
+Thu Apr 23 21:48:34 CEST 2009 - beineri@xxxxxxxxxxxx
+
+- update to SVN 958332
+ * better behavior on mouse middle click
+ * fix crash on deleting WebView showing page with flash
+ * fix redirection
+ * add the possibility to kdewebkit to block external content.
+ * improve handling of download file names
+
+-------------------------------------------------------------------
+Sat Mar 21 10:47:45 CET 2009 - beineri@xxxxxxxxxxxx
+
+- update to SVN 943033:
+ * Ctrl-click should also open link in new tab
+ * Add copy link location and save link to link context menu
+ * Save page / frame functionality
+ * Print frame functionality
+
+-------------------------------------------------------------------
+Thu Feb 19 10:47:45 CET 2009 - stbinner@xxxxxxx
+
+- update to SVN 928260
+
+-------------------------------------------------------------------
+Wed Jan 7 15:01:01 CET 2009 - stbinner@xxxxxxx
+
+- update to SVN 907112
+
+-------------------------------------------------------------------
+Fri Nov 28 00:05:49 CET 2008 - dmueller@xxxxxxx
+
+- update to SVN 889879
+
+-------------------------------------------------------------------
+Tue Sep 16 09:40:46 CEST 2008 - dmueller@xxxxxxx
+
+- fix filelist
+
+-------------------------------------------------------------------
+Tue Sep 2 11:36:37 CEST 2008 - stbinner@xxxxxxx
+
+- update to SVN r856106
+
+-------------------------------------------------------------------
+Sat Aug 23 19:50:16 CEST 2008 - stbinner@xxxxxxx
+
+- update to SVN r851465
+
+-------------------------------------------------------------------
+Fri Jul 25 07:16:34 CEST 2008 - stbinner@xxxxxxx
+
+- update to SVN r837566
+
+-------------------------------------------------------------------
+Fri Apr 25 11:40:09 CEST 2008 - stbinner@xxxxxxx
+
+- initial package in abuild
+

calling whatdependson for head-i586


New:
----
kde4-webkitpart.patch
kde4-webkitpart.spec.in
libkdenetwork.changes
libkdenetwork.patch
libkdenetwork.spec
pre_checkin.sh

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

Other differences:
------------------
++++++ kde4-webkitpart.spec ++++++
--- /var/tmp/diff_new_pack.FB8xVm/_old 2009-08-07 21:39:20.000000000 +0200
+++ /var/tmp/diff_new_pack.FB8xVm/_new 2009-08-07 21:39:20.000000000 +0200
@@ -19,15 +19,18 @@


Name: kde4-webkitpart
-BuildRequires: Mesa-devel cups-devel glew-devel kdebase4-workspace-devel
libQtWebKit-devel sqlite-devel
+BuildRequires: Mesa-devel cups-devel glew-devel kdebase4-workspace-devel
libQtWebKit-devel libkdenetwork-devel sqlite-devel
License: LGPL v2.0 or later ; LGPL v2.1 or later
Group: System/GUI/KDE
Summary: WebKit render engine for Konqueror
Version: 4.3.0.svn1001692
-Release: 1
+Release: 2
Source0: libs.tar.bz2
+Patch0: kde4-webkitpart.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires
+%define is_webkitpart 1
+%define is_libkdenetwork 0

%description
A HTML kparts component based on WebKit
@@ -38,10 +41,12 @@
--------
The KDE Team <kde@xxxxxxx>

+%if %is_webkitpart
+
%package devel
License: LGPL v2.0 or later ; LGPL v2.1 or later
Group: System/GUI/KDE
-Summary: WebKit render engine for Konqueror
+Summary: The kdenetwork library component based on WebKit
Requires: kde4-webkitpart = %version

%description devel
@@ -53,8 +58,45 @@
--------
The KDE Team <kde@xxxxxxx>

+%endif
+%if %is_libkdenetwork
+
+%package -n libkdenetwork1
+License: LGPL v2.0 or later ; LGPL v2.1 or later
+Group: System/GUI/KDE
+Summary: The kdenetwork library component based on WebKit
+Requires: kde4-webkitpart = %version
+
+%description -n libkdenetwork1
+The kdenetwork library component based on WebKit
+
+
+
+Authors:
+--------
+ The KDE Team <kde@xxxxxxx>
+
+%package devel
+License: LGPL v2.0 or later ; LGPL v2.1 or later
+Group: System/GUI/KDE
+Summary: The kdenetwork library component based on WebKit
+Requires: libkdenetwork1 = %version
+
+%description devel
+The kdenetwork library component based on WebKit
+
+
+
+Authors:
+--------
+ The KDE Team <kde@xxxxxxx>
+
+
+%endif
+
%prep
%setup -q -n libs
+%patch

%build
%cmake_kde4 -d build
@@ -71,6 +113,7 @@

%clean
rm -rf $RPM_BUILD_ROOT
+%if %is_webkitpart

%files
%defattr(-,root,root)
@@ -91,5 +134,19 @@
/usr/include/webkitkde
%_kde_share_dir/apps/cmake/modules/FindKdeWebKit.cmake
%_kde_share_dir/apps/cmake/modules/FindWebKitPart.cmake
+%endif
+%if %is_libkdenetwork
+
+%files -n libkdenetwork1
+%defattr(-,root,root)
+%{_libdir}/libkdenetwork.so.*
+
+%files devel
+%defattr(-,root,root)
+/usr/include/KDE/KdeNetwork
+/usr/include/kdenetwork
+%{_libdir}/libkdenetwork.so
+/usr/share/kde4/apps/cmake/modules/FindKdeNetwork.cmake
+%endif

%changelog

++++++ libkdenetwork.spec ++++++
#
# spec file for package libkdenetwork (Version 4.3.0.svn1001692)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild


Name: libkdenetwork
BuildRequires: Mesa-devel cups-devel glew-devel kdebase4-workspace-devel
libQtWebKit-devel sqlite-devel
License: LGPL v2.0 or later ; LGPL v2.1 or later
Group: System/GUI/KDE
Summary: WebKit render engine for Konqueror
Version: 4.3.0.svn1001692
Release: 1
Source0: libs.tar.bz2
Patch0: libkdenetwork.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires
%define is_webkitpart 0
%define is_libkdenetwork 1

%description
A HTML kparts component based on WebKit



Authors:
--------
The KDE Team <kde@xxxxxxx>

%if %is_webkitpart

%package devel
License: LGPL v2.0 or later ; LGPL v2.1 or later
Group: System/GUI/KDE
Summary: The kdenetwork library component based on WebKit
Requires: kde4-webkitpart = %version

%description devel
A HTML kparts component based on WebKit



Authors:
--------
The KDE Team <kde@xxxxxxx>

%endif
%if %is_libkdenetwork

%package -n libkdenetwork1
License: LGPL v2.0 or later ; LGPL v2.1 or later
Group: System/GUI/KDE
Summary: The kdenetwork library component based on WebKit
Requires: kde4-webkitpart = %version

%description -n libkdenetwork1
The kdenetwork library component based on WebKit



Authors:
--------
The KDE Team <kde@xxxxxxx>

%package devel
License: LGPL v2.0 or later ; LGPL v2.1 or later
Group: System/GUI/KDE
Summary: The kdenetwork library component based on WebKit
Requires: libkdenetwork1 = %version

%description devel
The kdenetwork library component based on WebKit



Authors:
--------
The KDE Team <kde@xxxxxxx>


%endif

%prep
%setup -q -n libs
%patch

%build
%cmake_kde4 -d build
%make_jobs

%install
cd build
%makeinstall
%kde_post_install

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%clean
rm -rf $RPM_BUILD_ROOT
%if %is_webkitpart

%files
%defattr(-,root,root)
%_kde4_modules/webkitkdepart.so
%_libdir/libkdewebkit.so.*
%_libdir/libwebkitkde.so.*
%_kde_share_dir/apps/webkitpart
%_kde_share_dir/services/webkitpart.desktop
/usr/share/icons/hicolor/*/apps/webkit.*

%files devel
%defattr(-,root,root)
%_libdir/libkdewebkit.so
%_libdir/libwebkitkde.so
/usr/include/KDE/KdeWebKit
/usr/include/kdewebkit
/usr/include/KDE/WebKitPart
/usr/include/webkitkde
%_kde_share_dir/apps/cmake/modules/FindKdeWebKit.cmake
%_kde_share_dir/apps/cmake/modules/FindWebKitPart.cmake
%endif
%if %is_libkdenetwork

%files -n libkdenetwork1
%defattr(-,root,root)
%{_libdir}/libkdenetwork.so.*

%files devel
%defattr(-,root,root)
/usr/include/KDE/KdeNetwork
/usr/include/kdenetwork
%{_libdir}/libkdenetwork.so
/usr/share/kde4/apps/cmake/modules/FindKdeNetwork.cmake
%endif

%changelog
++++++ kde4-webkitpart.patch ++++++
--- webkitkde/CMakeLists.txt 2009-08-03 10:49:34.000000000 +0200
+++ webkitkde/CMakeLists.txt 2009-08-03 10:50:02.000000000 +0200
@@ -9,12 +9,6 @@
${CMAKE_SOURCE_DIR}/kdewebkit/cmake/modules
${CMAKE_SOURCE_DIR}/part/cmake/modules)

-if(${KDE_VERSION_MINOR} EQUAL "2" AND ${KDE_VERSION_RELEASE} GREATER "69")
-else(${KDE_VERSION_MINOR} EQUAL "2" AND ${KDE_VERSION_RELEASE} GREATER "69")
- set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH}
${CMAKE_SOURCE_DIR}/kdenetwork/cmake/modules)
- add_subdirectory(kdenetwork)
-endif(${KDE_VERSION_MINOR} EQUAL "2" AND ${KDE_VERSION_RELEASE} GREATER "69")
-
add_subdirectory(icons)
add_subdirectory(kdewebkit)
add_subdirectory(part)
++++++ kde4-webkitpart.spec.in ++++++
#
# spec file for package @NAME@ (Version 4.3.0.svn1001692)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild



Name: @NAME@
BuildRequires: @BUILDREQUIRES@
License: LGPL v2.0 or later ; LGPL v2.1 or later
Group: System/GUI/KDE
Summary: WebKit render engine for Konqueror
Version: 4.3.0.svn1001692
Release: 1
Source0: libs.tar.bz2
Patch0: @NAME@.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires


%define is_webkitpart 0
%define is_libkdenetwork 0

%description
A HTML kparts component based on WebKit



Authors:
--------
The KDE Team <kde@xxxxxxx>

%if %is_webkitpart
%package devel
License: LGPL v2.0 or later ; LGPL v2.1 or later
Group: System/GUI/KDE
Summary: WebKit render engine for Konqueror
Requires: kde4-webkitpart = %version

%description devel
A HTML kparts component based on WebKit



Authors:
--------
The KDE Team <kde@xxxxxxx>

%endif

%if %is_libkdenetwork

%package -n libkdenetwork1
License: LGPL v2.0 or later ; LGPL v2.1 or later
Group: System/GUI/KDE
Summary: The kdenetwork library component based on WebKit
Requires: kde4-webkitpart = %version

%description -n libkdenetwork1
The kdenetwork library component based on WebKit



Authors:
--------
The KDE Team <kde@xxxxxxx>

%package devel
License: LGPL v2.0 or later ; LGPL v2.1 or later
Group: System/GUI/KDE
Summary: The kdenetwork library component based on WebKit
Requires: libkdenetwork1 = %version

%description devel
The kdenetwork library component based on WebKit



Authors:
--------
The KDE Team <kde@xxxxxxx>


%endif

%prep
%setup -q -n libs
%patch

%build
%cmake_kde4 -d build
%make_jobs

%install
cd build
%makeinstall
%kde_post_install

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%clean
rm -rf $RPM_BUILD_ROOT

%if %is_webkitpart

%files
%defattr(-,root,root)
%_kde4_modules/webkitkdepart.so
%_libdir/libkdewebkit.so.*
%_libdir/libwebkitkde.so.*
%_kde_share_dir/apps/webkitpart
%_kde_share_dir/services/webkitpart.desktop
/usr/share/icons/hicolor/*/apps/webkit.*

%files devel
%defattr(-,root,root)
%_libdir/libkdewebkit.so
%_libdir/libwebkitkde.so
/usr/include/KDE/KdeWebKit
/usr/include/kdewebkit
/usr/include/KDE/WebKitPart
/usr/include/webkitkde
%_kde_share_dir/apps/cmake/modules/FindKdeWebKit.cmake
%_kde_share_dir/apps/cmake/modules/FindWebKitPart.cmake

%endif

%if %is_libkdenetwork

%files -n libkdenetwork1
%defattr(-,root,root)
%{_libdir}/libkdenetwork.so.*

%files devel
%defattr(-,root,root)
/usr/include/KDE/KdeNetwork
/usr/include/kdenetwork
%{_libdir}/libkdenetwork.so
/usr/share/kde4/apps/cmake/modules/FindKdeNetwork.cmake

%endif

%changelog
++++++ libkdenetwork.patch ++++++
--- webkitkde/CMakeLists.txt 2009-08-03 10:49:34.000000000 +0200
+++ webkitkde/CMakeLists.txt 2009-08-03 10:55:28.000000000 +0200
@@ -14,8 +14,3 @@
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH}
${CMAKE_SOURCE_DIR}/kdenetwork/cmake/modules)
add_subdirectory(kdenetwork)
endif(${KDE_VERSION_MINOR} EQUAL "2" AND ${KDE_VERSION_RELEASE} GREATER "69")
-
-add_subdirectory(icons)
-add_subdirectory(kdewebkit)
-add_subdirectory(part)
-add_subdirectory(kdelauncher)
++++++ pre_checkin.sh ++++++
#!/bin/bash
# This script is called automatically during autobuild checkin.


cp kde4-webkitpart.changes libkdenetwork.changes

BUILDREQUIRES_WEBKITPART="Mesa-devel cups-devel glew-devel
kdebase4-workspace-devel libQtWebKit-devel sqlite-devel libkdenetwork-devel"
BUILDREQUIRES_LIBKDENETWORK="Mesa-devel cups-devel glew-devel
kdebase4-workspace-devel libQtWebKit-devel sqlite-devel"

sed -e "s,@NAME@,kde4-webkitpart,;
s,@BUILDREQUIRES@,$BUILDREQUIRES_WEBKITPART,; s,is_webkitpart 0,is_webkitpart
1," kde4-webkitpart.spec.in > kde4-webkitpart.spec
sed -e "s,@NAME@,libkdenetwork,;
s,@BUILDREQUIRES@,$BUILDREQUIRES_LIBKDENETWORK,; s,is_libkdenetwork
0,is_libkdenetwork 1," kde4-webkitpart.spec.in > libkdenetwork.spec

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



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread