automatic version update by autodist [release 2.74.4-1mamba;Thu Dec 22 2022]
This commit is contained in:
parent
bc7ebfe591
commit
2e53834a4d
10
glib-2.74.4-include_errno.patch
Normal file
10
glib-2.74.4-include_errno.patch
Normal file
@ -0,0 +1,10 @@
|
||||
--- glib-2.74.4/glib/gthreadprivate.h.orig 2022-12-24 10:56:53.805877881 +0100
|
||||
+++ glib-2.74.4/glib/gthreadprivate.h 2022-12-24 10:50:06.798951670 +0100
|
||||
@@ -26,6 +26,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#include "deprecated/gthread.h"
|
||||
+#include "errno.h"
|
||||
|
||||
typedef struct _GRealThread GRealThread;
|
||||
struct _GRealThread
|
@ -5,7 +5,7 @@
|
||||
%endif
|
||||
%define majver %(echo %version | cut -d. -f 1-2)
|
||||
Name: glib
|
||||
Version: 2.74.3
|
||||
Version: 2.74.4
|
||||
Release: 1mamba
|
||||
Epoch: 2
|
||||
Summary: A handy library of utility functions
|
||||
@ -19,6 +19,7 @@ Source1: glib.sh
|
||||
Source2: glib.csh
|
||||
Patch0: glib-2.36.1-fix-skype.patch
|
||||
Patch1: glib-2.68.2-noisy-glib-compile-schemas.patch
|
||||
Patch2: glib-2.74.4-include_errno.patch
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -137,6 +138,7 @@ Requires: gtk-doc
|
||||
#:<< _EOF
|
||||
#%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
|
||||
# No surprise bundled libraries
|
||||
rm -rf glib/pcre
|
||||
@ -280,6 +282,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
%{_datadir}/gtk-doc/html/gobject/*
|
||||
|
||||
%changelog
|
||||
* Thu Dec 22 2022 Automatic Build System <autodist@mambasoft.it> 2.74.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Dec 03 2022 Automatic Build System <autodist@mambasoft.it> 2.74.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user