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:
commit
e8545f75d3
@ -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
3
gdk-pixbuf-2.26.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a91458645f078debf204fef8bb06b30f356fcb5d48f65395132a5dba2b3510be
|
||||||
|
size 1181640
|
@ -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
|
Mon Aug 6 19:40:38 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -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.2
|
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}
|
||||||
|
Loading…
Reference in New Issue
Block a user