Hello community,

here is the log from the commit of package libQtWebKit4 for openSUSE:Factory 
checked in at 2013-04-03 13:01:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libQtWebKit4 (Old)
 and      /work/SRC/openSUSE:Factory/.libQtWebKit4.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libQtWebKit4", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libQtWebKit4/libQtWebKit4.changes        
2013-03-22 11:50:47.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libQtWebKit4.new/libQtWebKit4.changes   
2013-04-03 13:01:49.000000000 +0200
@@ -1,0 +2,7 @@
+Sat Mar 30 16:00:03 UTC 2013 - [email protected]
+
+- Added libxslt-devel as build requirement (QtWebKit can use it to properly
+  display xml files - see rh#919778).
+- Enabled WebP support (added libwebp-devel as build requirement).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libQtWebKit4.spec ++++++
--- /var/tmp/diff_new_pack.giU3g9/_old  2013-04-03 13:01:54.000000000 +0200
+++ /var/tmp/diff_new_pack.giU3g9/_new  2013-04-03 13:01:54.000000000 +0200
@@ -20,14 +20,14 @@
 Name:           libQtWebKit4
 %define tar_version 2.3.0
 %define qt_version 4.8.4
-Version:        %qt_version+%tar_version
+Version:        %{qt_version}+%{tar_version}
 Release:        0
 Summary:        Open source Web Browser engine based on Qt4
 License:        LGPL-2.1+ and BSD-3-Clause
 Group:          Development/Libraries/C and C++
 Url:            http://trac.webkit.org/wiki/QtWebKit
 Source0:        qtwebkit-%{tar_version}.tar.gz
-Source1:        qwebview-%qt_version.tar.bz2
+Source1:        qwebview-%{qt_version}.tar.bz2
 Source99:       baselibs.conf
 # PATCH-FIX-OPENSUSE webkit-qtwebkit-2.2-tp1-pluginpath.patch 
[email protected] -- Search /usr/lib{,64}/mozilla/plugins-wrapped for 
browser plugins too (taken from Fedora)
 Patch0:         webkit-qtwebkit-2.2-tp1-pluginpath.patch
@@ -44,7 +44,6 @@
 Patch8:         qwebview-buildfixes.diff
 # PATCH-FEATURE-UPSTREAM
 Patch9:         gstreamer-1.0.diff
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex
@@ -52,6 +51,10 @@
 BuildRequires:  gperf
 BuildRequires:  libicu-devel
 BuildRequires:  libqt4-devel
+%if 0%{?suse_version} > 1140
+BuildRequires:  libwebp-devel
+%endif
+BuildRequires:  libxslt-devel
 BuildRequires:  pcre-devel
 BuildRequires:  perl
 BuildRequires:  python-devel
@@ -79,6 +82,7 @@
 %endif
 BuildRequires:  sqlite-devel
 %requires_ge libqt4-x11
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 WebKit is an open source web browser engine. WebKit's HTML and JavaScript code
@@ -119,15 +123,16 @@
 RPM_OPT_FLAGS="${RPM_OPT_FLAGS/-g/}"
 %endif
 
-  Tools/Scripts/build-webkit --qt \
+Tools/Scripts/build-webkit \
+  --qt \
     --makeargs="%{?_smp_mflags}" \
-    --prefix=/usr \
+  --prefix=%{_prefix} \
     --no-webkit2 \
     --release \
 %ifarch %ix86
     --no-force-sse2 \
 %endif
-    --qmakearg="CONFIG+=production_build CONFIG+=use_system_icu 
QMAKE_CFLAGS+=\"${RPM_OPT_FLAGS}\" QMAKE_CXXFLAGS+=\"${RPM_OPT_FLAGS}\" 
DEFINES+=USE_GSTREAMER=1"
+  --qmakearg="CONFIG+=production_build CONFIG+=use_system_icu 
QMAKE_CFLAGS+=\"${RPM_OPT_FLAGS}\" QMAKE_CXXFLAGS+=\"${RPM_OPT_FLAGS}\" 
DEFINES+=USE_GSTREAMER=1 DEFINES+=HAVE_LIBWEBP=1"
 
 pushd tools/designer/src/plugins/qwebview/
 qmake
@@ -144,9 +149,6 @@
 
 %fdupes -s %{buildroot}%{_includedir}
 
-%clean
-rm -rf %{buildroot}
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig

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

Reply via email to