diff --git a/glib-2.74.4-include_errno.patch b/glib-2.74.4-include_errno.patch new file mode 100644 index 0000000..64e1267 --- /dev/null +++ b/glib-2.74.4-include_errno.patch @@ -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 diff --git a/glib.spec b/glib.spec index 3f1f15d..72a4e6d 100644 --- a/glib.spec +++ b/glib.spec @@ -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 2.74.4-1mamba +- automatic version update by autodist + * Sat Dec 03 2022 Automatic Build System 2.74.3-1mamba - automatic version update by autodist