Hello community, here is the log from the commit of package libqt5-qtimageformats for openSUSE:Factory checked in at 2015-03-01 15:13:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2014-12-21 11:56:16.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libqt5-qtimageformats.new/libqt5-qtimageformats.changes 2015-03-01 15:13:13.000000000 +0100 @@ -1,0 +2,7 @@ +Tue Feb 24 16:10:18 UTC 2015 - hrvoje.sen...@gmail.com + +- Update to 5.4.1 + * For more details please see: + http://blog.qt.io/blog/2015/02/24/qt-5-4-1-released/ + +------------------------------------------------------------------- Old: ---- qtimageformats-opensource-src-5.4.0.tar.xz New: ---- qtimageformats-opensource-src-5.4.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libqt5-qtimageformats.spec ++++++ --- /var/tmp/diff_new_pack.qUFKOO/_old 2015-03-01 15:13:14.000000000 +0100 +++ /var/tmp/diff_new_pack.qUFKOO/_new 2015-03-01 15:13:14.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libqt5-qtimageformats # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,15 +19,15 @@ %define qt5_snapshot 0 Name: libqt5-qtimageformats -Version: 5.4.0 +Version: 5.4.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 %define base_name libqt5 -%define real_version 5.4.0 -%define so_version 5.4.0 +%define real_version 5.4.1 +%define so_version 5.4.1 %define tar_version qtimageformats-opensource-src-%{real_version} Source: %{tar_version}.tar.xz Source1: baselibs.conf ++++++ qtimageformats-opensource-src-5.4.0.tar.xz -> qtimageformats-opensource-src-5.4.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtimageformats-opensource-src-5.4.0/.qmake.conf new/qtimageformats-opensource-src-5.4.1/.qmake.conf --- old/qtimageformats-opensource-src-5.4.0/.qmake.conf 2014-12-05 17:25:18.000000000 +0100 +++ new/qtimageformats-opensource-src-5.4.1/.qmake.conf 2015-02-17 05:57:32.000000000 +0100 @@ -1,3 +1,3 @@ load(qt_build_config) -MODULE_VERSION = 5.4.0 +MODULE_VERSION = 5.4.1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtimageformats-opensource-src-5.4.0/.tag new/qtimageformats-opensource-src-5.4.1/.tag --- old/qtimageformats-opensource-src-5.4.0/.tag 2014-12-05 17:25:19.000000000 +0100 +++ new/qtimageformats-opensource-src-5.4.1/.tag 2015-02-17 05:57:33.000000000 +0100 @@ -1 +1 @@ -fdc7026fb7d098abbf135fd5e7d2cf00884f9235 +2cf398f541d68f60e0205820524b79b37045bf0f diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtimageformats-opensource-src-5.4.0/config.tests/libwebp/libwebp.cpp new/qtimageformats-opensource-src-5.4.1/config.tests/libwebp/libwebp.cpp --- old/qtimageformats-opensource-src-5.4.0/config.tests/libwebp/libwebp.cpp 2014-12-05 17:25:19.000000000 +0100 +++ new/qtimageformats-opensource-src-5.4.1/config.tests/libwebp/libwebp.cpp 2015-02-17 05:57:33.000000000 +0100 @@ -32,12 +32,21 @@ ****************************************************************************/ #include <webp/decode.h> +#include <webp/encode.h> + +#if WEBP_ABI_IS_INCOMPATIBLE(WEBP_DECODER_ABI_VERSION, 0x0203) || WEBP_ABI_IS_INCOMPATIBLE(WEBP_ENCODER_ABI_VERSION, 0x0202) +#error "Incompatible libwebp version" +#endif int main(int, char **) { WebPDecoderConfig config; WebPDecBuffer *output_buffer = &config.output; WebPBitstreamFeatures *bitstream = &config.input; + WebPPicture picture; + picture.use_argb = 0; + WebPConfig config2; + config2.lossless = 0; return 0; } -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org