diff --git a/libqt5-qtscript.changes b/libqt5-qtscript.changes index 4083c66..435b1e0 100644 --- a/libqt5-qtscript.changes +++ b/libqt5-qtscript.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Sep 4 20:37:34 UTC 2014 - hrvoje.senjan@gmail.com + +- Update to 5.3.2~git20140904 (r11ca348): + * Tip of the bugfix 5.3.2 branch: + * Work around ICC optimizer bug hoisting conditions + out of the loop + * Fix crash when creating a QScriptEngine in a native thread + * Bump version + ------------------------------------------------------------------- Wed Jun 25 10:38:04 UTC 2014 - hrvoje.senjan@gmail.com diff --git a/libqt5-qtscript.spec b/libqt5-qtscript.spec index 284c3fb..2faa001 100644 --- a/libqt5-qtscript.spec +++ b/libqt5-qtscript.spec @@ -16,25 +16,21 @@ # -%define qt5_snapshot 0 +%define qt5_snapshot 1 %define libname libQt5Script5 Name: libqt5-qtscript -Version: 5.3.1 +Version: 5.3.2~git20140904 Release: 0 Summary: Qt 5 QtScript Library License: SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0 Group: Development/Libraries/X11 Url: http://qt.digia.com %define base_name libqt5 -%define real_version 5.3.1 -%define so_version 5.3.1 -%if %qt5_snapshot -%define tar_version qtscript-%{real_version} -%else +%define real_version 5.3.2 +%define so_version 5.3.2 %define tar_version qtscript-opensource-src-%{real_version} -%endif Source: %{tar_version}.tar.xz Source1: baselibs.conf # PATCH-FIX-UPSTREAM ppc64le-support.diff uweigand@de.ibm.com -- add support for ppc64le @@ -61,11 +57,7 @@ This package contains base tools, like string, xml, and network handling. %prep -%if %qt5_snapshot -%setup -q -n qtscript-%{real_version} -%else %setup -q -n qtscript-opensource-src-%{real_version} -%endif %patch1 -p1 %patch2 -p1 diff --git a/qtscript-opensource-src-5.3.1.tar.xz b/qtscript-opensource-src-5.3.1.tar.xz deleted file mode 100644 index 809b693..0000000 --- a/qtscript-opensource-src-5.3.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5bbfa86bf646fbc863f2a674c83b366b65301d3e1529ffe86860eb90fca13a85 -size 2582736 diff --git a/qtscript-opensource-src-5.3.2.tar.xz b/qtscript-opensource-src-5.3.2.tar.xz new file mode 100644 index 0000000..54078ab --- /dev/null +++ b/qtscript-opensource-src-5.3.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dcf501517cdc74c0e7a810285c6381b78b03dd0e4fbc74cc14772fc2e0d8c1e +size 2577100