rpms/hivex/EL-5 .cvsignore, 1.2, 1.3 hivex.spec, 1.4, 1.5 sources, 1.2, 1.3 hivex-1.2.0-ocaml.patch, 1.1, NONE

Richard W.M. Jones rjones at fedoraproject.org
Mon Apr 12 21:11:59 UTC 2010


Author: rjones

Update of /cvs/pkgs/rpms/hivex/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv15688

Modified Files:
	.cvsignore hivex.spec sources 
Removed Files:
	hivex-1.2.0-ocaml.patch 
Log Message:
- New upstream version 1.2.1.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hivex/EL-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	1 Mar 2010 15:52:19 -0000	1.2
+++ .cvsignore	12 Apr 2010 21:11:59 -0000	1.3
@@ -1 +1 @@
-hivex-1.2.0.tar.gz
+hivex-1.2.1.tar.gz


Index: hivex.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hivex/EL-5/hivex.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- hivex.spec	1 Mar 2010 17:43:45 -0000	1.4
+++ hivex.spec	12 Apr 2010 21:11:59 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           hivex
-Version:        1.2.0
-Release:        2%{?dist}.2
+Version:        1.2.1
+Release:        1%{?dist}
 Summary:        Read and write Windows Registry binary hive files
 
 Group:          Development/Libraries
@@ -9,14 +9,12 @@ URL:            http://libguestfs.org/
 Source0:        http://libguestfs.org/download/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-# Fix for old version of OCaml in EPEL-5 (upstream after 1.2.0 released).
-Patch0:         hivex-1.2.0-ocaml.patch
-
 BuildRequires:  perl
 #BuildRequires:  perl-Test-Simple
 BuildRequires:  perl-Test-Pod
 BuildRequires:  perl-Test-Pod-Coverage
 #BuildRequires:  perl-ExtUtils-MakeMaker
+BuildRequires:  perl-IO-stringy
 BuildRequires:  perl-libintl
 BuildRequires:  ocaml
 BuildRequires:  ocaml-findlib-devel
@@ -36,6 +34,9 @@ and write to these files.
 'hivexsh' is a shell you can use to interactively navigate a hive
 binary file.
 
+'hivexregedit' lets you export and merge to the textual regedit
+format.
+
 'hivexml' can be used to convert a hive file to a more useful XML
 format.
 
@@ -102,8 +103,6 @@ perl-%{name} contains Perl bindings for 
 %prep
 %setup -q
 
-%patch0 -p1
-
 
 %build
 %configure --disable-static
@@ -142,10 +141,12 @@ rm -rf $RPM_BUILD_ROOT
 %doc README LICENSE
 %{_bindir}/hivexget
 %{_bindir}/hivexml
+%{_bindir}/hivexregedit
 %{_bindir}/hivexsh
 %{_libdir}/libhivex.so.*
 %{_mandir}/man1/hivexget.1*
 %{_mandir}/man1/hivexml.1*
+%{_mandir}/man1/hivexregedit.1*
 %{_mandir}/man1/hivexsh.1*
 
 
@@ -182,9 +183,13 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %{perl_vendorarch}/*
 %{_mandir}/man3/Win::Hivex.3pm*
+%{_mandir}/man3/Win::Hivex::Regedit.3pm*
 
 
 %changelog
+* Mon Apr 12 2010 Richard W.M. Jones <rjones at redhat.com> - 1.2.1-1
+- New upstream version 1.2.1.
+
 * Mon Mar  1 2010 Richard W.M. Jones <rjones at redhat.com> - 1.2.0-2.el5.2
 - Fix for old version of OCaml in EPEL 5 (upstream after 1.2.0 released).
 - We have to pass INSTALLDIRS=vendor to 'make' to get Perl package


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hivex/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	1 Mar 2010 15:52:19 -0000	1.2
+++ sources	12 Apr 2010 21:11:59 -0000	1.3
@@ -1 +1 @@
-7e8d7dea26ad4bd1975305cae0673de0  hivex-1.2.0.tar.gz
+f538dbefc1ba7533c9f3a08d2e030431  hivex-1.2.1.tar.gz


--- hivex-1.2.0-ocaml.patch DELETED ---



More information about the scm-commits mailing list