Accepting request 235026 from KDE:Qt5
Update to 5.3.0 final OBS-URL: https://build.opensuse.org/request/show/235026 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtbase?expand=0&rev=19
This commit is contained in:
parent
58e918ba05
commit
e49b683879
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 21 00:32:51 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Only enable reducing relocations on x86 and x86_64 arches; fixes
|
||||
build for arm, ppc, etc (QTBUG-36129)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 19 23:42:44 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 5.3.0 final
|
||||
* Minor bugfixes over previous RC
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 17 17:11:25 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Disable logging to journald for now, as it creates significant
|
||||
performance penalty
|
||||
- Don't pass /usr/include to qmake, not needed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 8 17:50:59 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
@ -17,16 +17,17 @@
|
||||
|
||||
|
||||
%define qt5_snapshot 0
|
||||
%define journald 0
|
||||
|
||||
Name: libqt5-qtbase
|
||||
Version: 5.3.0~rc
|
||||
Version: 5.3.0
|
||||
Release: 0
|
||||
Summary: C++ Program Library, Core Components
|
||||
License: GPL-3.0 or SUSE-LGPL-2.1-with-digia-exception-1.1
|
||||
Group: System/Libraries
|
||||
Url: http://qt.digia.com
|
||||
%define base_name libqt5
|
||||
%define real_version 5.3.0-RC
|
||||
%define real_version 5.3.0
|
||||
%define so_version 5.3.0
|
||||
%if %qt5_snapshot
|
||||
%define tar_version qtbase-%{real_version}
|
||||
@ -101,7 +102,9 @@ BuildRequires: pkgconfig(xkbcommon-x11) >= 0.4.1
|
||||
%else
|
||||
BuildRequires: xkeyboard-config
|
||||
%endif
|
||||
%if %journald
|
||||
BuildRequires: pkgconfig(libsystemd-journal)
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -638,7 +641,11 @@ echo yes | ./configure $platform \
|
||||
-sysconfdir %{libqt5_sysconfdir} \
|
||||
-translationdir %{libqt5_translationdir} \
|
||||
-verbose \
|
||||
%ifarch %ix86 x86_64
|
||||
-reduce-relocations \
|
||||
%else
|
||||
-no-reduce-relocations \
|
||||
%endif
|
||||
-optimized-qmake \
|
||||
-accessibility \
|
||||
-no-strip \
|
||||
@ -677,7 +684,9 @@ echo yes | ./configure $platform \
|
||||
-system-sqlite \
|
||||
-no-sql-mysql \
|
||||
-no-strip \
|
||||
%if %journald
|
||||
-journald \
|
||||
%endif
|
||||
-xsync \
|
||||
-xinput \
|
||||
-gtkstyle \
|
||||
@ -692,9 +701,9 @@ echo yes | ./configure $platform \
|
||||
%endif
|
||||
-release \
|
||||
-plugin-sql-sqlite -nomake tests \
|
||||
-plugin-sql-psql -I/usr/include -I/usr/include/pgsql/ -I/usr/include/pgsql/server \
|
||||
-plugin-sql-psql -I/usr/include/pgsql/ -I/usr/include/pgsql/server \
|
||||
-plugin-sql-odbc \
|
||||
-plugin-sql-mysql -I/usr/include/mysql/ -I/usr/include -v
|
||||
-plugin-sql-mysql -I/usr/include/mysql/ -v
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:40c89d5be6257a9006688493d5fb7a4906bd7b7c9ecc644184ec102e4a4f966c
|
||||
size 46643312
|
3
qtbase-opensource-src-5.3.0.tar.xz
Normal file
3
qtbase-opensource-src-5.3.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:07320bc8bbb718c420e22486942985c79fb2e2743981a19954aa09cc8a7147ab
|
||||
size 46643328
|
Loading…
Reference in New Issue
Block a user