qt5-qtbase-vl.spec 59 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766
  1. %bcond_with systemd
  2. %bcond_without gcc6
  3. %bcond_without system_xkbcommon
  4. %bcond_with docs
  5. %define _unpackaged_files_terminate_build 1
  6. %define ibase -no-sql-ibase
  7. #%define tds -no-sql-tds
  8. # See http://bugzilla.redhat.com/223663
  9. %define multilib_archs x86_64 %{ix86} %{?mips} ppc64 ppc s390x s390 sparc64 sparcv9
  10. %define multilib_basearchs x86_64 %{?mips64} ppc64 s390x sparc64
  11. # support qtchooser (adds qtchooser .conf file)
  12. %define qtchooser 1
  13. %if 0%{?qtchooser}
  14. %define priority 10
  15. %ifarch %{multilib_basearchs}
  16. %define priority 15
  17. %endif
  18. %endif
  19. %global platform linux-g++
  20. %global qt_module qtbase
  21. %global rpm_macros_dir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
  22. ## set to 1 to enable bootstrap
  23. #global bootstrap 1
  24. # use external qt_settings pkg
  25. %global qt_settings 0
  26. # See http://bugzilla.redhat.com/1279265
  27. %if !%{with gcc6}
  28. %global inject_optflags 1
  29. %endif
  30. %if %{with systemd}
  31. %global journald -journald
  32. BuildRequires: systemd-devel
  33. %endif
  34. %if %{with gcc6}
  35. # gcc6: FTBFS
  36. %global qt5_deprecated_flag -Wno-deprecated-declarations
  37. # gcc6: Qt assumes this in places
  38. %global qt5_null_flag -fno-delete-null-pointer-checks
  39. %endif
  40. # define to build docs, need to undef this for bootstrapping
  41. # where qt5-qttools builds are not yet available
  42. # only primary archs (for now), allow secondary to bootstrap
  43. %if ! 0%{?bootstrap}
  44. %ifarch %{arm} %{ix86} x86_64 %{power64} s390 s390x aarch64
  45. %if %{with docs}
  46. %global docs 1
  47. %endif
  48. %endif
  49. %global examples 1
  50. %global tests 1
  51. %endif
  52. %global qt5_version 5.12.8
  53. %global qt5_minorver %(echo %{version} | sed -e 's/\\.[0-9]*$//')
  54. #global qt5_patchlevel 1
  55. Summary: Qt5 - QtBase components
  56. Name: qt5-qtbase
  57. Version: %{qt5_version}%{?qt5_patchlevel:.%{qt5_patchlevel}}
  58. Release: 2%{?_dist_release}%{?with_systemd:.systemd}
  59. Vendor: Project Vine
  60. Distribution: Vine Linux
  61. # See LGPL_EXCEPTIONS.txt, for exception details
  62. License: LGPLv2 with exceptions or GPLv3 with exceptions
  63. Url: https://qt-project.org/
  64. Source0: https://download.qt.io/official_releases/qt/%{qt5_minorver}/%{qt5_version}%{?qt5_patchlevel:-%{qt5_patchlevel}}/submodules/%{qt_module}-everywhere-src-%{qt5_version}%{?qt5_patchlevel:-%{qt5_patchlevel}}.tar.xz
  65. # https://bugzilla.redhat.com/show_bug.cgi?id=1227295
  66. Source1: qtlogging.ini
  67. # header file to workaround multilib issue
  68. # https://bugzilla.redhat.com/show_bug.cgi?id=1036956
  69. Source5: qconfig-multilib.h
  70. # xinitrc script to check for OpenGL 1 only drivers and automatically set
  71. # QT_XCB_FORCE_SOFTWARE_OPENGL for them
  72. Source6: 10-qt5-check-opengl2.sh
  73. # macros
  74. Source10: macros.qt5-qtbase
  75. # support multilib optflags
  76. Patch2: qtbase-multilib_optflags.patch
  77. # fix QTBUG-35459 (too low entityCharacterLimit=1024 for CVE-2013-4549)
  78. Patch4: qtbase-opensource-src-5.3.2-QTBUG-35459.patch
  79. # borrowed from opensuse
  80. # track private api via properly versioned symbols
  81. # downside: binaries produced with these differently-versioned symbols are no longer
  82. # compatible with qt-project.org's Qt binary releases.
  83. Patch8: tell-the-truth-about-private-api.patch
  84. # upstreamable patches
  85. # namespace QT_VERSION_CHECK to workaround major/minor being pre-defined (#1396755)
  86. Patch50: qtbase-opensource-src-5.8.0-QT_VERSION_CHECK.patch
  87. # 1381828 - Broken window scaling for some QT5 applications (#1381828)
  88. # This patch moves the threshold for 2x scaling from the DPI of 144 to 192,
  89. # the same value GNOME uses. It's not a complete solution...
  90. Patch51: qtbase-hidpi_scale_at_192.patch
  91. # 1. Workaround moc/multilib issues
  92. # https://bugzilla.redhat.com/show_bug.cgi?id=1290020
  93. # https://bugreports.qt.io/browse/QTBUG-49972
  94. # 2. Workaround sysmacros.h (pre)defining major/minor a breaking stuff
  95. Patch52: qtbase-opensource-src-5.7.1-moc_macros.patch
  96. # CMake generates wrong -isystem /usr/include compilations flags with Qt5::Gui
  97. # https://bugzilla.redhat.com/1704474
  98. Patch53: qtbase-everywhere-src-5.12.1-qt5gui_cmake_isystem_includes.patch
  99. # respect QMAKE_LFLAGS_RELEASE when building qmake
  100. Patch54: qtbase-qmake_LFLAGS.patch
  101. # drop -O3 and make -O2 by default
  102. Patch61: qt5-qtbase-cxxflag.patch
  103. # support firebird version 3.x
  104. Patch64: qt5-qtbase-5.12.1-firebird.patch
  105. # fix for new mariadb
  106. Patch65: qtbase-opensource-src-5.9.0-mysql.patch
  107. # use categorized logging for xcb log entries
  108. # https://bugreports.qt.io/browse/QTBUG-55167
  109. # https://bugzilla.redhat.com/show_bug.cgi?id=1497564
  110. Patch67: https://bugreports.qt.io/secure/attachment/66353/xcberror_filter.patch
  111. # python3
  112. Patch68: qtbase-everywhere-src-5.11.1-python3.patch
  113. # https://fedoraproject.org/wiki/Changes/Qt_Wayland_By_Default_On_Gnome
  114. # https://bugzilla.redhat.com/show_bug.cgi?id=1732129
  115. Patch80: qtbase-use-wayland-on-gnome.patch
  116. # macros, be mindful to keep sync'd with macros.qt5-base
  117. %define _qt5 %{name}
  118. # Do not check any files in %%{_qt5_plugindir}/platformthemes/ for requires.
  119. # Those themes are there for platform integration. If the required libraries are
  120. # not there, the platform to integrate with isn't either. Then Qt will just
  121. # silently ignore the plugin that fails to load. Thus, there is no need to let
  122. # RPM drag in gtk3 as a dependency for the GTK+ 2 dialog support.
  123. %global __requires_exclude_from ^%{_qt5_plugindir}/platformthemes/.*$
  124. # filter plugin provides
  125. %global __provides_exclude_from ^%{_qt5_plugindir}/.*\\.so$
  126. # for %%check
  127. BuildRequires: cmake
  128. BuildRequires: qt5-rpm-macros
  129. BuildRequires: qt5-srpm-macros
  130. BuildRequires: cups-devel
  131. BuildRequires: desktop-file-utils
  132. BuildRequires: findutils
  133. BuildRequires: libjpeg-devel
  134. BuildRequires: libmng-devel
  135. BuildRequires: libtiff-devel
  136. BuildRequires: pkgconfig(alsa)
  137. # http://bugzilla.redhat.com/1196359
  138. %if 0%{?fedora} || 0%{?rhel} > 6
  139. %global dbus -dbus-linked
  140. BuildRequires: pkgconfig(dbus-1)
  141. %endif
  142. BuildRequires: pkgconfig(libdrm)
  143. BuildRequires: pkgconfig(fontconfig)
  144. BuildRequires: pkgconfig(gl)
  145. BuildRequires: pkgconfig(glib-2.0)
  146. BuildRequires: pkgconfig(gtk+-3.0)
  147. BuildRequires: pkgconfig(libproxy-1.0)
  148. # xcb-sm
  149. BuildRequires: pkgconfig(ice) pkgconfig(sm)
  150. BuildRequires: pkgconfig(libpng)
  151. %if !%{with systemd}
  152. BuildRequires: pkgconfig(libudev)
  153. %endif
  154. %global openssl -openssl-linked
  155. BuildRequires: pkgconfig(openssl)
  156. BuildRequires: pkgconfig(libpulse) pkgconfig(libpulse-mainloop-glib)
  157. %if %{with system_xkbcommon}
  158. %global xkbcommon -xkbcommon
  159. BuildRequires: pkgconfig(libinput)
  160. BuildRequires: pkgconfig(xcb-xkb) >= 1.10
  161. BuildRequires: pkgconfig(xkbcommon) >= 0.4.1
  162. BuildRequires: pkgconfig(xkbcommon-x11) >= 0.4.1
  163. %else
  164. # not Fedora
  165. %global xcb -qt-xcb
  166. %global xkbcommon -qt-xkbcommon
  167. Provides: bundled(libxkbcommon) = 0.4.1
  168. %endif
  169. BuildRequires: pkgconfig(xkeyboard-config)
  170. %define egl 1
  171. BuildRequires: pkgconfig(egl)
  172. BuildRequires: pkgconfig(gbm)
  173. BuildRequires: pkgconfig(glesv2)
  174. %global sqlite -system-sqlite
  175. BuildRequires: pkgconfig(sqlite3) >= 3.7
  176. %global harfbuzz -system-harfbuzz
  177. BuildRequires: harfbuzz-devel >= 2.6.4-2
  178. BuildRequires: pkgconfig(icu-i18n)
  179. BuildRequires: pkgconfig(libpcre2-posix) >= 10.20
  180. BuildRequires: pkgconfig(libpcre) >= 8.0
  181. %define pcre -system-pcre
  182. BuildRequires: pkgconfig(xcb-xkb)
  183. BuildRequires: pkgconfig(xcb) pkgconfig(xcb-glx) pkgconfig(xcb-icccm) pkgconfig(xcb-image) pkgconfig(xcb-keysyms) pkgconfig(xcb-renderutil)
  184. BuildRequires: pkgconfig(zlib)
  185. %if 0%{?tests}
  186. BuildRequires: dbus-x11
  187. BuildRequires: mesa-dri-drivers
  188. BuildRequires: time
  189. BuildRequires: xorg-x11-server-Xvfb
  190. %endif
  191. %if 0%{?qtchooser}
  192. %if 0%{?fedora}
  193. Conflicts: qt < 1:4.8.6-10
  194. %endif
  195. Requires(post): %{_sbindir}/update-alternatives
  196. Requires(postun): %{_sbindir}/update-alternatives
  197. %endif
  198. %if 0%{?qt_settings}
  199. Requires: qt-settings
  200. %endif
  201. Requires: %{name}-common = %{version}-%{release}
  202. %description
  203. Qt is a software toolkit for developing applications.
  204. This package contains base tools, like string, xml, and network
  205. handling.
  206. %package common
  207. Summary: Common files for Qt5
  208. Requires: %{name} = %{version}-%{release}
  209. BuildArch: noarch
  210. %description common
  211. %{summary}.
  212. %package devel
  213. Summary: Development files for %{name}
  214. Provides: %{name}-private-devel = %{version}-%{release}
  215. Requires: %{name}%{?_isa} = %{version}-%{release}
  216. Requires: %{name}-gui%{?_isa}
  217. %if 0%{?egl}
  218. Requires: pkgconfig(egl)
  219. %endif
  220. Requires: pkgconfig(gl)
  221. %description devel
  222. %{summary}.
  223. %if 0%{?docs}
  224. %package doc
  225. Summary: API documentation for %{name}
  226. License: GFDL
  227. Requires: %{name} = %{version}-%{release}
  228. BuildRequires: qt5-qhelpgenerator
  229. BuildRequires: qt5-qdoc
  230. BuildArch: noarch
  231. %description doc
  232. %{summary}.
  233. %endif
  234. %package examples
  235. Summary: Programming examples for %{name}
  236. Requires: %{name}%{?_isa} = %{version}-%{release}
  237. %description examples
  238. %{summary}.
  239. %package static
  240. Summary: Static library files for %{name}
  241. Requires: %{name}-devel%{?_isa} = %{version}-%{release}
  242. Requires: pkgconfig(fontconfig)
  243. Requires: pkgconfig(glib-2.0)
  244. %if %{with system_xkbcommon}
  245. Requires: pkgconfig(libinput)
  246. Requires: pkgconfig(xkbcommon)
  247. %endif
  248. Requires: pkgconfig(zlib)
  249. %description static
  250. %{summary}.
  251. %if "%{?ibase}" != "-no-sql-ibase"
  252. %package ibase
  253. Summary: IBase driver for Qt5's SQL classes
  254. BuildRequires: firebird-devel
  255. Requires: %{name}%{?_isa} = %{version}-%{release}
  256. %description ibase
  257. %{summary}.
  258. %endif
  259. %package mysql
  260. Summary: MySQL driver for Qt5's SQL classes
  261. BuildRequires: libmysqlclient-devel
  262. Requires: %{name}%{?_isa} = %{version}-%{release}
  263. %description mysql
  264. %{summary}.
  265. %package odbc
  266. Summary: ODBC driver for Qt5's SQL classes
  267. BuildRequires: unixODBC-devel
  268. Requires: %{name}%{?_isa} = %{version}-%{release}
  269. %description odbc
  270. %{summary}.
  271. %package postgresql
  272. Summary: PostgreSQL driver for Qt5's SQL classes
  273. BuildRequires: libpq-devel
  274. Requires: %{name}%{?_isa} = %{version}-%{release}
  275. %description postgresql
  276. %{summary}.
  277. %if "%{?tds}" != "-no-sql-tds"
  278. %package tds
  279. Summary: TDS driver for Qt5's SQL classes
  280. BuildRequires: freetds-devel
  281. Requires: %{name}%{?_isa} = %{version}-%{release}
  282. %description tds
  283. %{summary}.
  284. %endif
  285. # debating whether to do 1 subpkg per library or not -- rex
  286. %package gui
  287. Summary: Qt5 GUI-related libraries
  288. Requires: %{name}%{?_isa} = %{version}-%{release}
  289. %if 0%{?fedora} > 20
  290. Recommends: mesa-dri-drivers
  291. %endif
  292. Obsoletes: qt5-qtbase-x11 < 5.2.0
  293. Provides: qt5-qtbase-x11 = %{version}-%{release}
  294. # for Source6: 10-qt5-check-opengl2.sh:
  295. # glxinfo
  296. Requires: glx-utils
  297. %description gui
  298. Qt5 libraries used for drawing widgets and OpenGL items.
  299. %debug_package
  300. %prep
  301. %setup -q -n %{qt_module}-everywhere-src-%{qt5_version}
  302. %patch4 -p1 -b .QTBUG-35459
  303. # omit '-b .tell-the-truth-about-private-api' so it doesn't end up in installed files -- rdieter
  304. %patch8 -p1
  305. %patch50 -p1 -b .QT_VERSION_CHECK
  306. %patch51 -p1 -b .hidpi_scale_at_192
  307. %patch52 -p1 -b .moc_macros
  308. %patch53 -p1 -b .qt5gui_cmake_isystem_includes
  309. %patch54 -p1 -b .qmake_LFLAGS
  310. %patch61 -p1 -b .qt5-qtbase-cxxflag
  311. %patch64 -p1 -b .firebird
  312. %if 0%{?fedora} > 27
  313. %patch65 -p1 -b .mysql
  314. %endif
  315. # FIXME/REBASE
  316. #patch67 -p1 -b .xcberror_filter
  317. %patch68 -p1
  318. #if 0%{?fedora} > 30
  319. #patch80 -p1 -b .use-wayland-on-gnome.patch
  320. #endif
  321. %define platform linux-g++
  322. # move some bundled libs to ensure they're not accidentally used
  323. pushd src/3rdparty
  324. mkdir UNUSED
  325. mv freetype libjpeg libpng zlib UNUSED/
  326. %if "%{?sqlite}" == "-system-sqlite"
  327. mv sqlite UNUSED/
  328. %endif
  329. %if "%{?xcb}" != "-qt-xcb"
  330. mv xcb UNUSED/
  331. %endif
  332. popd
  333. # builds failing mysteriously on f20
  334. # ./configure: Permission denied
  335. # check to ensure that can't happen -- rex
  336. test -x configure || chmod +x configure
  337. # use proper perl interpretter so autodeps work as expected
  338. sed -i -e "s|^#!/usr/bin/env perl$|#!%{__perl}|" \
  339. bin/fixqt4headers.pl \
  340. bin/syncqt.pl \
  341. mkspecs/features/data/unix/findclasslist.pl
  342. %build
  343. ## FIXME/TODO:
  344. # * for %%ix86, add sse2 enabled builds for Qt5Gui, Qt5Core, QtNetwork, see also:
  345. # http://anonscm.debian.org/cgit/pkg-kde/qt/qtbase.git/tree/debian/rules (234-249)
  346. ## adjust $RPM_OPT_FLAGS
  347. # remove -fexceptions
  348. RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed 's|-fexceptions||g'`
  349. RPM_OPT_FLAGS="$RPM_OPT_FLAGS %{?qt5_arm_flag} %{?qt5_deprecated_flag} %{?qt5_null_flag}"
  350. export CFLAGS="$CFLAGS $RPM_OPT_FLAGS"
  351. export CXXFLAGS="$CXXFLAGS $RPM_OPT_FLAGS"
  352. export LDFLAGS="$LDFLAGS $RPM_LD_FLAGS"
  353. export MAKEFLAGS="%{?_smp_mflags}"
  354. ./configure -v \
  355. -confirm-license \
  356. -opensource \
  357. -prefix %{_qt5_prefix} \
  358. -archdatadir %{_qt5_archdatadir} \
  359. -bindir %{_qt5_bindir} \
  360. -libdir %{_qt5_libdir} \
  361. -libexecdir %{_qt5_libexecdir} \
  362. -datadir %{_qt5_datadir} \
  363. -docdir %{_qt5_docdir} \
  364. -examplesdir %{_qt5_examplesdir} \
  365. -headerdir %{_qt5_headerdir} \
  366. -importdir %{_qt5_importdir} \
  367. -plugindir %{_qt5_plugindir} \
  368. -sysconfdir %{_qt5_sysconfdir} \
  369. -translationdir %{_qt5_translationdir} \
  370. -platform %{platform} \
  371. -release \
  372. -shared \
  373. -accessibility \
  374. %{?dbus}%{!?dbus:-dbus-runtime} \
  375. -fontconfig \
  376. -glib \
  377. -gtk \
  378. %{?ibase} \
  379. -icu \
  380. %{?journald} \
  381. -optimized-qmake \
  382. %{?openssl} \
  383. %{!?examples:-nomake examples} \
  384. %{!?tests:-nomake tests} \
  385. -no-pch \
  386. -no-rpath \
  387. -no-separate-debug-info \
  388. %ifarch %{ix86}
  389. -no-sse2 \
  390. %endif
  391. -no-strip \
  392. -system-libjpeg \
  393. -system-libpng \
  394. %{?harfbuzz} \
  395. %{?pcre} \
  396. %{?sqlite} \
  397. %{?tds} \
  398. %{?xcb} \
  399. %{?xkbcommon} \
  400. -system-zlib \
  401. -no-use-gold-linker \
  402. -no-directfb \
  403. -no-feature-renameat2 \
  404. -no-feature-statx \
  405. QMAKE_CFLAGS_RELEASE="${CFLAGS:-$RPM_OPT_FLAGS}" \
  406. QMAKE_CXXFLAGS_RELEASE="${CXXFLAGS:-$RPM_OPT_FLAGS}" \
  407. QMAKE_LFLAGS_RELEASE="${LDFLAGS:-$RPM_LD_FLAGS}"
  408. # ensure qmake build using optflags (which can happen if not munging qmake.conf defaults)
  409. make clean -C qmake
  410. make %{?_smp_mflags} -C qmake all binary \
  411. QMAKE_CFLAGS_RELEASE="${CFLAGS:-$RPM_OPT_FLAGS}" \
  412. QMAKE_CXXFLAGS_RELEASE="${CXXFLAGS:-$RPM_OPT_FLAGS}" \
  413. QMAKE_LFLAGS_RELEASE="${LDFLAGS:-$RPM_LD_FLAGS}" \
  414. QMAKE_STRIP=
  415. make %{?_smp_mflags}
  416. %if 0%{?docs}
  417. # HACK to avoid multilib conflicts in noarch content
  418. # see also https://bugreports.qt-project.org/browse/QTBUG-42071
  419. QT_HASH_SEED=0; export QT_HASH_SEED
  420. make html_docs
  421. make qch_docs
  422. %endif
  423. %install
  424. rm -rf %{buildroot}
  425. make install INSTALL_ROOT=%{buildroot}
  426. %if 0%{?docs}
  427. make install_docs INSTALL_ROOT=%{buildroot}
  428. %endif
  429. install -m644 -p -D %{SOURCE1} %{buildroot}%{_qt5_datadir}/qtlogging.ini
  430. # Qt5.pc
  431. cat >%{buildroot}%{_libdir}/pkgconfig/Qt5.pc<<EOF
  432. prefix=%{_qt5_prefix}
  433. archdatadir=%{_qt5_archdatadir}
  434. bindir=%{_qt5_bindir}
  435. datadir=%{_qt5_datadir}
  436. docdir=%{_qt5_docdir}
  437. examplesdir=%{_qt5_examplesdir}
  438. headerdir=%{_qt5_headerdir}
  439. importdir=%{_qt5_importdir}
  440. libdir=%{_qt5_libdir}
  441. libexecdir=%{_qt5_libexecdir}
  442. moc=%{_qt5_bindir}/moc
  443. plugindir=%{_qt5_plugindir}
  444. qmake=%{_qt5_bindir}/qmake
  445. settingsdir=%{_qt5_settingsdir}
  446. sysconfdir=%{_qt5_sysconfdir}
  447. translationdir=%{_qt5_translationdir}
  448. Name: Qt5
  449. Description: Qt5 Configuration
  450. Version: %{version}
  451. EOF
  452. # rpm macros
  453. install -p -m644 -D %{SOURCE10} \
  454. %{buildroot}%{rpm_macros_dir}/macros.qt5-qtbase
  455. sed -i \
  456. -e "s|@@NAME@@|%{name}|g" \
  457. -e "s|@@EPOCH@@|%{?epoch}%{!?epoch:0}|g" \
  458. -e "s|@@VERSION@@|%{version}|g" \
  459. -e "s|@@EVR@@|%{?epoch:%{epoch:}}%{version}-%{release}|g" \
  460. -e "s|@@QT5_CFLAGS@@|%{?qt5_cflags}|g" \
  461. -e "s|@@QT5_CXXFLAGS@@|%{?qt5_cxxflags}|g" \
  462. -e "s|@@QT5_RPM_LD_FLAGS@@|%{?qt5_rpm_ld_flags}|g" \
  463. -e "s|@@QT5_RPM_OPT_FLAGS@@|%{?qt5_rpm_opt_flags} %{?qt5_null_flag}|g" \
  464. %{buildroot}%{rpm_macros_dir}/macros.qt5-qtbase
  465. # create/own dirs
  466. mkdir -p %{buildroot}{%{_qt5_archdatadir}/mkspecs/modules,%{_qt5_importdir},%{_qt5_libexecdir},%{_qt5_plugindir}/{designer,iconengines,script,styles},%{_qt5_translationdir}}
  467. mkdir -p %{buildroot}%{_sysconfdir}/xdg/QtProject
  468. # hardlink files to %{_bindir}, add -qt5 postfix to not conflict
  469. mkdir %{buildroot}%{_bindir}
  470. pushd %{buildroot}%{_qt5_bindir}
  471. for i in * ; do
  472. case "${i}" in
  473. moc|qdbuscpp2xml|qdbusxml2cpp|qmake|rcc|syncqt|uic)
  474. ln -v ${i} %{buildroot}%{_bindir}/${i}-qt5
  475. ln -sv ${i} ${i}-qt5
  476. ;;
  477. *)
  478. ln -v ${i} %{buildroot}%{_bindir}/${i}
  479. ;;
  480. esac
  481. done
  482. popd
  483. %ifarch %{multilib_archs}
  484. # multilib: qconfig.h
  485. mv %{buildroot}%{_qt5_headerdir}/QtCore/qconfig.h %{buildroot}%{_qt5_headerdir}/QtCore/qconfig-%{__isa_bits}.h
  486. install -p -m644 -D %{SOURCE5} %{buildroot}%{_qt5_headerdir}/QtCore/qconfig.h
  487. %endif
  488. # qtchooser conf
  489. %if 0%{?qtchooser}
  490. mkdir -p %{buildroot}%{_sysconfdir}/xdg/qtchooser
  491. pushd %{buildroot}%{_sysconfdir}/xdg/qtchooser
  492. # echo "%{_qt5_bindir}" > 5-%{__isa_bits}.conf
  493. echo "%{_qt5_prefix}" >> 5-%{__isa_bits}.conf
  494. # alternatives targets
  495. touch default.conf 5.conf
  496. popd
  497. %endif
  498. ## .prl/.la file love
  499. # nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs
  500. pushd %{buildroot}%{_qt5_libdir}
  501. for prl_file in libQt5*.prl ; do
  502. sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" ${prl_file}
  503. if [ -f "$(basename ${prl_file} .prl).so" ]; then
  504. rm -fv "$(basename ${prl_file} .prl).la"
  505. sed -i -e "/^QMAKE_PRL_LIBS/d" ${prl_file}
  506. fi
  507. done
  508. popd
  509. install -p -m755 -D %{SOURCE6} %{buildroot}%{_sysconfdir}/X11/xinit/xinitrc.d/10-qt5-check-opengl2.sh
  510. # f29+ enables sse2 unconditionally on ix86 -- rex
  511. %if 0%{?fedora} < 29
  512. # fix bz#1442553 multilib issue
  513. privat_header_file=%{buildroot}%{_qt5_headerdir}/QtCore/%{version}/QtCore/private/qconfig_p.h
  514. grep -v QT_FEATURE_sse2 $privat_header_file > ${privat_header_file}.me
  515. mv ${privat_header_file}.me ${privat_header_file}
  516. cat >>${privat_header_file}<<EOF
  517. #if defined(__x86_64__)
  518. #define QT_FEATURE_sse2 1
  519. #elif defined(__i386__)
  520. #define QT_FEATURE_sse2 -1
  521. #endif
  522. EOF
  523. %endif
  524. # install privat headers for qtxcb
  525. mkdir -p %{buildroot}%{_qt5_headerdir}/QtXcb
  526. install -m 644 src/plugins/platforms/xcb/*.h %{buildroot}%{_qt5_headerdir}/QtXcb/
  527. %check
  528. # verify Qt5.pc
  529. export PKG_CONFIG_PATH=%{buildroot}%{_libdir}/pkgconfig
  530. test "$(pkg-config --modversion Qt5)" = "%{version}"
  531. %if 0%{?tests}
  532. ## see tests/README for expected environment (running a plasma session essentially)
  533. ## we are not quite there yet
  534. export CTEST_OUTPUT_ON_FAILURE=1
  535. export PATH=%{buildroot}%{_qt5_bindir}:$PATH
  536. export LD_LIBRARY_PATH=%{buildroot}%{_qt5_libdir}
  537. # dbus tests error out when building if session bus is not available
  538. dbus-launch --exit-with-session \
  539. make sub-tests %{?_smp_mflags} -k ||:
  540. xvfb-run -a --server-args="-screen 0 1280x1024x32" \
  541. dbus-launch --exit-with-session \
  542. time \
  543. make check -k ||:
  544. %endif
  545. %if 0%{?qtchooser}
  546. %pre
  547. if [ $1 -gt 1 ] ; then
  548. # remove short-lived qt5.conf alternatives
  549. %{_sbindir}/update-alternatives \
  550. --remove qtchooser-qt5 \
  551. %{_sysconfdir}/xdg/qtchooser/qt5-%{__isa_bits}.conf >& /dev/null ||:
  552. %{_sbindir}/update-alternatives \
  553. --remove qtchooser-default \
  554. %{_sysconfdir}/xdg/qtchooser/qt5.conf >& /dev/null ||:
  555. fi
  556. %endif
  557. %post
  558. /sbin/ldconfig
  559. %if 0%{?qtchooser}
  560. %{_sbindir}/update-alternatives \
  561. --install %{_sysconfdir}/xdg/qtchooser/5.conf \
  562. qtchooser-5 \
  563. %{_sysconfdir}/xdg/qtchooser/5-%{__isa_bits}.conf \
  564. %{priority}
  565. %{_sbindir}/update-alternatives \
  566. --install %{_sysconfdir}/xdg/qtchooser/default.conf \
  567. qtchooser-default \
  568. %{_sysconfdir}/xdg/qtchooser/5.conf \
  569. %{priority}
  570. %endif
  571. %postun
  572. /sbin/ldconfig
  573. %if 0%{?qtchooser}
  574. if [ $1 -eq 0 ]; then
  575. %{_sbindir}/update-alternatives \
  576. --remove qtchooser-5 \
  577. %{_sysconfdir}/xdg/qtchooser/5-%{__isa_bits}.conf
  578. %{_sbindir}/update-alternatives \
  579. --remove qtchooser-default \
  580. %{_sysconfdir}/xdg/qtchooser/5.conf
  581. fi
  582. %endif
  583. %files
  584. %{!?_licensedir:%global license %%doc}
  585. %license LICENSE.FDL
  586. %license LICENSE.GPL*
  587. %license LICENSE.LGPL*
  588. %if 0%{?qtchooser}
  589. %dir %{_sysconfdir}/xdg/qtchooser
  590. # not editable config files, so not using %%config here
  591. %ghost %{_sysconfdir}/xdg/qtchooser/default.conf
  592. %ghost %{_sysconfdir}/xdg/qtchooser/5.conf
  593. %{_sysconfdir}/xdg/qtchooser/5-%{__isa_bits}.conf
  594. %endif
  595. %dir %{_sysconfdir}/xdg/QtProject/
  596. %{_qt5_libdir}/libQt5Concurrent.so.5*
  597. %{_qt5_libdir}/libQt5Core.so.5*
  598. %{_qt5_libdir}/libQt5DBus.so.5*
  599. %{_qt5_libdir}/libQt5Network.so.5*
  600. %{_qt5_libdir}/libQt5Sql.so.5*
  601. %{_qt5_libdir}/libQt5Test.so.5*
  602. %{_qt5_libdir}/libQt5Xml.so.5*
  603. %dir %{_qt5_libdir}/cmake/
  604. %dir %{_qt5_libdir}/cmake/Qt5/
  605. %dir %{_qt5_libdir}/cmake/Qt5Concurrent/
  606. %dir %{_qt5_libdir}/cmake/Qt5Core/
  607. %dir %{_qt5_libdir}/cmake/Qt5DBus/
  608. %dir %{_qt5_libdir}/cmake/Qt5Gui/
  609. %dir %{_qt5_libdir}/cmake/Qt5Network/
  610. %dir %{_qt5_libdir}/cmake/Qt5OpenGL/
  611. %dir %{_qt5_libdir}/cmake/Qt5PrintSupport/
  612. %dir %{_qt5_libdir}/cmake/Qt5Sql/
  613. %dir %{_qt5_libdir}/cmake/Qt5Test/
  614. %dir %{_qt5_libdir}/cmake/Qt5Widgets/
  615. %dir %{_qt5_libdir}/cmake/Qt5Xml/
  616. %dir %{_qt5_docdir}/
  617. %{_qt5_docdir}/global/
  618. %{_qt5_importdir}/
  619. %{_qt5_translationdir}/
  620. %if "%{_qt5_prefix}" != "%{_prefix}"
  621. %dir %{_qt5_prefix}/
  622. %endif
  623. %dir %{_qt5_archdatadir}/
  624. %dir %{_qt5_datadir}/
  625. %{_qt5_datadir}/qtlogging.ini
  626. %dir %{_qt5_libexecdir}/
  627. %dir %{_qt5_plugindir}/
  628. %dir %{_qt5_plugindir}/bearer/
  629. %{_qt5_plugindir}/bearer/libqconnmanbearer.so
  630. %{_qt5_plugindir}/bearer/libqgenericbearer.so
  631. %{_qt5_plugindir}/bearer/libqnmbearer.so
  632. %{_qt5_libdir}/cmake/Qt5Network/Qt5Network_QConnmanEnginePlugin.cmake
  633. %{_qt5_libdir}/cmake/Qt5Network/Qt5Network_QGenericEnginePlugin.cmake
  634. %{_qt5_libdir}/cmake/Qt5Network/Qt5Network_QNetworkManagerEnginePlugin.cmake
  635. %dir %{_qt5_plugindir}/designer/
  636. %dir %{_qt5_plugindir}/generic/
  637. %dir %{_qt5_plugindir}/iconengines/
  638. %dir %{_qt5_plugindir}/imageformats/
  639. %dir %{_qt5_plugindir}/platforminputcontexts/
  640. %dir %{_qt5_plugindir}/platforms/
  641. %dir %{_qt5_plugindir}/platformthemes/
  642. %dir %{_qt5_plugindir}/printsupport/
  643. %dir %{_qt5_plugindir}/script/
  644. %dir %{_qt5_plugindir}/sqldrivers/
  645. %dir %{_qt5_plugindir}/styles/
  646. %{_qt5_plugindir}/sqldrivers/libqsqlite.so
  647. %{_qt5_libdir}/cmake/Qt5Sql/Qt5Sql_QSQLiteDriverPlugin.cmake
  648. %files common
  649. # mostly empty for now, consider: filesystem/dir ownership, licenses
  650. %{rpm_macros_dir}/macros.qt5-qtbase
  651. %if 0%{?docs}
  652. %files doc
  653. %license LICENSE.FDL
  654. %doc dist/README dist/changes-5.*
  655. %{_qt5_docdir}/*.qch
  656. %if 0%{?examples}
  657. %if 0%{!?bootstrap}
  658. # included in -examples instead, see bug #1212750
  659. %exclude %{_qt5_docdir}/*/examples-manifest.xml
  660. %endif
  661. %endif
  662. %{_qt5_docdir}/qmake/
  663. %{_qt5_docdir}/qtconcurrent/
  664. %{_qt5_docdir}/qtcore/
  665. %{_qt5_docdir}/qtdbus/
  666. %{_qt5_docdir}/qtgui/
  667. %{_qt5_docdir}/qtnetwork/
  668. %{_qt5_docdir}/qtopengl/
  669. %{_qt5_docdir}/qtplatformheaders/
  670. %{_qt5_docdir}/qtprintsupport/
  671. %{_qt5_docdir}/qtsql/
  672. %{_qt5_docdir}/qttestlib/
  673. %{_qt5_docdir}/qtwidgets/
  674. %{_qt5_docdir}/qtxml/
  675. %endif
  676. %files devel
  677. %if "%{_qt5_bindir}" != "%{_bindir}"
  678. %dir %{_qt5_bindir}
  679. %endif
  680. %{_bindir}/moc*
  681. %{_bindir}/qdbuscpp2xml*
  682. %{_bindir}/qdbusxml2cpp*
  683. %{_bindir}/qmake*
  684. %{_bindir}/rcc*
  685. %{_bindir}/syncqt*
  686. %{_bindir}/uic*
  687. %{_bindir}/qlalr
  688. %{_bindir}/fixqt4headers.pl
  689. %{_bindir}/qvkgen
  690. %{_qt5_bindir}/moc*
  691. %{_qt5_bindir}/qdbuscpp2xml*
  692. %{_qt5_bindir}/qdbusxml2cpp*
  693. %{_qt5_bindir}/qmake*
  694. %{_qt5_bindir}/rcc*
  695. %{_qt5_bindir}/syncqt*
  696. %{_qt5_bindir}/uic*
  697. %{_qt5_bindir}/qlalr
  698. %{_qt5_bindir}/fixqt4headers.pl
  699. %{_qt5_bindir}/qvkgen
  700. %if "%{_qt5_headerdir}" != "%{_includedir}"
  701. %dir %{_qt5_headerdir}
  702. %endif
  703. %{_qt5_headerdir}/QtConcurrent/
  704. %{_qt5_headerdir}/QtCore/
  705. %{_qt5_headerdir}/QtDBus/
  706. %{_qt5_headerdir}/QtGui/
  707. %{_qt5_headerdir}/QtNetwork/
  708. %{_qt5_headerdir}/QtOpenGL/
  709. %{_qt5_headerdir}/QtPlatformHeaders/
  710. %{_qt5_headerdir}/QtPrintSupport/
  711. %{_qt5_headerdir}/QtSql/
  712. %{_qt5_headerdir}/QtTest/
  713. %{_qt5_headerdir}/QtWidgets/
  714. %{_qt5_headerdir}/QtXcb/
  715. %{_qt5_headerdir}/QtXml/
  716. %{_qt5_headerdir}/QtEglFSDeviceIntegration
  717. %{_qt5_headerdir}/QtInputSupport
  718. %{_qt5_headerdir}/QtEdidSupport
  719. %{_qt5_archdatadir}/mkspecs/
  720. %{_qt5_libdir}/libQt5Concurrent.prl
  721. %{_qt5_libdir}/libQt5Concurrent.so
  722. %{_qt5_libdir}/libQt5Core.prl
  723. %{_qt5_libdir}/libQt5Core.so
  724. %{_qt5_libdir}/libQt5DBus.prl
  725. %{_qt5_libdir}/libQt5DBus.so
  726. %{_qt5_libdir}/libQt5Gui.prl
  727. %{_qt5_libdir}/libQt5Gui.so
  728. %{_qt5_libdir}/libQt5Network.prl
  729. %{_qt5_libdir}/libQt5Network.so
  730. %{_qt5_libdir}/libQt5OpenGL.prl
  731. %{_qt5_libdir}/libQt5OpenGL.so
  732. %{_qt5_libdir}/libQt5PrintSupport.prl
  733. %{_qt5_libdir}/libQt5PrintSupport.so
  734. %{_qt5_libdir}/libQt5Sql.prl
  735. %{_qt5_libdir}/libQt5Sql.so
  736. %{_qt5_libdir}/libQt5Test.prl
  737. %{_qt5_libdir}/libQt5Test.so
  738. %{_qt5_libdir}/libQt5Widgets.prl
  739. %{_qt5_libdir}/libQt5Widgets.so
  740. %{_qt5_libdir}/libQt5XcbQpa.prl
  741. %{_qt5_libdir}/libQt5XcbQpa.so
  742. %{_qt5_libdir}/libQt5Xml.prl
  743. %{_qt5_libdir}/libQt5Xml.so
  744. %{_qt5_libdir}/libQt5EglFSDeviceIntegration.prl
  745. %{_qt5_libdir}/libQt5EglFSDeviceIntegration.so
  746. %{_qt5_libdir}/cmake/Qt5/Qt5Config*.cmake
  747. %{_qt5_libdir}/cmake/Qt5Concurrent/Qt5ConcurrentConfig*.cmake
  748. %{_qt5_libdir}/cmake/Qt5Core/Qt5CoreConfig*.cmake
  749. %{_qt5_libdir}/cmake/Qt5Core/Qt5CoreMacros.cmake
  750. %{_qt5_libdir}/cmake/Qt5Core/Qt5CTestMacros.cmake
  751. %{_qt5_libdir}/cmake/Qt5DBus/Qt5DBusConfig*.cmake
  752. %{_qt5_libdir}/cmake/Qt5DBus/Qt5DBusMacros.cmake
  753. %{_qt5_libdir}/cmake/Qt5Gui/Qt5GuiConfig*.cmake
  754. %{_qt5_libdir}/cmake/Qt5Network/Qt5NetworkConfig*.cmake
  755. %{_qt5_libdir}/cmake/Qt5OpenGL/Qt5OpenGLConfig*.cmake
  756. %{_qt5_libdir}/cmake/Qt5PrintSupport/Qt5PrintSupportConfig*.cmake
  757. %{_qt5_libdir}/cmake/Qt5Sql/Qt5SqlConfig*.cmake
  758. %{_qt5_libdir}/cmake/Qt5Test/Qt5TestConfig*.cmake
  759. %{_qt5_libdir}/cmake/Qt5Widgets/Qt5WidgetsConfig*.cmake
  760. %{_qt5_libdir}/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake
  761. %{_qt5_libdir}/cmake/Qt5Xml/Qt5XmlConfig*.cmake
  762. %{_qt5_libdir}/cmake/Qt5/Qt5ModuleLocation.cmake
  763. %{_qt5_libdir}/pkgconfig/Qt5.pc
  764. %{_qt5_libdir}/pkgconfig/Qt5Concurrent.pc
  765. %{_qt5_libdir}/pkgconfig/Qt5Core.pc
  766. %{_qt5_libdir}/pkgconfig/Qt5DBus.pc
  767. %{_qt5_libdir}/pkgconfig/Qt5Gui.pc
  768. %{_qt5_libdir}/pkgconfig/Qt5Network.pc
  769. %{_qt5_libdir}/pkgconfig/Qt5OpenGL.pc
  770. %{_qt5_libdir}/pkgconfig/Qt5PrintSupport.pc
  771. %{_qt5_libdir}/pkgconfig/Qt5Sql.pc
  772. %{_qt5_libdir}/pkgconfig/Qt5Test.pc
  773. %{_qt5_libdir}/pkgconfig/Qt5Widgets.pc
  774. %{_qt5_libdir}/pkgconfig/Qt5Xml.pc
  775. %if 0%{?egl}
  776. %{_qt5_libdir}/libQt5EglFsKmsSupport.prl
  777. %{_qt5_libdir}/libQt5EglFsKmsSupport.so
  778. %endif
  779. %{_qt5_archdatadir}/mkspecs/modules/qt_lib_*_private.pri
  780. %files static
  781. %{_qt5_libdir}/libQt5Bootstrap.*a
  782. %{_qt5_libdir}/libQt5Bootstrap.prl
  783. %{_qt5_headerdir}/QtOpenGLExtensions/
  784. %{_qt5_libdir}/libQt5OpenGLExtensions.*a
  785. %{_qt5_libdir}/libQt5OpenGLExtensions.prl
  786. %{_qt5_libdir}/cmake/Qt5OpenGLExtensions/
  787. %{_qt5_libdir}/pkgconfig/Qt5OpenGLExtensions.pc
  788. %{_qt5_libdir}/libQt5AccessibilitySupport.*a
  789. %{_qt5_libdir}/libQt5AccessibilitySupport.prl
  790. %{_qt5_headerdir}/QtAccessibilitySupport
  791. %{_qt5_libdir}/libQt5DeviceDiscoverySupport.*a
  792. %{_qt5_libdir}/libQt5DeviceDiscoverySupport.prl
  793. %{_qt5_headerdir}/QtDeviceDiscoverySupport
  794. %{_qt5_libdir}/libQt5EglSupport.*a
  795. %{_qt5_libdir}/libQt5EglSupport.prl
  796. %{_qt5_headerdir}/QtEglSupport
  797. %{_qt5_libdir}/libQt5EventDispatcherSupport.*a
  798. %{_qt5_libdir}/libQt5EventDispatcherSupport.prl
  799. %{_qt5_headerdir}/QtEventDispatcherSupport
  800. %{_qt5_libdir}/libQt5FbSupport.*a
  801. %{_qt5_libdir}/libQt5FbSupport.prl
  802. %{_qt5_headerdir}/QtFbSupport
  803. %{_qt5_libdir}/libQt5FontDatabaseSupport.*a
  804. %{_qt5_libdir}/libQt5FontDatabaseSupport.prl
  805. %{_qt5_headerdir}/QtFontDatabaseSupport
  806. %{_qt5_libdir}/libQt5GlxSupport.*a
  807. %{_qt5_libdir}/libQt5GlxSupport.prl
  808. %{_qt5_headerdir}/QtGlxSupport
  809. %{_qt5_libdir}/libQt5InputSupport.*a
  810. %{_qt5_libdir}/libQt5InputSupport.prl
  811. %{_qt5_libdir}/libQt5LinuxAccessibilitySupport.*a
  812. %{_qt5_libdir}/libQt5LinuxAccessibilitySupport.prl
  813. %{_qt5_headerdir}/QtLinuxAccessibilitySupport
  814. %{_qt5_libdir}/libQt5PlatformCompositorSupport.*a
  815. %{_qt5_libdir}/libQt5PlatformCompositorSupport.prl
  816. %{_qt5_headerdir}/QtPlatformCompositorSupport
  817. %{_qt5_libdir}/libQt5ServiceSupport.*a
  818. %{_qt5_libdir}/libQt5ServiceSupport.prl
  819. %{_qt5_headerdir}/QtServiceSupport
  820. %{_qt5_libdir}/libQt5ThemeSupport.*a
  821. %{_qt5_libdir}/libQt5ThemeSupport.prl
  822. %{_qt5_headerdir}/QtThemeSupport
  823. %{_qt5_libdir}/libQt5KmsSupport.*a
  824. %{_qt5_libdir}/libQt5KmsSupport.prl
  825. %{_qt5_headerdir}/QtKmsSupport
  826. %{_qt5_libdir}/libQt5EdidSupport.*a
  827. %{_qt5_libdir}/libQt5EdidSupport.prl
  828. %if 0%{?examples}
  829. %files examples
  830. %if 0%{!?bootstrap}
  831. %{_qt5_docdir}/*/examples-manifest.xml
  832. %endif
  833. %{_qt5_examplesdir}/
  834. %endif
  835. %if "%{?ibase}" != "-no-sql-ibase"
  836. %files ibase
  837. %{_qt5_plugindir}/sqldrivers/libqsqlibase.so
  838. %{_qt5_libdir}/cmake/Qt5Sql/Qt5Sql_QIBaseDriverPlugin.cmake
  839. %endif
  840. %files mysql
  841. %{_qt5_plugindir}/sqldrivers/libqsqlmysql.so
  842. %{_qt5_libdir}/cmake/Qt5Sql/Qt5Sql_QMYSQLDriverPlugin.cmake
  843. %files odbc
  844. %{_qt5_plugindir}/sqldrivers/libqsqlodbc.so
  845. %{_qt5_libdir}/cmake/Qt5Sql/Qt5Sql_QODBCDriverPlugin.cmake
  846. %files postgresql
  847. %{_qt5_plugindir}/sqldrivers/libqsqlpsql.so
  848. %{_qt5_libdir}/cmake/Qt5Sql/Qt5Sql_QPSQLDriverPlugin.cmake
  849. %if "%{?tds}" != "-no-sql-tds"
  850. %files tds
  851. %{_qt5_plugindir}/sqldrivers/libqsqltds.so
  852. %{_qt5_libdir}/cmake/Qt5Sql/Qt5Sql_QTDSDriverPlugin.cmake
  853. %endif
  854. %post gui -p /sbin/ldconfig
  855. %postun gui -p /sbin/ldconfig
  856. %files gui
  857. %dir %{_sysconfdir}/X11/xinit
  858. %dir %{_sysconfdir}/X11/xinit/xinitrc.d/
  859. %{_sysconfdir}/X11/xinit/xinitrc.d/10-qt5-check-opengl2.sh
  860. %{_qt5_libdir}/libQt5Gui.so.5*
  861. %{_qt5_libdir}/libQt5OpenGL.so.5*
  862. %{_qt5_libdir}/libQt5PrintSupport.so.5*
  863. %{_qt5_libdir}/libQt5Widgets.so.5*
  864. %{_qt5_libdir}/libQt5XcbQpa.so.5*
  865. %{_qt5_plugindir}/generic/libqevdevkeyboardplugin.so
  866. %{_qt5_plugindir}/generic/libqevdevmouseplugin.so
  867. %{_qt5_plugindir}/generic/libqevdevtabletplugin.so
  868. %{_qt5_plugindir}/generic/libqevdevtouchplugin.so
  869. %if %{with system_xkbcommon}
  870. %{_qt5_plugindir}/generic/libqlibinputplugin.so
  871. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake
  872. %endif
  873. %{_qt5_plugindir}/generic/libqtuiotouchplugin.so
  874. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake
  875. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake
  876. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake
  877. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake
  878. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake
  879. %{_qt5_plugindir}/imageformats/libqgif.so
  880. %{_qt5_plugindir}/imageformats/libqico.so
  881. %{_qt5_plugindir}/imageformats/libqjpeg.so
  882. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake
  883. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake
  884. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake
  885. %{_qt5_plugindir}/platforminputcontexts/libcomposeplatforminputcontextplugin.so
  886. %{_qt5_plugindir}/platforminputcontexts/libibusplatforminputcontextplugin.so
  887. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake
  888. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake
  889. %if 0%{?egl}
  890. %{_qt5_libdir}/libQt5EglFSDeviceIntegration.so.5*
  891. %{_qt5_libdir}/libQt5EglFsKmsSupport.so.5*
  892. %{_qt5_plugindir}/platforms/libqeglfs.so
  893. %{_qt5_plugindir}/platforms/libqminimalegl.so
  894. %dir %{_qt5_plugindir}/egldeviceintegrations/
  895. %{_qt5_plugindir}/egldeviceintegrations/libqeglfs-kms-integration.so
  896. %{_qt5_plugindir}/egldeviceintegrations/libqeglfs-x11-integration.so
  897. %{_qt5_plugindir}/xcbglintegrations/libqxcb-egl-integration.so
  898. %{_qt5_plugindir}/egldeviceintegrations/libqeglfs-kms-egldevice-integration.so
  899. %{_qt5_plugindir}/egldeviceintegrations/libqeglfs-emu-integration.so
  900. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake
  901. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake
  902. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake
  903. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake
  904. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake
  905. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake
  906. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake
  907. %endif
  908. %{_qt5_plugindir}/platforms/libqlinuxfb.so
  909. %{_qt5_plugindir}/platforms/libqminimal.so
  910. %{_qt5_plugindir}/platforms/libqoffscreen.so
  911. %{_qt5_plugindir}/platforms/libqxcb.so
  912. %{_qt5_plugindir}/platforms/libqvnc.so
  913. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake
  914. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake
  915. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake
  916. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake
  917. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake
  918. %{_qt5_plugindir}/xcbglintegrations/libqxcb-glx-integration.so
  919. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake
  920. %{_qt5_plugindir}/platformthemes/libqxdgdesktopportal.so
  921. %{_qt5_plugindir}/platformthemes/libqgtk3.so
  922. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake
  923. %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake
  924. %{_qt5_plugindir}/printsupport/libcupsprintersupport.so
  925. %{_qt5_libdir}/cmake/Qt5PrintSupport/Qt5PrintSupport_QCupsPrinterSupportPlugin.cmake
  926. %changelog
  927. * Fri Apr 24 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 5.12.8-2
  928. - rebuilt with icu-67.
  929. * Tue Apr 14 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 5.12.8-1
  930. - new upstream release.
  931. - dropped Patch1000: fixed in upstream.
  932. * Mon Mar 23 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 5.12.7-1
  933. - new upstream release.
  934. - imported Patch1000 from upstream to fix CVE-2015-9541.
  935. * Sun Oct 20 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 5.12.5-1
  936. - new upstream release.
  937. - replaced all patches to rawhide's newest.
  938. * Tue Jan 09 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 5.6.3-1
  939. - new upstream release.
  940. - dropped Patch12, 101, 111, 132, 133, 148 and 155.
  941. - added Patch1000 to build with icu-60.2.
  942. * Sun Jul 10 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 5.6.1.1-1
  943. - new upstream release.
  944. - initial build for Vine Linux.
  945. * Tue Jun 14 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.1-3
  946. - backport some xcb-plugin-related fixes
  947. * Thu Jun 09 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.1-2
  948. - fix Qt5.pc version
  949. * Thu Jun 09 2016 Jan Grulich <jgrulich@redhat.com> - 5.6.1-1
  950. - Update to 5.6.1
  951. * Thu Jun 02 2016 Than Ngo <than@redhat.com> - 5.6.0-21
  952. - drop gcc6 workaround on arm
  953. * Fri May 20 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-20
  954. - -Wno-deprecated-declarations (typo missed trailing 's')
  955. * Fri May 13 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-19
  956. - pull in upstream drag-n-drop related fixes (QTBUG-45812, QTBUG-51215)
  957. * Sat May 07 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-18
  958. - revert out-of-tree build, breaks Qt5*Config.cmake *_PRIVATE_INCLUDE_DIRS entries (all blank)
  959. * Thu May 05 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-17
  960. - support out-of-tree build
  961. - better %%check
  962. - pull in final/upstream fixes for QTBUG-51648,QTBUG-51649
  963. - disable examples/tests in bootstrap mode
  964. * Sat Apr 30 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-16
  965. - own %%{_qt5_plugindir}/egldeviceintegrations
  966. * Mon Apr 18 2016 Caolán McNamara <caolanm@redhat.com> - 5.6.0-15
  967. - full rebuild for hunspell 1.4.0
  968. * Mon Apr 18 2016 Caolán McNamara <caolanm@redhat.com> - 5.6.0-14
  969. - bootstrap rebuild for hunspell 1.4.0
  970. * Sat Apr 16 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-13
  971. - -devel: Provides: qt5-qtbase-private-devel (#1233829)
  972. * Sat Apr 16 2016 David Tardon <dtardon@redhat.com> - 5.6.0-12
  973. - full build
  974. * Fri Apr 15 2016 David Tardon <dtardon@redhat.com> - 5.6.0-11
  975. - rebuild for ICU 57.1
  976. * Thu Mar 31 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-10
  977. - Fix build on MIPS (#1322537)
  978. - drop BR: valgrind (not used, for awhile)
  979. * Fri Mar 25 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-9
  980. - pull upstream patches (upstreamed versions, gcc6-related bits mostly)
  981. * Thu Mar 24 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-8
  982. - make 10-qt5-check-opengl2.sh xinit script more robust
  983. - enable journald support for el7+ (#1315239)
  984. * Sat Mar 19 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-7
  985. - macros.qt5: null-pointer-checks flag isn't c++-specific
  986. * Sat Mar 19 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-6
  987. - macros.qt5: we really only want the null-pointer-checks flag here
  988. and definitely no arch-specific ones
  989. * Fri Mar 18 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-5
  990. - macros.qt5: cleanup, %%_qt5_cflags, %%_qt5_cxxflags (for f24+)
  991. * Fri Mar 18 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-3
  992. - rebuild
  993. * Tue Mar 15 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-2
  994. - respin QTBUG-51767 patch
  995. * Mon Mar 14 2016 Helio Chissini de Castro <helio@kde.org> - 5.6.0-1
  996. - 5.6.0 release
  997. * Sat Mar 12 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.41.rc
  998. - %%build: restore -dbus-linked
  999. * Fri Mar 11 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.40.rc
  1000. - respin QTBUG-51649 patch
  1001. - %%build: use -dbus-runtime unconditionally
  1002. - drop (unused) build deps: atspi, dbus, networkmanager
  1003. * Thu Mar 10 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.39.rc
  1004. - candidate fixes for various QtDBus deadlocks (QTBUG-51648,QTBUG-51676)
  1005. * Mon Mar 07 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.38.rc
  1006. - backport "crash on start if system bus is not available" (QTBUG-51299)
  1007. * Sat Mar 05 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.37.rc
  1008. - %build: ./configure -journal (f24+)
  1009. * Wed Mar 02 2016 Daniel Vrátil <dvratil@fedoraproject.org> 5.6.0-0.36.rc
  1010. - Non-bootstrapped build
  1011. * Tue Mar 01 2016 Daniel Vrátil <dvratil@fedoraproject.org> 5.6.0-0.35.rc
  1012. - Rebuild against new openssl
  1013. * Fri Feb 26 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.34.rc
  1014. - qtlogging.ini: remove comments
  1015. * Thu Feb 25 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.33.rc
  1016. - ship $$[QT_INSTALL_DATA]/qtlogging.ini for packaged logging defaults (#1227295)
  1017. * Thu Feb 25 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.32.rc
  1018. - qt5-qtbase-static missing dependencies (#1311311)
  1019. * Wed Feb 24 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.31.rc
  1020. - Item views don't handle insert/remove of rows robustly (QTBUG-48870)
  1021. * Tue Feb 23 2016 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.30.rc
  1022. - Update to final RC
  1023. * Mon Feb 22 2016 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.29.rc
  1024. - Update tarball with https://bugreports.qt.io/browse/QTBUG-50703 fix
  1025. * Wed Feb 17 2016 Than Ngo <than@redhat.com> - 5.6.0-0.28.rc
  1026. - fix build issue with gcc6
  1027. * Mon Feb 15 2016 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.27.rc
  1028. - Update proper tarball. Need avoid the fix branch
  1029. * Mon Feb 15 2016 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.26.rc
  1030. - Integrate rc releases now.
  1031. * Sat Feb 13 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.25.beta
  1032. - macros.qt5: fix %%qt5_ldflags macro
  1033. * Thu Feb 11 2016 Than Ngo <than@redhat.com> - 5.6.0-0.24.beta
  1034. - fix build issue with gcc6
  1035. - fix check for alsa 1.1.x
  1036. * Wed Feb 03 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.23.beta
  1037. - qt5-rpm-macros pkg
  1038. * Tue Feb 02 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.22.beta
  1039. - don't inject $RPM_OPT_FLAGS/$RPM_LD_FLAGS into qmake defaults f24+ (#1279265)
  1040. * Tue Feb 02 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.21.beta
  1041. - build with and add to macros.qt5 flags: -fno-delete-null-pointer-checks
  1042. * Fri Jan 15 2016 Than Ngo <than@redhat.com> - 5.6.0-0.20.beta
  1043. - enable -qt-xcb to fix non-US keys under VNC (#1295713)
  1044. * Mon Jan 04 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.19.beta
  1045. - Crash in QXcbWindow::setParent() due to NULL xcbScreen (QTBUG-50081, #1291003)
  1046. * Mon Dec 21 2015 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.17.beta
  1047. - fix/update Release: tag
  1048. * Fri Dec 18 2015 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.16
  1049. - 5.6.0-beta (final)
  1050. * Wed Dec 16 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-0.15
  1051. - pull in another upstream moc fix/improvement (#1290020,QTBUG-49972)
  1052. - fix bootstrap/docs
  1053. * Wed Dec 16 2015 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.13
  1054. - workaround moc/qconfig-multilib issues (#1290020,QTBUG-49972)
  1055. * Wed Dec 16 2015 Peter Robinson <pbrobinson@fedoraproject.org> 5.6.0-0.12
  1056. - aarch64 is secondary arch too
  1057. - ppc64le is NOT multilib
  1058. - Fix Power 64 macro use
  1059. * Mon Dec 14 2015 Than Ngo <than@redhat.com> - 5.6.0-0.11
  1060. - fix build failure on secondary arch
  1061. * Sun Dec 13 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.10
  1062. - We're back to gold linker
  1063. - Remove reduce relocations
  1064. * Sat Dec 12 2015 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.9
  1065. - drop disconnect_displays.patch so we can better test latest xcb/display work
  1066. * Fri Dec 11 2015 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.8
  1067. - sync latest xcb/screen/display related upstream commits
  1068. * Thu Dec 10 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.7
  1069. - Official beta release
  1070. * Thu Dec 10 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.6
  1071. - Official beta release
  1072. * Wed Dec 09 2015 Daniel Vratil <dvratil@fedoraproject.org> - 5.6.0-0.5
  1073. - try reverting from -optimized-tools to -optimized-qmake
  1074. * Sun Dec 06 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-0.4
  1075. - re-introduce bootstrap/examples macros
  1076. - put examples-manifest.xml in -examples
  1077. - restore -doc multilib hack (to be on the safe side, can't hurt)
  1078. - %%build: s/-optimized-qmake/-optimized-tools/
  1079. * Sat Dec 05 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.3
  1080. - Beta 3
  1081. - Reintroduce xcb patch from https://codereview.qt-project.org/#/c/138201/
  1082. * Fri Nov 27 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.2
  1083. - Valgrind still needed as buildreq due recent split qdoc package, but we can get rid of
  1084. specific arch set.
  1085. - Added missing libproxy buildreq
  1086. - Epel and RHEL doesn't have libinput, so a plugin need to be excluded for this distros
  1087. * Wed Nov 25 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.1-10
  1088. - -devel: Requires: redhat-rpm-config (#1248174)
  1089. * Wed Nov 18 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.1-9
  1090. - Get rid of valgrind hack. It sort out that we don't need it anymore (#1211203)
  1091. * Mon Nov 09 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.1-8
  1092. - qt5-qdoc need requires >= current version, otherwise will prevent the usage further when moved to qttools
  1093. * Mon Nov 09 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.1-7
  1094. - qt5-qdoc subpkg
  1095. * Tue Nov 03 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.1
  1096. - Start to implement 5.6.0 beta
  1097. * Tue Nov 03 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.1
  1098. - Start to implement 5.6.0 beta
  1099. * Wed Oct 28 2015 David Tardon <dtardon@redhat.com> - 5.5.1-6
  1100. - full build
  1101. * Wed Oct 28 2015 David Tardon <dtardon@redhat.com> - 5.5.1-5
  1102. - rebuild for ICU 56.1
  1103. * Thu Oct 15 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.1-2
  1104. - Update to final release 5.5.1
  1105. * Mon Oct 05 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.1-1
  1106. - Update to Qt 5.5.1 RC1
  1107. - Patchs 13, 52, 53, 101, 155, 223, 297 removed due to inclusion upstream
  1108. * Mon Oct 05 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-18
  1109. - When a screen comes back online, the windows need to be told about it (QTBUG-47041)
  1110. - xcb: Ignore disabling of outputs in the middle of the mode switch
  1111. * Wed Aug 19 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-17
  1112. - unconditionally undo valgrind hack when done (#1255054)
  1113. * Sat Aug 15 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-16
  1114. - backport 0055-Respect-manual-set-icon-themes.patch (kde#344469)
  1115. - conditionally use valgrind only if needed
  1116. * Fri Aug 07 2015 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.5.0-15
  1117. - use valgrind to debug qdoc HTML generation
  1118. * Fri Aug 07 2015 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.5.0-14
  1119. - remove GDB hackery again, -12 built fine on i686, hack breaks ARM build
  1120. - fix 10-qt5-check-opengl2.sh for multiple screens (#1245755)
  1121. * Thu Aug 06 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-13
  1122. - use upstream commit/fix for QTBUG-46310
  1123. - restore qdoc/gdb hackery, i686 still needs it :(
  1124. * Wed Aug 05 2015 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.5.0-12
  1125. - remove GDB hackery, it is not producing useful backtraces for the ARM crash
  1126. * Mon Aug 03 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.0-11
  1127. - Add mesa-dri-drivers as recommends on gui package as reported by Kevin Kofler
  1128. - Reference https://bugzilla.redhat.com/1249280
  1129. * Wed Jul 29 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-10
  1130. - -docs: BuildRequires: qt5-qhelpgenerator
  1131. * Fri Jul 17 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-9
  1132. - use qdoc.gdb wrapper
  1133. * Wed Jul 15 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-8
  1134. - %%build: hack around 'make docs' failures (on f22+)
  1135. * Wed Jul 15 2015 Jan Grulich <jgrulich@redhat.com> 5.5.0-7
  1136. - restore previously dropped patches
  1137. * Tue Jul 14 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-6
  1138. - disable bootstrap again
  1139. * Tue Jul 14 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-5
  1140. - enable bootstrap (and disable failing docs)
  1141. * Mon Jul 13 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-4
  1142. - Qt5 application crashes when connecting/disconnecting displays (#1083664)
  1143. * Fri Jul 10 2015 Than Ngo <than@redhat.com> - 5.5.0-3
  1144. - add better fix for compile error on big endian
  1145. * Thu Jul 09 2015 Than Ngo <than@redhat.com> - 5.5.0-2
  1146. - fix build failure on big endian platform (ppc64,s390x)
  1147. * Mon Jun 29 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.0-0.5.rc
  1148. - Second round of builds now with bootstrap enabled due new qttools
  1149. * Mon Jun 29 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.0-0.4.rc
  1150. - Enable bootstrap to first import on rawhide
  1151. * Thu Jun 25 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.0-0.3.rc
  1152. - Disable bootstrap
  1153. * Wed Jun 24 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.0-0.2.rc
  1154. - Update for official RC1 released packages
  1155. * Mon Jun 15 2015 Daniel Vratil <dvratil@redhat.com> 5.5.0-0.1.rc
  1156. - Qt 5.5 RC 1
  1157. * Mon Jun 08 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.2-2
  1158. - rebase to latest SM patches (QTBUG-45484, QTBUG-46310)
  1159. * Tue Jun 02 2015 Jan Grulich <jgrulich@redhat.com> 5.4.2-1
  1160. - Update to 5.4.2
  1161. * Tue May 26 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-20
  1162. - SM_CLIENT_ID property is not set (QTBUG-46310)
  1163. * Mon May 25 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-19
  1164. - QWidget::setWindowRole does nothing (QTBUG-45484)
  1165. * Wed May 20 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-18
  1166. - own /etc/xdg/QtProject
  1167. - Requires: qt-settings (f22+)
  1168. * Sat May 16 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-17
  1169. - Try to ensure that -fPIC is used in CMake builds (QTBUG-45755)
  1170. * Thu May 14 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-16
  1171. - Some Qt apps crash if they are compiled with gcc5 (QTBUG-45755)
  1172. * Thu May 07 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-15
  1173. - try harder to avoid doc/multilib conflicts (#1212750)
  1174. * Wed May 06 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-14
  1175. - Shortcuts with KeypadModifier not working (QTBUG-33093,#1219173)
  1176. * Tue May 05 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-13
  1177. - backport: data corruption in QNetworkAccessManager
  1178. * Fri May 01 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.4.1-12
  1179. - backport a couple more upstream fixes
  1180. - introduce -common noarch subpkg, should help multilib issues
  1181. * Sat Apr 25 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-11
  1182. - port qtdbusconnection_no_debug.patch from qt(4)
  1183. * Fri Apr 17 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-10
  1184. - -examples: include %%{_qt5_docdir}/qdoc/examples-manifest.xml (#1212750)
  1185. * Mon Apr 13 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-9
  1186. - Multiple Vulnerabilities in Qt Image Format Handling (CVE-2015-1860 CVE-2015-1859 CVE-2015-1858)
  1187. * Fri Apr 10 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.4.1-8
  1188. - -dbus=runtime on el6 (#1196359)
  1189. - %%build: -no-directfb
  1190. * Wed Apr 01 2015 Daniel Vrátil <dvratil@redhat.com> - 5.4.1-7
  1191. - drop 5.5 XCB patches, the rebase is incomplete and does not work properly with Qt 5.4
  1192. * Mon Mar 30 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-6
  1193. - Crash due to unsafe access to QTextLayout::lineCount (#1207279,QTBUG-43562)
  1194. * Mon Mar 30 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-5
  1195. - unable to use input methods in ibus-1.5.10 (#1203575)
  1196. * Wed Mar 25 2015 Daniel Vrátil <dvratil@redhat.com> - 5.4.1-4
  1197. - pull in set of upstream Qt 5.5 fixes and improvements for XCB screen handling rebased to 5.4
  1198. * Fri Feb 27 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.4.1-3
  1199. - pull in handful of upstream fixes, particularly...
  1200. - Fix a division by zero when processing malformed BMP files (QTBUG-44547, CVE-2015-0295)
  1201. * Wed Feb 25 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-2
  1202. - try bootstrap=1 (f23)
  1203. * Tue Feb 24 2015 Jan Grulich <jgrulich@redhat.com> 5.4.1-1
  1204. - update to 5.4.1
  1205. * Mon Feb 16 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-13
  1206. - -no-use-gold-linker (f22+, #1193044)
  1207. * Thu Feb 12 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-12
  1208. - own %%{_qt5_plugindir}/{designer,iconengines,script,styles}
  1209. * Thu Feb 05 2015 David Tardon <dtardon@redhat.com> - 5.4.0-11
  1210. - full build after ICU soname bump
  1211. * Wed Feb 04 2015 Petr Machata <pmachata@redhat.com> - 5.4.0-10
  1212. - Bump for rebuild.
  1213. * Sat Jan 31 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-9
  1214. - crashes when connecting/disconnecting displays (#1083664,QTBUG-42985)
  1215. * Tue Jan 27 2015 David Tardon <dtardon@redhat.com> - 5.4.0-8
  1216. - full build
  1217. * Mon Jan 26 2015 David Tardon <dtardon@redhat.com> - 5.4.0-7
  1218. - rebuild for ICU 54.1
  1219. * Sun Jan 18 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-6
  1220. - fix %%pre scriptlet
  1221. * Sat Jan 17 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-5
  1222. - ship /etc/xdg/qtchooser/5.conf alternative instead (of qt5.conf)
  1223. * Wed Dec 17 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-4
  1224. - workaround 'make docs' crasher on el6 (QTBUG-43057)
  1225. * Thu Dec 11 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-3
  1226. - don't omit examples for bootstrap (needs work)
  1227. * Wed Dec 10 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-2
  1228. - fix bootstrapping logic
  1229. * Wed Dec 10 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-1
  1230. - 5.4.0 (final)
  1231. * Fri Nov 28 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.8.rc
  1232. - restore font rendering patch (#1052389,QTBUG-41590)
  1233. * Thu Nov 27 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.7.rc
  1234. - 5.4.0-rc
  1235. * Wed Nov 12 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.6.beta
  1236. - add versioned Requires: libxkbcommon dep
  1237. * Tue Nov 11 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.5.beta
  1238. - pull in slightly different upstreamed font rendering fix (#1052389,QTBUG-41590)
  1239. * Mon Nov 10 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.4.beta
  1240. - Bad font rendering (#1052389,QTBUG-41590)
  1241. * Mon Nov 03 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.3.beta
  1242. - macros.qt5: +%%qmake_qt5 , to help set standard build flags (CFLAGS, etc...)
  1243. * Wed Oct 22 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.4.0-0.2.beta
  1244. - -gui: don't require gtk2 (__requires_exclude_from platformthemes) (#1154884)
  1245. * Sat Oct 18 2014 Rex Dieter <rdieter@fedoraproject.org> - 5.4.0-0.1.beta
  1246. - 5.4.0-beta
  1247. - avoid extra -devel deps by moving *Plugin.cmake files to base pkgs
  1248. - support bootstrap macro, to disable -doc,-examples
  1249. * Mon Oct 13 2014 Jan Grulich <jgrulich@redhat.com> 5.3.2-3
  1250. - QFileDialog: implement getOpenFileUrl and friends for real
  1251. * Thu Oct 09 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.2-2
  1252. - use linux-g++ platform unconditionally
  1253. * Thu Oct 09 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> 5.3.2-1.1
  1254. - F20: require libxkbcommon >= 0.4.1, only patch for the old libxcb
  1255. * Tue Sep 16 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.2-1
  1256. - 5.3.2
  1257. * Wed Aug 27 2014 David Tardon <dtardon@redhat.com> - 5.3.1-8
  1258. - do a normal build with docs
  1259. * Tue Aug 26 2014 David Tardon <dtardon@redhat.com> - 5.3.1-7
  1260. - rebuild for ICU 53.1
  1261. * Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.1-6
  1262. - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
  1263. * Thu Jul 24 2014 Rex Dieter <rdieter@fedoraproject.org> - 5.3.1-5
  1264. - drop dep on xorg-x11-xinit (own shared dirs instead)
  1265. - fix/improve qtchooser support using alternatives (#1122316)
  1266. * Mon Jun 30 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> 5.3.1-4
  1267. - support the old versions of libxcb and libxkbcommon in F19 and F20
  1268. - don't use the bundled libxkbcommon
  1269. * Mon Jun 30 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.1-3
  1270. - -devel: Requires: pkgconfig(egl)
  1271. * Fri Jun 27 2014 Jan Grulich <jgrulich@redhat.com> - 5.3.1-2
  1272. - Prefer QPA implementation in qsystemtrayicon_x11 if available
  1273. * Tue Jun 17 2014 Jan Grulich <jgrulich@redhat.com> - 5.3.1-1
  1274. - 5.3.1
  1275. * Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.0-7
  1276. - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
  1277. * Fri May 30 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.0-6
  1278. - %%ix86: build -no-sse2 (#1103185)
  1279. * Tue May 27 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.0-5
  1280. - BR: pkgconfig(xcb-xkb) > 1.10 (f21+)
  1281. - allow possibility for libxkbcommon-0.4.x only
  1282. * Fri May 23 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.0-4
  1283. - -system-libxkbcommon (f21+)
  1284. * Thu May 22 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.0-3
  1285. - qt5-qtbase-5.3.0-2.fc21 breaks keyboard input (#1100213)
  1286. * Wed May 21 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.0-2
  1287. - limit -reduce-relocations to %%ix86 x86_64 archs (QTBUG-36129)
  1288. * Wed May 21 2014 Jan Grulich <jgrulich@redhat.com> 5.3.0-1
  1289. - 5.3.0
  1290. * Thu Apr 24 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-8
  1291. - DoS vulnerability in the GIF image handler (QTBUG-38367)
  1292. * Wed Mar 26 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-7
  1293. - support ppc64le multilib (#1080629)
  1294. * Wed Mar 12 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> 5.2.1-6
  1295. - reenable documentation
  1296. * Sat Mar 08 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> 5.2.1-5
  1297. - make the QMAKE_STRIP sed not sensitive to whitespace (see #1074041 in Qt 4)
  1298. * Tue Feb 18 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-4
  1299. - undefine QMAKE_STRIP (and friends), so we get useful -debuginfo pkgs (#1065636)
  1300. * Wed Feb 12 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-3
  1301. - bootstrap for libicu bump
  1302. * Wed Feb 05 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-2
  1303. - qconfig.pri: +alsa +kms +pulseaudio +xcb-sm
  1304. * Wed Feb 05 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-1
  1305. - 5.2.1
  1306. * Sat Feb 01 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-11
  1307. - better %%rpm_macros_dir handling
  1308. * Wed Jan 29 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.2.0-10
  1309. - fix the allow-forcing-llvmpipe patch to patch actual caller of __glXInitialize
  1310. * Wed Jan 29 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.2.0-9
  1311. - use software OpenGL (llvmpipe) if the hardware driver doesn't support OpenGL 2
  1312. * Tue Jan 28 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-8
  1313. - (re)enable -docs
  1314. * Mon Jan 27 2014 Rex Dieter <rdieter@fedoraproject.org> - 5.2.0-7
  1315. - unconditionally enable freetype lcd_filter
  1316. - (temp) disable docs (libxcb bootstrap)
  1317. * Sun Jan 26 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-6
  1318. - fix %%_qt5_examplesdir macro
  1319. * Sat Jan 25 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-5
  1320. - -examples subpkg
  1321. * Mon Jan 13 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.2.0-4
  1322. - fix QTBUG-35459 (too low entityCharacterLimit=1024 for CVE-2013-4549)
  1323. - fix QTBUG-35460 (error message for CVE-2013-4549 is misspelled)
  1324. - reenable docs on Fedora (accidentally disabled)
  1325. * Mon Jan 13 2014 Rex Dieter <rdieter@fedoraproject.org> - 5.2.0-3
  1326. - move sql build deps into subpkg sections
  1327. - macro'ize ibase,tds support (disabled on rhel)
  1328. * Thu Jan 02 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-2
  1329. - -devel: qtsql apparently wants all drivers available at buildtime
  1330. * Thu Dec 12 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-1
  1331. - 5.2.0
  1332. * Fri Dec 06 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.12.rc1
  1333. - qt5-base-devel.x86_64 qt5-base-devel.i686 file conflict qconfig.h (#1036956)
  1334. * Thu Dec 05 2013 Rex Dieter <rdieter@fedoraproject.org> - 5.2.0-0.11.rc1
  1335. - needs a minimum version on sqlite build dependency (#1038617)
  1336. - fix build when doc macro not defined
  1337. * Mon Dec 02 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.10.rc1
  1338. - 5.2.0-rc1
  1339. - revert/omit recent egl packaging changes
  1340. - -doc install changes-5.* files here (#989149)
  1341. * Tue Nov 26 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.8.beta1.20131108_141
  1342. - Install changes-5.x.y file (#989149)
  1343. * Mon Nov 25 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.7.beta1.20131108_141
  1344. - enable -doc only on primary archs (allow secondary bootstrap)
  1345. * Fri Nov 22 2013 Lubomir Rintel <lkundrak@v3.sk> 5.2.0-0.6.beta1.20131108_141
  1346. - Enable EGL support
  1347. * Sat Nov 09 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.5.beta1.20131108_141
  1348. - 2013-11-08_141 snapshot, arm switch qreal double
  1349. * Thu Oct 24 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.4.beta1
  1350. - 5.2.0-beta1
  1351. * Wed Oct 16 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.3.alpha
  1352. - disable -docs (for ppc bootstrap mostly)
  1353. * Wed Oct 16 2013 Lukáš Tinkl <ltinkl@redhat.com> - 5.2.0-0.2.alpha
  1354. - Fixes #1005482 - qtbase FTBFS on ppc/ppc64
  1355. * Tue Oct 01 2013 Rex Dieter <rdieter@fedoraproject.org> - 5.2.0-0.1.alpha
  1356. - 5.2.0-alpha
  1357. - -system-harfbuzz
  1358. - rename subpkg -x11 => -gui
  1359. - move some gui-related plugins base => -gui
  1360. - don't use symlinks in %%_qt5_bindir (more qtchooser-friendly)
  1361. * Fri Sep 27 2013 Rex Dieter <rdieter@fedoraproject.org> - 5.1.1-6
  1362. - -doc subpkg (not enabled)
  1363. - enable %%check
  1364. * Mon Sep 23 2013 Dan Horák <dan[at]danny.cz> - 5.1.1-5
  1365. - fix big endian builds
  1366. * Wed Sep 11 2013 Rex Dieter <rdieter@fedoraproject.org> 5.1.1-4
  1367. - macros.qt5: use newer location, use unexpanded macros
  1368. * Sat Sep 07 2013 Rex Dieter <rdieter@fedoraproject.org> 5.1.1-3
  1369. - ExcludeArch: ppc64 ppc (#1005482)
  1370. * Fri Sep 06 2013 Rex Dieter <rdieter@fedoraproject.org> 5.1.1-2
  1371. - BR: pkgconfig(libudev) pkgconfig(xkbcommon) pkgconfig(xcb-xkb)
  1372. * Tue Aug 27 2013 Rex Dieter <rdieter@fedoraproject.org> 5.1.1-1
  1373. - 5.1.1
  1374. * Sat Aug 03 2013 Petr Pisar <ppisar@redhat.com> - 5.0.2-8
  1375. - Perl 5.18 rebuild
  1376. * Tue Jul 30 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.2-7
  1377. - enable qtchooser support
  1378. * Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 5.0.2-6
  1379. - Perl 5.18 rebuild
  1380. * Wed May 08 2013 Than Ngo <than@redhat.com> - 5.0.2-5
  1381. - add poll support, thanks to fweimer@redhat.com (QTBUG-27195)
  1382. * Thu Apr 18 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.2-4
  1383. - respin lowmem patch to apply (unconditionally) to gcc-4.7.2 too
  1384. * Fri Apr 12 2013 Dan Horák <dan[at]danny.cz> - 5.0.2-3
  1385. - rebase the lowmem patch
  1386. * Wed Apr 10 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.2-2
  1387. - more cmake_path love (#929227)
  1388. * Wed Apr 10 2013 Rex Dieter <rdieter@fedoraproject.org> - 5.0.2-1
  1389. - 5.0.2
  1390. - fix cmake config (#929227)
  1391. * Tue Apr 02 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.2-0.1.rc1
  1392. - 5.0.2-rc1
  1393. * Sat Mar 16 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.1-6
  1394. - pull in upstream gcc-4.8.0 buildfix
  1395. * Tue Feb 26 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.1-5
  1396. - -static subpkg, Requires: fontconfig-devel,glib2-devel,zlib-devel
  1397. - -devel: Requires: pkgconfig(gl)
  1398. * Mon Feb 25 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.1-4
  1399. - create/own %%{_qt5_plugindir}/iconengines
  1400. - -devel: create/own %%{_qt5_archdatadir}/mkspecs/modules
  1401. - cleanup .prl
  1402. * Sat Feb 23 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.1-3
  1403. - +%%_qt5_libexecdir
  1404. * Sat Feb 23 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.1-2
  1405. - macros.qt5: fix %%_qt5_headerdir, %%_qt5_datadir, %%_qt5_plugindir
  1406. * Thu Jan 31 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.1-1
  1407. - 5.0.1
  1408. - lowmem patch for %%arm, s390
  1409. * Wed Jan 30 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.0-4
  1410. - %%build: -system-pcre, BR: pkgconfig(libpcre)
  1411. - use -O1 optimization on lowmem (s390) arch
  1412. * Thu Jan 24 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.0-3
  1413. - enable (non-conflicting) qtchooser support
  1414. * Wed Jan 09 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.0-2
  1415. - add qtchooser support (disabled by default)
  1416. * Wed Dec 19 2012 Rex Dieter <rdieter@fedoraproject.org> 5.0.0-1
  1417. - 5.0 (final)
  1418. * Thu Dec 13 2012 Rex Dieter <rdieter@fedoraproject.org> 5.0.0-0.4.rc2
  1419. - 5.0-rc2
  1420. - initial try at putting non-conflicting binaries in %%_bindir
  1421. * Thu Dec 06 2012 Rex Dieter <rdieter@fedoraproject.org> 5.0.0-0.3.rc1
  1422. - 5.0-rc1
  1423. * Wed Nov 28 2012 Rex Dieter <rdieter@fedoraproject.org> 5.0.0-0.2.beta2
  1424. - qtbase --> qt5-qtbase
  1425. * Mon Nov 19 2012 Rex Dieter <rdieter@fedoraproject.org> 5.0.0-0.1.beta2
  1426. - %%build: -accessibility
  1427. - macros.qt5: +%%_qt5_archdatadir +%%_qt5_settingsdir
  1428. - pull in a couple more configure-related upstream patches
  1429. * Wed Nov 14 2012 Rex Dieter <rdieter@fedoraproject.org> 5.0.0-0.0.beta2
  1430. - first try