diff --git a/.gitignore b/.gitignore index 7877a3e..3795ae5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /qtwebkit-opensource-src-5.3.2.tar.xz +/qtwebkit-opensource-src-5.4.0-beta.tar.xz diff --git a/qt5-qtwebkit.spec b/qt5-qtwebkit.spec index cf4bfb5..b792223 100644 --- a/qt5-qtwebkit.spec +++ b/qt5-qtwebkit.spec @@ -8,19 +8,21 @@ %define docs 1 %endif +%define pre beta + Summary: Qt5 - QtWebKit components Name: qt5-qtwebkit -Version: 5.3.2 -Release: 1%{?dist} +Version: 5.4.0 +Release: 0.1.%{pre}%{?dist} # See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details # See also http://qt-project.org/doc/qt-5.0/qtdoc/licensing.html License: LGPLv2 with exceptions or GPLv3 with exceptions Url: http://qt-project.org/ %if 0%{?pre:1} -Source0: http://download.qt-project.org/development_releases/qt/5.3/%{version}-%{pre}/submodules/%{qt_module}-opensource-src-%{version}-%{pre}.tar.xz +Source0: http://download.qt-project.org/development_releases/qt/5.4/%{version}-%{pre}/submodules/%{qt_module}-opensource-src-%{version}-%{pre}.tar.xz %else -Source0: http://download.qt-project.org/official_releases/qt/5.3/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz +Source0: http://download.qt-project.org/official_releases/qt/5.4/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz %endif # Search /usr/lib{,64}/mozilla/plugins-wrapped for browser plugins too @@ -34,7 +36,7 @@ Patch4: qtwebkit-opensource-src-5.2.0-save_memory.patch # use unbundled system angleproject library #define system_angle 1 -# NEEDS REBASE for 5.1 -- rex +# NEEDS REBASE -- rex Patch5: qtwebkit-opensource-src-5.0.2-system_angle.patch # Fix compilation against latest ANGLE # https://bugs.webkit.org/show_bug.cgi?id=109127 @@ -198,6 +200,9 @@ popd %changelog +* Sat Oct 18 2014 Rex Dieter 5.4.0-0.1.beta +- 5.4.0-beta + * Tue Sep 16 2014 Rex Dieter 5.3.2-1 - 5.3.2 diff --git a/sources b/sources index 83a6c7d..d201e63 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0497b5b46540848e0db6a9e219d756fb qtwebkit-opensource-src-5.3.2.tar.xz +79a3dd0ec5be6b1cb886097382211a34 qtwebkit-opensource-src-5.4.0-beta.tar.xz