Hello community,
here is the log from the commit of package libqt5-qtserialport for
openSUSE:Factory checked in at 2013-12-19 12:44:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-17 08:51:25.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.libqt5-qtserialport.new/libqt5-qtserialport.changes
2013-12-19 12:44:22.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Dec 16 23:19:32 UTC 2013 - [email protected]
+
+- Make devel packages naming consistent:
+ use libqt5-$upstreammodulename-(devel, private-headers-devel)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libqt5-qtserialport.spec ++++++
--- /var/tmp/diff_new_pack.2hqj6R/_old 2013-12-19 12:44:23.000000000 +0100
+++ /var/tmp/diff_new_pack.2hqj6R/_new 2013-12-19 12:44:23.000000000 +0100
@@ -54,22 +54,28 @@
This package contains base tools, like string, xml, and network
handling.
-%package -n libQt5SerialPort-devel
+%package devel
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}
-%description -n libQt5SerialPort-devel
+%description devel
You need this package, if you want to compile programs with qtserialport.
-%package -n libQt5SerialPort-private-headers-devel
+%package private-headers-devel
Summary: Non-ABI stable experimental API
Group: Development/Libraries/C and C++
-Requires: libQt5SerialPort-devel = %{version}
+Requires: %{name}-devel = %{version}
Requires: libqt5-qtbase-devel >= %{version}
+Provides: libQt5SerialPort-private-headers-devel = %{version}
+# TODO: change to < on 5.2.1 update
+Obsoletes: libQt5SerialPort-private-headers-devel <= %{version}
-%description -n libQt5SerialPort-private-headers-devel
+%description private-headers-devel
This package provides private headers of libqt5-qtserialport that are normally
not used by application development and that do not have any ABI or
API guarantees. The packages that build against these have to require
@@ -90,11 +96,11 @@
%defattr(-,root,root,755)
%{_libqt5_libdir}/libQt5SerialPort.so.*
-%files -n libQt5SerialPort-private-headers-devel
+%files private-headers-devel
%defattr(-,root,root,755)
%{_libqt5_includedir}/Qt*/%{so_version}
-%files -n libQt5SerialPort-devel
+%files devel
%defattr(-,root,root,755)
%exclude %{_libqt5_includedir}/Qt*/%{so_version}
%{_libqt5_includedir}/Qt*
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]