Update to 12.2.0
This commit is contained in:
parent
c69dd4f6e2
commit
6f56eaefa4
2
.gitignore
vendored
2
.gitignore
vendored
@ -31,3 +31,5 @@
|
|||||||
/testsuite-12.0.0.tar.gz
|
/testsuite-12.0.0.tar.gz
|
||||||
/dyninst-12.1.0.tar.gz
|
/dyninst-12.1.0.tar.gz
|
||||||
/testsuite-12.1.0.tar.gz
|
/testsuite-12.1.0.tar.gz
|
||||||
|
/dyninst-12.2.0.tar.gz
|
||||||
|
/testsuite-12.2.0.tar.gz
|
||||||
|
13
dyninst.spec
13
dyninst.spec
@ -2,12 +2,12 @@ Summary: An API for Run-time Code Generation
|
|||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Name: dyninst
|
Name: dyninst
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: http://www.dyninst.org
|
URL: http://www.dyninst.org
|
||||||
Version: 12.1.0
|
Version: 12.2.0
|
||||||
ExclusiveArch: %{ix86} x86_64 ppc64le aarch64
|
ExclusiveArch: %{ix86} x86_64 ppc64le aarch64
|
||||||
|
|
||||||
%define __testsuite_version 12.1.0
|
%define __testsuite_version 12.2.0
|
||||||
Source0: https://github.com/dyninst/dyninst/archive/v%{version}/dyninst-%{version}.tar.gz
|
Source0: https://github.com/dyninst/dyninst/archive/v%{version}/dyninst-%{version}.tar.gz
|
||||||
Source1: https://github.com/dyninst/testsuite/archive/%{__testsuite_version}/testsuite-%{__testsuite_version}.tar.gz
|
Source1: https://github.com/dyninst/testsuite/archive/%{__testsuite_version}/testsuite-%{__testsuite_version}.tar.gz
|
||||||
|
|
||||||
@ -137,10 +137,6 @@ cd ../%{testsuite_base}
|
|||||||
cd %{dyninst_base}
|
cd %{dyninst_base}
|
||||||
%cmake_install
|
%cmake_install
|
||||||
|
|
||||||
# It doesn't install docs the way we want, so remove them.
|
|
||||||
# We'll just grab the pdfs later, directly from the build dir.
|
|
||||||
rm -v %{buildroot}%{_docdir}/*-%{version}.pdf
|
|
||||||
|
|
||||||
cd ../%{testsuite_base}
|
cd ../%{testsuite_base}
|
||||||
%cmake_install
|
%cmake_install
|
||||||
|
|
||||||
@ -192,6 +188,9 @@ find %{buildroot}%{_libdir}/dyninst/testsuite/ \
|
|||||||
%attr(644,root,root) %{_libdir}/dyninst/testsuite/*.a
|
%attr(644,root,root) %{_libdir}/dyninst/testsuite/*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 4 2022 William Cohen <wcohen@redhat.com> - 12.2.0-1
|
||||||
|
- Update to 12.2.0
|
||||||
|
|
||||||
* Wed Aug 03 2022 Stan Cox <scox@redhat.com> - 12.1.0-4
|
* Wed Aug 03 2022 Stan Cox <scox@redhat.com> - 12.1.0-4
|
||||||
- Explicitly include time.h as <string> no longer pulls it in
|
- Explicitly include time.h as <string> no longer pulls it in
|
||||||
|
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (dyninst-12.1.0.tar.gz) = ec09b83f288afefd6a30a3253c91554d421305a43c2f2384435207dcabf523d5498d64873f876817c3108c3fc0a43fd4c48ce2c1ca873c73fb98a2d823446549
|
SHA512 (dyninst-12.2.0.tar.gz) = 3c29b77bd2213c58ec0ccb04a8cc70314b66924a151f29b30de14d171cf5d61b53a323d97456e51687d02e6c6095bb8b0e6eab103a75f150507c4eb8657f258c
|
||||||
SHA512 (testsuite-12.1.0.tar.gz) = 884a33c5b912249166acc0c52bd0ab02b578dcea2a24fbfa2abc7887b6a9c4f3a113934b96079653d60d9dba34c8870eff7d08388c906111a024ec92e629798a
|
SHA512 (testsuite-12.2.0.tar.gz) = 4510de4413989a558697c3cf7dbd742d2ccc2c31603f04ed87dc4d7d90908ba99a6993e1a84f820caadbbf46f190ce85c99bbb1030a1fac7022a662f8439bed5
|
||||||
|
Loading…
Reference in New Issue
Block a user