Hello community,

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

Package is "libqt5-qtsvg"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libqt5-qtsvg/libqt5-qtsvg.changes        
2013-10-01 08:14:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtsvg.new/libqt5-qtsvg.changes   
2013-10-04 13:54:17.000000000 +0200
@@ -1,0 +2,10 @@
+Thu Aug 29 17:39:30 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/qtsvg/blobs/release/dist/changes-5.1.1
+  and http://qt-project.org/wiki/Qt511KnownIssues for known issues
+- Small spec cleanup
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ libqt5-qtsvg.spec ++++++
--- /var/tmp/diff_new_pack.lewcaJ/_old  2013-10-04 13:54:18.000000000 +0200
+++ /var/tmp/diff_new_pack.lewcaJ/_new  2013-10-04 13:54:18.000000000 +0200
@@ -19,31 +19,28 @@
 %define libname libQt5Svg5
 
 Name:           libqt5-qtsvg
-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 qtsvg-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 SVG Library
 License:        SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
+Summary:        Qt 5 SVG Library
+Url:            http://qt.digia.com
 Group:          Development/Libraries/X11
 Source:         %{tar_version}.tar.xz
+%define base_name libqt5
+%define real_version 5.1.1
+%define so_version 5.1.1
+%define tar_version qtsvg-opensource-src-%{real_version}
+BuildRequires:  libqt5-qtbase-devel >= %{version}
+BuildRequires:  libqt5-qtbase-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
 %setup -q -n qtsvg-opensource-src-%{real_version}
 
@@ -60,8 +57,8 @@
 %package -n libQt5Svg-devel
 Summary:        Qt Development Kit
 Group:          Development/Libraries/X11
-Requires:       %libname = %version
-Requires:       libqt5-qtbase-devel >= %version
+Requires:       %libname = %{version}
+Requires:       libqt5-qtbase-devel >= %{version}
 
 %description -n libQt5Svg-devel
 You need this package, if you want to compile programs with QtSvg.
@@ -69,8 +66,8 @@
 %package -n libQt5Svg-private-headers-devel
 Summary:        Non-ABI stable experimental API
 Group:          Development/Libraries/C and C++
-Requires:       libQt5Svg-devel = %version
-Requires:       libqt5-qtbase-private-headers-devel
+Requires:       libQt5Svg-devel = %{version}
+Requires:       libqt5-qtbase-private-headers-devel >= %{version}
 
 %description -n libQt5Svg-private-headers-devel
 This package provides private headers of libqt5-qtsvg that are normally
@@ -85,19 +82,19 @@
 %build
 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 -n %libname
 %defattr(-,root,root,755)
@@ -107,13 +104,13 @@
 
 %files -n libQt5Svg-private-headers-devel
 %defattr(-,root,root,755)
-%_libqt5_includedir/Qt*/%{so_version}
+%{_libqt5_includedir}/Qt*/%{so_version}
 
 %files -n libQt5Svg-devel
 %defattr(-,root,root,755)
-%_includedir/qt5/QtSvg
-%exclude %_libqt5_includedir/Qt*/%{so_version}
-%_libqt5_includedir/QtSvg
+%{_libqt5_includedir}/QtSvg
+%exclude %{_libqt5_includedir}/Qt*/%{so_version}
+%{_libqt5_includedir}/QtSvg
 %{_libqt5_libdir}/cmake/Qt5Svg
 %{_libqt5_libdir}/libQt5Svg.la
 %{_libqt5_libdir}/libQt5Svg.prl

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

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

Reply via email to