public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glib2] cve-2026-58016-f44: rebuild
@ 2026-08-11 10:33 Matthias Clasen
0 siblings, 0 replies; 5+ messages in thread
From: Matthias Clasen @ 2026-08-11 10:33 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/glib2
Branch : cve-2026-58016-f44
Commit : a2c1ff89d7ba7b233623beecae2fc8ffb70db209
Author : Matthias Clasen <mclasen@fedoraproject.org>
Date : 2008-12-02T17:43:50+00:00
Stats : +4/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/glib2/c/a2c1ff89d7ba7b233623beecae2fc8ffb70db209?branch=cve-2026-58016-f44
Log:
rebuild
---
diff --git a/glib2.spec b/glib2.spec
index 0c4d52f..419cd74 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -3,7 +3,7 @@
Summary: A library of handy utility functions
Name: glib2
Version: 2.19.2
-Release: 1%{?dist}
+Release: 2%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
@@ -133,6 +133,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/lib*.a
%changelog
+* Tue Dec 2 2008 Matthias Clasen <mclasen@redhat.com> - 2.19.2-2
+- Rebuild
+
* Mon Dec 1 2008 Matthias Clasen <mclasen@redhat.com> - 2.19.2-1
- Update to 2.19.2
^ permalink raw reply related [flat|nested] 5+ messages in thread* [rpms/glib2] cve-2026-58016-f44: Rebuild
@ 2026-08-11 10:37 Kalev Lember
0 siblings, 0 replies; 5+ messages in thread
From: Kalev Lember @ 2026-08-11 10:37 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/glib2
Branch : cve-2026-58016-f44
Commit : 4f57fa0096551828cebf0ddc9637eff18e47dd24
Author : Kalev Lember <klember@redhat.com>
Date : 2022-09-06T18:56:08+02:00
Stats : +0/-0 in 0 file(s)
URL : https://src.fedoraproject.org/rpms/glib2/c/4f57fa0096551828cebf0ddc9637eff18e47dd24?branch=cve-2026-58016-f44
Log:
Rebuild
... so that we can include it in the GNOME 43.rc mega-update as various
updates in there depend on new glib.
^ permalink raw reply [flat|nested] 5+ messages in thread* [rpms/glib2] cve-2026-58016-f44: Rebuild
@ 2026-08-11 10:33 Matthias Clasen
0 siblings, 0 replies; 5+ messages in thread
From: Matthias Clasen @ 2026-08-11 10:33 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/glib2
Branch : cve-2026-58016-f44
Commit : 4924190b1ab6e1c2ce6253b5195823b0689bc29e
Author : Matthias Clasen <mclasen@fedoraproject.org>
Date : 2006-06-02T03:15:39+00:00
Stats : +4/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/glib2/c/4924190b1ab6e1c2ce6253b5195823b0689bc29e?branch=cve-2026-58016-f44
Log:
Rebuild
---
diff --git a/glib2.spec b/glib2.spec
index 3cc0dab..686f54f 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -3,7 +3,7 @@
Summary: A library of handy utility functions
Name: glib2
Version: 2.11.1
-Release: 5
+Release: 6
License: LGPL
Group: System Environment/Libraries
Source: glib-%{version}.tar.bz2
@@ -99,6 +99,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/*
%changelog
+* Thu Jun 1 2006 Matthias Clasen <mclasen@redhat.com> - 2.11.1-6
+- Rebuild
+
* Thu May 25 2006 Matthias Clasen <mclasen@redhat.com> - 2.11.1-5
- Fix some fallout
^ permalink raw reply related [flat|nested] 5+ messages in thread* [rpms/glib2] cve-2026-58016-f44: Rebuild
@ 2026-08-11 10:32 Matthias Clasen
0 siblings, 0 replies; 5+ messages in thread
From: Matthias Clasen @ 2026-08-11 10:32 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/glib2
Branch : cve-2026-58016-f44
Commit : e237e22350dfc867e48e0c66f7bac40a1dbb7a57
Author : Matthias Clasen <mclasen@fedoraproject.org>
Date : 2005-03-04T13:33:53+00:00
Stats : +6/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/glib2/c/e237e22350dfc867e48e0c66f7bac40a1dbb7a57?branch=cve-2026-58016-f44
Log:
Rebuild
---
diff --git a/glib2.spec b/glib2.spec
index 8dc49f0..1edd0f0 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -1,12 +1,13 @@
Summary: A library of handy utility functions.
Name: glib2
Version: 2.6.3
-Release: 2
+Release: 3
License: LGPL
Group: System Environment/Libraries
Source: glib-%{version}.tar.bz2
Source2: glib2.sh
Source3: glib2.csh
+Patch0: glib-2.6.3-gcc4.patch
Conflicts: libgnomeui <= 2.2.0
BuildRoot: %{_tmppath}/glib-%{PACKAGE_VERSION}-root
BuildRequires: pkgconfig >= 0.8
@@ -36,6 +37,7 @@ version 2 of the GLib library.
%prep
%setup -q -n glib-%{version}
+%patch0 -p1 -b .gcc4
%build
@@ -98,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/*
%changelog
+* Wed Mar 4 2005 Matthias Clasen <mclasen@redhat.com> - 2.6.3-3
+- Rebuild
+
* Wed Mar 2 2005 Matthias Clasen <mclasen@redhat.com> - 2.6.3-2
- Rebuild with gcc4
^ permalink raw reply related [flat|nested] 5+ messages in thread* [rpms/glib2] cve-2026-58016-f44: Rebuild
@ 2026-08-11 10:32 Matthias Clasen
0 siblings, 0 replies; 5+ messages in thread
From: Matthias Clasen @ 2026-08-11 10:32 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/glib2
Branch : cve-2026-58016-f44
Commit : 5e6a11306081938062ad7a17c463c9fb91a66523
Author : Matthias Clasen <mclasen@fedoraproject.org>
Date : 2005-03-02T15:00:35+00:00
Stats : +4/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/glib2/c/5e6a11306081938062ad7a17c463c9fb91a66523?branch=cve-2026-58016-f44
Log:
Rebuild
---
diff --git a/glib2.spec b/glib2.spec
index c8a8af2..8dc49f0 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -1,7 +1,7 @@
Summary: A library of handy utility functions.
Name: glib2
Version: 2.6.3
-Release: 1
+Release: 2
License: LGPL
Group: System Environment/Libraries
Source: glib-%{version}.tar.bz2
@@ -98,6 +98,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/*
%changelog
+* Wed Mar 2 2005 Matthias Clasen <mclasen@redhat.com> - 2.6.3-2
+- Rebuild with gcc4
+
* Mon Feb 28 2005 Matthias Clasen <mclasen@redhat.com> - 2.6.3-1
- Upgrade to 2.6.3
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2026-08-11 10:37 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-11 10:33 [rpms/glib2] cve-2026-58016-f44: rebuild Matthias Clasen
-- strict thread matches above, loose matches on Subject: below --
2026-08-11 10:37 [rpms/glib2] cve-2026-58016-f44: Rebuild Kalev Lember
2026-08-11 10:33 Matthias Clasen
2026-08-11 10:32 Matthias Clasen
2026-08-11 10:32 Matthias Clasen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox