Hello community, here is the log from the commit of package libqt5-qtscript for openSUSE:Factory checked in at 2013-12-19 12:43:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libqt5-qtscript (Old) and /work/SRC/openSUSE:Factory/.libqt5-qtscript.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqt5-qtscript" Changes: -------- --- /work/SRC/openSUSE:Factory/libqt5-qtscript/libqt5-qtscript.changes 2013-12-17 07:06:20.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libqt5-qtscript.new/libqt5-qtscript.changes 2013-12-19 12:43:30.000000000 +0100 @@ -1,0 +2,6 @@ +Mon Dec 16 23:01:11 UTC 2013 - [email protected] + +- Make devel and private headers subpackages have consistent naming + with the rest of Qt 5 subpackages + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libqt5-qtscript.spec ++++++ --- /var/tmp/diff_new_pack.JN3kIk/_old 2013-12-19 12:43:30.000000000 +0100 +++ /var/tmp/diff_new_pack.JN3kIk/_new 2013-12-19 12:43:30.000000000 +0100 @@ -55,22 +55,28 @@ This package contains base tools, like string, xml, and network handling. -%package -n libQt5Script-devel +%package devel Summary: Qt Development Kit Group: Development/Libraries/X11 Requires: %libname = %{version} Requires: libqt5-qtbase-devel >= %{version} +Provides: libQt5Script-devel = %{version} +# TODO: change to < on 5.2.1 update +Obsoletes: libQt5Script-devel <= %{version} -%description -n libQt5Script-devel +%description devel You need this package, if you want to compile programs with qtscript. -%package -n libQt5Script-private-headers-devel +%package private-headers-devel Summary: Non-ABI stable experimental API Group: Development/Libraries/C and C++ -Requires: libQt5Script-devel = %{version} +Requires: libqt5-qtscript-devel = %{version} Requires: libqt5-qtbase-private-headers-devel >= %{version} +Provides: libQt5Script-private-headers-devel = %{version} +# TODO: change to < on 5.2.1 update +Obsoletes: libQt5Script-private-headers-devel <= %{version} -%description -n libQt5Script-private-headers-devel +%description private-headers-devel This package provides private headers of libqt5-qtscript 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 @@ -96,11 +102,11 @@ %defattr(-,root,root,755) %{_libqt5_libdir}/libQt5*.so.* -%files -n libQt5Script-private-headers-devel +%files private-headers-devel %defattr(-,root,root,755) %{_libqt5_includedir}/Qt*/%{so_version} -%files -n libQt5Script-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]
