gdk-pixbuf/gdk-pixbuf.changes

224 lines
8.7 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Mon Dec 19 11:43:36 UTC 2011 - vuntz@opensuse.org
- Update to version 2.25.0:
+ Fix some string problems in the qtif loader (bgo#629396)
+ Fix various introspection annotations (bgo#659888)
+ Fix introspectability of gdk_pixbuf_get_pixels (bgo#662009)
+ Skip compressed icons in ICOs (bgo#652498)
+ Fix thread-safety issues with animations
+ Fix gif animation delays between frames (bgo#655755)
+ Work around gtk-doc limitations (bgo#663554)
+ Add a --with-x11 configure options (bgo#657569)
+ Fix build problem on NetBSD (bgo#640405)
+ Fix mingw build (bgo#657876)
+ Updated translations.
- Add gdk-pixbuf-missing-include.patch: add missing include.
- Add xz BuildRequires because we can't build a package for a
xz-compressed tarball without explicitly specifying that... See
bnc#697467 for more details.
- Pass new --with-x11 option to configure.
-------------------------------------------------------------------
Thu Dec 8 19:48:50 UTC 2011 - dimstar@opensuse.org
- Split typelib file in typelib-1_0-GdkPixbuf-2_0 subpackage.
- Add typelib-1_0-GdkPixbuf-2_0 Requires to devel subpackage.
-------------------------------------------------------------------
Wed Aug 31 09:52:33 CEST 2011 - vuntz@opensuse.org
- Update to version 2.24.0:
+ Clean up dependencies in the .pc file
+ Win32 build fixes
+ Updated translations.
-------------------------------------------------------------------
Tue Jun 28 09:48:11 CEST 2011 - dimstar@opensuse.org
- Update to version 2.23.5:
+ Prevent the return of partically initialized pixbuf structures
from the gif loader in some error cases (CVE-2011-2485)
+ Win32 build updates.
-------------------------------------------------------------------
Tue Jun 14 19:48:30 CEST 2011 - vuntz@opensuse.org
- Update to version 2.23.4:
+ Drop use of G_CONST_RETURN
+ Win32 build fixes
+ Updated translations.
-------------------------------------------------------------------
Mon Apr 4 09:23:54 UTC 2011 - fcrozat@novell.com
- Update to version 2.23.3:
+ Fix release tarball
+ More win32 build fixes
- Changes from version 2.23.2:
+ bgo#636138: Fix possible crashes when loading jpegs
+ Introspection annotation fixes
+ Update build files on Win32
+ Updated translations.
-------------------------------------------------------------------
Mon Mar 7 09:19:54 UTC 2011 - fcrozat@novell.com
- Update to version 2.23.1:
+ Introspection:
- Add package information
- Don't include backend API
+ Fix build against libpng 1.5
+ Bugs fixed:
- bgo#634659: gdk-pixbuf 2.22 can't find localisation
- bgo#635364: Add C include and exported packages information
to GIR
- bgo#639922: Proposed Visual C++ 2008 Project Files
- bgo#640407: Unportable test(1) construct in configure script.
+ Updated translations.
-------------------------------------------------------------------
Wed Feb 16 08:01:37 UTC 2011 - fcrozat@novell.com
- Update to version 2.23.0:
+ New API: gdk_pixbuf_new_from_stream_async
+ Updated translations.
- Drop gdk-pixbuf-add-gir_PACKAGES.patch: fixed upstream. Also
remove gnome-common BuildRequires and call to gnome-autogen.sh
that were needed for the patch.
- Add support for source service checkout, with %BUILD_FROM_VCS:
+ Add gtk-doc BuildRequires.
+ Add call to ./autogen.sh.
+ Enforce gtk-doc html generation by passing --enable-gtk-doc to
configure.
-------------------------------------------------------------------
Mon Feb 14 17:46:42 CET 2011 - sbrabec@suse.cz
- Added support for translation-update-upstream.
-------------------------------------------------------------------
Tue Dec 28 22:20:56 UTC 2010 - dimstar@opensuse.org
- Add gdk-pixbuf-add-gir_PACKAGES.patch: vapigen 0.12 parses the
.gir and the .vapi file, complaining about duplicate definitions.
The error is seen in packages building against gdk-pixbuf and
using vala-unstable to create own vala bindings.
- Add gnome-common BuildRequires, because the patch touches
Makefile.am, and call to gnome-autogen.sh in the build section.
-------------------------------------------------------------------
Sat Nov 6 19:05:40 CET 2010 - dimstar@opensuse.org
- Update to version 2.22.1:
+ Make GdkPixbuf implement the GIcon interface
+ Fix loader.cache detection on Windows
+ Updated translations.
-------------------------------------------------------------------
Wed Oct 13 20:21:06 CEST 2010 - vuntz@opensuse.org
- Put comments that are in the scriptlets area of the spec file in
"%if 0" statement: if we don't do that, they actually end up in
the scriplets and can even make them fail if the scriptlets were
just "-p /sbin/ldconfig".
-------------------------------------------------------------------
Tue Oct 12 00:13:44 CEST 2010 - vuntz@opensuse.org
- Remove gdk-pixbuf-query-loaders Requires(postun) in
libgdk_pixbuf-2_0-0: it's not needed.
- Add missing Requires for gdk-pixbuf-query-loaders to
libgdk_pixbuf-2_0-0 in baselibs.conf.
- Update baselibs.conf to remove assumption in the scriptlets of
the generated packages that they are 32bit packages.
- Use <prefix> in baselibs.conf since we use full paths there, and
this is needed for x86 packages that put files in
/emul/ia32-linux.
-------------------------------------------------------------------
Tue Sep 21 23:24:22 CEST 2010 - vuntz@opensuse.org
- Update to version 2.22.0:
+ Fix a problem with mime type detection
+ Win32: Fix linking on x64
+ Drop gobject-introspection requirement to 0.9.3
+ Updated translations.
-------------------------------------------------------------------
Sat Sep 18 13:48:48 CEST 2010 - vuntz@opensuse.org
- Update the %post scriptlet to not fail if
gdk-pixbuf-query-loaders is not installed. Also make it easier to
read by using a %define to use the right binary for
gdk-pixbuf-query-loaders.
-------------------------------------------------------------------
Fri Sep 10 17:45:06 CEST 2010 - dimstar@opensuse.org
- Update to version 2.21.7:
+ bgo#624712: Fix linking when libpng loader is builtin
+ bgo#604284: Improve the pixbuf loader docs
+ bgo#622940: Fix compat issues wrt to single includes
+ Win32: Link directly to GDI+
+ Require gobject-introspection 0.9.5
+ Updated translations.
-------------------------------------------------------------------
Fri Jul 23 08:31:35 CEST 2010 - vuntz@opensuse.org
- Update to version 2.21.6:
+ Drop aliasing hacks, use -Bsymbolic-functions
+ Support NOCONFIGURE in autogen.sh
+ Check for different versions of libpng
-------------------------------------------------------------------
Wed Jul 21 11:06:22 CEST 2010 - vuntz@opensuse.org
- Improve summaries and descriptions.
- Change gobject-introspection-devel and libpng-devel BuildRequires
to pkgconfig(gobject-introspection-1.0) and pkgconfig(libpng).
- Add libjasper-devel, pkgconfig(x11) BuildRequires, and explicit
libjpeg-devel.
- Add baselibs.conf, and rename gdk-pixbuf-query-loaders on 64
bits.
- Make libgdk_pixbuf-2_0-0 provide gdk-pixbuf to make the lang
package installable.
- Add Recommends for the lang package to libgdk_pixbuf-2_0-0.
- Move conflicts with gtk2 < 2.21 to libgdk_pixbuf-2_0-0.
- Stop renaming gdk-pixbuf-query-loaders to
gdk-pixbuf-query-loaders-2.0: they're no issue with parallel
instability since there's no other such tool.
- Touch %{_libdir}/gdk-pixbuf-2.0/2.10.0/loaders.cache and make it
a ghost file.
- Pass --disable-static and --with-libjasper to configure.
- Enable parallel build.
- Move gtk-doc documentation and gdk-pixbuf-csource to devel
subpackage.
- Add a macros.gdk-pixbuf file containing useful macros for
packages that ship gdk-pixbuf loaders.
-------------------------------------------------------------------
Tue Jul 6 09:11:13 UTC 2010 - dimstar@opensuse.org
- Initial package of gdk-pixbuf, which has been split out of gtk2
main package. For this reason it conflicts with gtk < 2.21
- Changes from version 2.21.5:
+ Bring back deprecated API
+ Allow including individual headers again
- Changes from version 2.21.4:
+ Drop -2.0 suffix on gdk-pixbuf-csource and
gdk-pixbuf-query-loaders
+ Include gdk-pixbuf-xlib again
+ Add pixbuf tests from the GTK+ tree
+ Add binary version and module dir as variables in the .pc file
+ Add a boxed type for GdkPixbufFormat
- Changes from version 2.21.3, since GTK+ 2.21.2:
+ gdk-pixbuf has been turned back into a standalone library.
+ The default location for loaders has been changed to
$libdir/gdk-pixbuf-2.0/2.10.0/loaders
+ The default location for the module file has been changed to
$libdir/gdk-pixbuf-2.0/2.10.0/loaders.cache
and gdk-pixbuf-query-loaders-2.0 will update that file when
given the --update-cache option.