Hello community,
here is the log from the commit of package libqt5-qtmultimedia for
openSUSE:Factory checked in at 2017-06-13 16:06:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtmultimedia (Old)
and /work/SRC/openSUSE:Factory/.libqt5-qtmultimedia.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqt5-qtmultimedia"
Tue Jun 13 16:06:06 2017 rev:29 rq:502780 version:5.9.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/libqt5-qtmultimedia/libqt5-qtmultimedia.changes
2016-12-22 16:06:44.739796509 +0100
+++
/work/SRC/openSUSE:Factory/.libqt5-qtmultimedia.new/libqt5-qtmultimedia.changes
2017-06-13 16:06:13.042641219 +0200
@@ -1,0 +2,19 @@
+Fri Jun 9 09:25:23 UTC 2017 - [email protected]
+
+- Rework description.
+- Use find -exec's "+" strategy.
+
+-------------------------------------------------------------------
+Wed May 31 07:05:15 UTC 2017 - [email protected]
+
+- Update to 5.9.0 final
+
+-------------------------------------------------------------------
+Wed May 24 19:16:41 UTC 2017 - [email protected]
+
+- Update to 5.9.0 RC:
+ * For more details please see:
+ http://lists.qt-project.org/pipermail/announce/2017-May/000115.html
+ and https://wiki.qt.io/New_Features_in_Qt_5.9
+
+-------------------------------------------------------------------
@@ -90 +109 @@
-- Don't BuildRequire openal-soft-devel for SLE
+- Don't BuildRequire openal-soft-devel for SLE (bsc#886207)
Old:
----
qtmultimedia-opensource-src-5.7.1.tar.xz
New:
----
qtmultimedia-opensource-src-5.9.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libqt5-qtmultimedia.spec ++++++
--- /var/tmp/diff_new_pack.GSJq1V/_old 2017-06-13 16:06:15.426305294 +0200
+++ /var/tmp/diff_new_pack.GSJq1V/_new 2017-06-13 16:06:15.426305294 +0200
@@ -26,17 +26,17 @@
%endif
Name: libqt5-qtmultimedia
-Version: 5.7.1
+Version: 5.9.0
Release: 0
Summary: Qt 5 Multimedia Library
License: SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
Group: Development/Libraries/X11
-Url: http://qt.digia.com
+Url: https://www.qt.io
%define base_name libqt5
-%define real_version 5.7.1
-%define so_version 5.7.1
+%define real_version 5.9.0
+%define so_version 5.9.0
%define tar_version qtmultimedia-opensource-src-%{real_version}
-Source: %{tar_version}.tar.xz
+Source:
https://download.qt.io/official_releases/qt/5.9/%{real_version}/submodules/%{tar_version}.tar.xz
Source1: baselibs.conf
BuildRequires: alsa-devel
BuildRequires: fdupes
@@ -74,10 +74,11 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
-Qt is a set of libraries for developing applications.
-
-This package contains base tools, like string, xml, and network
-handling.
+Qt Multimedia is a module that provides a set of QML types and C++
+classes to handle multimedia content. It also provides APIs to access
+the camera and radio functionality. The included Qt Audio Engine
+provides types for 3D positional audio playback and content
+management.
%prep
%setup -q -n qtmultimedia-opensource-src-%{real_version}
@@ -87,13 +88,14 @@
Group: Development/Libraries/X11
%description -n %libname
-Qt is a set of libraries for developing applications.
-
-This package contains base tools, like string, xml, and network
-handling.
+Qt Multimedia is a module that provides a set of QML types and C++
+classes to handle multimedia content. It also provides APIs to access
+the camera and radio functionality. The included Qt Audio Engine
+provides types for 3D positional audio playback and content
+management.
%package devel
-Summary: Qt Development Kit
+Summary: Development files for the Qt5 Multimedia library
Group: Development/Libraries/X11
Requires: %libname = %{version}
Requires: libqt5-qtdeclarative-devel >= %{version}
@@ -104,10 +106,10 @@
Obsoletes: libQt5Multimedia-devel < %{version}
%description devel
-You need this package, if you want to compile programs with qtmultimedia.
+You need this package if you want to compile programs with qtmultimedia.
%package private-headers-devel
-Summary: Non-ABI stable experimental API
+Summary: Non-ABI stable experimental API for the Qt5 Multimedia library
Group: Development/Libraries/C and C++
BuildArch: noarch
Requires: %{name}-devel = %{version}
@@ -128,7 +130,7 @@
Recommends: %{name}-devel
%description examples
-Examples for libqt5-qtmultimedia module.
+Examples for the libqt5-qtmultimedia module.
%post -n %libname -p /sbin/ldconfig
@@ -149,8 +151,8 @@
%install
%qmake5_install
-find %{buildroot}/%{_libdir} -type f -name '*la' -print -exec perl -pi -e 's,
-L%{_builddir}/\S+,,g' {} \;
-find %{buildroot}/%{_libdir} -type f -name '*pc' -print -exec perl -pi -e "s,
-L$RPM_BUILD_DIR/?\S+,,g" {} \; -exec sed -i -e
"s,^moc_location=.*,moc_location=%{_lib}qt5_bindir/moc," -e
"s,uic_location=.*,uic_location=%{_lib}qt5_bindir/uic," {} \;
+find %{buildroot}/%{_libdir} -type f -name '*la' -print -exec perl -pi -e 's,
-L%{_builddir}/\S+,,g' {} +
+find %{buildroot}/%{_libdir} -type f -name '*pc' -print -exec perl -pi -e "s,
-L$RPM_BUILD_DIR/?\S+,,g" {} + -exec sed -i -e
"s,^moc_location=.*,moc_location=%{_lib}qt5_bindir/moc," -e
"s,uic_location=.*,uic_location=%{_lib}qt5_bindir/uic," {} +
# kill .la files
rm -f %{buildroot}%{_libqt5_libdir}/lib*.la
@@ -158,7 +160,7 @@
%files -n %libname
%defattr(-,root,root,755)
-%doc LGPL_EXCEPTION.txt LICENSE.*
+%doc LICENSE.*
%{_libqt5_libdir}/libQt5*.so.*
%{_libqt5_plugindir}/mediaservice
%{_libqt5_plugindir}/playlistformats
@@ -171,12 +173,12 @@
%files private-headers-devel
%defattr(-,root,root,755)
-%doc LGPL_EXCEPTION.txt LICENSE.*
+%doc LICENSE.*
%{_libqt5_includedir}/Qt*/%{so_version}
%files devel
%defattr(-,root,root,755)
-%doc LGPL_EXCEPTION.txt LICENSE.*
+%doc LICENSE.*
%exclude %{_libqt5_includedir}/Qt*/%{so_version}
%{_libqt5_includedir}/Qt*
%{_libqt5_libdir}/cmake/Qt5*
@@ -189,7 +191,7 @@
%files examples
%defattr(-,root,root,755)
-%doc LGPL_EXCEPTION.txt LICENSE.*
+%doc LICENSE.*
%{_libqt5_examplesdir}/
%changelog
++++++ qtmultimedia-opensource-src-5.7.1.tar.xz ->
qtmultimedia-opensource-src-5.9.0.tar.xz ++++++
++++ 36249 lines of diff (skipped)