Accepting request 103086 from home:vuntz:branches:GNOME:Factory
Small cleanup OBS-URL: https://build.opensuse.org/request/show/103086 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdk-pixbuf?expand=0&rev=35
This commit is contained in:
parent
47326b30cb
commit
b41209c578
@ -1,15 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 16:53:33 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Remove xz BuildRequires now that it comes for free in the build
|
||||
system.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 5 18:52:47 UTC 2012 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 2.25.2:
|
||||
+ New functions to load pixbufs from resources:
|
||||
gdk_pixbuf_new_from_resource.
|
||||
gdk_pixbuf_new_from_resource,
|
||||
gdk_pixbuf_new_from_resource_at_scale.
|
||||
+ gdk-pixbuf-pixdata is a new program that generates raw binary
|
||||
GdkPixdata files, and there is a new loader for these.
|
||||
+ Updated translations.
|
||||
- Removed gdk-pixbuf-missing-include.patch - Fixed upstream.
|
||||
|
||||
- Drop gdk-pixbuf-missing-include.patch: fixed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 19 11:43:36 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
|
@ -15,7 +15,6 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
# When updating the binary version, do not forget to also update baselibs.conf
|
||||
%define gdk_pixbuf_binary_version 2.10.0
|
||||
|
||||
@ -33,8 +32,6 @@ BuildRequires: libjasper-devel
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: translation-update-upstream
|
||||
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.31.0
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(libpng)
|
||||
@ -107,7 +104,6 @@ cp -a %{S:2} .
|
||||
%endif
|
||||
|
||||
%build
|
||||
# Needed for when BUILD_FROM_VCS is set
|
||||
%if 0%{?BUILD_FROM_VCS}
|
||||
[ -x ./autogen.sh ] && NOCONFIGURE=1 ./autogen.sh
|
||||
%endif
|
||||
@ -201,12 +197,12 @@ fi
|
||||
%files query-loaders
|
||||
%defattr(-, root, root)
|
||||
%{_bindir}/gdk-pixbuf-query-loaders*
|
||||
%{_bindir}/gdk-pixbuf-pixdata*
|
||||
%{_mandir}/man1/gdk-pixbuf-query-loaders*.1*
|
||||
|
||||
%files devel
|
||||
%defattr(-, root, root)
|
||||
%{_bindir}/gdk-pixbuf-csource
|
||||
%{_bindir}/gdk-pixbuf-pixdata
|
||||
%{_mandir}/man1/gdk-pixbuf-csource.1*
|
||||
%{_includedir}/gdk-pixbuf-2.0
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
Loading…
Reference in New Issue
Block a user