This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via d028ace20282d4af2ce42a48340ce7bed356fb5a (commit) from 557eba921469aac7388d9571522f332c86e087cb (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit d028ace20282d4af2ce42a48340ce7bed356fb5a Author: Michael Tremer michael.tremer@ipfire.org Date: Sun Jan 13 14:31:47 2013 +0100
gdk-pixbuf2: Update to 2.26.5.
Fixes #10282.
-----------------------------------------------------------------------
Summary of changes: gdk-pixbuf2/gdk-pixbuf2.nm | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-)
Difference in files: diff --git a/gdk-pixbuf2/gdk-pixbuf2.nm b/gdk-pixbuf2/gdk-pixbuf2.nm index 7fa3659..3d0da3d 100644 --- a/gdk-pixbuf2/gdk-pixbuf2.nm +++ b/gdk-pixbuf2/gdk-pixbuf2.nm @@ -4,8 +4,8 @@ ###############################################################################
name = gdk-pixbuf2 -version = 2.24.0 -major_ver = 2.24 +version = %{major_ver}.5 +major_ver = 2.26 release = 1
groups = System/Libraries @@ -25,18 +25,38 @@ sources = %{thisapp}.tar.xz
build requires - glib2-devel + glib2-devel >= 2.31.16 + gobject-introspection-devel >= 0.9.3 libpng-devel libjpeg-devel libtiff-devel + libX11-devel end
configure_options += \ - --disable-rpath + --with-x11 \ + --with-included-loaders=png + + make_install_targets += RUN_QUERY_LOADER_TEST=false + + install_cmds + touch %{BUILDROOT}%{libdir}/gdk-pixbuf-2.0/2.10.0/loaders.cache + end end
packages package %{name} + datafiles + %{libdir}/gdk-pixbuf-2.0/2.10.0/loaders.cache + end + + script postin + gdk-pixbuf-query-loaders --update-cache || : + end + + script postup + gdk-pixbuf-query-loaders --update-cache || : + end end
package %{name}-devel
hooks/post-receive -- IPFire 3.x development tree