Accepting request 711193 from KDE:Qt:5.13

Qt 5.13.0

OBS-URL: https://build.opensuse.org/request/show/711193
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtsensors?expand=0&rev=38
This commit is contained in:
Dominique Leuenberger 2019-06-28 14:29:33 +00:00 committed by Git OBS Bridge
parent e95ea557b5
commit aa4a19ba1f
4 changed files with 77 additions and 38 deletions

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Wed Jun 19 11:24:26 UTC 2019 - fabian@ritter-vogt.de
- Update to 5.13.0:
* New bugfix release
* No changelog available
* For more details about Qt 5.13 please see:
* http://code.qt.io/cgit/qt/qtsensors.git/plain/dist/changes-5.13.0/?h=5.13
-------------------------------------------------------------------
Fri Jun 14 10:51:21 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Update the license for the example subpackage
-------------------------------------------------------------------
Thu Jun 13 20:33:15 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
- Update License tag, no Qt Company exception involved
-------------------------------------------------------------------
Tue Jun 4 07:25:04 UTC 2019 - fabian@ritter-vogt.de
- Update to 5.13.0-rc:
* New bugfix release
* No changelog available
-------------------------------------------------------------------
Mon Apr 29 09:16:53 UTC 2019 - fabian@ritter-vogt.de
- Update to 5.13.0-beta2:
* New bugfix release
* No changelog available
-------------------------------------------------------------------
Thu Apr 18 07:27:29 UTC 2019 - fabian@ritter-vogt.de
@ -6,6 +39,14 @@ Thu Apr 18 07:27:29 UTC 2019 - fabian@ritter-vogt.de
* For more details please see:
* http://code.qt.io/cgit/qt/qtsensors.git/plain/dist/changes-5.12.3/?h=v5.12.3
-------------------------------------------------------------------
Thu Mar 21 10:26:13 UTC 2019 - fabian@ritter-vogt.de
- Update to 5.13.0-beta1:
* New feature release
* For more details about Qt 5.13 please see:
* http://code.qt.io/cgit/qt/qtsensors.git/plain/dist/changes-5.13.0/?h=5.13
-------------------------------------------------------------------
Thu Mar 14 08:51:45 UTC 2019 - fabian@ritter-vogt.de
@ -468,3 +509,4 @@ 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

View File

