New upstream version 1.3.6.

Enable OCaml bindings on ppc64.
This commit is contained in:
Richard W.M. Jones 2012-06-12 11:16:10 +01:00
parent 8268c1ce1c
commit 7525ed22f9
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ hivex-1.2.2.tar.gz
/hivex-1.3.2.tar.gz
/hivex-1.3.3.tar.gz
/hivex-1.3.5.tar.gz
/hivex-1.3.6.tar.gz

View File

@ -1,13 +1,13 @@
# conditionalize Ocaml support
%ifarch ppc64 sparc64 s390 s390x
%ifarch sparc64 s390 s390x
%bcond_with ocaml
%else
%bcond_without ocaml
%endif
Name: hivex
Version: 1.3.5
Release: 9%{?dist}
Version: 1.3.6
Release: 1%{?dist}
Summary: Read and write Windows Registry binary hive files
Group: Development/Libraries
@ -290,6 +290,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Jun 12 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.6-1
- New upstream version 1.3.6.
- Enable Ocaml bindings on ppc64.
* Sat Jun 09 2012 Richard W.M. Jones <rjones@redhat.com> - 1.3.5-9
- Rebuild for OCaml 4.00.0.

View File

@ -1 +1 @@
89e185f2c698863defbc8a22a4470a6c hivex-1.3.5.tar.gz
87f6101c0cd1f7954367323326f34201 hivex-1.3.6.tar.gz