Hello community,
here is the log from the commit of package libqt5-qtxmlpatterns for
openSUSE:Factory checked in at 2013-11-04 09:24:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-10-04 13:55:09.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.libqt5-qtxmlpatterns.new/libqt5-qtxmlpatterns.changes
2013-11-04 09:24:06.000000000 +0100
@@ -1,0 +2,8 @@
+Wed Oct 23 17:11:55 UTC 2013 - [email protected]
+
+- Update to 5.2 beta1
+ * New feature release, please see
+ http://blog.qt.digia.com/blog/2013/10/23/qt-5-2-beta-available/
+ and http://qt-project.org/wiki/New-Features-in-Qt-5.2
+
+-------------------------------------------------------------------
Old:
----
qtxmlpatterns-opensource-src-5.1.1.tar.xz
New:
----
qtxmlpatterns-opensource-src-5.2.0-beta1.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libqt5-qtxmlpatterns.spec ++++++
--- /var/tmp/diff_new_pack.ZH8d9S/_old 2013-11-04 09:24:07.000000000 +0100
+++ /var/tmp/diff_new_pack.ZH8d9S/_new 2013-11-04 09:24:07.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package libqt5-qtxmlpatterns
#
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,19 +15,20 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+
%define libname libQt5XmlPatterns5
Name: libqt5-qtxmlpatterns
-Version: 5.1.1
+Version: 5.2.0~beta1
Release: 0
-License: SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
Summary: Qt 5 XmlPatterns Library
-Url: http://qt.digia.com
+License: SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
Group: System/Libraries
+Url: http://qt.digia.com
Source: %{tar_version}.tar.xz
%define base_name libqt5
-%define real_version 5.1.1
-%define so_version 5.1.1
+%define real_version 5.2.0-beta1
+%define so_version 5.2.0
%define tar_version qtxmlpatterns-opensource-src-%{real_version}
BuildRequires: libqt5-qtbase-devel >= %{version}
BuildRequires: libqt5-qtbase-private-headers-devel >= %{version}
@@ -80,18 +81,11 @@
%postun -n %libname -p /sbin/ldconfig
%build
-export PATH=%{_libqt5_bindir}:$PATH
-%ifarch ppc64
- RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
-%endif
-export CXXFLAGS="$CXXFLAGS %{optflags} -DOPENSSL_LOAD_CONF"
-export CFLAGS="$CFLAGS %{optflags} -DOPENSSL_LOAD_CONF"
-export MAKEFLAGS="%{?_smp_mflags}"
-qmake
-make
+%qmake5
+%make_jobs
%install
-make INSTALL_ROOT=%{buildroot} install
+%qmake5_install
# put all the binaries to %{_bindir}, add -qt5 suffix, and symlink them back
to %_qt5_bindir
mkdir %{buildroot}%{_bindir}
@@ -103,9 +97,6 @@
done
popd
-%clean
-rm -rf %{buildroot}
-
%files -n %libname
%defattr(-,root,root,755)
%{_bindir}/*
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]