Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f8e1e27106 | ||
|
|
e01abe7069 | ||
|
|
b6467618cc | ||
|
|
74ac3959bd | ||
|
|
b20ae3eaef | ||
|
|
56ef5c32cd | ||
|
|
b0677f3155 |
1 changed files with 32 additions and 13 deletions
|
|
@ -2,12 +2,13 @@
|
|||
|
||||
Name: memstomp
|
||||
Version: 0.1.4
|
||||
Release: 38%{?dist}
|
||||
Release: 44%{?dist}
|
||||
Summary: Warns of memory argument overlaps to various functions
|
||||
# The entire source code is LGPLV3+ with the exception of backtrace-symbols.c which
|
||||
# is GPLv2+ by way of being a hacked up old version of binutils's addr2line.
|
||||
# backtrace-symbols.c is built into an independent .so to avoid license contamination
|
||||
License: LGPLv3+ and GPLv2+
|
||||
# Automatically converted from old format: LGPLv3+ and GPLv2+ - review is highly recommended.
|
||||
License: LGPL-3.0-or-later AND GPL-2.0-or-later
|
||||
URL: git://fedorapeople.org/home/fedora/wcohen/public_git/memstomp
|
||||
# The source for this package was pulled from upstream's vcs. Use the
|
||||
# following commands to generate the tarball:
|
||||
|
|
@ -42,17 +43,17 @@ overlapping memory arguments to certain library calls.
|
|||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}-%{githash}
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
%patch5 -p1
|
||||
%patch6 -p1
|
||||
%patch7 -p1
|
||||
%patch8 -p1
|
||||
%patch9 -p1
|
||||
%patch10 -p1
|
||||
%patch -P0 -p1
|
||||
%patch -P1 -p1
|
||||
%patch -P2 -p1
|
||||
%patch -P3 -p1
|
||||
%patch -P4 -p1
|
||||
%patch -P5 -p1
|
||||
%patch -P6 -p1
|
||||
%patch -P7 -p1
|
||||
%patch -P8 -p1
|
||||
%patch -P9 -p1
|
||||
%patch -P10 -p1
|
||||
|
||||
|
||||
%build
|
||||
|
|
@ -77,6 +78,24 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||
%{_mandir}/man1/memstomp.1.gz
|
||||
|
||||
%changelog
|
||||
* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.4-44
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.4-43
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Wed Aug 07 2024 Miroslav Suchý <msuchy@redhat.com> - 0.1.4-42
|
||||
- convert license to SPDX
|
||||
|
||||
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.4-41
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.4-40
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.4-39
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.4-38
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue