Hello community,

here is the log from the commit of package libqt5-qtserialport for 
openSUSE:Factory checked in at 2014-05-22 06:38:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtserialport (Old)
 and      /work/SRC/openSUSE:Factory/.libqt5-qtserialport.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqt5-qtserialport"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libqt5-qtserialport/libqt5-qtserialport.changes  
2014-05-14 20:26:06.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtserialport.new/libqt5-qtserialport.changes 
    2014-05-22 06:39:03.000000000 +0200
@@ -1,0 +2,6 @@
+Mon May 19 23:42:50 UTC 2014 - [email protected]
+
+- Update to 5.3.0 final
+  * Minor bugfixes over previous RC
+
+-------------------------------------------------------------------

Old:
----
  qtserialport-opensource-src-5.3.0-RC.tar.xz

New:
----
  qtserialport-opensource-src-5.3.0.tar.xz

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

Other differences:
------------------
++++++ libqt5-qtserialport.spec ++++++
--- /var/tmp/diff_new_pack.HBfSR4/_old  2014-05-22 06:39:03.000000000 +0200
+++ /var/tmp/diff_new_pack.HBfSR4/_new  2014-05-22 06:39:03.000000000 +0200
@@ -21,14 +21,14 @@
 %define libname libQt5SerialPort5
 
 Name:           libqt5-qtserialport
-Version:        5.3.0~rc
+Version:        5.3.0
 Release:        0
 Summary:        Qt 5 Serial Port Addon
 License:        SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:          Development/Libraries/X11
 Url:            http://qt.digia.com
 %define base_name libqt5
-%define real_version 5.3.0-RC
+%define real_version 5.3.0
 %define so_version 5.3.0
 %if %qt5_snapshot
 %define tar_version qtserialport-%{real_version}

++++++ qtserialport-opensource-src-5.3.0-RC.tar.xz -> 
qtserialport-opensource-src-5.3.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtserialport-opensource-src-5.3.0-RC/.tag 
new/qtserialport-opensource-src-5.3.0/.tag
--- old/qtserialport-opensource-src-5.3.0-RC/.tag       2014-05-06 
19:57:18.000000000 +0200
+++ new/qtserialport-opensource-src-5.3.0/.tag  2014-05-15 19:12:19.000000000 
+0200
@@ -1 +1 @@
-684945503a444dfc3a0fd475b7f8d81bc48a387a
+3d19812f745fac35aab02743c576a51dd9b0714f
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialport-opensource-src-5.3.0-RC/src/serialport/qserialport_unix.cpp 
new/qtserialport-opensource-src-5.3.0/src/serialport/qserialport_unix.cpp
--- 
old/qtserialport-opensource-src-5.3.0-RC/src/serialport/qserialport_unix.cpp    
    2014-05-06 19:57:18.000000000 +0200
+++ new/qtserialport-opensource-src-5.3.0/src/serialport/qserialport_unix.cpp   
2014-05-15 19:12:19.000000000 +0200
@@ -260,6 +260,11 @@
     if (!updateTermios())
         return false;
 
+#ifdef Q_OS_LINUX
+    isCustomBaudRateSupported = (::ioctl(descriptor, TIOCGSERIAL, 
&currentSerialInfo) != -1)
+            && (::ioctl(descriptor, TIOCSSERIAL, &currentSerialInfo) != -1);
+#endif
+
     setExceptionNotificationEnabled(true);
 
     if ((flags & O_WRONLY) == 0)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to