diff --git a/gdk-pixbuf-2.26.3.tar.xz b/gdk-pixbuf-2.26.3.tar.xz deleted file mode 100644 index 950caec..0000000 --- a/gdk-pixbuf-2.26.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a22373a72621c6f73e8c216410aeb46e3bb05b477e600b6ac481a47ecd4c09cc -size 1175376 diff --git a/gdk-pixbuf-2.26.4.tar.xz b/gdk-pixbuf-2.26.4.tar.xz new file mode 100644 index 0000000..4a0a74c --- /dev/null +++ b/gdk-pixbuf-2.26.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a91458645f078debf204fef8bb06b30f356fcb5d48f65395132a5dba2b3510be +size 1181640 diff --git a/gdk-pixbuf.changes b/gdk-pixbuf.changes index 6420b02..6004cdf 100644 --- a/gdk-pixbuf.changes +++ b/gdk-pixbuf.changes @@ -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 diff --git a/gdk-pixbuf.spec b/gdk-pixbuf.spec index 72aef34..346c032 100644 --- a/gdk-pixbuf.spec +++ b/gdk-pixbuf.spec @@ -20,7 +20,7 @@ %define gdk_pixbuf_binary_version 2.10.0 Name: gdk-pixbuf -Version: 2.26.3 +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}