[dyninst] Rebase on newer git tree

Josh Stone jistone at fedoraproject.org
Thu Jul 26 00:05:49 UTC 2012


commit 92922641a6347fad67b97e5bad9febc2e0bd6aa9
Author: Josh Stone <jistone at redhat.com>
Date:   Wed Jul 25 16:57:35 2012 -0700

    Rebase on newer git tree
    
    - Update context in dyninst-git.patch
    - Drop dyninst-delete_array.patch
    - Drop dyninst-common-makefile.patch

 dyninst-common-makefile.patch |   57 -----------------------------------------
 dyninst-delete_array.patch    |   19 -------------
 dyninst-git.patch             |    4 +-
 dyninst.spec                  |   14 ++++++----
 sources                       |    2 +-
 5 files changed, 11 insertions(+), 85 deletions(-)
---
diff --git a/dyninst-git.patch b/dyninst-git.patch
index 07d109a..a6c21b7 100644
--- a/dyninst-git.patch
+++ b/dyninst-git.patch
@@ -8,5 +8,5 @@ diff -up dyninst-7.99/dyninst/make.config.git dyninst-7.99/dyninst/make.config
 -RELEASE_NUM	= 8.0
 +RELEASE_NUM	= 7.99
  
- # ***** EXTERNAL SOFTWARE CONFIGURATION *****
- 
+ ifndef TO_CORE
+ TO_CORE		= ../..
diff --git a/dyninst.spec b/dyninst.spec
index b4c12ad..eb36a9e 100644
--- a/dyninst.spec
+++ b/dyninst.spec
@@ -4,7 +4,7 @@ Summary: An API for Run-time Code Generation
 License: LGPLv2+
 Name: dyninst
 Group: Development/Libraries
-Release: 0.20%{?dist}
+Release: 0.21%{?dist}
 URL: http://www.dyninst.org
 Version: %version
 Exclusiveos: linux
@@ -14,7 +14,7 @@ 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/ 96826d0b7cbec7deb1398019ecadea5cf756c9c7 >  dyninst-7.99.tar.gz
+#  git archive --format=tar.gz --prefix=dyninst/ 1d17e0266d82c53f6e80f5bc658d93803aedbc8c >  dyninst-7.99.tar.gz
 #  git clone http://git.dyninst.org/docs.git; cd docs
 #  git archive --format=tar.gz fe92e5b28804791ecadc893e469bc2215dbc3066 > dyninst-docs-7.99.tar.gz
 Source0: %{name}-%{version}.tar.gz
@@ -22,8 +22,6 @@ Source1: %{name}-docs-%{version}.tar.gz
 # Change version number so official dyninst 8.0 will replace it
 Patch3: dyninst-git.patch
 Patch5: dyninst-unused_vars.patch
-Patch6: dyninst-delete_array.patch
-Patch7: dyninst-common-makefile.patch
 BuildRequires: libxml2-devel >= 2.7.8
 BuildRequires: libdwarf-devel 
 BuildRequires: elfutils-libelf-devel
@@ -64,8 +62,6 @@ the dyninst user-space libraries and interfaces.
 
 pushd dyninst
 %patch5 -p1 -b .unused
-%patch6 -p1 -b .delete
-%patch7 -p1 -b .common
 popd
 
 %build
@@ -130,6 +126,12 @@ chmod 644 %{buildroot}%{_libdir}/dyninst/*.a
 %{_libdir}/dyninst/*.a
 
 %changelog
+* Wed Jul 25 2012 Josh Stone <jistone at redhat.com> - 7.99-0.21
+- Rebase on newer git tree
+- Update context in dyninst-git.patch
+- Drop dyninst-delete_array.patch
+- Drop dyninst-common-makefile.patch
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 7.99-0.20
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 1042bd3..59c579b 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
+2ac3a0c278c327707b2ded6157520b5b  dyninst-7.99.tar.gz
 be21f6a11b37a386e8b4ad16a86e3715  dyninst-docs-7.99.tar.gz
-78c2fde803c0c94c799fda7cb3f8eb34  dyninst-7.99.tar.gz


More information about the scm-commits mailing list