automatic version update by autodist [release 2.42.12-1mamba;Sat May 18 2024]
This commit is contained in:
parent
4839a5a3a5
commit
6b9d9508f0
@ -1,32 +0,0 @@
|
|||||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Christian Heusel <christian@heusel.eu>
|
|
||||||
Date: Sat, 20 Apr 2024 11:07:32 +0200
|
|
||||||
Subject: [PATCH] fix build failure due to typo in the build script
|
|
||||||
|
|
||||||
The fixed commit had a typo where it would try to call a nonexistant
|
|
||||||
function instead of the .contains method of the relevant array.
|
|
||||||
This was only made visible when the "other" loaders were enabled so it
|
|
||||||
is triggered all the time.
|
|
||||||
|
|
||||||
This was made visible when working on
|
|
||||||
https://gitlab.archlinux.org/archlinux/packaging/packages/gdk-pixbuf2/-/merge_requests/1
|
|
||||||
|
|
||||||
Fixes: 81a77399a ("Update the testsuite")
|
|
||||||
Signed-off-by: Christian Heusel <christian@heusel.eu>
|
|
||||||
---
|
|
||||||
tests/meson.build | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/tests/meson.build b/tests/meson.build
|
|
||||||
index 78d0ad92e5e2..78ae43af17f9 100644
|
|
||||||
--- a/tests/meson.build
|
|
||||||
+++ b/tests/meson.build
|
|
||||||
@@ -71,7 +71,7 @@ installed_tests = {
|
|
||||||
'pixbuf-construction': { 'suites': ['conform'], },
|
|
||||||
'animation': {
|
|
||||||
'suites': ['format'],
|
|
||||||
- 'skip': not (enabled_loaders.contains('ani') and enabled_loaders_contains('gif')),
|
|
||||||
+ 'skip': not (enabled_loaders.contains('ani') and enabled_loaders.contains('gif')),
|
|
||||||
},
|
|
||||||
'cve-2015-4491': {
|
|
||||||
'suites': ['security'],
|
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
Name: libgdk-pixbuf
|
Name: libgdk-pixbuf
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.42.11
|
Version: 2.42.12
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: An image loading library
|
Summary: An image loading library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -11,7 +11,6 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://www.gnome.org
|
URL: https://www.gnome.org
|
||||||
Source: https://download-fallback.gnome.org/sources/gdk-pixbuf/%{majversion}/gdk-pixbuf-%{version}.tar.xz
|
Source: https://download-fallback.gnome.org/sources/gdk-pixbuf/%{majversion}/gdk-pixbuf-%{version}.tar.xz
|
||||||
Patch0: libgdk-pixbuf-2.42.11-fix_typo_in_build_script.patch
|
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -58,7 +57,6 @@ This package contains %{name} API documentation.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n gdk-pixbuf-%{version}
|
%setup -q -n gdk-pixbuf-%{version}
|
||||||
%patch 0 -p1 -b .fix_typo_in_build_script
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson \
|
%meson \
|
||||||
@ -167,6 +165,9 @@ fi
|
|||||||
%{_docdir}/gdk-pixdata/*
|
%{_docdir}/gdk-pixdata/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 18 2024 Automatic Build System <autodist@openmamba.org> 2.42.12-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Apr 21 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.42.11-2mamba
|
* Sun Apr 21 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.42.11-2mamba
|
||||||
- added a patch to fix typo in build script
|
- added a patch to fix typo in build script
|
||||||
- added more configure options
|
- added more configure options
|
||||||
|
Loading…
Reference in New Issue
Block a user