[hivex/f15] New upstream version 1.2.8. (cherry picked from commit 0201ac10200c768cc59aa853648f911d63bc10c7)

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


commit e52b1fa9ce180a0f9a496479df8b756bd9d7e82b
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Fri Aug 12 10:12:22 2011 +0100

    New upstream version 1.2.8.
    (cherry picked from commit 0201ac10200c768cc59aa853648f911d63bc10c7)

 .gitignore                                         |    1 +
 ...ackage-name-when-installing-native-bindin.patch |   25 ---------
 0001-perl-Fix-CCFLAGS-on-Perl-5.14.patch           |   49 ------------------
 0002-ocaml-Really-fix-make-install-rule.patch      |   46 -----------------
 hivex.spec                                         |   20 ++-----
 ocaml-Fix-autotools.patch                          |   52 --------------------
 sources                                            |    2 +-
 7 files changed, 8 insertions(+), 187 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 12e5a42..436ef33 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ hivex-1.2.2.tar.gz
 /hivex-1.2.5.tar.gz
 /hivex-1.2.6.tar.gz
 /hivex-1.2.7.tar.gz
+/hivex-1.2.8.tar.gz
diff --git a/hivex.spec b/hivex.spec
index 59e55c6..6d8be0c 100644
--- a/hivex.spec
+++ b/hivex.spec
@@ -6,8 +6,8 @@
 %endif
 
 Name:           hivex
-Version:        1.2.7
-Release:        9%{?dist}
+Version:        1.2.8
+Release:        1%{?dist}
 Summary:        Read and write Windows Registry binary hive files
 
 Group:          Development/Libraries
@@ -38,14 +38,6 @@ Conflicts:      libguestfs <= 1:1.0.84
 # Fix Perl directory install path.
 Patch0:         %{name}-1.2.3-dirs.patch
 
-# Add upstream patches to fix ocaml install rule.
-Patch1:         0001-ocaml-Set-package-name-when-installing-native-bindin.patch
-Patch2:         0002-ocaml-Really-fix-make-install-rule.patch
-Patch3:         ocaml-Fix-autotools.patch
-
-# Upstream patch to fix Perl CCFLAGS for Perl 5.14 on i686.
-Patch4:         0001-perl-Fix-CCFLAGS-on-Perl-5.14.patch
-
 
 %description
 Hive files are the undocumented binary blobs that Windows uses to
@@ -152,10 +144,6 @@ python-%{name} contains Python bindings for %{name}.
 %setup -q
 
 %patch0 -p1 -b .dirs
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
 
 
 %build
@@ -268,6 +256,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Aug 12 2011 Richard W.M. Jones <rjones at redhat.com> - 1.2.8-1
+- New upstream version 1.2.8.
+- Remove 4 upstream patches.
+
 * Fri Jul 22 2011 Richard W.M. Jones <rjones at redhat.com> - 1.2.7-9
 - Add upstream patch to fix Perl CCFLAGS for Perl 5.14 on i686.
 - Enable 'make check'.
diff --git a/sources b/sources
index 8e14b82..1bae7c8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-62815154637ad7f2db8a25a343ed2363  hivex-1.2.7.tar.gz
+f8fd5472abf1f606e7541865eab5bab8  hivex-1.2.8.tar.gz


More information about the scm-commits mailing list