Hello community,

here is the log from the commit of package libqt5-qtserialport for 
openSUSE:Factory checked in at 2014-02-18 16:18:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  
2013-12-19 12:44:22.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtserialport.new/libqt5-qtserialport.changes 
    2014-02-18 16:18:24.000000000 +0100
@@ -1,0 +2,13 @@
+Mon Feb 10 11:20:27 UTC 2014 - m...@suse.com
+
+- Install LICENSE files to %doc
+
+-------------------------------------------------------------------
+Wed Feb  5 17:07:24 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.2.1:
+  * For more details please see:
+    http://blog.qt.digia.com/blog/2014/02/05/qt-5-2-1-released/
+- Remove libtool archives from packages
+
+-------------------------------------------------------------------

Old:
----
  qtserialport-opensource-src-5.2.0.tar.xz

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

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

Other differences:
------------------
++++++ libqt5-qtserialport.spec ++++++
--- /var/tmp/diff_new_pack.HGnEec/_old  2014-02-18 16:18:24.000000000 +0100
+++ /var/tmp/diff_new_pack.HGnEec/_new  2014-02-18 16:18:24.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qtserialport
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,22 +16,34 @@
 #
 
 
+%define qt5_snapshot 0
+
 %define libname libQt5SerialPort5
 
 Name:           libqt5-qtserialport
-Version:        5.2.0
+Version:        5.2.1
 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
-Source:         %{tar_version}.tar.xz
-BuildRequires:  fdupes
 %define base_name libqt5
-%define real_version 5.2.0
-%define so_version 5.2.0
+%define real_version 5.2.1
+%define so_version 5.2.1
+%if %qt5_snapshot
+%define tar_version qtserialport-%{real_version}
+%else
 %define tar_version qtserialport-opensource-src-%{real_version}
-BuildRequires:  libqt5-qtbase-devel >= %{version}
+%endif
+Source:         %{tar_version}.tar.xz
+BuildRequires:  fdupes
+BuildRequires:  libQt5Core-private-headers-devel >= %{version}
+BuildRequires:  pkgconfig(Qt5Core) >= %{version}
+BuildRequires:  pkgconfig(udev)
+%if %qt5_snapshot
+#to create the forwarding headers
+BuildRequires:  perl
+%endif
 BuildRequires:  xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -42,7 +54,11 @@
 handling.
 
 %prep
+%if %qt5_snapshot
+%setup -q -n qtserialport-%{real_version}
+%else
 %setup -q -n qtserialport-opensource-src-%{real_version}
+%endif
 
 %package -n %libname
 Summary:        Qt 5 Serial Port Addon
@@ -58,10 +74,8 @@
 Summary:        Qt Development Kit
 Group:          Development/Libraries/X11
 Requires:       %libname = %{version}
-Requires:       libqt5-qtbase-devel >= %{version}
 Provides:       libQt5SerialPort-devel = %{version}
-# TODO: change to < on 5.2.1 update
-Obsoletes:      libQt5SerialPort-devel <= %{version}
+Obsoletes:      libQt5SerialPort-devel < %{version}
 
 %description devel
 You need this package, if you want to compile programs with qtserialport.
@@ -70,10 +84,9 @@
 Summary:        Non-ABI stable experimental API
 Group:          Development/Libraries/C and C++
 Requires:       %{name}-devel = %{version}
-Requires:       libqt5-qtbase-devel >= %{version}
+Requires:       libQt5Core-private-headers-devel >= %{version}
 Provides:       libQt5SerialPort-private-headers-devel = %{version}
-# TODO: change to < on 5.2.1 update
-Obsoletes:      libQt5SerialPort-private-headers-devel <= %{version}
+Obsoletes:      libQt5SerialPort-private-headers-devel < %{version}
 
 %description private-headers-devel
 This package provides private headers of libqt5-qtserialport that are normally
@@ -86,26 +99,35 @@
 %postun -n %libname -p /sbin/ldconfig
 
 %build
+%if %qt5_snapshot
+#force the configure script to generate the forwarding headers (it checks 
whether .git directory exists)
+mkdir .git
+%endif
 %qmake5
 %make_jobs
 
 %install
 %qmake5_install
 
+# kill .la files
+rm -f %{buildroot}%{_libqt5_libdir}/lib*.la
+
 %files -n %libname
 %defattr(-,root,root,755)
+%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
 %{_libqt5_libdir}/libQt5SerialPort.so.*
 
 %files private-headers-devel
 %defattr(-,root,root,755)
+%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
 %{_libqt5_includedir}/Qt*/%{so_version}
 
 %files devel
 %defattr(-,root,root,755)
+%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
 %exclude %{_libqt5_includedir}/Qt*/%{so_version}
 %{_libqt5_includedir}/Qt*
 %{_libqt5_libdir}/cmake/Qt5SerialPort
-%{_libqt5_libdir}/libQt5SerialPort.la
 %{_libqt5_libdir}/libQt5SerialPort.prl
 %{_libqt5_libdir}/libQt5SerialPort.so
 %{_libqt5_libdir}/pkgconfig/Qt5SerialPort.pc

++++++ qtserialport-opensource-src-5.2.0.tar.xz -> 
qtserialport-opensource-src-5.2.1.tar.xz ++++++
++++ 5630 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to