Hello community,
here is the log from the commit of package libqt5-qtconnectivity for
openSUSE:Factory checked in at 2019-09-09 12:29:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtconnectivity (Old)
and /work/SRC/openSUSE:Factory/.libqt5-qtconnectivity.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqt5-qtconnectivity"
Mon Sep 9 12:29:32 2019 rev:23 rq:729201 version:5.13.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/libqt5-qtconnectivity/libqt5-qtconnectivity.changes
2019-06-28 16:27:40.362037084 +0200
+++
/work/SRC/openSUSE:Factory/.libqt5-qtconnectivity.new.7948/libqt5-qtconnectivity.changes
2019-09-09 12:29:35.401618421 +0200
@@ -1,0 +2,15 @@
+Fri Sep 6 08:03:26 UTC 2019 - Fabian Vogt <[email protected]>
+
+- Update to 5.13.1:
+ * New bugfix release
+ * For more details please see:
+ *
http://code.qt.io/cgit/qt/qtconnectivity.git/plain/dist/changes-5.13.1/?h=v5.13.1
+
+-------------------------------------------------------------------
+Wed Jul 3 10:05:28 UTC 2019 - Fabian Vogt <[email protected]>
+
+- Link from Qt bindir into %_bindir, not the other way around to fix
+ applicationDirPath called from Qt binaries
+- Add -qt5 suffix to all binaries in %_bindir
+
+-------------------------------------------------------------------
Old:
----
qtconnectivity-everywhere-src-5.13.0.tar.xz
New:
----
qtconnectivity-everywhere-src-5.13.1.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libqt5-qtconnectivity.spec ++++++
--- /var/tmp/diff_new_pack.9xps5G/_old 2019-09-09 12:29:36.573616902 +0200
+++ /var/tmp/diff_new_pack.9xps5G/_new 2019-09-09 12:29:36.577616896 +0200
@@ -19,11 +19,11 @@
%define qt5_snapshot 0
%define libname libQt5Bluetooth5
%define base_name libqt5
-%define real_version 5.13.0
-%define so_version 5.13.0
-%define tar_version qtconnectivity-everywhere-src-5.13.0
+%define real_version 5.13.1
+%define so_version 5.13.1
+%define tar_version qtconnectivity-everywhere-src-5.13.1
Name: libqt5-qtconnectivity
-Version: 5.13.0
+Version: 5.13.1
Release: 0
Summary: Qt 5 Nfc Addon
License: LGPL-2.1-with-Qt-Company-Qt-exception-1.1 or LGPL-3.0-only
@@ -150,12 +150,13 @@
# kill .la files
rm -f %{buildroot}%{_libqt5_libdir}/lib*.la
-# put all the binaries to %%_bindir, add -qt5 suffix, and symlink them back to
%%_qt5_bindir
+# Link all the binaries with -qt5 suffix to %{_bindir}
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_libqt5_bindir}
for i in * ; do
- mv $i ../../../bin/
- ln -s ../../../bin/$i .
+ # No conflict with Qt4, so keep the original name for compatibility
+ ln -s %{_libqt5_bindir}/$i %{buildroot}%{_bindir}/${i}
+ ln -s %{_libqt5_bindir}/$i %{buildroot}%{_bindir}/${i}-qt5
done
popd
++++++ qtconnectivity-everywhere-src-5.13.0.tar.xz ->
qtconnectivity-everywhere-src-5.13.1.tar.xz ++++++
++++ 14146 lines of diff (skipped)