diff options
author | Gordon Messmer <gordon.messmer@gmail.com> | 2024-06-20 19:06:00 -0700 |
---|---|---|
committer | Gordon Messmer <gordon.messmer@gmail.com> | 2024-06-20 19:06:00 -0700 |
commit | 01abb2b87d3db9c204eff1356319fa3ff51a89b5 (patch) | |
tree | 8dd130502100fc9bf680af4ce388c4fe742d45c1 | |
parent | 11cccbe1c18928ac30ab7935e8de91cd4aba4125 (diff) | |
download | gdb-gef-copr-01abb2b87d3db9c204eff1356319fa3ff51a89b5.tar.gz gdb-gef-copr-01abb2b87d3db9c204eff1356319fa3ff51a89b5.tar.xz gdb-gef-copr-01abb2b87d3db9c204eff1356319fa3ff51a89b5.zip |
Automatic commit of package [gdb-gef] minor release [2024.06-4].gdb-gef-2024.06-4
Created by command:
/usr/bin/tito tag
-rw-r--r-- | .tito/packages/gdb-gef | 2 | ||||
-rw-r--r-- | gdb-gef.spec | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/.tito/packages/gdb-gef b/.tito/packages/gdb-gef index 0e820cc..29a519b 100644 --- a/.tito/packages/gdb-gef +++ b/.tito/packages/gdb-gef @@ -1 +1 @@ -2024.06-3 ./ +2024.06-4 ./ diff --git a/gdb-gef.spec b/gdb-gef.spec index 6b3a232..b0933ab 100644 --- a/gdb-gef.spec +++ b/gdb-gef.spec @@ -5,7 +5,7 @@ Version: 2024.06 %forgemeta -Release: 3%{?dist} +Release: 4%{?dist} Summary: GEF (GDB Enhanced Features) License: MIT @@ -83,6 +83,9 @@ python3 -m pytest -v -m "not benchmark" -m "not online" tests/ %changelog +* Thu Jun 20 2024 Gordon Messmer <gordon.messmer@gmail.com> 2024.06-4 +- Update source tarball. (gordon.messmer@gmail.com) + * Wed Jun 19 2024 Gordon Messmer <gordon.messmer@gmail.com> 2024.06-3 - Fix source |