public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glib2] cve-2026-58016-f44: fix sources
@ 2026-08-11 10:34 Matthias Clasen
  0 siblings, 0 replies; 4+ messages in thread
From: Matthias Clasen @ 2026-08-11 10:34 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/glib2
Branch : cve-2026-58016-f44
Commit : 996f411dfd74aa0e6481afcf67c78e2b626ae59e
Author : Matthias Clasen <mclasen@redhat.com>
Date   : 2011-01-29T12:13:15-05:00
Stats  : +1/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/glib2/c/996f411dfd74aa0e6481afcf67c78e2b626ae59e?branch=cve-2026-58016-f44

Log:
fix sources

---
diff --git a/glib2.spec b/glib2.spec
index 4cc29c8..a8071b5 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -8,7 +8,7 @@ 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.27/glib-%{version}.tar.bz2
+Source: http://download.gnome.org/sources/glib/2.27/glib-%{version}.tar.gz
 Source2: glib2.sh
 Source3: glib2.csh
 BuildRequires: pkgconfig

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [rpms/glib2] cve-2026-58016-f44: Fix sources
@ 2026-08-11 10:34 Matthias Clasen
  0 siblings, 0 replies; 4+ messages in thread
From: Matthias Clasen @ 2026-08-11 10:34 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/glib2
Branch : cve-2026-58016-f44
Commit : 185b4855eac61edfcb307ab883a69aff122944c2
Author : Matthias Clasen <mclasen@redhat.com>
Date   : 2011-02-08T15:07:01-05:00
Stats  : +1/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/glib2/c/185b4855eac61edfcb307ab883a69aff122944c2?branch=cve-2026-58016-f44

Log:
Fix sources

---
diff --git a/glib2.spec b/glib2.spec
index c0063b2..d66aa63 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -8,7 +8,7 @@ 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.28/glib-%{version}.tar.gz
+Source: http://download.gnome.org/sources/glib/2.28/glib-%{version}.tar.bz2
 Source2: glib2.sh
 Source3: glib2.csh
 BuildRequires: pkgconfig

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [rpms/glib2] cve-2026-58016-f44: fix sources
@ 2026-08-11 10:34 Matthias Clasen
  0 siblings, 0 replies; 4+ messages in thread
From: Matthias Clasen @ 2026-08-11 10:34 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/glib2
Branch : cve-2026-58016-f44
Commit : 796f1ccbfb506c51f9623e34ae12c4195f2473d0
Author : Matthias Clasen <mclasen@redhat.com>
Date   : 2011-01-22T10:29:59-05:00
Stats  : +2/-6 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/glib2/c/796f1ccbfb506c51f9623e34ae12c4195f2473d0?branch=cve-2026-58016-f44

Log:
fix sources

---
diff --git a/glib2.spec b/glib2.spec
index 4463965..b60e9bb 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -8,8 +8,7 @@ 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.27/glib-%{version}.tar.gz
-Source1: update-gio-modules
+Source: http://download.gnome.org/sources/glib/2.27/glib-%{version}.tar.bz2
 Source2: glib2.sh
 Source3: glib2.csh
 BuildRequires: pkgconfig
@@ -87,9 +86,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 rm -f $RPM_BUILD_ROOT%{_libdir}/gio/modules/*.{a,la}
 rm -f $RPM_BUILD_ROOT%{_datadir}/glib-2.0/gdb/*.{pyc,pyo}
 
-# Install multilib wrappers for the binaries
-install -p -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/update-gio-modules
-
 mv  $RPM_BUILD_ROOT%{_bindir}/gio-querymodules $RPM_BUILD_ROOT%{_bindir}/gio-querymodules-%{__isa_bits}
 
 # bash-completion scripts need not be executable
@@ -124,7 +120,6 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
 %dir %{_libdir}/gio/modules
 %{_libdir}/gio/modules/libgiofam.so
 %{_bindir}/gio-querymodules*
-%{_bindir}/update-gio-modules
 %{_bindir}/glib-compile-schemas
 %{_bindir}/gsettings
 %{_bindir}/gdbus
@@ -172,6 +167,7 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
 %changelog
 * Sat Jan 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.27.92-1
 - Update to 2.27.92
+- Drop update-gio-modules wrapper
 
 * Tue Jan 11 2011 Matthias Clasen <mclasen@redhat.com> - 2.27.91-1
 - Update to 2.27.91

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [rpms/glib2] cve-2026-58016-f44: fix sources
@ 2026-08-11 10:34 Matthias Clasen
  0 siblings, 0 replies; 4+ messages in thread
From: Matthias Clasen @ 2026-08-11 10:34 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/glib2
Branch : cve-2026-58016-f44
Commit : fe7c7038f1f6ca694ccb2f10bbabb2293fff58c4
Author : Matthias Clasen <mclasen@redhat.com>
Date   : 2011-01-13T07:36:29-05:00
Stats  : +1/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/glib2/c/fe7c7038f1f6ca694ccb2f10bbabb2293fff58c4?branch=cve-2026-58016-f44

Log:
fix sources

---
diff --git a/glib2.spec b/glib2.spec
index 6568eaf..52e1286 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -8,7 +8,7 @@ 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.27/glib-%{version}.tar.bz2
+Source: http://download.gnome.org/sources/glib/2.27/glib-%{version}.tar.gz
 Source1: update-gio-modules
 Source2: glib2.sh
 Source3: glib2.csh

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-08-11 10:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-11 10:34 [rpms/glib2] cve-2026-58016-f44: fix sources Matthias Clasen
  -- strict thread matches above, loose matches on Subject: below --
2026-08-11 10:34 [rpms/glib2] cve-2026-58016-f44: Fix sources Matthias Clasen
2026-08-11 10:34 [rpms/glib2] cve-2026-58016-f44: fix sources Matthias Clasen
2026-08-11 10:34 Matthias Clasen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox