[hivex/f15] New upstream version 1.2.7. (cherry picked from commit b76e59bbaa1ab51424ce2aa5307658caf25631b0)

Richard W.M. Jones rjones at fedoraproject.org
Mon Sep 26 18:57:04 UTC 2011


commit dda8ac331abf76f68e98d27af1937a9cc9c902d0
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Tue May 17 17:08:55 2011 +0100

    New upstream version 1.2.7.
    (cherry picked from commit b76e59bbaa1ab51424ce2aa5307658caf25631b0)

 .gitignore                                         |    1 +
 ...ibtool-to-get-correct-library-to-build-OC.patch |  109 --------------------
 hivex.spec                                         |   12 +-
 sources                                            |    2 +-
 4 files changed, 8 insertions(+), 116 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a0792be..12e5a42 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ hivex-1.2.2.tar.gz
 /hivex-1.2.4.tar.gz
 /hivex-1.2.5.tar.gz
 /hivex-1.2.6.tar.gz
+/hivex-1.2.7.tar.gz
diff --git a/hivex.spec b/hivex.spec
index c6ebde8..69856e7 100644
--- a/hivex.spec
+++ b/hivex.spec
@@ -6,8 +6,8 @@
 %endif
 
 Name:           hivex
-Version:        1.2.6
-Release:        2%{?dist}
+Version:        1.2.7
+Release:        1%{?dist}
 Summary:        Read and write Windows Registry binary hive files
 
 Group:          Development/Libraries
@@ -38,9 +38,6 @@ Conflicts:      libguestfs <= 1:1.0.84
 # Fix Perl directory install path.
 Patch0:         %{name}-1.2.3-dirs.patch
 
-# Fix ocaml tests.
-Patch1:         0001-ocaml-Use-libtool-to-get-correct-library-to-build-OC.patch
-
 
 %description
 Hive files are the undocumented binary blobs that Windows uses to
@@ -147,7 +144,6 @@ python-%{name} contains Python bindings for %{name}.
 %setup -q
 
 %patch0 -p1 -b .dirs
-%patch1 -p1
 
 
 %build
@@ -256,6 +252,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue May 17 2011 Richard W.M. Jones <rjones at redhat.com> - 1.2.7-1
+- New upstream version 1.2.7.
+- Removed patch which is now upstream.
+
 * Thu May 12 2011 Richard W.M. Jones <rjones at redhat.com> - 1.2.6-2
 - New upstream version 1.2.6.
 - Removed patch which is now upstream.
diff --git a/sources b/sources
index 1f47732..8e14b82 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6eba5c9f119a592562e7bb1a96629e08  hivex-1.2.6.tar.gz
+62815154637ad7f2db8a25a343ed2363  hivex-1.2.7.tar.gz


More information about the scm-commits mailing list