qt5-qtserialbus 5.13.0-2 (i686;aarch64;armv7hnl;armv7hnl;aarch64) 2019-5501
9999

Status published
Submitter bero [@T] lindev.ch
Platform rolling
Repository main
URL https://abf.openmandriva.org/build_lists/566983
Packages
libqt5serialbus5-5.13.0-2.i686.binary
libqt5serialbus5-debuginfo-5.13.0-2.i686.debuginfo
libqt5serialbus-devel-5.13.0-2.i686.binary
libqt5serialbus-private-devel-5.13.0-2.i686.binary
qt5-qtserialbus-5.13.0-2.i686.binary
qt5-qtserialbus-5.13.0-2.i686.source
qt5-qtserialbus-debuginfo-5.13.0-2.i686.debuginfo
qt5-qtserialbus-examples-5.13.0-2.i686.binary
qt5-qtserialbus-examples-debuginfo-5.13.0-2.i686.debuginfo
lib64qt5serialbus5-5.13.0-2.aarch64.binary
lib64qt5serialbus5-debuginfo-5.13.0-2.aarch64.debuginfo
lib64qt5serialbus-devel-5.13.0-2.aarch64.binary
lib64qt5serialbus-private-devel-5.13.0-2.aarch64.binary
qt5-qtserialbus-5.13.0-2.aarch64.binary
qt5-qtserialbus-5.13.0-2.aarch64.source
qt5-qtserialbus-debuginfo-5.13.0-2.aarch64.debuginfo
qt5-qtserialbus-examples-5.13.0-2.aarch64.binary
qt5-qtserialbus-examples-debuginfo-5.13.0-2.aarch64.debuginfo
libqt5serialbus5-5.13.0-2.armv7hnl.binary
libqt5serialbus5-debuginfo-5.13.0-2.armv7hnl.debuginfo
libqt5serialbus-devel-5.13.0-2.armv7hnl.binary
libqt5serialbus-private-devel-5.13.0-2.armv7hnl.binary
qt5-qtserialbus-5.13.0-2.armv7hnl.binary
qt5-qtserialbus-5.13.0-2.armv7hnl.source
qt5-qtserialbus-debuginfo-5.13.0-2.armv7hnl.debuginfo
qt5-qtserialbus-examples-5.13.0-2.armv7hnl.binary
qt5-qtserialbus-examples-debuginfo-5.13.0-2.armv7hnl.debuginfo
libqt5serialbus5-5.13.0-2.armv7hnl.binary
libqt5serialbus5-debuginfo-5.13.0-2.armv7hnl.debuginfo
libqt5serialbus-devel-5.13.0-2.armv7hnl.binary
libqt5serialbus-private-devel-5.13.0-2.armv7hnl.binary
qt5-qtserialbus-5.13.0-2.armv7hnl.binary
qt5-qtserialbus-5.13.0-2.armv7hnl.source
qt5-qtserialbus-debuginfo-5.13.0-2.armv7hnl.debuginfo
qt5-qtserialbus-examples-5.13.0-2.armv7hnl.binary
qt5-qtserialbus-examples-debuginfo-5.13.0-2.armv7hnl.debuginfo
lib64qt5serialbus5-5.13.0-2.aarch64.binary
lib64qt5serialbus5-debuginfo-5.13.0-2.aarch64.debuginfo
lib64qt5serialbus-devel-5.13.0-2.aarch64.binary
lib64qt5serialbus-private-devel-5.13.0-2.aarch64.binary
qt5-qtserialbus-5.13.0-2.aarch64.binary
qt5-qtserialbus-5.13.0-2.aarch64.source
qt5-qtserialbus-debuginfo-5.13.0-2.aarch64.debuginfo
qt5-qtserialbus-examples-5.13.0-2.aarch64.binary
qt5-qtserialbus-examples-debuginfo-5.13.0-2.aarch64.debuginfo
Build Date 2019-07-03 14:55:06 +0000 UTC
Last Updated 2019-07-16 22:16:04.653650389 +0000 UTC
$ git show --format=fuller --patch-with-stat --summary 99b84ec9905c808a538085c969dbe696e346382d

