]> git.pld-linux.org Git - packages/qt-creator.git/commitdiff
- updated to 4.9.2
authorBartek Szady <bszx@bszx.eu>
Sat, 20 Jul 2019 16:20:06 +0000 (18:20 +0200)
committerBartek Szady <bszx@bszx.eu>
Sat, 20 Jul 2019 16:20:06 +0000 (18:20 +0200)
qt-creator.spec
x32.patch [deleted file]

index 0efaeb7a24d248ce109839cc088a77cef651ba2b..2f1449be1482d144288ecbda24c2cfcb26bc0e3f 100644 (file)
@@ -1,14 +1,13 @@
 Summary:       An IDE tailored to the needs of Qt developers
 Summary(pl.UTF-8):     IDE dostosowane do potrzeb developerow Qt
 Name:          qt-creator
-Version:       4.8.2
-Release:       2
+Version:       4.9.2
+Release:       1
 Epoch:         1
 License:       LGPL v2.1
 Group:         X11/Development/Tools
-Source0:       http://download.qt.io/official_releases/qtcreator/4.8/%{version}/%{name}-opensource-src-%{version}.tar.xz
-# Source0-md5: bf5b9953cfec44aa2504e30cb81768e6
-Patch0:                x32.patch
+Source0:       http://download.qt.io/official_releases/qtcreator/4.9/%{version}/%{name}-opensource-src-%{version}.tar.xz
+# Source0-md5: 9dd9d52ed1fa4b9f41ff6fe2a9d79368
 URL:           http://doc.qt.io/qt-5/topics-app-development.html
 BuildRequires: Qt5Concurrent-devel >= 5.9.0
 BuildRequires: Qt5Designer-devel >= 5.9.0
@@ -25,7 +24,7 @@ BuildRequires:        Qt5Xml-devel >= 5.9.0
 BuildRequires: clang-devel >= 6.0.0
 BuildRequires: gdb
 BuildRequires: libstdc++-devel
-BuildRequires: llvm-devel >= 6.0.0
+BuildRequires: llvm-devel >= 7.0.0
 BuildRequires: qt5-build >= 5.9.0
 BuildRequires: qt5-linguist
 BuildRequires: qt5-qmake >= 5.9.0
@@ -53,9 +52,6 @@ Qt.
 
 %prep
 %setup -q -n %{name}-opensource-src-%{version}
-%ifarch x32
-%patch0 -p1
-%endif
 
 # fix unresolved symbols in libQtcSsh
 echo >> src/libs/ssh/ssh_dependencies.pri
@@ -119,9 +115,11 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libexecdir}/qtcreator/clangbackend
 %attr(755,root,root) %{_libexecdir}/qtcreator/cpaster
 %attr(755,root,root) %{_libexecdir}/qtcreator/dmgbuild
+%attr(755,root,root) %{_libexecdir}/qtcreator/perfparser
 %attr(755,root,root) %{_libexecdir}/qtcreator/qbs_processlauncher
 %attr(755,root,root) %{_libexecdir}/qtcreator/qml2puppet
 %attr(755,root,root) %{_libexecdir}/qtcreator/qtcreator_process_stub
+%attr(755,root,root) %{_libexecdir}/qtcreator/qtc-askpass
 %attr(755,root,root) %{_libexecdir}/qtcreator/qtpromaker
 %attr(755,root,root) %{_libexecdir}/qtcreator/sdktool
 %dir %{_libdir}/qtcreator
diff --git a/x32.patch b/x32.patch
deleted file mode 100644 (file)
index beb70b2..0000000
--- a/x32.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- qt-creator-opensource-src-4.8.2/src/libs/botan/botan.pro~  2019-05-11 12:45:09.000000000 +0200
-+++ qt-creator-opensource-src-4.8.2/src/libs/botan/botan.pro   2019-05-11 12:45:26.217492890 +0200
-@@ -16,8 +16,7 @@
- msvc: BOTAN_CC_TYPE = msvc
- else: clang: BOTAN_CC_TYPE = clang
- else: BOTAN_CC_TYPE = gcc
--contains(QT_ARCH, i386): BOTAN_ARCH_SWITCH = "--cpu=x86"
--else: contains(QT_ARCH, x86_64): BOTAN_ARCH_SWITCH = "--cpu=x86_64"
-+BOTAN_ARCH_SWITCH = "--cpu=x32"
- BOTAN_MODULES = aes aes_ssse3 auto_rng bigint block cbc ctr des dh dsa ec_group ecdh ecdsa entropy \
-                 filters hmac mode_pad pubkey rsa sha1 sha1_sse2 sha1_x86 sha2_32 sha2_32_x86 \
-                 sha2_64 simd system_rng,emsa_pkcs1,pbes2,pbkdf2
This page took 0.053929 seconds and 4 git commands to generate.