public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gdb] gdb-17.2-rebase-f44: Bump release.
@ 2026-06-28  0:01 Andrew Burgess
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Burgess @ 2026-06-28  0:01 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/gdb
Branch : gdb-17.2-rebase-f44
Commit : 22e4ee48ba0a2067db5ee93aa80c428955ae06a0
Author : Andrew Burgess <aburgess@redhat.com>
Date   : 2023-09-15T16:04:46+01:00
Stats  : +4/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gdb/c/22e4ee48ba0a2067db5ee93aa80c428955ae06a0?branch=gdb-17.2-rebase-f44

Log:
Bump release.

---
diff --git a/gdb.spec b/gdb.spec
index 934875f..5fc8298 100644
--- a/gdb.spec
+++ b/gdb.spec
@@ -57,7 +57,7 @@ Version: 13.2
 
 # The release always contains a leading reserved number, start it at 1.
 # `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing.
-Release: 7%{?dist}
+Release: 8%{?dist}
 
 License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and LGPLv3+ and BSD and Public Domain and GFDL
 # Do not provide URL for snapshots as the file lasts there only for 2 days.
@@ -1252,6 +1252,9 @@ fi
 %endif
 
 %changelog
+* Mon Aug 15 2023 Andrew Burgess <aburgess@redhat.com>
+- Bump release to 13.2-8.
+
 * Wed Aug 14 2023 Andrew Burgess <aburgess@redhat.com>
 - Backport upstream commit 54392c4df604f20, which fixes RHBZ 2237392.
 

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

* [rpms/gdb] gdb-17.2-rebase-f44: Bump release
@ 2026-06-28  0:01 Kevin Buettner
  0 siblings, 0 replies; 3+ messages in thread
From: Kevin Buettner @ 2026-06-28  0:01 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/gdb
Branch : gdb-17.2-rebase-f44
Commit : ea56e400e1b1655db314992c30a091bca0f89343
Author : Kevin Buettner <kevinb@redhat.com>
Date   : 2024-06-28T15:52:09-07:00
Stats  : +2/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gdb/c/ea56e400e1b1655db314992c30a091bca0f89343?branch=gdb-17.2-rebase-f44

Log:
Bump release

---
diff --git a/gdb.spec b/gdb.spec
index 39801a6..d63eeae 100644
--- a/gdb.spec
+++ b/gdb.spec
@@ -45,7 +45,7 @@ Version: 14.2
 
 # The release always contains a leading reserved number, start it at 1.
 # `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing.
-Release: 12%{?dist}
+Release: 13%{?dist}
 
 License: GPL-3.0-or-later AND BSD-3-Clause AND FSFAP AND LGPL-2.1-or-later AND GPL-2.0-or-later AND LGPL-2.0-or-later AND LicenseRef-Fedora-Public-Domain AND GFDL-1.3-or-later AND LGPL-2.0-or-later WITH GCC-exception-2.0 AND GPL-3.0-or-later WITH GCC-exception-3.1 AND GPL-2.0-or-later WITH GNU-compiler-exception
 # Do not provide URL for snapshots as the file lasts there only for 2 days.
@@ -926,7 +926,7 @@ fi
 # endif scl
 
 %changelog
-* Thu Jun 27 2024 Kevin Buettner <kevinb@redhat.com>
+* Thu Jun 27 2024 Kevin Buettner <kevinb@redhat.com> - 14.2-13
 - Revise rpm-suggestions.py script so that message regarding
   a not-found 'rpm' module is deferred until just prior to
   printing the GDB prompt.  (RHBZ 2275274)

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

* [rpms/gdb] gdb-17.2-rebase-f44: Bump release.
@ 2026-06-28  0:01 Kevin Buettner
  0 siblings, 0 replies; 3+ messages in thread
From: Kevin Buettner @ 2026-06-28  0:01 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/gdb
Branch : gdb-17.2-rebase-f44
Commit : 7e349a389bc5d0bdd6c5d844f9f7251d01d27d15
Author : Kevin Buettner <kevinb@redhat.com>
Date   : 2023-08-07T10:40:43-07:00
Stats  : +4/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gdb/c/7e349a389bc5d0bdd6c5d844f9f7251d01d27d15?branch=gdb-17.2-rebase-f44

Log:
Bump release.

---
diff --git a/gdb.spec b/gdb.spec
index 7653b86..f2e896f 100644
--- a/gdb.spec
+++ b/gdb.spec
@@ -57,7 +57,7 @@ Version: 13.2
 
 # The release always contains a leading reserved number, start it at 1.
 # `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing.
-Release: 6%{?dist}
+Release: 7%{?dist}
 
 License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and LGPLv3+ and BSD and Public Domain and GFDL
 # Do not provide URL for snapshots as the file lasts there only for 2 days.
@@ -1252,6 +1252,9 @@ fi
 %endif
 
 %changelog
+* Mon Aug  7 2023 Kevin Buettner <kevinb@redhat.com> - 13.2-7
+- Bump release.
+
 * Thu Aug  3 2023 Andrew Burgess <aburgess@redhat.com>
 - Backport upstream commit f3eee586174, which fixes RHBZ 2196395.
 

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

end of thread, other threads:[~2026-06-28  0:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-28  0:01 [rpms/gdb] gdb-17.2-rebase-f44: Bump release Andrew Burgess
  -- strict thread matches above, loose matches on Subject: below --
2026-06-28  0:01 Kevin Buettner
2026-06-28  0:01 Kevin Buettner

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