Accepting request 445629 from GNOME:Next
Update to 2.36.1 - cleanup Max' submission OBS-URL: https://build.opensuse.org/request/show/445629 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdk-pixbuf?expand=0&rev=118
This commit is contained in:
parent
308d8162c6
commit
7216704358
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:85ab52ce9f2c26327141b3dcf21cca3da6a3f8de84b95fa1e727d8871a23245c
|
|
||||||
size 2718648
|
|
3
gdk-pixbuf-2.36.1.tar.xz
Normal file
3
gdk-pixbuf-2.36.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9d5ba72070460c1b5b74115d395a3e33daeb7b7b67fb256cdccc9d7187c42a38
|
||||||
|
size 2711044
|
@ -1,9 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 15:43:35 UTC 2016 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.36.1:
|
||||||
|
+ Remove the pixdata loader (bgo#776004).
|
||||||
|
+ Fix integer overflows in the jpeg loader (bgo#775218).
|
||||||
|
+ Add an external thumbnailer for images.
|
||||||
|
+ Updated translations.
|
||||||
|
- Split the external thumbnailer into gdk-pixbug-thumbnailer.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 9 15:02:53 UTC 2016 - mstaudt@suse.com
|
Fri Dec 9 15:02:53 UTC 2016 - mstaudt@suse.com
|
||||||
|
|
||||||
- u_contrib-gdk-pixbuf-xlib-Fix-rgb888amsb.patch
|
- Add u_contrib-gdk-pixbuf-xlib-Fix-rgb888amsb.patch:
|
||||||
Fix RGBA conversion for big endian X11 environments.
|
Fix RGBA conversion for big endian X11 environments.
|
||||||
Fixes (boo#929462), (bsc#1010497)
|
Fixes (boo#929462, bsc#1010497, bgo#775896).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 19 17:22:31 UTC 2016 - zaitor@opensuse.org
|
Mon Sep 19 17:22:31 UTC 2016 - zaitor@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.36.0
|
Version: 2.36.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An image loading library
|
Summary: An image loading library
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
@ -30,6 +30,7 @@ Source: http://download.gnome.org/sources/gdk-pixbuf/2.36/%{name}-%{vers
|
|||||||
Source1: macros.gdk-pixbuf
|
Source1: macros.gdk-pixbuf
|
||||||
Source2: README.SUSE
|
Source2: README.SUSE
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
|
# PATCH-FIX-UPSTREAM u_contrib-gdk-pixbuf-xlib-Fix-rgb888amsb.patch boo#929462 bsc#1010497 bgo#775896 mstaudt@suse.com -- Fix RGBA conversion for big endian X11 environments
|
||||||
Patch0: u_contrib-gdk-pixbuf-xlib-Fix-rgb888amsb.patch
|
Patch0: u_contrib-gdk-pixbuf-xlib-Fix-rgb888amsb.patch
|
||||||
BuildRequires: libjasper-devel
|
BuildRequires: libjasper-devel
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
@ -84,6 +85,17 @@ Clutter.
|
|||||||
This package contains the utility to create the cache file needed for
|
This package contains the utility to create the cache file needed for
|
||||||
loadable modules.
|
loadable modules.
|
||||||
|
|
||||||
|
%package thumbnailer
|
||||||
|
Summary: System helper creating thumbnails
|
||||||
|
Group: System/Libraries
|
||||||
|
|
||||||
|
%description thumbnailer
|
||||||
|
gdk-pixbuf is an image loading library that can be extended by loadable
|
||||||
|
modules for new image formats. It is used by toolkits such as GTK+ or
|
||||||
|
Clutter.
|
||||||
|
|
||||||
|
This package contains the thumbnailer utility.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: An image loading library - Development Files
|
Summary: An image loading library - Development Files
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
@ -198,6 +210,12 @@ fi
|
|||||||
%{_bindir}/gdk-pixbuf-query-loaders*
|
%{_bindir}/gdk-pixbuf-query-loaders*
|
||||||
%{_mandir}/man1/gdk-pixbuf-query-loaders*.1*
|
%{_mandir}/man1/gdk-pixbuf-query-loaders*.1*
|
||||||
|
|
||||||
|
%files thumbnailer
|
||||||
|
%defattr(-, root, root)
|
||||||
|
%{_bindir}/gdk-pixbuf-thumbnailer
|
||||||
|
%dir %{_datadir}/thumbnailers
|
||||||
|
%{_datadir}/thumbnailers/gdk-pixbuf-thumbnailer.thumbnailer
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_bindir}/gdk-pixbuf-csource
|
%{_bindir}/gdk-pixbuf-csource
|
||||||
|
Loading…
x
Reference in New Issue
Block a user