Accepting request 558849 from KDE:Qt5
- Fix typo in -devel subpackage's Requires - Update the license tag (boo#967696) - Update to 5.10.0 final * New bugfix release - Update to 5.10.0 RC 2 * New bugfix release - Update to 5.10.0 RC 1 * New bugfix release - Add requires to the devel-doc package to enable building QCH documentation in other packages - Update to 5.10 Beta 4 - Contains bugfixes - Update to 5.10 Beta 3 - Contains bugfixes - Update to 5.10 Beta 2 - Contains bugfixes - Update to 5.10 Beta 1 - For more information visit: https://blog.qt.io/blog/2017/10/09/qt-5-10-beta-released/ - Update to 5.10 Alpha 1 OBS-URL: https://build.opensuse.org/request/show/558849 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtdoc?expand=0&rev=24
This commit is contained in:
parent
6ae3b3d5b4
commit
9c0fe2cf43
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 20 15:05:50 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Fix typo in -devel subpackage's Requires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 8 23:40:16 UTC 2017 - christophe@krop.fr
|
||||
|
||||
- Update the license tag (boo#967696)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 7 12:18:07 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.10.0 final
|
||||
* New bugfix release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 3 14:12:49 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.10.0 RC 2
|
||||
* New bugfix release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 30 09:47:12 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.10.0 RC 1
|
||||
* New bugfix release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 25 12:46:36 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
@ -6,12 +34,43 @@ Sat Nov 25 12:46:36 UTC 2017 - fabian@ritter-vogt.de
|
||||
* For more details, see:
|
||||
http://code.qt.io/cgit/qt/qtdoc.git/tree/dist/changes-5.9.3/?h=v5.9.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 21 10:41:45 UTC 2017 - tittiatcoke@gmail.com
|
||||
|
||||
- Add requires to the devel-doc package to enable
|
||||
building QCH documentation in other packages
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 15 11:41:45 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.10 Beta 4
|
||||
- Contains bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 2 13:20:13 UTC 2017 - tittiatcoke@gmail.com
|
||||
|
||||
- Actually build the html and QCH documentation files from source
|
||||
- Split in three separate packages (qch, html, devel)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 2 07:22:22 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.10 Beta 3
|
||||
- Contains bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 30 16:19:24 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.10 Beta 2
|
||||
- Contains bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 9 16:17:23 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.10 Beta 1
|
||||
- For more information visit:
|
||||
https://blog.qt.io/blog/2017/10/09/qt-5-10-beta-released/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 14:04:59 UTC 2017 - lbeltrame@kde.org
|
||||
|
||||
@ -19,6 +78,13 @@ Sun Oct 8 14:04:59 UTC 2017 - lbeltrame@kde.org
|
||||
* For more details please see:
|
||||
https://blog.qt.io/blog/2017/10/06/qt-5-9-2-released/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 25 14:42:37 CEST 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.10 Alpha 1
|
||||
- For more information visit:
|
||||
https://blog.qt.io/blog/2017/09/13/qt-5-10-alpha-released/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 1 08:13:50 UTC 2017 - lbeltrame@kde.org
|
||||
|
||||
@ -271,4 +337,3 @@ Fri Apr 13 13:22:38 UTC 2012 - stephan.binner@basyskom.com
|
||||
Thu Apr 5 09:56:15 UTC 2012 - dmueller@suse.com
|
||||
|
||||
- Initial packaging (Qt 5.0 Alpha)
|
||||
|
||||
|
@ -17,16 +17,16 @@
|
||||
# nodebuginfo
|
||||
|
||||
|
||||
%define real_version 5.9.3
|
||||
%define tar_version qt-everywhere-opensource-src-5.9.3
|
||||
%define real_version 5.10.0
|
||||
%define tar_version qt-everywhere-src-5.10.0
|
||||
Name: libqt5-qtdoc
|
||||
Version: 5.9.3
|
||||
Version: 5.10.0
|
||||
Release: 0
|
||||
Summary: Qt 5 API Documentation
|
||||
License: SUSE-LGPL-2.1-with-digia-exception-1.1 OR GPL-3.0
|
||||
License: LGPL-2.1-with-Qt-Company-Qt-exception-1.1 or LGPL-3.0-with-Qt-Company-Qt-exception-1.1
|
||||
Group: Documentation/Other
|
||||
URL: https://www.qt.io
|
||||
Source: https://download.qt.io/official_releases/qt/5.9/%{real_version}/single/%{tar_version}.tar.xz
|
||||
Source: https://download.qt.io/official_releases/qt/5.10/%{real_version}/single/%{tar_version}.tar.xz
|
||||
BuildRequires: alsa-devel
|
||||
BuildRequires: cups-devel
|
||||
BuildRequires: double-conversion-devel
|
||||
@ -106,7 +106,7 @@ This package contains the Qt API Documentation in QCH format, which can be used
|
||||
%package devel
|
||||
Summary: QDoc index files and doxygen tag files for Qt 5 API Documentation
|
||||
Group: Development/Tools/Doc Generators
|
||||
Requires: libqt5-qttools => %{verson}
|
||||
Requires: libqt5-qttools => %{version}
|
||||
Requires: doxygen
|
||||
|
||||
%description devel
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:57acd8f03f830c2d7dc29fbe28aaa96781b2b9bdddce94196e6761a0f88c6046
|
||||
size 407364020
|
3
qt-everywhere-src-5.10.0.tar.xz
Normal file
3
qt-everywhere-src-5.10.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:936d4cf5d577298f4f9fdb220e85b008ae321554a5fcd38072dc327a7296230e
|
||||
size 408346584
|
Loading…
Reference in New Issue
Block a user