import qt5-qtserialbus-5.15.2-1.el8
This commit is contained in:
parent
688aff0dd0
commit
571354bcd4
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/qtserialbus-everywhere-src-5.12.5.tar.xz
|
SOURCES/qtserialbus-everywhere-src-5.15.2.tar.xz
|
||||||
|
@ -1 +1 @@
|
|||||||
8d3e72216d094c0a2d73fae643c1dc3c45c7b3e9 SOURCES/qtserialbus-everywhere-src-5.12.5.tar.xz
|
9e131f1da89407e8e9fc899f8ebbcb493682f137 SOURCES/qtserialbus-everywhere-src-5.15.2.tar.xz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
diff --git a/src/plugins/canbus/socketcan/socketcanbackend.cpp b/src/plugins/canbus/socketcan/socketcanbackend.cpp
|
diff --git a/src/plugins/canbus/socketcan/socketcanbackend.cpp b/src/plugins/canbus/socketcan/socketcanbackend.cpp
|
||||||
index 74b0d1d..03a3d14 100644
|
index 572fef8..68e8b3f 100644
|
||||||
--- a/src/plugins/canbus/socketcan/socketcanbackend.cpp
|
--- a/src/plugins/canbus/socketcan/socketcanbackend.cpp
|
||||||
+++ b/src/plugins/canbus/socketcan/socketcanbackend.cpp
|
+++ b/src/plugins/canbus/socketcan/socketcanbackend.cpp
|
||||||
@@ -51,6 +51,11 @@
|
@@ -56,6 +56,11 @@
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
|
||||||
@ -11,6 +11,6 @@ index 74b0d1d..03a3d14 100644
|
|||||||
+#define SIOCGSTAMP 0x8906 /* Get stamp (timeval) */
|
+#define SIOCGSTAMP 0x8906 /* Get stamp (timeval) */
|
||||||
+#endif
|
+#endif
|
||||||
+
|
+
|
||||||
#ifndef CANFD_MTU
|
#ifndef CANFD_BRS
|
||||||
// CAN FD support was added by Linux kernel 3.6
|
# define CANFD_BRS 0x01 /* bit rate switch (second bitrate for payload data) */
|
||||||
// For prior kernels we redefine the missing defines here
|
#endif
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
%global build_tests 1
|
%global build_tests 1
|
||||||
|
|
||||||
Summary: Qt5 - SerialPort component
|
Summary: Qt5 - SerialBus component
|
||||||
Name: qt5-%{qt_module}
|
Name: qt5-%{qt_module}
|
||||||
Version: 5.12.5
|
Version: 5.15.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
|
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
|
||||||
@ -112,6 +112,10 @@ done
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 05 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-1
|
||||||
|
- 5.15.2
|
||||||
|
Resolves: bz#1930053
|
||||||
|
|
||||||
* Mon Nov 18 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.5-1
|
* Mon Nov 18 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.5-1
|
||||||
- 5.12.5
|
- 5.12.5
|
||||||
Resolves: bz#1733149
|
Resolves: bz#1733149
|
||||||
|
Loading…
Reference in New Issue
Block a user