commit 99b84ec9905c808a538085c969dbe696e346382d
Author:     Bernhard Rosenkränzer <bero@lindev.ch>
AuthorDate: Wed Jul 3 16:43:08 2019 +0200
Commit:     Bernhard Rosenkränzer <bero@lindev.ch>
CommitDate: Wed Jul 3 16:43:08 2019 +0200

    Fix build on i686
---
 .abf.yml                       |  1 -
 qt5-qtserialbus.spec           |  3 ++-
 qtserialbus-5.13-compile.patch | 15 +++++++++++++++
 3 files changed, 17 insertions(+), 2 deletions(-)
 create mode 100644 qtserialbus-5.13-compile.patch

diff --git a/.abf.yml b/.abf.yml
index e0567b5..e71b6ca 100644
--- a/.abf.yml
+++ b/.abf.yml
@@ -1,3 +1,2 @@
 sources:
-  qtserialbus-everywhere-src-5.13.0-rc3.tar.xz: 8d15091fcfeb2c7f7e478510e89b78325f7f8bfe
   qtserialbus-everywhere-src-5.13.0.tar.xz: 0deae76d73520a173dc10d2ecfa36b534a793cff
diff --git a/qt5-qtserialbus.spec b/qt5-qtserialbus.spec
index 0cfde73..18cc670 100644
--- a/qt5-qtserialbus.spec
+++ b/qt5-qtserialbus.spec
@@ -15,10 +15,11 @@ Release:	0.%{beta}.1
 %define qttarballdir qtserialbus-everywhere-src-%{version}-%{beta}
 Source0:	http://download.qt.io/development_releases/qt/%(echo %{version}|cut -d. -f1-2)/%{version}-%(echo %{beta} |sed -e "s,1$,,")/submodules/%{qttarballdir}.tar.xz
 %else
-Release:	1
+Release:	2
 %define qttarballdir qtserialbus-everywhere-src-%{version}
 Source0:	http://download.qt.io/official_releases/qt/%(echo %{version}|cut -d. -f1-2)/%{version}/submodules/%{qttarballdir}.tar.xz
 %endif
+Patch0:		qtserialbus-5.13-compile.patch
 Summary:	Qt library for accessing industrial serial buses
 Group:		Development/KDE and Qt
 License:	LGPLv2 with exceptions or GPLv3 with exceptions and GFDL
diff --git a/qtserialbus-5.13-compile.patch b/qtserialbus-5.13-compile.patch
new file mode 100644
index 0000000..ca96a81
--- /dev/null
+++ b/qtserialbus-5.13-compile.patch
@@ -0,0 +1,15 @@
+diff -up qtserialbus-everywhere-src-5.13.0/src/plugins/canbus/socketcan/socketcanbackend.cpp.omv~ qtserialbus-everywhere-src-5.13.0/src/plugins/canbus/socketcan/socketcanbackend.cpp
+--- qtserialbus-everywhere-src-5.13.0/src/plugins/canbus/socketcan/socketcanbackend.cpp.omv~	2019-07-03 16:39:57.642777617 +0200
++++ qtserialbus-everywhere-src-5.13.0/src/plugins/canbus/socketcan/socketcanbackend.cpp	2019-07-03 16:40:41.219775503 +0200
+@@ -50,6 +50,11 @@
+ #include <net/if.h>
+ #include <sys/ioctl.h>
+ #include <sys/time.h>
++#include <sys/socket.h>
++
++#ifndef SIOCGSTAMP
++#define SIOCGSTAMP 0x8906
++#endif
+ 
+ #ifndef CANFD_MTU
+ // CAN FD support was added by Linux kernel 3.6
Not Available

benbullard79 [@T] cox.netI hope the &^%$ I'm doing the right thing here...1727d 14hrs
benbullard79 [@T] cox.netVote people!1727d 14hrs
benbullard79 [@T] cox.netQt 5.13 packages on hold waiting for KF 5.601716d 16hrs
benbullard79 [@T] cox.netNo Comment.1716d 12hrs
benbullard79 [@T] cox.netWe thnks this is the best way forward at this time...1716d 12hrs