public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Kalev Lember <kalevlember@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/glib2] cve-2026-58016-f44: Update to 2.35.1
Date: Tue, 11 Aug 2026 10:35:23 GMT	[thread overview]
Message-ID: <178644452338.1.15330350431134621269.rpms-glib2-3c181fd35e10@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/glib2
            Branch : cve-2026-58016-f44
            Commit : 3c181fd35e10aeca3c36c58ae574c4853ac93dba
            Author : Kalev Lember <kalevlember@gmail.com>
            Date   : 2012-11-08T23:29:53+01:00
            Stats  : +7/-65 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/glib2/c/3c181fd35e10aeca3c36c58ae574c4853ac93dba?branch=cve-2026-58016-f44

            Log:
            Update to 2.35.1

... and drop upstreamed codegen-in-datadir.patch.

---
diff --git a/codegen-in-datadir.patch b/codegen-in-datadir.patch
deleted file mode 100644
index 9f50ff2..0000000
--- a/codegen-in-datadir.patch
+++ /dev/null
@@ -1,56 +0,0 @@
-From 24af7308b1268f1b4a6cae74ce68ee283bcb2a62 Mon Sep 17 00:00:00 2001
-From: Colin Walters <walters@verbum.org>
-Date: Thu, 27 Sep 2012 20:11:27 -0400
-Subject: [PATCH] codegen: Install Python files in $(datadir)/glib-2.0, rather
- than $(libdir)
-
-These files are actually architecture-indepdendent; using $(libdir)
-for them means that /usr/bin/gdbus-codegen varies between
-architectures, which is problematic for (mis)uses of multilib.
-
-See https://bugzilla.redhat.com/show_bug.cgi?id=718404
-
-https://bugzilla.gnome.org/show_bug.cgi?id=685012
----
- gio/gdbus-2.0/codegen/Makefile.am      | 4 ++--
- gio/gdbus-2.0/codegen/gdbus-codegen.in | 2 +-
- 2 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/gio/gdbus-2.0/codegen/Makefile.am b/gio/gdbus-2.0/codegen/Makefile.am
-index 39349ce..5111487 100644
---- a/gio/gdbus-2.0/codegen/Makefile.am
-+++ b/gio/gdbus-2.0/codegen/Makefile.am
-@@ -5,7 +5,7 @@ bin_SCRIPTS =
- CLEANFILES =
- EXTRA_DIST =
- 
--codegendir = $(libdir)/gdbus-2.0/codegen
-+codegendir = $(datadir)/glib-2.0/codegen
- codegen_PYTHON =						\
- 	__init__.py						\
- 	codegen.py						\
-@@ -24,7 +24,7 @@ CLEANFILES += gdbus-codegen
- EXTRA_DIST += gdbus-codegen.in
- 
- gdbus-codegen: gdbus-codegen.in Makefile $(codegen_PYTHON)
--	$(AM_V_GEN) sed -e 's,@libdir\@,$(libdir),' -e 's,@PYTHON\@,$(PYTHON),' $< > $@.tmp && mv $@.tmp $@
-+	$(AM_V_GEN) sed -e 's,@datadir\@,$(datadir),' -e 's,@PYTHON\@,$(PYTHON),' $< > $@.tmp && mv $@.tmp $@
- 	@chmod a+x $@
- 
- clean-local:
-diff --git a/gio/gdbus-2.0/codegen/gdbus-codegen.in b/gio/gdbus-2.0/codegen/gdbus-codegen.in
-index 217c755..253d151 100644
---- a/gio/gdbus-2.0/codegen/gdbus-codegen.in
-+++ b/gio/gdbus-2.0/codegen/gdbus-codegen.in
-@@ -33,7 +33,7 @@ elif os.name == 'nt':
-     # Makes gdbus-codegen 'relocatable' at runtime on Windows.
-     path = os.path.join(os.path.dirname(__file__), '..', 'lib', 'gdbus-2.0')
- else:
--    path = os.path.join('@libdir@', 'gdbus-2.0')
-+    path = os.path.join('@datadir@', 'glib-2.0')
- 
- sys.path.insert(0, os.path.abspath(path))
- from codegen import codegen_main
--- 
-1.7.11.4
-

diff --git a/glib2.spec b/glib2.spec
index edea951..abae225 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -1,14 +1,12 @@
 Summary: A library of handy utility functions
 Name: glib2
-Version: 2.34.1
+Version: 2.35.1
 Release: 1%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://www.gtk.org
 #VCS: git:git://git.gnome.org/glib
-Source: http://download.gnome.org/sources/glib/2.34/glib-%{version}.tar.xz
-
-Patch0: codegen-in-datadir.patch
+Source: http://download.gnome.org/sources/glib/2.35/glib-%{version}.tar.xz
 
 BuildRequires: pkgconfig
 BuildRequires: gettext
@@ -66,12 +64,8 @@ The glib2-fam package contains the FAM (File Alteration Monitor) module for GIO.
 
 %prep
 %setup -q -n glib-%{version}
-%patch0 -p1
 
 %build
-# Rerun autotools for the above patch
-rm -f configure
-
 # Support builds of both git snapshots and tarballs packed with autogoo
 (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
  %configure $CONFIGFLAGS \
@@ -190,6 +184,10 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
 %{_libdir}/gio/modules/libgiofam.so
 
 %changelog
+* Thu Nov 08 2012 Kalev Lember <kalevlember@gmail.com> - 2.35.1-1
+- Update to 2.35.1
+- Drop upstreamed codegen-in-datadir.patch
+
 * Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 2.34.1-1
 - Update to 2.34.1
 

diff --git a/sources b/sources
index 17cdee8..9218fdb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ee779493b083be9348a841e0a51f1b27  glib-2.34.1.tar.xz
+6375a4441c2723fb155c8315f0eab26f  glib-2.35.1.tar.xz

                 reply	other threads:[~2026-08-11 10:35 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=178644452338.1.15330350431134621269.rpms-glib2-3c181fd35e10@fedoraproject.org \
    --to=kalevlember@gmail.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