Hello community,

here is the log from the commit of package libqt5-qtxmlpatterns for 
openSUSE:13.1 checked in at 2013-10-04 13:55:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:13.1/libqt5-qtxmlpatterns (Old)
 and      /work/SRC/openSUSE:13.1/.libqt5-qtxmlpatterns.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqt5-qtxmlpatterns"

Changes:
--------
--- /work/SRC/openSUSE:13.1/libqt5-qtxmlpatterns/libqt5-qtxmlpatterns.changes   
2013-10-01 08:15:12.000000000 +0200
+++ 
/work/SRC/openSUSE:13.1/.libqt5-qtxmlpatterns.new/libqt5-qtxmlpatterns.changes  
    2013-10-04 13:55:11.000000000 +0200
@@ -1,0 +2,10 @@
+Thu Aug 29 17:50:06 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/qtxmlpatterns/blobs/release/dist/changes-5.1.1
+  and http://qt-project.org/wiki/Qt511KnownIssues for known issues
+- Small spec cleanup
+
+-------------------------------------------------------------------

Old:
----
  qtxmlpatterns-opensource-src-5.1.0.tar.xz

New:
----
  qtxmlpatterns-opensource-src-5.1.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libqt5-qtxmlpatterns.spec ++++++
--- /var/tmp/diff_new_pack.eR9kui/_old  2013-10-04 13:55:11.000000000 +0200
+++ /var/tmp/diff_new_pack.eR9kui/_new  2013-10-04 13:55:11.000000000 +0200
@@ -18,20 +18,20 @@
 %define libname libQt5XmlPatterns5
 
 Name:           libqt5-qtxmlpatterns
-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 qtxmlpatterns-opensource-src-%{real_version}
-BuildRequires:  libqt5-qtbase-devel >= %version
-BuildRequires:  libqt5-qtbase-private-headers-devel
-BuildRequires:  xz
-Url:            http://qt.digia.com
-Summary:        Qt 5 XmlPatterns Library
 License:        SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
+Summary:        Qt 5 XmlPatterns Library
+Url:            http://qt.digia.com
 Group:          System/Libraries
 Source:         %{tar_version}.tar.xz
+%define base_name libqt5
+%define real_version 5.1.1
+%define so_version 5.1.1
+%define tar_version qtxmlpatterns-opensource-src-%{real_version}
+BuildRequires:  libqt5-qtbase-devel >= %{version}
+BuildRequires:  libqt5-qtbase-private-headers-devel >= %{version}
+BuildRequires:  xz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -41,8 +41,6 @@
 This package contains base tools, like string, xml, and network
 handling.
 
-
-
 %prep
 %setup -q -n qtxmlpatterns-opensource-src-%{real_version}
 
@@ -59,8 +57,8 @@
 %package -n libQt5XmlPatterns-devel
 Summary:        Qt Development Kit
 Group:          Development/Libraries/C and C++
-Requires:       %libname = %version
-Requires:       libqt5-qtbase-devel
+Requires:       %libname = %{version}
+Requires:       libqt5-qtbase-devel >= %{version}
 
 %description -n libQt5XmlPatterns-devel
 You need this package, if you want to compile programs with QtXmlPatterns.
@@ -68,8 +66,8 @@
 %package -n libQt5XmlPatterns-private-headers-devel
 Summary:        Non-ABI stable experimental API
 Group:          Development/Libraries/C and C++
-Requires:       libQt5XmlPatterns-devel = %version
-Requires:       libqt5-qtbase-private-headers-devel
+Requires:       libQt5XmlPatterns-devel = %{version}
+Requires:       libqt5-qtbase-private-headers-devel >= %{version}
 
 %description -n libQt5XmlPatterns-private-headers-devel
 This package provides private headers of libqt5-qtxmlpatterns that are normally
@@ -82,20 +80,20 @@
 %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
+make INSTALL_ROOT=%{buildroot} install
 
-# put all the binaries to %_bindir, add -qt5 suffix, and symlink them back to 
%_qt5_bindir
+# put all the binaries to %{_bindir}, add -qt5 suffix, and symlink them back 
to %_qt5_bindir
 mkdir %{buildroot}%{_bindir}
 pushd %{buildroot}%{_libqt5_bindir}
 for i in * ; do
@@ -106,11 +104,11 @@
 popd
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files -n %libname
 %defattr(-,root,root,755)
-%_bindir/*
+%{_bindir}/*
 %{_libqt5_bindir}/*
 %{_libqt5_libdir}/libQt5XmlPatterns.so.*
 

++++++ qtxmlpatterns-opensource-src-5.1.0.tar.xz -> 
qtxmlpatterns-opensource-src-5.1.1.tar.xz ++++++
++++ 13046 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to