rebuilt with ldc 1.29.0 [release 2.3.0-2mamba;Mon May 02 2022]
This commit is contained in:
parent
5a174dd3ec
commit
fa071dbc56
36
glibd-2.3.0-glib-2.72.patch
Normal file
36
glibd-2.3.0-glib-2.72.patch
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
From ff1daa7c1206c632ef4cba1dc92f35e4c4fdc440 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Mike Wey <mike@mikewey.eu>
|
||||||
|
Date: Wed, 23 Mar 2022 23:32:30 +0100
|
||||||
|
Subject: [PATCH] Glib 2.72
|
||||||
|
|
||||||
|
---
|
||||||
|
meson.build | 3 ++-
|
||||||
|
src/APILookupGio.txt | 1 +
|
||||||
|
2 files changed, 3 insertions(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/meson.build b/meson.build
|
||||||
|
index e199722..8d494a5 100644
|
||||||
|
--- a/meson.build
|
||||||
|
+++ b/meson.build
|
||||||
|
@@ -32,7 +32,8 @@ message('Generating D interfaces from GIR...')
|
||||||
|
girtod_gen = run_command(gir_to_d_prog,
|
||||||
|
'-i', gir_wrap_dir,
|
||||||
|
'-o', gir_d_intf_dir,
|
||||||
|
- '--print-files', 'relative,' + source_root)
|
||||||
|
+ '--print-files', 'relative,' + source_root,
|
||||||
|
+ check: true)
|
||||||
|
if girtod_gen.returncode() != 0
|
||||||
|
error('Unable to build D intefaces from GIR:\n' + girtod_gen.stderr())
|
||||||
|
endif
|
||||||
|
diff --git a/src/APILookupGio.txt b/src/APILookupGio.txt
|
||||||
|
index 87c6780..d0a989f 100644
|
||||||
|
--- a/src/APILookupGio.txt
|
||||||
|
+++ b/src/APILookupGio.txt
|
||||||
|
@@ -405,6 +405,7 @@ version 2.68: start
|
||||||
|
struct: TlsCertificate
|
||||||
|
#TODO: Proper solution
|
||||||
|
noCode: new_from_pkcs11_uris
|
||||||
|
+ version 2.72: noCode: new_from_file_with_password
|
||||||
|
version: end
|
||||||
|
|
||||||
|
struct: TlsPassword
|
@ -1,6 +1,6 @@
|
|||||||
Name: glibd
|
Name: glibd
|
||||||
Version: 2.3.0
|
Version: 2.3.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: D bindings for the GLib C Utility Library
|
Summary: D bindings for the GLib C Utility Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -10,6 +10,7 @@ URL: https://github.com/gtkd-developers/GlibD
|
|||||||
Source: https://github.com/gtkd-developers/GlibD.git/v%{version}/GlibD-%{version}.tar.bz2
|
Source: https://github.com/gtkd-developers/GlibD.git/v%{version}/GlibD-%{version}.tar.bz2
|
||||||
Patch0: glibd-2.3.0-glib-2.68.patch
|
Patch0: glibd-2.3.0-glib-2.68.patch
|
||||||
Patch1: glibd-2.3.0-glib-2.70.patch
|
Patch1: glibd-2.3.0-glib-2.70.patch
|
||||||
|
Patch2: glibd-2.3.0-glib-2.72.patch
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -17,7 +18,7 @@ BuildRequires: libgcc
|
|||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libldc-devel
|
BuildRequires: libldc-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libldc-devel >= 1.28.0
|
BuildRequires: libldc-devel >= 1.29.0
|
||||||
BuildRequires: girtod
|
BuildRequires: girtod
|
||||||
BuildRequires: ldc
|
BuildRequires: ldc
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
@ -49,6 +50,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%setup -q -n GlibD-%{version}
|
%setup -q -n GlibD-%{version}
|
||||||
%patch0 -p1 -b .glib-2.68
|
%patch0 -p1 -b .glib-2.68
|
||||||
%patch1 -p1 -b .glib-2.70
|
%patch1 -p1 -b .glib-2.70
|
||||||
|
%patch2 -p1 -b .glib-2.72
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson
|
%meson
|
||||||
@ -92,6 +94,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 02 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.0-2mamba
|
||||||
|
- rebuilt with ldc 1.29.0
|
||||||
|
|
||||||
* Wed Nov 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.0-1mamba
|
* Wed Nov 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.0-1mamba
|
||||||
- update to 2.3.0
|
- update to 2.3.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user