Hello community,

here is the log from the commit of package libqt5-qtimageformats for 
openSUSE:Factory checked in at 2014-02-18 16:17:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtimageformats (Old)
 and      /work/SRC/openSUSE:Factory/.libqt5-qtimageformats.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqt5-qtimageformats"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/libqt5-qtimageformats/libqt5-qtimageformats.changes  
    2013-12-17 07:04:07.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtimageformats.new/libqt5-qtimageformats.changes
 2014-02-18 16:17:35.000000000 +0100
@@ -1,0 +2,9 @@
+Wed Feb  5 20:42:16 UTC 2014 - [email protected]
+
+- Update to 5.2.1:
+  * For more details please see:
+    http://blog.qt.digia.com/blog/2014/02/05/qt-5-2-1-released/
+- removed patches:
+  * mng_version.patch
+
+-------------------------------------------------------------------

Old:
----
  mng_version.patch
  qtimageformats-opensource-src-5.2.0.tar.xz

New:
----
  qtimageformats-opensource-src-5.2.1.tar.xz

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

Other differences:
------------------
++++++ libqt5-qtimageformats.spec ++++++
--- /var/tmp/diff_new_pack.335VR4/_old  2014-02-18 16:17:36.000000000 +0100
+++ /var/tmp/diff_new_pack.335VR4/_new  2014-02-18 16:17:36.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qtimageformats
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -16,24 +16,31 @@
 #
 
 
+%define qt5_snapshot 0
+
 Name:           libqt5-qtimageformats
-Version:        5.2.0
+Version:        5.2.1
 Release:        0
 Summary:        Qt 5 Image Format Plugins
 License:        SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:          Development/Libraries/X11
 Url:            http://qt.digia.com
-Source:         %{tar_version}.tar.xz
-# PATCH-FIX-UPSTREAM mng_version.patch -- libmng 2.0.x has been released and 
is compatible and usable, but since
-# it no longer provides a VERSION_MAJOR macro, the config test would fail.
-Patch0:         mng_version.patch
-BuildRequires:  libmng-devel
 %define base_name libqt5
-%define real_version 5.2.0
-%define so_version 5.2.0
+%define real_version 5.2.1
+%define so_version 5.2.1
+%if %qt5_snapshot
+%define tar_version qtimageformats-%{real_version}
+%else
 %define tar_version qtimageformats-opensource-src-%{real_version}
-BuildRequires:  libqt5-qtbase-devel >= %{version}
+%endif
+Source:         %{tar_version}.tar.xz
+BuildRequires:  libmng-devel
 BuildRequires:  libtiff-devel
+BuildRequires:  pkgconfig(Qt5Gui) >= %{version}
+%if %qt5_snapshot
+#to create the forwarding headers
+BuildRequires:  perl
+%endif
 BuildRequires:  xz
 Requires:       libQt5Gui5
 
@@ -49,9 +56,9 @@
 Summary:        Qt Development Kit
 Group:          Development/Libraries/X11
 Requires:       %name = %version
-Requires:       libqt5-qtbase-devel >= %{version}
-Requires:       libtiff-devel
 Requires:       libmng-devel
+Requires:       libtiff-devel
+Requires:       pkgconfig(Qt5Gui) >= %{version}
 
 %description devel
 Qt is a set of libraries for developing applications.
@@ -62,10 +69,17 @@
 
 
 %prep
+%if %qt5_snapshot
+%setup -q -n qtimageformats-%{real_version}
+%else
 %setup -q -n qtimageformats-opensource-src-%{real_version}
-%patch0 -p1
+%endif
 
 %build
+%if %qt5_snapshot
+#force the configure script to generate the forwarding headers (it checks 
whether .git directory exists)
+mkdir .git
+%endif
 %qmake5
 %make_jobs
 
@@ -75,6 +89,8 @@
 %files
 %defattr(-,root,root,755)
 %doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
+%dir %{_libqt5_archdatadir}
+%dir %{_libqt5_plugindir}
 %{_libqt5_plugindir}/imageformats/*.so
 
 %files devel

++++++ qtimageformats-opensource-src-5.2.0.tar.xz -> 
qtimageformats-opensource-src-5.2.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtimageformats-opensource-src-5.2.0/.qmake.conf 
new/qtimageformats-opensource-src-5.2.1/.qmake.conf
--- old/qtimageformats-opensource-src-5.2.0/.qmake.conf 2013-12-08 
18:10:21.000000000 +0100
+++ new/qtimageformats-opensource-src-5.2.1/.qmake.conf 2014-02-01 
21:38:05.000000000 +0100
@@ -1,3 +1,3 @@
 load(qt_build_config)
 
-MODULE_VERSION = 5.2.0
+MODULE_VERSION = 5.2.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtimageformats-opensource-src-5.2.0/.tag 
new/qtimageformats-opensource-src-5.2.1/.tag
--- old/qtimageformats-opensource-src-5.2.0/.tag        2013-12-08 
18:10:22.000000000 +0100
+++ new/qtimageformats-opensource-src-5.2.1/.tag        2014-02-01 
21:38:05.000000000 +0100
@@ -1 +1 @@
-d507c358b803cd40ec13ed19e00eced80b732571
+b742f21e41ee60a4fbb2d0efeed4d518f72590c7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtimageformats-opensource-src-5.2.0/config.tests/libmng/libmng.cpp 
new/qtimageformats-opensource-src-5.2.1/config.tests/libmng/libmng.cpp
--- old/qtimageformats-opensource-src-5.2.0/config.tests/libmng/libmng.cpp      
2013-12-08 18:10:22.000000000 +0100
+++ new/qtimageformats-opensource-src-5.2.1/config.tests/libmng/libmng.cpp      
2014-02-01 21:38:05.000000000 +0100
@@ -46,9 +46,11 @@
     mng_handle hMNG;
     mng_cleanup(&hMNG);
 
+#if defined(MNG_VERSION_MAJOR)
 #if MNG_VERSION_MAJOR < 1 || (MNG_VERSION_MAJOR == 1 && MNG_VERSION_MINOR == 0 
&& MNG_VERSION_RELEASE < 9)
 #error System libmng version is less than 1.0.9; using built-in version 
instead.
 #endif
+#endif
 
     return 0;
 }

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

Reply via email to