Compare commits
6 commits
rawhide
...
gcc13-test
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4cd53133fc | ||
|
|
00b41d020b | ||
|
|
505da0505d | ||
|
|
af5fa6fe58 |
||
|
|
f1baeaa3a3 |
||
|
|
5e07ac4685 |
2 changed files with 15 additions and 4 deletions
17
annobin.spec
17
annobin.spec
|
|
@ -1,8 +1,8 @@
|
||||||
|
|
||||||
Name: annobin
|
Name: annobin
|
||||||
Summary: Annotate and examine compiled binary files
|
Summary: Annotate and examine compiled binary files
|
||||||
Version: 10.98
|
Version: 10.99
|
||||||
Release: 1%{?dist}
|
Release: 1.0.1%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://sourceware.org/annobin/
|
URL: https://sourceware.org/annobin/
|
||||||
# Maintainer: nickc@redhat.com
|
# Maintainer: nickc@redhat.com
|
||||||
|
|
@ -38,7 +38,7 @@ URL: https://sourceware.org/annobin/
|
||||||
# checking logic or when building on RHEL-7 or earlier.
|
# checking logic or when building on RHEL-7 or earlier.
|
||||||
%global with_hard_gcc_version_requirement 1
|
%global with_hard_gcc_version_requirement 1
|
||||||
|
|
||||||
%bcond_with plugin_rebuild
|
%bcond_without plugin_rebuild
|
||||||
# Allow the building of annobin without using annobin itself.
|
# Allow the building of annobin without using annobin itself.
|
||||||
# This is because if we are bootstrapping a new build environment we can have
|
# This is because if we are bootstrapping a new build environment we can have
|
||||||
# a new version of gcc installed, but without a new of annobin installed.
|
# a new version of gcc installed, but without a new of annobin installed.
|
||||||
|
|
@ -397,7 +397,12 @@ make -C gcc-plugin clean
|
||||||
BUILD_FLAGS="-fplugin=%{_tmppath}/tmp_annobin.so"
|
BUILD_FLAGS="-fplugin=%{_tmppath}/tmp_annobin.so"
|
||||||
|
|
||||||
# Disable the standard annobin plugin so that we do get conflicts.
|
# Disable the standard annobin plugin so that we do get conflicts.
|
||||||
|
# Note - Fedora's rpm uses a different way of evaluating macros.
|
||||||
|
%if 0%{?fedora} == 0
|
||||||
OPTS="$(rpm --eval '%undefine _annotated_build %build_cflags %build_ldflags')"
|
OPTS="$(rpm --eval '%undefine _annotated_build %build_cflags %build_ldflags')"
|
||||||
|
%else
|
||||||
|
OPTS="$(rpm --undefine=_annotated_build --eval '%build_cflags %build_ldflags')"
|
||||||
|
%endif
|
||||||
|
|
||||||
# If building on systems with an assembler that does not support the
|
# If building on systems with an assembler that does not support the
|
||||||
# .attach_to_group pseudo op (eg RHEL-7) then enable the next line.
|
# .attach_to_group pseudo op (eg RHEL-7) then enable the next line.
|
||||||
|
|
@ -509,6 +514,12 @@ fi
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 21 2022 Nick Clifton <nickc@redhat.com> - 10.99-1
|
||||||
|
- Annocheck: Improve handling of tool versions.
|
||||||
|
|
||||||
|
* Tue Dec 20 2022 Nick Clifton <nickc@redhat.com> - 10.98-3
|
||||||
|
- Spec File: Fix building with plugin_rebuild enabled.
|
||||||
|
|
||||||
* Fri Dec 16 2022 Nick Clifton <nickc@redhat.com> - 10.98-1
|
* Fri Dec 16 2022 Nick Clifton <nickc@redhat.com> - 10.98-1
|
||||||
- GCC plugin: Fix building with gcc-13.
|
- GCC plugin: Fix building with gcc-13.
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (annobin-10.98.tar.xz) = 523651275dd99e45d1611acdb1196948de034354730d07d7d5fe1f8946647b296532bcef1a3f1d18b7759a7bdf1c33c7574b3073eb7682696527ab67da95caa2
|
SHA512 (annobin-10.99.tar.xz) = 601bd90aa4b6528f595efebf5b864aae5176e8e9d80c7f9cf77a1252b85a15c8440866a1f4881176f6bb50418c037e8924f32456533e90de473dae8abe92d53e
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue