Accepting request 247853 from KDE:Qt5

- Update to 5.3.2~git20140904 (r05670f5):
  * Tip of the bugfix 5.3.2 branch

Please copy to 13.2 if possible, as can be seen from the changelog, it contains many useful bugfixes. The 'snapshot' is artificial, as the probably won't be any commits between now and 5.3.2, but release is waiting on some bureaucratic procedures. Thanks!

OBS-URL: https://build.opensuse.org/request/show/247853
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtscript?expand=0&rev=17
This commit is contained in:
Stephan Kulow 2014-09-08 19:28:27 +00:00 committed by Git OBS Bridge
parent a7dfc978ff
commit 5b087ae657
4 changed files with 17 additions and 15 deletions

View File

@ -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

View File

@ -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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5bbfa86bf646fbc863f2a674c83b366b65301d3e1529ffe86860eb90fca13a85
size 2582736

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4dcf501517cdc74c0e7a810285c6381b78b03dd0e4fbc74cc14772fc2e0d8c1e
size 2577100