parent
38bf73b048
commit
a9bdd53186
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
||||
/annobin-3.2.tar.xz
|
||||
/annobin-3.3.tar.xz
|
||||
/annobin-3.4.tar.xz
|
||||
/annobin-3.5.tar.xz
|
||||
|
@ -11,8 +11,8 @@
|
||||
|
||||
Name: annobin
|
||||
Summary: Binary annotation plugin for GCC
|
||||
Version: 3.4
|
||||
Release: 2%{?dist}
|
||||
Version: 3.5
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: GPLv3+
|
||||
URL: https://fedoraproject.org/wiki/Toolchain/Watermark
|
||||
@ -69,7 +69,7 @@ of the resulting files.
|
||||
# we are being built against.
|
||||
#
|
||||
# Unfortunately, we can't simply run:
|
||||
# rpm -q --qf="%{version}-%{release}"
|
||||
# rpm -q --qf="%%{version}-%%{release}"
|
||||
# to determine this, as there's no guarantee of a sane rpm database within
|
||||
# the chroots created by our build system
|
||||
#
|
||||
@ -159,6 +159,9 @@ exit 0
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
%changelog
|
||||
* Tue Mar 06 2018 Nick Clifton <nickc@redhat.com> - 3.5-1
|
||||
- Handle functions with specific assembler names. (#1552018)
|
||||
|
||||
* Fri Feb 23 2018 Nick Clifton <nickc@redhat.com> - 3.4-2
|
||||
- Add an explicit requirement on the version of gcc used to built the plugin. (#1547260)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (annobin-3.4.tar.xz) = 387ab363b463d182c4d775ed516eeaea898640b5117937db16a100034ff83867c7012e0045dda5eb272d6c09a3d6003683d0918524907cbbb69500c19fd478b4
|
||||
SHA512 (annobin-3.5.tar.xz) = 23296e285ed31db3a6d4c191a1d7dd9157fc77077ca1597af04a811b0aa1efb05a271c990d8aec85fc2262186654c59769d51794bfd93f95b93547683b4b4aaa
|
||||
|
Loading…
Reference in New Issue
Block a user