- New upstream version 1.3.1.
- Remove patch, now upstream.
This commit is contained in:
parent
48f649ab43
commit
3616f40527
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ hivex-1.2.2.tar.gz
|
|||||||
/hivex-1.2.7.tar.gz
|
/hivex-1.2.7.tar.gz
|
||||||
/hivex-1.2.8.tar.gz
|
/hivex-1.2.8.tar.gz
|
||||||
/hivex-1.3.0.tar.gz
|
/hivex-1.3.0.tar.gz
|
||||||
|
/hivex-1.3.1.tar.gz
|
||||||
|
@ -1,25 +0,0 @@
|
|||||||
From 7cc9be00d446df95eaa0bebfc9892a69d3393227 Mon Sep 17 00:00:00 2001
|
|
||||||
From: "Richard W.M. Jones" <rjones@redhat.com>
|
|
||||||
Date: Mon, 15 Aug 2011 11:08:16 +0100
|
|
||||||
Subject: [PATCH] ruby: Test against locally built library.
|
|
||||||
|
|
||||||
---
|
|
||||||
ruby/run-ruby-tests | 2 ++
|
|
||||||
1 files changed, 2 insertions(+), 0 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/ruby/run-ruby-tests b/ruby/run-ruby-tests
|
|
||||||
index 1ef116c..1596c87 100755
|
|
||||||
--- a/ruby/run-ruby-tests
|
|
||||||
+++ b/ruby/run-ruby-tests
|
|
||||||
@@ -18,6 +18,8 @@
|
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
+export LD_LIBRARY_PATH=../lib/.libs
|
|
||||||
+
|
|
||||||
# Run them one at a time, otherwise rake runs them in parallel (which
|
|
||||||
# is bound to fail because they all use a single test image file).
|
|
||||||
|
|
||||||
--
|
|
||||||
1.7.6
|
|
||||||
|
|
12
hivex.spec
12
hivex.spec
@ -6,8 +6,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: hivex
|
Name: hivex
|
||||||
Version: 1.3.0
|
Version: 1.3.1
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Read and write Windows Registry binary hive files
|
Summary: Read and write Windows Registry binary hive files
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -40,9 +40,6 @@ Conflicts: libguestfs <= 1:1.0.84
|
|||||||
# Fix Perl directory install path.
|
# Fix Perl directory install path.
|
||||||
Patch0: %{name}-1.2.3-dirs.patch
|
Patch0: %{name}-1.2.3-dirs.patch
|
||||||
|
|
||||||
# Upstream patch: ruby: Test against locally built library.
|
|
||||||
Patch1: 0001-ruby-Test-against-locally-built-library.patch
|
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Hive files are the undocumented binary blobs that Windows uses to
|
Hive files are the undocumented binary blobs that Windows uses to
|
||||||
@ -166,7 +163,6 @@ ruby-%{name} contains Ruby bindings for %{name}.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%patch0 -p1 -b .dirs
|
%patch0 -p1 -b .dirs
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -286,6 +282,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 26 2011 Richard W.M. Jones <rjones@redhat.com> - 1.3.1-1
|
||||||
|
- New upstream version 1.3.1.
|
||||||
|
- Remove patch, now upstream.
|
||||||
|
|
||||||
* Mon Aug 15 2011 Richard W.M. Jones <rjones@redhat.com> - 1.3.0-3
|
* Mon Aug 15 2011 Richard W.M. Jones <rjones@redhat.com> - 1.3.0-3
|
||||||
- New upstream version 1.3.0.
|
- New upstream version 1.3.0.
|
||||||
- This version adds Ruby bindings, so there is a new subpackage 'ruby-hivex'.
|
- This version adds Ruby bindings, so there is a new subpackage 'ruby-hivex'.
|
||||||
|
Loading…
Reference in New Issue
Block a user