From cdb9f2b0dfa88e8e84f5dcb8857d3b7e4b9981d7 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Apr 23 2015 07:32:15 +0000 Subject: import devtoolset-3-dyninst-8.2.1-1.el7 --- diff --git a/.devtoolset-3-dyninst.metadata b/.devtoolset-3-dyninst.metadata index 91ac362..99d138b 100644 --- a/.devtoolset-3-dyninst.metadata +++ b/.devtoolset-3-dyninst.metadata @@ -1,4 +1,4 @@ -d8f3294524f1008bbb90e53b4868c80b43db9a47 SOURCES/dyninst-8.2.0.1.tar.gz +fbd3aa2b7d1fad7c6332d10d2b5d8f60622161eb SOURCES/dyninst-8.2.1.tar.gz 4c861851f7e5d09225a920e6d8987aa41e0dfe50 SOURCES/dyninst-docs-8.2.0.1.tar.gz d202c4b34415da2d6958e2b218760c5ca08b26cf SOURCES/dyninst-testsuite-8.2.0.1.tar.gz -8e26c485c5aa4f6cf3f549559b51b0223e69395d SOURCES/libdwarf-20140519.tar.gz +0294dad1e4021a87ad94462a5cead1effc469585 SOURCES/libdwarf-20140805.tar.gz diff --git a/.gitignore b/.gitignore index cb34bba..8362f24 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -SOURCES/dyninst-8.2.0.1.tar.gz +SOURCES/dyninst-8.2.1.tar.gz SOURCES/dyninst-docs-8.2.0.1.tar.gz SOURCES/dyninst-testsuite-8.2.0.1.tar.gz -SOURCES/libdwarf-20140519.tar.gz +SOURCES/libdwarf-20140805.tar.gz diff --git a/SPECS/dyninst.spec b/SPECS/dyninst.spec index fe96c41..7ad5916 100644 --- a/SPECS/dyninst.spec +++ b/SPECS/dyninst.spec @@ -6,7 +6,7 @@ Name: %{?scl_prefix}dyninst Group: Development/Libraries Release: 1%{?dist} URL: http://www.dyninst.org -Version: 8.2.0 +Version: 8.2.1 Exclusiveos: linux #dyninst only knows the following architectures ExclusiveArch: %{ix86} x86_64 ppc ppc64 @@ -14,19 +14,19 @@ ExclusiveArch: %{ix86} x86_64 ppc ppc64 # 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/ 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 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 archive --format=tar.gz --prefix=testsuite/ v8.2.0.1 > dyninst-testsuite-8.2.0.1.tar.gz # 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-testsuite-8.2.0.1.tar.gz | git get-tar-commit-id -Source0: dyninst-%{version}.1.tar.gz -Source1: dyninst-docs-%{version}.1.tar.gz -Source2: dyninst-testsuite-%{version}.1.tar.gz -Source3: libdwarf-20140519.tar.gz +Source0: dyninst-8.2.1.tar.gz +Source1: dyninst-docs-8.2.0.1.tar.gz +Source2: dyninst-testsuite-8.2.0.1.tar.gz +Source3: libdwarf-20140805.tar.gz # XXX: temporarily bundled # BuildRequires: %{scl_prefix}libdwarf-devel >= 20111030 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -107,7 +107,7 @@ making sure that dyninst works properly. %build # bundled libdwarf build - assemble an .a archive, but built with -fPIC -pushd ../dwarf-20140519/libdwarf +pushd ../dwarf-20140805/libdwarf libdwarf_builddir=`pwd` %configure --disable-shared make %{?_smp_mflags} dwfpic=-fPIC @@ -204,6 +204,9 @@ chmod 644 $RPM_BUILD_ROOT%{_libdir}/dyninst/testsuite/* %attr(755,root,root) %{_libdir}/dyninst/testsuite/* %changelog +* Wed Dec 17 2014 Josh Stone - 8.2.1-1 +- Update to point release 8.2.1. + * Tue Aug 19 2014 Josh Stone - 8.2.0-1 - final rebase to 8.2.0, using upstream tag "v8.2.0.1"