Hello community,

here is the log from the commit of package libqt5-qtsensors for 
openSUSE:Factory checked in at 2019-06-28 16:29:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtsensors (Old)
 and      /work/SRC/openSUSE:Factory/.libqt5-qtsensors.new.4615 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqt5-qtsensors"

Fri Jun 28 16:29:33 2019 rev:38 rq:711193 version:5.13.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libqt5-qtsensors/libqt5-qtsensors.changes        
2019-04-26 22:53:25.349354868 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtsensors.new.4615/libqt5-qtsensors.changes  
    2019-06-28 16:29:34.458209513 +0200
@@ -1,0 +2,33 @@
+Wed Jun 19 11:24:26 UTC 2019 - [email protected]
+
+- 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 <[email protected]>
+
+- Update the license for the example subpackage
+
+-------------------------------------------------------------------
+Thu Jun 13 20:33:15 UTC 2019 - Fabian Vogt <[email protected]>
+
+- Update License tag, no Qt Company exception involved
+
+-------------------------------------------------------------------
+Tue Jun  4 07:25:04 UTC 2019 - [email protected]
+
+- Update to 5.13.0-rc:
+  * New bugfix release
+  * No changelog available
+
+-------------------------------------------------------------------
+Mon Apr 29 09:16:53 UTC 2019 - [email protected]
+
+- Update to 5.13.0-beta2:
+  * New bugfix release
+  * No changelog available
+
+-------------------------------------------------------------------
@@ -9,0 +43,8 @@
+Thu Mar 21 10:26:13 UTC 2019 - [email protected]
+
+- 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
+
+-------------------------------------------------------------------
@@ -470,0 +512 @@
+

Old:
----
  qtsensors-everywhere-src-5.12.3.tar.xz

New:
----
  qtsensors-everywhere-src-5.13.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libqt5-qtsensors.spec ++++++
--- /var/tmp/diff_new_pack.IH4swH/_old  2019-06-28 16:29:35.298210782 +0200
+++ /var/tmp/diff_new_pack.IH4swH/_new  2019-06-28 16:29:35.298210782 +0200
@@ -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 @@
 %prep
 %setup -q -n %{tar_version}
 
-%package -n %libname
+%package -n %{libname}
 Summary:        Qt 5 Sensors library
 Group:          System/Libraries
 %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)
-# imports splited with 5.4.1
-Conflicts:      %libname < 5.4.1
 %requires_ge libQtQuick5
+Supplements:    packageand(%{libname}:libQtQuick5)
+# imports splited with 5.4.1
+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 @@
 %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 @@
 %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 @@
 
 %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 @@
 
 %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 @@
 
 %files examples
 %defattr(-,root,root,755)
-%doc LICENSE.*
 %{_libqt5_examplesdir}/
 
 %changelog

++++++ qtsensors-everywhere-src-5.12.3.tar.xz -> 
qtsensors-everywhere-src-5.13.0.tar.xz ++++++
++++ 4812 lines of diff (skipped)


Reply via email to