public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Siddhesh Poyarekar <siddhesh@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/annobin] snapshot: Merge branch 'rawhide' into snapshot
Date: Wed, 08 Jul 2026 20:25:56 GMT	[thread overview]
Message-ID: <178354235607.1.9023136019334955040.rpms-annobin-33291416f2cc@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/annobin
            Branch : snapshot
            Commit : 33291416f2cc951a85b58ab345186dc7f18c4249
            Author : Siddhesh Poyarekar <siddhesh@redhat.com>
            Date   : 2026-07-08T16:25:18-04:00
            Stats  : +39/-3 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/annobin/c/33291416f2cc951a85b58ab345186dc7f18c4249?branch=snapshot

            Log:
            Merge branch 'rawhide' into snapshot

Release bump for snapshot.

---
diff --git a/annobin.spec b/annobin.spec
index 6a1a0e8..2469ca8 100644
--- a/annobin.spec
+++ b/annobin.spec
@@ -1,7 +1,7 @@
 
 Name:    annobin
 Summary: Annotate and examine compiled binary files
-Version: 13.17
+Version: 13.24
 Release: 1%{?dist}.0.snap
 License: GPL-3.0-or-later AND LGPL-2.0-or-later AND (GPL-2.0-or-later WITH GCC-exception-2.0) AND (LGPL-2.0-or-later WITH GCC-exception-2.0) AND GFDL-1.3-or-later
 URL: https://sourceware.org/annobin/
@@ -536,6 +536,33 @@ make check
 #---------------------------------------------------------------------------------
 
 %changelog
+* Wed Jul 08 2026 Siddhesh Poyarekar <siddhesh@redhat.com> - 13.24-1.0.snap
+- Snapshot release bump.
+
+* Thu Jul 02 2026 Nick Clifton  <nickc@redhat.com> - 13.24-1
+- Annocheck: Improve bad filename detection even more.
+
+* Thu Jul 02 2026 Nick Clifton  <nickc@redhat.com> - 13.23-1
+- Annocheck: Improve bad filename detection.
+
+* Tue Jun 16 2026 Nick Clifton  <nickc@redhat.com> - 13.22-1
+- Annocheck: Enable stack-clash test for Risc-V binaries built by gcc-15+.
+
+* Mon Jun 15 2026 Nick Clifton  <nickc@redhat.com> - 13.21-1
+- LLVM & Clang Plugins: Build with -fexceptions enabled.  (RHEL-184482)
+
+* Wed Jun 03 2026 Nick Clifton  <nickc@redhat.com> - 13.20-1
+- Annocheck: Add support for ZIP files and TAR balls.
+
+* Wed Jun 03 2026 Nick Clifton  <nickc@redhat.com> - 13.19-1
+- Testsuite: Fixes for the glibcxx and hardening tests.
+- GCC Plugin: Fix several minor bugs.
+- Annocheck: Fix several minor bugs.
+
+* Thu May 28 2026 Nick Clifton  <nickc@redhat.com> - 13.18-1
+- Testsuite: Fix discrepancies.
+- GCC Plugin: Fix recording the setting of __GLIBCXX_ASSERTIONS.
+
 * Thu May 28 2026 Siddhesh Poyarekar  <siddhesh@redhat.com> - 13.17-1.0.snap
 - Snapshot release bump.
 

diff --git a/sources b/sources
index 6289fee..a475cb3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (annobin-13.17.tar.xz) = a448e05d02f0bd429a50566d606365c3b98ce8bcd031633025b20858051dc6e95643014c2e1172f90242553c08dd8ebe18ac2c7d22b95f02f260d9a578878181
+SHA512 (annobin-13.24.tar.xz) = 567e741bbccbe688ccd610c141e35a2e85f50854a20110de5dc7264eec106a00926372d1a174e8d0c0d581bcb040c3453b32fb24ba2e2791c552b8c7c418d1dd

diff --git a/annobin.spec b/annobin.spec
index 086d130..2469ca8 100644
--- a/annobin.spec
+++ b/annobin.spec
@@ -2,7 +2,7 @@
 Name:    annobin
 Summary: Annotate and examine compiled binary files
 Version: 13.24
-Release: 1%{?dist}
+Release: 1%{?dist}.0.snap
 License: GPL-3.0-or-later AND LGPL-2.0-or-later AND (GPL-2.0-or-later WITH GCC-exception-2.0) AND (LGPL-2.0-or-later WITH GCC-exception-2.0) AND GFDL-1.3-or-later
 URL: https://sourceware.org/annobin/
 # Maintainer: nickc@redhat.com
@@ -536,6 +536,9 @@ make check
 #---------------------------------------------------------------------------------
 
 %changelog
+* Wed Jul 08 2026 Siddhesh Poyarekar <siddhesh@redhat.com> - 13.24-1.0.snap
+- Snapshot release bump.
+
 * Thu Jul 02 2026 Nick Clifton  <nickc@redhat.com> - 13.24-1
 - Annocheck: Improve bad filename detection even more.
 
@@ -560,6 +563,9 @@ make check
 - Testsuite: Fix discrepancies.
 - GCC Plugin: Fix recording the setting of __GLIBCXX_ASSERTIONS.
 
+* Thu May 28 2026 Siddhesh Poyarekar  <siddhesh@redhat.com> - 13.17-1.0.snap
+- Snapshot release bump.
+
 * Thu May 21 2026 Nick Clifton  <nickc@redhat.com> - 13.17-1
 - Annocheck: Add exceptions for kernel bootstrap tools.
 - Add new tests.
@@ -567,6 +573,9 @@ make check
 * Thu May 14 2026 Nick Clifton  <nickc@redhat.com> - 13.16-1
 - GCC Plugin: Fix error when checking for function level changes in the PIC and GOW settings. 
 
+* Fri May 08 2026 Siddhesh Poyarekar  <siddhesh@redhat.com> - 13.15-1.0.snap
+- Snapshot release bump.
+
 * Thu May 07 2026 Nick Clifton  <nickc@redhat.com> - 13.15-1
 - Annocheck: LTO test: Add exceptions for Clang runtime support object files.
 

                 reply	other threads:[~2026-07-08 20:25 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=178354235607.1.9023136019334955040.rpms-annobin-33291416f2cc@fedoraproject.org \
    --to=siddhesh@redhat.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