[hivex/f16] New upstream version 1.3.3.

Richard W.M. Jones rjones at fedoraproject.org
Tue Nov 29 11:22:13 UTC 2011


commit 1a24589d2e591c3f9a243bf2e2d0cbc4b2c8df00
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Tue Nov 29 11:18:25 2011 +0000

    New upstream version 1.3.3.
    
    - Rebased gnulib to work around RHBZ#756981.
    - Remove patches which are now upstream.
    (cherry picked from commit bcf9c37b7ca1ff9ae7d6df835536ef74e61a6a32)

 .gitignore                                         |    1 +
 ...onditional-test-for-HAVE_HIVEXSH-autoconf.patch |   36 --------------------
 0001-Fix-conditional-test-for-HAVE_HIVEXSH.patch   |   36 --------------------
 hivex.spec                                         |   16 ++++-----
 sources                                            |    2 +-
 5 files changed, 9 insertions(+), 82 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b53266f..49d1d9f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ hivex-1.2.2.tar.gz
 /hivex-1.3.0.tar.gz
 /hivex-1.3.1.tar.gz
 /hivex-1.3.2.tar.gz
+/hivex-1.3.3.tar.gz
diff --git a/hivex.spec b/hivex.spec
index b10bf84..b4abbfe 100644
--- a/hivex.spec
+++ b/hivex.spec
@@ -6,8 +6,8 @@
 %endif
 
 Name:           hivex
-Version:        1.3.2
-Release:        3%{?dist}
+Version:        1.3.3
+Release:        1%{?dist}
 Summary:        Read and write Windows Registry binary hive files
 
 Group:          Development/Libraries
@@ -40,11 +40,6 @@ Conflicts:      libguestfs <= 1:1.0.84
 # Fix Perl directory install path.
 Patch0:         %{name}-1.2.3-dirs.patch
 
-# Upstream patch to fix building hivexsh, hivexget commands.
-# Second patch is autoconf generated changes.
-Patch1:         0001-Fix-conditional-test-for-HAVE_HIVEXSH.patch
-Patch2:         0001-Fix-conditional-test-for-HAVE_HIVEXSH-autoconf.patch
-
 
 %description
 Hive files are the undocumented binary blobs that Windows uses to
@@ -168,8 +163,6 @@ ruby-%{name} contains Ruby bindings for %{name}.
 %setup -q
 
 %patch0 -p1 -b .dirs
-%patch1 -p1
-%patch2 -p1
 
 
 %build
@@ -282,6 +275,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Nov 29 2011 Richard W.M. Jones <rjones at redhat.com> - 1.3.3-1
+- New upstream version 1.3.3.
+- Rebased gnulib to work around RHBZ#756981.
+- Remove patches which are now upstream.
+
 * Mon Oct 24 2011 Richard W.M. Jones <rjones at redhat.com> - 1.3.2-3
 - New upstream version 1.3.2.
 - Add upstream patch to fix building of hivexsh, hivexget.
diff --git a/sources b/sources
index fc62452..0ddfaea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-effa5629bbbd813a1aaad0684c47182c  hivex-1.3.2.tar.gz
+4ce781121f92e0f317db5ced5f55fda8  hivex-1.3.3.tar.gz


More information about the scm-commits mailing list