Accepting request 134936 from home:Zaitor:branches:GNOME:Factory

Resubmit post comment on review

OBS-URL: https://build.opensuse.org/request/show/134936
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdk-pixbuf?expand=0&rev=44
This commit is contained in:
Dominique Leuenberger 2012-09-21 19:25:00 +00:00 committed by Git OBS Bridge
parent 12aecc9c83
commit 69a90b4460
4 changed files with 15 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a22373a72621c6f73e8c216410aeb46e3bb05b477e600b6ac481a47ecd4c09cc
size 1175376

3
gdk-pixbuf-2.26.4.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a91458645f078debf204fef8bb06b30f356fcb5d48f65395132a5dba2b3510be
size 1181640

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Sep 18 15:19:55 UTC 2012 - zaitor@opensuse.org
- Update to version 2.26.4:
+ Make tiff loader threadsafe.
+ Support saving ICC profiles in jpeg (bgo#604610).
+ Add some missing annotations (bgo#683064).
+ Documentation improvements (bgo#676430).
+ Updated translations.
- Clean up spec, remove source service checkout support.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 20 20:57:43 UTC 2012 - dimstar@opensuse.org Mon Aug 20 20:57:43 UTC 2012 - dimstar@opensuse.org

View File

@ -20,7 +20,7 @@
%define gdk_pixbuf_binary_version 2.10.0 %define gdk_pixbuf_binary_version 2.10.0
Name: gdk-pixbuf Name: gdk-pixbuf
Version: 2.26.3 Version: 2.26.4
Release: 0 Release: 0
Summary: An image loading library Summary: An image loading library
License: LGPL-2.1+ License: LGPL-2.1+
@ -37,9 +37,6 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.31.0
BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(libpng) BuildRequires: pkgconfig(libpng)
BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(x11)
%if 0%{?BUILD_FROM_VCS}
BuildRequires: gtk-doc
%endif
%description %description
gdk-pixbuf is an image loading library that can be extended by loadable gdk-pixbuf is an image loading library that can be extended by loadable
@ -105,15 +102,9 @@ cp -a %{S:2} .
%endif %endif
%build %build
%if 0%{?BUILD_FROM_VCS}
[ -x ./autogen.sh ] && NOCONFIGURE=1 ./autogen.sh
%endif
%configure \ %configure \
--disable-static \ --disable-static \
--enable-introspection \ --enable-introspection \
%if 0%{?BUILD_FROM_VCS}
--enable-gtk-doc \
%endif
--with-libjasper \ --with-libjasper \
--with-x11 --with-x11
%{__make} %{?_smp_mflags} %{__make} %{?_smp_mflags}