Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
:
playground
>
opt-libqt4-47
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 5
[-]
[+]
Changed
libqt4.spec
@@ -84,7 +84,7 @@ Source14: assistant.png Source15: designer.png Source16: linguist.png -Source17: qt-4.8-env.sh +Source17: qt-4.7-env.sh Patch2: qt-never-strip.diff Patch3: plastik-default.diff Patch6: use-freetype-default.diff @@ -539,12 +539,12 @@ install -m 755 %{SOURCE17} $RPM_BUILD_ROOT/%_bindir/ %ifarch x86_64 - sed -i "s/lib/lib64/g" $RPM_BUILD_ROOT/%_bindir/qt-4.8-env.sh + sed -i "s/lib/lib64/g" $RPM_BUILD_ROOT/%_bindir/qt-4.7-env.sh %endif pushd $RPM_BUILD_ROOT/%_bindir -ln -s qt-4.8-env.sh designer-wrapper -ln -s qt-4.8-env.sh linguist-wrapper -ln -s qt-4.8-env.sh qtconfig-wrapper +ln -s qt-4.7-env.sh designer-wrapper +ln -s qt-4.7-env.sh linguist-wrapper +ln -s qt-4.7-env.sh qtconfig-wrapper popd # @@ -605,10 +605,10 @@ %files %defattr(-,root,root,755) -%doc LICENSE.LGPL LICENSE.FDL LGPL_EXCEPTION.txt LICENSE.GPL3 changes-4.8.4 README +%doc LICENSE.LGPL LICENSE.FDL LGPL_EXCEPTION.txt LICENSE.GPL3 changes-4.7.4 README %dir %_prefix %dir %_bindir -%_bindir/qt-4.8-env.sh +%_bindir/qt-4.7-env.sh %dir %_libdir %dir %_libdir/qt4 %dir %_datadir @@ -836,1123 +836,3 @@ %endif %changelog -* Fri Oct 4 2013 freitag@owncloud.com -- remove documentation from build. -* Fri Nov 30 2012 stephan.binner@basyskom.com -- update to 4.8.4 final release -* Thu Nov 15 2012 stephan.binner@basyskom.com -- update to 4.8.4 release candidate 3 -* Mon Nov 12 2012 stephan.binner@basyskom.com -- update to 4.8.4 release candidate 2 -* Thu Oct 25 2012 stephan.binner@basyskom.com -- update to 4.8.4 release candidate -* Wed Sep 12 2012 stephan.binner@basyskom.com -- update to 4.8.3 release candidate 2 -* Fri Sep 7 2012 stephan.binner@basyskom.com -- update to 4.8.3 release candidate -* Tue May 15 2012 stephan.binner@basyskom.com -- update to 4.8.2 release -* Wed Mar 28 2012 stephan.binner@basyskom.com -- update to 4.8.1 release -* Thu Dec 15 2011 stephan.binner@basyskom.com -- update to 4.8 release -* Mon Oct 24 2011 stephan.binner@basyskom.com -- update to 4.8 release candidate -* Sun Oct 2 2011 stephan.binner@basyskom.de -- merge changes to build newer Qt Webkit from a seperate source -* Thu Sep 1 2011 stephan.binner@basyskom.de -- update to 4.7.4 -* Wed May 4 2011 dmueller@suse.de -- update to 4.7.3: - * bugfixes only - * [QTBUG-18338] blacklist fraudulent SSL certificates - * More details see included changes-4.7.3 file -* Mon Mar 28 2011 dmueller@suse.de -- blacklist fraudulently issued certificates: - http://www.comodo.com/Comodo-Fraud-Incident-2011-03-23.html -* Fri Mar 11 2011 dmueller@suse.de -- revert last change temporarily -* Wed Mar 9 2011 dmueller@suse.de -- remove Mesa-devel from libqt4-devel -* Thu Mar 3 2011 cgiboudeaux@gmail.com -- Add qtreeview-fix-QTBUG-16292.diff (picked from http://bugreports.qt.nokia.com/browse/QTBUG-16292) - Fixes a crash inside QTreeView::indexRowSizeHint when the index was already deleted - Will be part of Qt 4.7.3. - Fixes various KDE crashes in KMail(kde#219964), KPackageKit, amarok(kde#260303) -* Tue Mar 1 2011 dmueller@suse.de -- update to 4.7.2: - - Qt 4.7.2 is a bug-fix release. It maintains both forward and backward - compatibility (source and binary) with Qt 4.7.0. For more details, - refer to the online documentation included in this distribution. The - documentation is also available online: - http://qt.nokia.com/doc/4.7 - A detailed list of code fixes since 4.7.1 can be found in the - included changes-4.7.2 file. -- Removed upstreamed patches: - * fix-psql.diff - * push-glib-context.diff -* Thu Feb 3 2011 dmueller@suse.de -- add support for postgresql 8.3 and 9 (bnc#668210) -* Sat Dec 4 2010 ctrippe@gmx.net -- Make the print dialog use the cups default settings (bnc#552218) -* Mon Nov 29 2010 dmueller@suse.de -- remove QMAKE*FLAGS override (bnc#559808) -* Sat Nov 20 2010 dmueller@suse.de -- finalize package splitting -* Sat Nov 20 2010 dmueller@suse.de -- fix package splitting -- support glib 2.22 -* Thu Nov 11 2010 kruber@zib.de -- update to 4.7.1 (final): - - Qt 4.7.1 is a bug-fix release. It maintains both forward and backward - compatibility (source and binary) with Qt 4.7.0. For more details, - refer to the online documentation included in this distribution. The - documentation is also available online: - http://qt.nokia.com/doc/4.7 - A detailed list of code fixes since 4.7.0 can be found in the - included changes-4.7.1 file. -* Sun Sep 26 2010 dmueller@suse.de -- add patch to avoid jumps in QTreeViews when deleting the - current item -* Wed Sep 22 2010 dmueller@suse.de -- update to 4.7.0 (final): - * minor bugfixes over 4.7.0 RC1 -* Mon Sep 6 2010 coolo@novell.com -- fix file list in devel-doc -* Wed Sep 1 2010 dmueller@suse.de -- update to 4.7.0 RC1: - - Qt 4.7 introduces many new features and improvements as well as bugfixes - over the 4.6.x series. For more details, refer to the online documentation - included in this distribution. The documentation is also available online: - http://qt.nokia.com/doc/4.7 - A detailed list of code fixes since previous 4.7.0 Beta - can be found in the included changes-4.7.0 file. -* Tue Aug 3 2010 dmueller@suse.de -- fix buildrequires of libqt4-devel-doc -* Wed Jul 21 2010 dmueller@suse.de -- fix crash of QtWebKit with flash player 10.1 (bnc#613818) -* Wed Jul 14 2010 dmueller@suse.de -- fix endless loop in SSL code on error conditions (bnc#619089) -* Thu Jul 8 2010 jengelh@medozas.de -- SPARC64 compile fixes -* Thu Jul 1 2010 dmueller@suse.de -- remove 3rd party fonts (unused, bnc#616249) -* Fri Jun 18 2010 dmueller@suse.de -- fix fileconflicts -* Fri Jun 11 2010 bg@novell.com -- apply patches from debian to fix build for hppa -* Tue Jun 8 2010 dmueller@suse.de -- update to 4.6.3: - * forward and backward compatible bugfix update with a long - list of fixes, see included changes-4.6.3 - * remove upstreamed patches -* Wed Jun 2 2010 dmueller@suse.de -- fix handling of transparent monochromatic pixmaps (bnc#610578) -- reduce buildcompare failures triggered by rcc -* Wed May 19 2010 aj@suse.de -- Use changes date as build date to get reproduceable builds. -* Mon Apr 19 2010 dmueller@suse.de -- add fix-qdbus-signal-handling.diff (bnc#578988): - fixes dbus signals sometimes getting lost -* Sun Apr 11 2010 stefan.bruens@rwth-aachen.de -- fix printing of object-/className when QT_DEBUG_TIMER is set -* Thu Mar 25 2010 dmueller@suse.de -- fix patchlevel of last change -* Tue Mar 23 2010 dmueller@suse.de -- fix crash in QGtkStyle when no Gtk is available (bnc#580478) -* Wed Feb 17 2010 dmueller@suse.de -- update to 4.6.2: - * forward and backward compatible bugfix update with a long - list of fixes, see included changes-4.6.2 -* Sat Feb 13 2010 jengelh@medozas.de -- SPARC configuration support -- use %%_smp_mflags -* Wed Feb 3 2010 dmueller@suse.de -- fix QAtomic related corruptions on s390 (bnc#573503) -* Mon Feb 1 2010 dmueller@suse.de -- fix QSslCertificate::subjectInfo() (QtBug-6466) -* Wed Jan 20 2010 dmueller@suse.de -- update to 4.6.1: - * forward and backward compatible bugfix update with a long - list of fixes, see included changes-4.6.1 -* Sun Jan 10 2010 llunak@novell.com -- workaround for slow Konsole font rendering with nvidia -* Fri Jan 8 2010 llunak@novell.com -- move qhelpgenerator, qhelpconverter from -devel-doc to -devel -* Mon Dec 21 2009 dmueller@suse.de -- fix buildrequires -* Wed Dec 16 2009 jengelh@medozas.de -- add baselibs.conf as a source -* Sat Dec 12 2009 aj@suse.de -- Add libqt4-libtool-nodate.diff to not write date to libtool generated files. -* Fri Dec 4 2009 dmueller@suse.de -- fix filelist conflict libqt4-devel/libQtWebkit-devel -* Thu Dec 3 2009 dmueller@suse.de -- update to 4.6.0: - * for a detailed list of changes, see the included changes-4.6.0 -* Wed Dec 2 2009 kruber@zib.de -- fixed building of libqt4-devel-doc -* Fri Nov 13 2009 dmueller@suse.de