forked from pool/libqt5-qtx11extras
Accepting request 557415 from KDE:Qt5
Qt 5.10.0 OBS-URL: https://build.opensuse.org/request/show/557415 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtx11extras?expand=0&rev=28
This commit is contained in:
parent
ee6c17f88a
commit
f5305f2745
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 8 23:15:29 UTC 2017 - christophe@krop.fr
|
||||
|
||||
- Update the license tag (boo#967696)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 7 12:18:18 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.10.0 final
|
||||
* New bugfix release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 3 14:13:05 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.10.0 RC 2
|
||||
* New bugfix release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 30 09:47:23 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.10.0 RC 1
|
||||
* New bugfix release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 25 12:46:53 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
@ -6,6 +29,31 @@ Sat Nov 25 12:46:53 UTC 2017 - fabian@ritter-vogt.de
|
||||
* For more details, see:
|
||||
http://code.qt.io/cgit/qt/qtx11extras.git/tree/dist/changes-5.9.3/?h=v5.9.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 15 11:41:58 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.10 Beta 4
|
||||
- Contains bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 2 07:23:07 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.10 Beta 3
|
||||
- Contains bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 30 16:19:47 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.10 Beta 2
|
||||
- Contains bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 9 16:17:50 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:20:21 UTC 2017 - lbeltrame@kde.org
|
||||
|
||||
@ -13,6 +61,15 @@ Sun Oct 8 14:20:21 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:
|
||||
* Added new peekEventQueue() API to peek into the XCB event queue.
|
||||
This enables porting certain Qt4-based applications to Qt5 (those using Xlib's event handling functions to peek into the X11 event queue).
|
||||
- For more information visit:
|
||||
https://blog.qt.io/blog/2017/09/13/qt-5-10-alpha-released/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 1 08:16:23 UTC 2017 - lbeltrame@kde.org
|
||||
|
||||
@ -225,4 +282,3 @@ Mon May 20 20:00:00 UTC 2013 - stephan.binner@basyskom.com
|
||||
Tue Apr 9 20:00:00 UTC 2013 - stephan.binner@basyskom.com
|
||||
|
||||
- initial package for Qt 5.1 Alpha 1
|
||||
|
||||
|
@ -21,13 +21,13 @@
|
||||
%define libname libQt5X11Extras5
|
||||
|
||||
Name: libqt5-qtx11extras
|
||||
Version: 5.9.3
|
||||
Version: 5.10.0
|
||||
Release: 0
|
||||
%define base_name libqt5
|
||||
%define real_version 5.9.3
|
||||
%define so_version 5.9.3
|
||||
%define tar_version qtx11extras-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 qtx11extras-everywhere-src-5.10.0
|
||||
Source: https://download.qt.io/official_releases/qt/5.10/%{real_version}/submodules/%{tar_version}.tar.xz
|
||||
Source1: baselibs.conf
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: libQt5Gui-private-headers-devel >= %{version}
|
||||
@ -39,7 +39,7 @@ BuildRequires: perl
|
||||
BuildRequires: xz
|
||||
Url: https://www.qt.io
|
||||
Summary: Qt 5 X11 Extras Addon
|
||||
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: Development/Libraries/X11
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -50,7 +50,7 @@ deployed across several other desktop and embedded operating systems
|
||||
without having to rewrite the source code.)
|
||||
|
||||
%prep
|
||||
%setup -q -n qtx11extras-opensource-src-%{real_version}
|
||||
%setup -q -n %{tar_version}
|
||||
|
||||
%package -n %libname
|
||||
Summary: Qt 5 X11 Extras Addon
|
||||
@ -92,12 +92,12 @@ rm -f %{buildroot}%{_libqt5_libdir}/lib*.la
|
||||
|
||||
%files -n %libname
|
||||
%defattr(-,root,root,755)
|
||||
%doc LGPL_EXCEPTION.txt LICENSE.*
|
||||
%doc LICENSE.*
|
||||
%{_libqt5_libdir}/libQt5X11Extras.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,755)
|
||||
%doc LGPL_EXCEPTION.txt LICENSE.*
|
||||
%doc LICENSE.*
|
||||
%{_libqt5_includedir}/QtX11Extras
|
||||
%{_libqt5_libdir}/cmake/Qt5X11Extras
|
||||
%{_libqt5_libdir}/libQt5X11Extras.prl
|
||||
|
3
qtx11extras-everywhere-src-5.10.0.tar.xz
Normal file
3
qtx11extras-everywhere-src-5.10.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb79e744b122d5705e7a7b86ee1243a5095c8923377a1d0f6e8c630988025786
|
||||
size 101216
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e4e0bf8cbb629758ab85b72d240d7424642482f602ce414e06deef4e147bf2be
|
||||
size 76612
|
Loading…
Reference in New Issue
Block a user