public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Kalev Lember <klember@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/glib2] cve-2026-58016-f44: Avoid requiring a too new gtk-doc version for building glib
Date: Tue, 11 Aug 2026 10:37:01 GMT	[thread overview]
Message-ID: <178644462118.1.13805951806822301649.rpms-glib2-6e6595e61171@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/glib2
            Branch : cve-2026-58016-f44
            Commit : 6e6595e61171ea75ae0238ddd1d6e9e047ff73ac
            Author : Kalev Lember <klember@redhat.com>
            Date   : 2020-06-22T11:57:28+02:00
            Stats  : +32/-0 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/glib2/c/6e6595e61171ea75ae0238ddd1d6e9e047ff73ac?branch=cve-2026-58016-f44

            Log:
            Avoid requiring a too new gtk-doc version for building glib

We don't have new enough gtk-doc in rawhide yet.

---
diff --git a/glib2.spec b/glib2.spec
index ec44109..1f55435 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -7,6 +7,9 @@ License: LGPLv2+
 URL: http://www.gtk.org
 Source0: http://download.gnome.org/sources/glib/2.65/glib-%{version}.tar.xz
 
+# Avoid requiring a too new gtk-doc version for building glib
+Patch0: gtk-doc-1-32.patch
+
 BuildRequires: chrpath
 BuildRequires: gcc
 BuildRequires: gcc-c++

diff --git a/gtk-doc-1-32.patch b/gtk-doc-1-32.patch
new file mode 100644
index 0000000..7f10371
--- /dev/null
+++ b/gtk-doc-1-32.patch
@@ -0,0 +1,29 @@
+From 1b51f84c873f493301f889a14943f530bd821d70 Mon Sep 17 00:00:00 2001
+From: Kalev Lember <klember@redhat.com>
+Date: Mon, 22 Jun 2020 11:55:14 +0200
+Subject: [PATCH] Revert "docs: Bump gtk-doc requirement for unit tests to
+ 1.32.1"
+
+We don't have new enough gtk-doc in rawhide yet.
+
+This reverts commit 60dd272b6a21a3cadecc0d2dc448e012de946a99.
+---
+ docs/reference/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/docs/reference/meson.build b/docs/reference/meson.build
+index a676af12d..7c3e589ab 100644
+--- a/docs/reference/meson.build
++++ b/docs/reference/meson.build
+@@ -52,7 +52,7 @@ if get_option('gtk_doc')
+   endif
+   # Check we have the minimum gtk-doc version required. Older versions won't
+   # generate correct documentation.
+-  dependency('gtk-doc', version : '>=1.32.1',
++  dependency('gtk-doc', version : '>=1.32',
+     fallback : ['gtk-doc', 'dummy_dep'],
+     default_options : ['tests=false'])
+ endif
+-- 
+2.26.2
+

                 reply	other threads:[~2026-08-11 10:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178644462118.1.13805951806822301649.rpms-glib2-6e6595e61171@fedoraproject.org \
    --to=klember@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox