Hello community,
here is the log from the commit of package libqt5-qtxmlpatterns for
openSUSE:Factory checked in at 2013-12-19 12:48:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtxmlpatterns (Old)
and /work/SRC/openSUSE:Factory/.libqt5-qtxmlpatterns.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqt5-qtxmlpatterns"
Changes:
--------
---
/work/SRC/openSUSE:Factory/libqt5-qtxmlpatterns/libqt5-qtxmlpatterns.changes
2013-12-17 07:15:56.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.libqt5-qtxmlpatterns.new/libqt5-qtxmlpatterns.changes
2013-12-19 12:48:03.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-qtxmlpatterns.spec ++++++
--- /var/tmp/diff_new_pack.bFiXsU/_old 2013-12-19 12:48:03.000000000 +0100
+++ /var/tmp/diff_new_pack.bFiXsU/_new 2013-12-19 12:48:03.000000000 +0100
@@ -55,22 +55,28 @@
This package contains base tools, like string, xml, and network
handling.
-%package -n libQt5XmlPatterns-devel
+%package devel
Summary: Qt Development Kit
Group: Development/Libraries/C and C++
Requires: %libname = %{version}
Requires: libqt5-qtbase-devel >= %{version}
+Provides: libQt5XmlPatterns-devel = %{version}
+# TODO: change to < on 5.2.1 update
+Obsoletes: libQt5XmlPatterns-devel <= %{version}
-%description -n libQt5XmlPatterns-devel
+%description devel
You need this package, if you want to compile programs with QtXmlPatterns.
-%package -n libQt5XmlPatterns-private-headers-devel
+%package private-headers-devel
Summary: Non-ABI stable experimental API
Group: Development/Libraries/C and C++
-Requires: libQt5XmlPatterns-devel = %{version}
+Requires: %{name}-devel = %{version}
Requires: libqt5-qtbase-private-headers-devel >= %{version}
+Provides: libQt5XmlPatterns-private-headers-devel = %{version}
+# TODO: change to < on 5.2.1 update
+Obsoletes: libQt5XmlPatterns-private-headers-devel <= %{version}
-%description -n libQt5XmlPatterns-private-headers-devel
+%description private-headers-devel
This package provides private headers of libqt5-qtxmlpatterns 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
@@ -103,11 +109,11 @@
%{_libqt5_bindir}/*
%{_libqt5_libdir}/libQt5XmlPatterns.so.*
-%files -n libQt5XmlPatterns-private-headers-devel
+%files private-headers-devel
%defattr(-,root,root,755)
%{_libqt5_includedir}/QtXmlPatterns/%{so_version}
-%files -n libQt5XmlPatterns-devel
+%files devel
%defattr(-,root,root,755)
%exclude %{_libqt5_includedir}/QtXmlPatterns/%{so_version}
%{_libqt5_includedir}/QtXmlPatterns
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]