Hello community,
here is the log from the commit of package libqt5-qtmultimedia for
openSUSE:13.1 checked in at 2013-10-04 13:52:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:13.1/libqt5-qtmultimedia (Old)
and /work/SRC/openSUSE:13.1/.libqt5-qtmultimedia.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqt5-qtmultimedia"
Changes:
--------
--- /work/SRC/openSUSE:13.1/libqt5-qtmultimedia/libqt5-qtmultimedia.changes
2013-10-01 08:13:55.000000000 +0200
+++
/work/SRC/openSUSE:13.1/.libqt5-qtmultimedia.new/libqt5-qtmultimedia.changes
2013-10-04 13:52:39.000000000 +0200
@@ -1,0 +2,10 @@
+Thu Aug 29 20:52:22 UTC 2013 - [email protected]
+
+- Update to version 5.1.1:
+ * Bugfix release, please see
+ http://blog.qt.digia.com/blog/2013/08/28/qt-5-1-1-released/
+ http://qt.gitorious.org/qt/qtmultimedia/blobs/release/dist/changes-5.1.1
+ and http://qt-project.org/wiki/Qt511KnownIssues for known issues
+- Small spec cleanup
+
+-------------------------------------------------------------------
Old:
----
qtmultimedia-opensource-src-5.1.0.tar.xz
New:
----
qtmultimedia-opensource-src-5.1.1.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libqt5-qtmultimedia.spec ++++++
--- /var/tmp/diff_new_pack.FqFNGy/_old 2013-10-04 13:52:39.000000000 +0200
+++ /var/tmp/diff_new_pack.FqFNGy/_new 2013-10-04 13:52:39.000000000 +0200
@@ -19,27 +19,27 @@
%define libname libQt5Multimedia5
Name: libqt5-qtmultimedia
-BuildRequires: fdupes
-Version: 5.1.0
+Version: 5.1.1
Release: 0
+License: SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
+Summary: Qt 5 Multimedia Library
+Url: http://qt.digia.com
+Group: Development/Libraries/X11
+Source: %{tar_version}.tar.xz
+BuildRequires: alsa-devel
+BuildRequires: fdupes
+BuildRequires: gstreamer-0_10-plugins-bad-devel
+BuildRequires: gstreamer-0_10-plugins-base-devel
%define base_name libqt5
-%define real_version 5.1.0
-%define so_version 5.1.0
+%define real_version 5.1.1
+%define so_version 5.1.1
%define tar_version qtmultimedia-opensource-src-%{real_version}
-BuildRequires: libQt5Quick-devel
-BuildRequires: libqt5-qtbase-private-headers-devel
-BuildRequires: libwmf-devel
+BuildRequires: libQt5Quick-devel >= %{version}
BuildRequires: libpulse-devel
-BuildRequires: alsa-devel
+BuildRequires: libqt5-qtbase-private-headers-devel >= %{version}
+BuildRequires: libwmf-devel
BuildRequires: openal-soft-devel
-BuildRequires: gstreamer-0_10-plugins-base-devel
-BuildRequires: gstreamer-0_10-plugins-bad-devel
BuildRequires: xz
-Url: http://qt.digia.com
-Summary: Qt 5 Multimedia Library
-License: SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
-Group: Development/Libraries/X11
-Source: %{tar_version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -49,8 +49,6 @@
This package contains base tools, like string, xml, and network
handling.
-
-
%prep
%setup -q -n qtmultimedia-opensource-src-%{real_version}
@@ -67,15 +65,15 @@
%package -n libQt5Multimedia-devel
Summary: Qt Development Kit
Group: Development/Libraries/X11
-Requires: %libname = %version
-Requires: libqt5-qtbase-devel
-Requires: libQt5Quick-devel
-Requires: libwmf-devel
-Requires: libpulse-devel
+Requires: %libname = %{version}
Requires: alsa-devel
-Requires: openal-soft-devel
-Requires: gstreamer-0_10-plugins-base-devel
Requires: gstreamer-0_10-plugins-bad-devel
+Requires: gstreamer-0_10-plugins-base-devel
+Requires: libQt5Quick-devel >= %{version}
+Requires: libpulse-devel
+Requires: libqt5-qtbase-devel >= %{version}
+Requires: libwmf-devel
+Requires: openal-soft-devel
%description -n libQt5Multimedia-devel
You need this package, if you want to compile programs with qtmultimedia.
@@ -83,8 +81,8 @@
%package -n libQt5Multimedia-private-headers-devel
Summary: Non-ABI stable experimental API
Group: Development/Libraries/C and C++
-Requires: libQt5Multimedia-devel = %version
-Requires: libqt5-qtbase-private-headers-devel
+Requires: libQt5Multimedia-devel = %{version}
+Requires: libqt5-qtbase-private-headers-devel >= %{version}
%description -n libQt5Multimedia-private-headers-devel
This package provides private headers of libqt5-qtmultimedia that are normally
@@ -97,25 +95,25 @@
%postun -n %libname -p /sbin/ldconfig
%build
-export PATH=%_libqt5_bindir:$PATH
+export PATH=%{_libqt5_bindir}:$PATH
%ifarch ppc64
- RPM_OPT_FLAGS="$RPM_OPT_FLAGS -mminimal-toc"
+ RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
%endif
-export CXXFLAGS="$CXXFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF"
-export CFLAGS="$CFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF"
-export MAKEFLAGS="%{?jobs:-j %jobs}"
+export CXXFLAGS="$CXXFLAGS %{optflags} -DOPENSSL_LOAD_CONF"
+export CFLAGS="$CFLAGS %{optflags} -DOPENSSL_LOAD_CONF"
+export MAKEFLAGS="%{?_smp_mflags}"
qmake
make
%install
-make INSTALL_ROOT=$RPM_BUILD_ROOT install
-find $RPM_BUILD_ROOT/%_libdir -type f -name '*la' -print -exec perl -pi -e 's,
-L%{_builddir}/\S+,,g' {} \;
-find $RPM_BUILD_ROOT/%_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=%_libqt5_bindir/moc," -e
"s,uic_location=.*,uic_location=%_libqt5_bindir/uic," {} \;
+make INSTALL_ROOT=%{buildroot} 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," {} \;
-%fdupes %{buildroot}/%_libqt5_includedir
+%fdupes %{buildroot}/%{_libqt5_includedir}
%clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
%files -n %libname
%defattr(-,root,root,755)
@@ -128,12 +126,12 @@
%files -n libQt5Multimedia-private-headers-devel
%defattr(-,root,root,755)
-%_libqt5_includedir/Qt*/%{so_version}
+%{_libqt5_includedir}/Qt*/%{so_version}
%files -n libQt5Multimedia-devel
%defattr(-,root,root,755)
-%exclude %_libqt5_includedir/Qt*/%{so_version}
-%_libqt5_includedir/Qt*
+%exclude %{_libqt5_includedir}/Qt*/%{so_version}
+%{_libqt5_includedir}/Qt*
%{_libqt5_libdir}/cmake/Qt5*
%{_libqt5_libdir}/libQt5*.la
%{_libqt5_libdir}/libQt5*.prl
++++++ qtmultimedia-opensource-src-5.1.0.tar.xz ->
qtmultimedia-opensource-src-5.1.1.tar.xz ++++++
++++ 1737 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]