forked from pool/libqt5-qtgraphicaleffects
Accepting request 557387 from KDE:Qt5
Qt 5.10.0 OBS-URL: https://build.opensuse.org/request/show/557387 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtgraphicaleffects?expand=0&rev=26
This commit is contained in:
parent
c082e44e99
commit
f7d071b95f
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 8 23:11:46 UTC 2017 - christophe@krop.fr
|
||||
|
||||
- Update the license tag (boo#967696)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 7 12:18:08 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.10.0 final
|
||||
* New bugfix release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 3 14:12:51 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.10.0 RC 2
|
||||
* New bugfix release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 30 09:47:13 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.10.0 RC 1
|
||||
* New bugfix release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 25 12:46:37 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
@ -6,6 +29,31 @@ Sat Nov 25 12:46:37 UTC 2017 - fabian@ritter-vogt.de
|
||||
* For more details, see:
|
||||
http://code.qt.io/cgit/qt/qtgraphicaleffects.git/tree/dist/changes-5.9.3/?h=v5.9.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 15 11:41:46 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.10 Beta 4
|
||||
- Contains bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 2 07:22:26 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.10 Beta 3
|
||||
- Contains bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 30 16:19:26 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.10 Beta 2
|
||||
- Contains bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 9 16:17:25 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:05:55 UTC 2017 - lbeltrame@kde.org
|
||||
|
||||
@ -13,6 +61,14 @@ Sun Oct 8 14:05:55 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:
|
||||
* The effects are now functional also in core profile OpenGL contexts.
|
||||
- For more information visit:
|
||||
https://blog.qt.io/blog/2017/09/13/qt-5-10-alpha-released/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 1 08:15:16 UTC 2017 - lbeltrame@kde.org
|
||||
|
||||
@ -269,4 +325,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)
|
||||
|
||||
|
@ -19,17 +19,17 @@
|
||||
%define qt5_snapshot 0
|
||||
|
||||
Name: libqt5-qtgraphicaleffects
|
||||
Version: 5.9.3
|
||||
Version: 5.10.0
|
||||
Release: 0
|
||||
Summary: Qt 5 Graphical Effects
|
||||
License: BSD-3-Clause and (SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0)
|
||||
License: BSD-3-Clause and (LGPL-2.1-with-Qt-Company-Qt-exception-1.1 or LGPL-3.0-with-Qt-Company-Qt-exception-1.1)
|
||||
Group: Development/Libraries/X11
|
||||
Url: https://www.qt.io
|
||||
%define base_name libqt5
|
||||
%define real_version 5.9.3
|
||||
%define so_version 5.9.3
|
||||
%define tar_version qtgraphicaleffects-opensource-src-%{real_version}
|
||||
Source: https://download.qt.io/official_releases/qt/5.9/%{real_version}/submodules/%{tar_version}.tar.xz
|
||||
%define real_version 5.10.0
|
||||
%define so_version 5.10.0
|
||||
%define tar_version qtgraphicaleffects-everywhere-src-5.10.0
|
||||
Source: https://download.qt.io/official_releases/qt/5.10/%{real_version}/submodules/%{tar_version}.tar.xz
|
||||
BuildRequires: libqt5-qtdeclarative-devel >= %{version}
|
||||
BuildRequires: libqt5-qtdeclarative-private-headers-devel >= %{version}
|
||||
%if %qt5_snapshot
|
||||
@ -48,7 +48,7 @@ This package contains base tools, like string, xml, and network
|
||||
handling.
|
||||
|
||||
%prep
|
||||
%setup -q -n qtgraphicaleffects-opensource-src-%{real_version}
|
||||
%setup -q -n %{tar_version}
|
||||
|
||||
%build
|
||||
%if %qt5_snapshot
|
||||
|
3
qtgraphicaleffects-everywhere-src-5.10.0.tar.xz
Normal file
3
qtgraphicaleffects-everywhere-src-5.10.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:97b969112f21161fc924c1b1c98f1dad2bf7027e31b27ea9eec532db7b045e30
|
||||
size 14513884
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:790b029bc8bdbb5c9548ecad2ff6e73b7da3deabbdba6bacac4a6aacd3a0f0d9
|
||||
size 14480348
|
Loading…
Reference in New Issue
Block a user