Accepting request 636750 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/636750 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdk-pixbuf?expand=0&rev=72
This commit is contained in:
commit
e1436a4a7d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fff85cf48223ab60e3c3c8318e2087131b590fd6f1737e42cb3759a3b427a334
|
|
||||||
size 5675768
|
|
3
gdk-pixbuf-2.38.0.tar.xz
Normal file
3
gdk-pixbuf-2.38.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dd50973c7757bcde15de6bcd3a6d462a445efd552604ae6435a0532fbbadae47
|
||||||
|
size 5229368
|
@ -1,9 +1,43 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 9 07:32:39 UTC 2018 - antoine.belvire@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.38.0:
|
||||||
|
+ Stable release.
|
||||||
|
+ Documentation fixes.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 22 12:57:37 UTC 2018 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Update to version 2.37.92:
|
||||||
|
+ Ensure that GdkPixbuf's storage is safely handled.
|
||||||
|
+ Add test case for buffer overflow in pixdata loader.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 8 21:07:28 UTC 2018 - bjorn.lie@gmail.com
|
Sun Jul 8 21:07:28 UTC 2018 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
- Pass all options to meson, ensure we build gdk-pixbuf with the
|
- Pass all options to meson, ensure we build gdk-pixbuf with the
|
||||||
features we want.
|
features we want.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 20 02:10:46 UTC 2018 - luc14n0@linuxmail.org
|
||||||
|
|
||||||
|
- Update to version 2.37.0:
|
||||||
|
+ Plug a memory leak when using GBytes (bgo#787626).
|
||||||
|
+ Fix introspection annotations (bgo#789935).
|
||||||
|
+ Fix OOB error when dithering (bgo#748211).
|
||||||
|
+ Drop the MMX assembly optimizations for pixops.
|
||||||
|
+ Improve compatibility for the post-install script (bgo#795705).
|
||||||
|
+ Expose the dimensions of the original image from
|
||||||
|
GdkPixbufLoader (bgo#778517).
|
||||||
|
+ Improve thumbnailer implementation (bgo#778517).
|
||||||
|
+ Generate separate introspection data for GdkPixdata API
|
||||||
|
(glgo#GNOME/gdk-pixbuf#72).
|
||||||
|
+ Deprecate GDK_INTERP_HYPER (glgo#GNOME/gdk-pixbuf#3).
|
||||||
|
- Pass installed_tests as false to meson to make sure we don't ship
|
||||||
|
unnecessary tests.
|
||||||
|
- Add typelib-1_0-GdkPixdata GI subpackage and require it on the
|
||||||
|
devel package, following upstream changes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 10 02:44:36 UTC 2018 - luc14n0@linuxmail.org
|
Tue Apr 10 02:44:36 UTC 2018 - luc14n0@linuxmail.org
|
||||||
|
|
||||||
|
@ -19,13 +19,13 @@
|
|||||||
# When updating the binary version, do not forget to also update baselibs.conf
|
# When updating the binary version, do not forget to also update baselibs.conf
|
||||||
%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.12
|
Version: 2.38.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An image loading library
|
Summary: An image loading library
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
URL: https://www.gnome.org/
|
URL: https://www.gnome.org/
|
||||||
Source: http://download.gnome.org/sources/gdk-pixbuf/2.36/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/gdk-pixbuf/2.38/%{name}-%{version}.tar.xz
|
||||||
Source1: macros.gdk-pixbuf
|
Source1: macros.gdk-pixbuf
|
||||||
Source2: README.SUSE
|
Source2: README.SUSE
|
||||||
Source3: gdk-pixbuf-rpmlintrc
|
Source3: gdk-pixbuf-rpmlintrc
|
||||||
@ -63,7 +63,7 @@ modules for new image formats. It is used by toolkits such as GTK+ or
|
|||||||
Clutter.
|
Clutter.
|
||||||
|
|
||||||
%package -n typelib-1_0-GdkPixbuf-2_0
|
%package -n typelib-1_0-GdkPixbuf-2_0
|
||||||
Summary: Introspection bindins for gdk-pixbuf
|
Summary: Introspection bindings for gdk-pixbuf
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n typelib-1_0-GdkPixbuf-2_0
|
%description -n typelib-1_0-GdkPixbuf-2_0
|
||||||
@ -73,6 +73,17 @@ Clutter.
|
|||||||
|
|
||||||
This package provides the GObject Introspection bindings for gdk-pixbuf.
|
This package provides the GObject Introspection bindings for gdk-pixbuf.
|
||||||
|
|
||||||
|
%package -n typelib-1_0-GdkPixdata-2_0
|
||||||
|
Summary: Introspection bindings for gdk-pixdata
|
||||||
|
Group: System/Libraries
|
||||||
|
|
||||||
|
%description -n typelib-1_0-GdkPixdata-2_0
|
||||||
|
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 provides the GObject Introspection bindings for gdk-pixdata.
|
||||||
|
|
||||||
%package query-loaders
|
%package query-loaders
|
||||||
Summary: Utility to create a cache of gdk-pixbuf loaders
|
Summary: Utility to create a cache of gdk-pixbuf loaders
|
||||||
Group: System/X11/Utilities
|
Group: System/X11/Utilities
|
||||||
@ -102,6 +113,7 @@ Summary: Development files for gdk-pixbuf, an image loading library
|
|||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
Requires: libgdk_pixbuf-2_0-0 = %{version}
|
Requires: libgdk_pixbuf-2_0-0 = %{version}
|
||||||
Requires: typelib-1_0-GdkPixbuf-2_0 = %{version}
|
Requires: typelib-1_0-GdkPixbuf-2_0 = %{version}
|
||||||
|
Requires: typelib-1_0-GdkPixdata-2_0 = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
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
|
||||||
@ -132,6 +144,7 @@ cp -a %{SOURCE2} .
|
|||||||
-Dman=true \
|
-Dman=true \
|
||||||
-Drelocatable=false \
|
-Drelocatable=false \
|
||||||
-Dnative_windows_loaders=false \
|
-Dnative_windows_loaders=false \
|
||||||
|
-Dinstalled_tests=false \
|
||||||
%{nil}
|
%{nil}
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
@ -196,7 +209,7 @@ fi
|
|||||||
|
|
||||||
%files -n libgdk_pixbuf-2_0-0
|
%files -n libgdk_pixbuf-2_0-0
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS NEWS
|
%doc NEWS
|
||||||
%if "%{_lib}" == "lib64"
|
%if "%{_lib}" == "lib64"
|
||||||
%doc README.SUSE
|
%doc README.SUSE
|
||||||
%endif
|
%endif
|
||||||
@ -211,6 +224,9 @@ fi
|
|||||||
%files -n typelib-1_0-GdkPixbuf-2_0
|
%files -n typelib-1_0-GdkPixbuf-2_0
|
||||||
%{_libdir}/girepository-1.0/GdkPixbuf-2.0.typelib
|
%{_libdir}/girepository-1.0/GdkPixbuf-2.0.typelib
|
||||||
|
|
||||||
|
%files -n typelib-1_0-GdkPixdata-2_0
|
||||||
|
%{_libdir}/girepository-1.0/GdkPixdata-2.0.typelib
|
||||||
|
|
||||||
%files query-loaders
|
%files query-loaders
|
||||||
%{_bindir}/gdk-pixbuf-query-loaders*
|
%{_bindir}/gdk-pixbuf-query-loaders*
|
||||||
%{_mandir}/man1/gdk-pixbuf-query-loaders*.1*
|
%{_mandir}/man1/gdk-pixbuf-query-loaders*.1*
|
||||||
@ -228,6 +244,7 @@ fi
|
|||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_datadir}/gir-1.0/GdkPixbuf-2.0.gir
|
%{_datadir}/gir-1.0/GdkPixbuf-2.0.gir
|
||||||
|
%{_datadir}/gir-1.0/GdkPixdata-2.0.gir
|
||||||
%doc %{_datadir}/gtk-doc/html/gdk-pixbuf
|
%doc %{_datadir}/gtk-doc/html/gdk-pixbuf
|
||||||
%{_sysconfdir}/rpm/macros.gdk-pixbuf
|
%{_sysconfdir}/rpm/macros.gdk-pixbuf
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user