Rebase to git 557599ad7417610f179720ad88366c32a0557127

This commit is contained in:
Josh Stone 2012-10-03 17:03:11 -07:00
parent 8742d2ae0f
commit e983e5b7d5
3 changed files with 9 additions and 5 deletions

2
.gitignore vendored
View File

@ -1,4 +1,2 @@
/dyninst-7.99.tar.gz
/dyninst-docs-7.99.tar.gz
/dyninst-7.99.1.tar.gz
/dyninst-docs-7.99.1.tar.gz

View File

@ -2,7 +2,7 @@ Summary: An API for Run-time Code Generation
License: LGPLv2+
Name: dyninst
Group: Development/Libraries
Release: 0.25%{?dist}
Release: 0.26%{?dist}
URL: http://www.dyninst.org
Version: 7.99.1
Exclusiveos: linux
@ -12,9 +12,12 @@ ExcludeArch: s390 s390x %{arm}
# The source for this package was pulled from upstream's vcs. Use the
# following commands to generate the tarball:
# git clone http://git.dyninst.org/dyninst.git; cd dyninst
# git archive --format=tar.gz --prefix=dyninst/ c496f80d1c8ef29b6b2aab7e4114ba2dc38fa89d > dyninst-7.99.1.tar.gz
# git archive --format=tar.gz --prefix=dyninst/ 557599ad7417610f179720ad88366c32a0557127 > dyninst-7.99.1.tar.gz
# git clone http://git.dyninst.org/docs.git; cd docs
# git archive --format=tar.gz 045689169ad35113756131efbbfeda2edb461874 > dyninst-docs-7.99.1.tar.gz
# Verify the commit ids with:
# gunzip -c dyninst-7.99.1.tar.gz | git get-tar-commit-id
# gunzip -c dyninst-docs-7.99.1.tar.gz | git get-tar-commit-id
Source0: %{name}-%{version}.tar.gz
Source1: %{name}-docs-%{version}.tar.gz
# Change version number so official dyninst 8.0 will replace it
@ -134,6 +137,9 @@ chmod 644 %{buildroot}%{_libdir}/dyninst/*.a
%{_libdir}/dyninst/*.a
%changelog
* Wed Oct 03 2012 Josh Stone <jistone@redhat.com> 7.99.1-0.26
- Rebase to git 557599ad7417610f179720ad88366c32a0557127
* Thu Sep 20 2012 Josh Stone <jistone@redhat.com> 7.99.1-0.25
- Rebase on newer git tree.
- Bump the fake version to 7.99.1 to account for ABI differences.

View File

@ -1,2 +1,2 @@
40f6dd46c402eaf2b12313ec0b23a19c dyninst-7.99.1.tar.gz
fdbfdac69e54a2eaa12d6f17da15c072 dyninst-7.99.1.tar.gz
1a4b1d571232dcc07f0f3d22320089cf dyninst-docs-7.99.1.tar.gz