Hello community,
here is the log from the commit of package libqt5-qtquickcontrols for
openSUSE:Factory checked in at 2013-10-04 13:52:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtquickcontrols (Old)
and /work/SRC/openSUSE:Factory/.libqt5-qtquickcontrols.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqt5-qtquickcontrols"
Changes:
--------
---
/work/SRC/openSUSE:Factory/libqt5-qtquickcontrols/libqt5-qtquickcontrols.changes
2013-10-01 08:14:06.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.libqt5-qtquickcontrols.new/libqt5-qtquickcontrols.changes
2013-10-04 13:52:45.000000000 +0200
@@ -1,0 +2,10 @@
+Thu Aug 29 20:15:56 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/qtquickcontrols/blobs/release/dist/changes-5.1.1
+ and http://qt-project.org/wiki/Qt511KnownIssues for known issues
+- Small spec cleanup
+
+-------------------------------------------------------------------
Old:
----
qtquickcontrols-opensource-src-5.1.0.tar.xz
New:
----
qtquickcontrols-opensource-src-5.1.1.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libqt5-qtquickcontrols.spec ++++++
--- /var/tmp/diff_new_pack.sPTzut/_old 2013-10-04 13:52:49.000000000 +0200
+++ /var/tmp/diff_new_pack.sPTzut/_new 2013-10-04 13:52:49.000000000 +0200
@@ -17,53 +17,50 @@
Name: libqt5-qtquickcontrols
-BuildRequires: fdupes
-Version: 5.1.0
+Version: 5.1.1
Release: 0
-%define base_name libqt5
-%define real_version 5.1.0
-%define so_version 5.1.0
-%define tar_version qtquickcontrols-opensource-src-%{real_version}
-BuildRequires: libQt5Quick-private-headers-devel
-BuildRequires: xz
-Url: http://qt.digia.com
-Summary: Qt 5 Serial Port Addon
License: SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
+Summary: Qt 5 Serial Port Addon
+Url: http://qt.digia.com
Group: Development/Libraries/X11
Source: %{tar_version}.tar.xz
+BuildRequires: fdupes
+%define base_name libqt5
+%define real_version 5.1.1
+%define so_version 5.1.1
+%define tar_version qtquickcontrols-opensource-src-%{real_version}
+BuildRequires: libQt5Quick-private-headers-devel >= %{version}
+BuildRequires: xz
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.
-
-
%prep
-%define plugindir %_libdir/qt5/plugins
+%define plugindir %{_libdir}/qt5/plugins
%setup -q -n qtquickcontrols-opensource-src-%{real_version}
%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
+make INSTALL_ROOT=%{buildroot} install
%clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
%files
%defattr(-,root,root,755)
-%_libqt5_archdatadir/qml/QtQuick
+%{_libqt5_archdatadir}/qml/QtQuick
++++++ qtquickcontrols-opensource-src-5.1.0.tar.xz ->
qtquickcontrols-opensource-src-5.1.1.tar.xz ++++++
++++ 2811 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]