Accepting request 136666 from GNOME:Factory

Pushing GNOME:Factory towards openSUSE:Factory

OBS-URL: https://build.opensuse.org/request/show/136666
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdk-pixbuf?expand=0&rev=21
This commit is contained in:
Stephan Kulow 2012-10-03 05:14:28 +00:00 committed by Git OBS Bridge
commit e8545f75d3
4 changed files with 24 additions and 13 deletions

View File

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

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,23 @@
-------------------------------------------------------------------
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
- Update to version 2.26.3:
+ Fix a minor string leak (bgo#681943)
+ Bail out as soon as a module is found (bgo#681943)
+ Add an option to disable GIO mime detection (bgo#676726)
+ Updated translations.
-------------------------------------------------------------------
Mon Aug 6 19:40:38 UTC 2012 - dimstar@opensuse.org

View File

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