Update to point release 8.2.1.
This commit is contained in:
parent
56ea310fe1
commit
2dcd614dce
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
|||||||
/dyninst-8.2.0.1.tar.gz
|
/dyninst-8.2.0.1.tar.gz
|
||||||
/dyninst-docs-8.2.0.1.tar.gz
|
/dyninst-docs-8.2.0.1.tar.gz
|
||||||
/dyninst-testsuite-8.2.0.1.tar.gz
|
/dyninst-testsuite-8.2.0.1.tar.gz
|
||||||
|
/dyninst-8.2.1.tar.gz
|
||||||
|
15
dyninst.spec
15
dyninst.spec
@ -4,7 +4,7 @@ Name: dyninst
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: http://www.dyninst.org
|
URL: http://www.dyninst.org
|
||||||
Version: 8.2.0
|
Version: 8.2.1
|
||||||
Exclusiveos: linux
|
Exclusiveos: linux
|
||||||
#dyninst only knows the following architectures
|
#dyninst only knows the following architectures
|
||||||
ExclusiveArch: %{ix86} x86_64 ppc ppc64
|
ExclusiveArch: %{ix86} x86_64 ppc ppc64
|
||||||
@ -12,18 +12,18 @@ ExclusiveArch: %{ix86} x86_64 ppc ppc64
|
|||||||
# The source for this package was pulled from upstream's vcs. Use the
|
# The source for this package was pulled from upstream's vcs. Use the
|
||||||
# following commands to generate the tarball:
|
# following commands to generate the tarball:
|
||||||
# git clone http://git.dyninst.org/dyninst.git; cd dyninst
|
# git clone http://git.dyninst.org/dyninst.git; cd dyninst
|
||||||
# git archive --format=tar.gz --prefix=dyninst/ v8.2.0.1 > dyninst-8.2.0.1.tar.gz
|
# git archive --format=tar.gz --prefix=dyninst/ v8.2.1 > dyninst-8.2.1.tar.gz
|
||||||
# git clone http://git.dyninst.org/docs.git; cd docs
|
# git clone http://git.dyninst.org/docs.git; cd docs
|
||||||
# git archive --format=tar.gz --prefix=docs/ v8.2.0.1 > dyninst-docs-8.2.0.1.tar.gz
|
# git archive --format=tar.gz --prefix=docs/ v8.2.0.1 > dyninst-docs-8.2.0.1.tar.gz
|
||||||
# git clone http://git.dyninst.org/testsuite.git; cd testsuite
|
# git clone http://git.dyninst.org/testsuite.git; cd testsuite
|
||||||
# git archive --format=tar.gz --prefix=testsuite/ v8.2.0.1 > dyninst-testsuite-8.2.0.1.tar.gz
|
# git archive --format=tar.gz --prefix=testsuite/ v8.2.0.1 > dyninst-testsuite-8.2.0.1.tar.gz
|
||||||
# Verify the commit ids with:
|
# Verify the commit ids with:
|
||||||
# gunzip -c dyninst-8.2.0.1.tar.gz | git get-tar-commit-id
|
# gunzip -c dyninst-8.2.1.tar.gz | git get-tar-commit-id
|
||||||
# gunzip -c dyninst-docs-8.2.0.1.tar.gz | git get-tar-commit-id
|
# gunzip -c dyninst-docs-8.2.0.1.tar.gz | git get-tar-commit-id
|
||||||
# gunzip -c dyninst-testsuite-8.2.0.1.tar.gz | git get-tar-commit-id
|
# gunzip -c dyninst-testsuite-8.2.0.1.tar.gz | git get-tar-commit-id
|
||||||
Source0: dyninst-%{version}.1.tar.gz
|
Source0: dyninst-8.2.1.tar.gz
|
||||||
Source1: dyninst-docs-%{version}.1.tar.gz
|
Source1: dyninst-docs-8.2.0.1.tar.gz
|
||||||
Source2: dyninst-testsuite-%{version}.1.tar.gz
|
Source2: dyninst-testsuite-8.2.0.1.tar.gz
|
||||||
BuildRequires: libdwarf-devel >= 20111030
|
BuildRequires: libdwarf-devel >= 20111030
|
||||||
BuildRequires: elfutils-libelf-devel
|
BuildRequires: elfutils-libelf-devel
|
||||||
BuildRequires: boost-devel
|
BuildRequires: boost-devel
|
||||||
@ -181,6 +181,9 @@ chmod 644 %{buildroot}%{_libdir}/dyninst/testsuite/*
|
|||||||
%attr(755,root,root) %{_libdir}/dyninst/testsuite/*
|
%attr(755,root,root) %{_libdir}/dyninst/testsuite/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 31 2014 Josh Stone <jistone@redhat.com> - 8.2.1-1
|
||||||
|
- Update to point release 8.2.1.
|
||||||
|
|
||||||
* Wed Aug 20 2014 Josh Stone <jistone@redhat.com> - 8.2.0-1
|
* Wed Aug 20 2014 Josh Stone <jistone@redhat.com> - 8.2.0-1
|
||||||
- rebase to 8.2.0, using upstream tag "v8.2.0.1"
|
- rebase to 8.2.0, using upstream tag "v8.2.0.1"
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
|||||||
a135ef4fe73c39f06c8215b0f6dc844c dyninst-8.2.0.1.tar.gz
|
|
||||||
309897bf21a58007b61c3da7a7e9e4da dyninst-docs-8.2.0.1.tar.gz
|
309897bf21a58007b61c3da7a7e9e4da dyninst-docs-8.2.0.1.tar.gz
|
||||||
3a675debbf201c86a616b1c3262972f4 dyninst-testsuite-8.2.0.1.tar.gz
|
3a675debbf201c86a616b1c3262972f4 dyninst-testsuite-8.2.0.1.tar.gz
|
||||||
|
a4433b1a39177447ba493e28d1a0abd8 dyninst-8.2.1.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user