diff --git a/.gitignore b/.gitignore index 0094df5..fb448ec 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ /dyninst-7.99.1.tar.gz /dyninst-docs-7.99.1.tar.gz +/dyninst-7.99.2.tar.gz +/dyninst-docs-7.99.2.tar.gz diff --git a/dyninst-git.patch b/dyninst-git.patch index f301f78..c95fa5e 100644 --- a/dyninst-git.patch +++ b/dyninst-git.patch @@ -5,7 +5,7 @@ SUITE_NAME = Paradyn -RELEASE_NUM = 8.0 -+RELEASE_NUM = 7.99.1 ++RELEASE_NUM = 7.99.2 ifndef TO_CORE TO_CORE = ../.. @@ -18,7 +18,7 @@ -#define DYNINST_MINOR 0 -#define DYNINST_SUBMINOR 0 +#define DYNINST_MINOR 99 -+#define DYNINST_SUBMINOR 1 ++#define DYNINST_SUBMINOR 2 #ifdef IBM_BPATCH_COMPAT typedef void *BPatch_Address; diff --git a/dyninst.spec b/dyninst.spec index 6f70a4b..b8b2082 100644 --- a/dyninst.spec +++ b/dyninst.spec @@ -2,9 +2,9 @@ Summary: An API for Run-time Code Generation License: LGPLv2+ Name: dyninst Group: Development/Libraries -Release: 0.27%{?dist} +Release: 0.28%{?dist} URL: http://www.dyninst.org -Version: 7.99.1 +Version: 7.99.2 Exclusiveos: linux #Right now dyninst does not know about the following architectures ExcludeArch: s390 s390x %{arm} @@ -137,6 +137,9 @@ chmod 644 %{buildroot}%{_libdir}/dyninst/*.a %{_libdir}/dyninst/*.a %changelog +* Mon Oct 29 2012 Josh Stone 7.99.2-0.28 +- Bump to 7.99.2 per abi-compliance-checker results + * Fri Oct 26 2012 Josh Stone 7.99.1-0.27 - Rebase to git dd8f40b7b4742ad97098613876efeef46d3d9e65 - Use _smp_mflags to enable building in parallel. diff --git a/sources b/sources index d19d3c1..e7019c1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -41c9c8b8a118d6453f735c985e94e5ad dyninst-7.99.1.tar.gz -ce9a5aa828b44ca13c5ce9cb224c9b53 dyninst-docs-7.99.1.tar.gz +41c9c8b8a118d6453f735c985e94e5ad dyninst-7.99.2.tar.gz +ce9a5aa828b44ca13c5ce9cb224c9b53 dyninst-docs-7.99.2.tar.gz