@ -1,7 +1,7 @@
#
# spec file for package libqt5-qtsensors
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,39 +12,37 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define qt5_snapshot 0
%define libname libQt5Sensors5
%define base_name libqt5
%define real_version 5.13.0
%define so_version 5.13.0
%define tar_version qtsensors-everywhere-src-5.13.0
Name: libqt5-qtsensors
Version: 5.12.3
Version: 5.13.0
Release: 0
Summary: Qt 5 Sensors library
License: LGPL-2.1-with-Qt-Company-Qt-exception-1.1 or LGPL-3.0-only
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-only)
Group: Development/Libraries/X11
Url: https://www.qt.io
%define base_name libqt5
%define real_version 5.12.3
%define so_version 5.12.3
%define tar_version qtsensors-everywhere-src-5.12.3
Source: https://download.qt.io/official_releases/qt/5.12/%{real_version}/submodules/%{tar_version}.tar.xz
Source: https://download.qt.io/official_releases/qt/5.13/%{real_version}/submodules/%{tar_version}.tar.xz
Source1: baselibs.conf
BuildRequires: fdupes
BuildRequires: libQt5Core-private-headers-devel >= %{version}
BuildRequires: pkgconfig
BuildRequires: xz
BuildRequires: pkgconfig(Qt5Core) >= %{version}
BuildRequires: pkgconfig(Qt5DBus) >= %{version}
BuildRequires: pkgconfig(Qt5Qml) >= %{version}
BuildRequires: pkgconfig(Qt5Quick) >= %{version}
%if %qt5_snapshot
%if %{qt5_snapshot}
#to create the forwarding headers
BuildRequires: perl
%endif
BuildRequires: xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
The Qt Sensors API provides access to sensor hardware via QML and C++
@ -54,25 +52,25 @@ recognition API for devices.
%prep
%setup -q -n %{tar_version}
%package -n %libname
%package -n %{libname}
Summary: Qt 5 Sensors library
Group: System/Libraries
%requires_ge libQt5Core5
%requires_ge libQt5Core5
%description -n %libname
%description -n %{libname}
The Qt Sensors API provides access to sensor hardware via QML and C++
interfaces. The Qt Sensors API also provides a motion gesture
recognition API for devices.
%package -n %libname-imports
%package -n %{libname}-imports
Summary: QML imports for the Qt 5 Sensors library
Group: System/Libraries
Supplements: packageand(%libname:libQtQuick5)
%requires_ge libQtQuick5
Supplements: packageand(%{libname}:libQtQuick5)
# imports splited with 5.4.1
Conflicts: %libname < 5.4.1
%requires_ge libQtQuick5
Conflicts: %{libname} < 5.4.1
%description -n %libname-imports
%description -n %{libname}-imports
Qt is a set of libraries for developing applications.
This package contains base tools, like string, xml, and network
@ -81,7 +79,7 @@ handling.
%package devel
Summary: Development files for the Qt 5 Sensors library
Group: Development/Libraries/X11
Requires: %libname = %{version}
Requires: %{libname} = %{version}
Provides: libQt5Sensors-devel = %{version}
Obsoletes: libQt5Sensors-devel < %{version}
@ -95,11 +93,11 @@ applications that want to make use of libQt5Sensors5.
%package private-headers-devel
Summary: Non-ABI stable experimental API for the Qt5 Sensors library
Group: Development/Libraries/C and C++
BuildArch: noarch
Requires: %{name}-devel = %{version}
Requires: libQt5Core-private-headers-devel >= %{version}
Provides: libQt5Sensors-private-headers-devel = %{version}
Obsoletes: libQt5Sensors-private-headers-devel < %{version}
BuildArch: noarch
%description private-headers-devel
This package provides private headers of libqt5-qtsensors that are normally
@ -109,18 +107,18 @@ the exact Qt version.
%package examples
Summary: Qt5 sensors examples
License: BSD-3-Clause
Group: Documentation/Other
Recommends: %{name}-devel
%description examples
Examples for libqt5-qtsensors module.
%post -n %libname -p /sbin/ldconfig
%postun -n %libname -p /sbin/ldconfig
%post -n %{libname} -p /sbin/ldconfig
%postun -n %{libname} -p /sbin/ldconfig
%build
%if %qt5_snapshot
%if %{qt5_snapshot}
#force the configure script to generate the forwarding headers (it checks whether .git directory exists)
mkdir .git
%endif
@ -135,26 +133,26 @@ rm -f %{buildroot}%{_libqt5_libdir}/lib*.la
%fdupes -s %{buildroot}%{_libqt5_examplesdir}
%files -n %libname
%files -n %{libname}
%defattr(-,root,root,755)
%doc LICENSE.*
%license LICENSE.*
%{_libqt5_libdir}/libQt5Sensors.so.*
%{_libqt5_plugindir}/sensors
%{_libqt5_plugindir}/sensorgestures
%files -n %libname-imports
%files -n %{libname}-imports
%defattr(-,root,root,755)
%doc LICENSE.*
%license LICENSE.*
%{_libqt5_archdatadir}/qml/QtSensors/
%files private-headers-devel
%defattr(-,root,root,755)
%doc LICENSE.*
%license LICENSE.*
%{_libqt5_includedir}/QtSensors/%{so_version}
%files devel
%defattr(-,root,root,755)
%doc LICENSE.*
%license LICENSE.*
%exclude %{_libqt5_includedir}/QtSensors/%{so_version}
%{_libqt5_includedir}/QtSensors
%{_libqt5_libdir}/cmake/Qt5Sensors
@ -165,7 +163,6 @@ rm -f %{buildroot}%{_libqt5_libdir}/lib*.la
%files examples
%defattr(-,root,root,755)
%doc LICENSE.*
%{_libqt5_examplesdir}/
%changelog

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7f63fedf60fdf110a3fc529568c7226d7acd59cc5eaee908f4d5a969e34005fc
size 2037212

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1fae52836c786a9fd50e9e1d590384b9aea479f4569e33fc2d69536bbe2cde48
size 2036004