Bump to 7.99.2 per abi-compliance-checker results
This commit is contained in:
parent
2e135766e0
commit
80bdf27d0e
2
.gitignore
vendored
2
.gitignore
vendored
@ -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
|
||||
|
@ -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;
|
||||
|
@ -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 <jistone@redhat.com> 7.99.2-0.28
|
||||
- Bump to 7.99.2 per abi-compliance-checker results
|
||||
|
||||
* Fri Oct 26 2012 Josh Stone <jistone@redhat.com> 7.99.1-0.27
|
||||
- Rebase to git dd8f40b7b4742ad97098613876efeef46d3d9e65
|
||||
- Use _smp_mflags to enable building in parallel.
|
||||
|
Loading…
Reference in New Issue
Block a user