39cc0bf
# Conditionalize Ocaml support.  This looks ass-backwards, but it's not.
39cc0bf
%ifarch %{ocaml_native_compiler}
f82d66f
%bcond_without ocaml
39cc0bf
%else
39cc0bf
%bcond_with ocaml
f82d66f
%endif
f82d66f
801e504
# Verify tarball signature with GPGv2.
801e504
%global verify_tarball_signature 1
801e504
1fba63d
Name:           hivex
5265c98
Version:        1.3.15
69825aa
Release:        3%{?dist}
1fba63d
Summary:        Read and write Windows Registry binary hive files
1fba63d
1fba63d
License:        LGPLv2
1fba63d
URL:            http://libguestfs.org/
843c9dc
61eed46
Source0:        http://libguestfs.org/download/hivex/%{name}-%{version}.tar.gz
801e504
%if 0%{verify_tarball_signature}
801e504
Source1:        http://libguestfs.org/download/hivex/%{name}-%{version}.tar.gz.sig
801e504
%endif
801e504
801e504
# Keyring used to verify tarball signature.
801e504
%if 0%{verify_tarball_signature}
801e504
Source2:       libguestfs.keyring
801e504
%endif
843c9dc
69825aa
# Upstream patch to fix injection of LDFLAGS.
69825aa
# https://bugzilla.redhat.com/show_bug.cgi?id=1548536
69825aa
Patch1:         0001-ocaml-Link-the-C-bindings-with-LDFLAGS-RHBZ-1548536.patch
69825aa
BuildRequires:  autoconf, automake, libtool, gettext-devel
69825aa
f07f03f
BuildRequires:  perl-interpreter
3199bf6
BuildRequires:  perl-devel
3199bf6
BuildRequires:  perl-generators
a0bd039
BuildRequires:  %{_bindir}/pod2html
a0bd039
BuildRequires:  %{_bindir}/pod2man
Petr Šabata 8077a7c
BuildRequires:  perl(bytes)
Petr Šabata 8077a7c
BuildRequires:  perl(Carp)
Petr Šabata 8077a7c
BuildRequires:  perl(Encode)
Petr Šabata 8077a7c
BuildRequires:  perl(ExtUtils::MakeMaker)
Petr Šabata 8077a7c
BuildRequires:  perl(Exporter)
Petr Šabata 8077a7c
BuildRequires:  perl(IO::Scalar)
Petr Šabata 8077a7c
BuildRequires:  perl(IO::Stringy)
Petr Šabata 8077a7c
BuildRequires:  perl(strict)
Petr Šabata 8077a7c
BuildRequires:  perl(Test::More)
Petr Šabata 8077a7c
BuildRequires:  perl(utf8)
Petr Šabata 8077a7c
BuildRequires:  perl(vars)
Petr Šabata 8077a7c
BuildRequires:  perl(warnings)
Petr Šabata 8077a7c
BuildRequires:  perl(XSLoader)
Petr Šabata 8077a7c
BuildRequires:  perl(Test::Pod) >= 1.00
Petr Šabata 8077a7c
BuildRequires:  perl(Test::Pod::Coverage) >= 1.00
f82d66f
%if %{with ocaml}
26b2b17
BuildRequires:  ocaml
26b2b17
BuildRequires:  ocaml-findlib-devel
f82d66f
%endif
0f3960b
BuildRequires:  python2-devel
0f3960b
BuildRequires:  python3-devel
54ce3b6
BuildRequires:  ruby-devel
54ce3b6
BuildRequires:  rubygem-rake
00e2bc0
# see also RHBZ#1325022
00e2bc0
BuildRequires:  rubygem(json)
28facf9
BuildRequires:  rubygem(minitest)
b28e183
BuildRequires:  rubygem(rdoc)
1fba63d
BuildRequires:  readline-devel
1fba63d
BuildRequires:  libxml2-devel
801e504
%if 0%{verify_tarball_signature}
801e504
BuildRequires: gnupg2
801e504
%endif
1fba63d
c8d5458
# https://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries#Packages_granted_exceptions
c8d5458
Provides:      bundled(gnulib)
c8d5458
1fba63d
1fba63d
%description
c9bd1ac
Hive files are the undocumented binary files that Windows uses to
1fba63d
store the Windows Registry on disk.  Hivex is a library that can read
1fba63d
and write to these files.
1fba63d
1fba63d
'hivexsh' is a shell you can use to interactively navigate a hive
1fba63d
binary file.
1fba63d
21fd111
'hivexregedit' (in perl-hivex) lets you export and merge to the
21fd111
textual regedit format.
33837fc
1fba63d
'hivexml' can be used to convert a hive file to a more useful XML
1fba63d
format.
1fba63d
1fba63d
In order to get access to the hive files themselves, you can copy them
1fba63d
from a Windows machine.  They are usually found in
1fba63d
%%systemroot%%\system32\config.  For virtual machines we recommend
1fba63d
using libguestfs or guestfish to copy out these files.  libguestfs
1fba63d
also provides a useful high-level tool called 'virt-win-reg' (based on
1fba63d
hivex technology) which can be used to query specific registry keys in
1fba63d
an existing Windows VM.
1fba63d
61eed46
For OCaml bindings, see 'ocaml-hivex-devel'.
61eed46
26b2b17
For Perl bindings, see 'perl-hivex'.
26b2b17
0f3960b
For Python 2 bindings, see 'python2-hivex'.
0f3960b
0f3960b
For Python 3 bindings, see 'python3-hivex'.
26b2b17
54ce3b6
For Ruby bindings, see 'ruby-hivex'.
54ce3b6
1fba63d
1fba63d
%package devel
1fba63d
Summary:        Development tools and libraries for %{name}
1fba63d
Requires:       %{name} = %{version}-%{release}
1fba63d
Requires:       pkgconfig
1fba63d
1fba63d
1fba63d
%description devel
1fba63d
%{name}-devel contains development tools and libraries
1fba63d
for %{name}.
1fba63d
1fba63d
2a49721
%package static
2a49721
Summary:        Statically linked library for %{name}
2a49721
Requires:       %{name} = %{version}-%{release}
2a49721
2a49721
2a49721
%description static
2a49721
%{name}-static contains the statically linked library
2a49721
for %{name}.
2a49721
2a49721
f82d66f
%if %{with ocaml}
26b2b17
%package -n ocaml-%{name}
26b2b17
Summary:       OCaml bindings for %{name}
26b2b17
Requires:      %{name} = %{version}-%{release}
26b2b17
26b2b17
26b2b17
%description -n ocaml-%{name}
26b2b17
ocaml-%{name} contains OCaml bindings for %{name}.
26b2b17
26b2b17
This is for toplevel and scripting access only.  To compile OCaml
26b2b17
programs which use %{name} you will also need ocaml-%{name}-devel.
26b2b17
26b2b17
26b2b17
%package -n ocaml-%{name}-devel
26b2b17
Summary:       OCaml bindings for %{name}
26b2b17
Requires:      ocaml-%{name} = %{version}-%{release}
5e5f2ce
Requires:      %{name}-devel = %{version}-%{release}
26b2b17
26b2b17
26b2b17
%description -n ocaml-%{name}-devel
26b2b17
ocaml-%{name}-devel contains development libraries
26b2b17
required to use the OCaml bindings for %{name}.
f82d66f
%endif
26b2b17
26b2b17
26b2b17
%package -n perl-%{name}
26b2b17
Summary:       Perl bindings for %{name}
26b2b17
Requires:      %{name} = %{version}-%{release}
26b2b17
Requires:      perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
26b2b17
26b2b17
26b2b17
%description -n perl-%{name}
26b2b17
perl-%{name} contains Perl bindings for %{name}.
26b2b17
26b2b17
0f3960b
%package -n python2-%{name}
0f3960b
Summary:       Python 2 bindings for %{name}
61eed46
Requires:      %{name} = %{version}-%{release}
61eed46
0f3960b
# Can be removed in Fedora 29.
0f3960b
Obsoletes:     python-%{name} < %{version}-%{release}
0f3960b
Provides:      python-%{name} = %{version}-%{release}
0f3960b
0f3960b
%description -n python2-%{name}
0f3960b
python2-%{name} contains Python 2 bindings for %{name}.
61eed46
0f3960b
0f3960b
%package -n python3-%{name}
0f3960b
Summary:       Python 3 bindings for %{name}
0f3960b
Requires:      %{name} = %{version}-%{release}
0f3960b
0f3960b
%description -n python3-%{name}
0f3960b
python3-%{name} contains Python 3 bindings for %{name}.
61eed46
61eed46
54ce3b6
%package -n ruby-%{name}
54ce3b6
Summary:       Ruby bindings for %{name}
48f649a
Requires:      %{name} = %{version}-%{release}
0cfdd72
Requires:      ruby(release)
54ce3b6
Requires:      ruby
54ce3b6
Provides:      ruby(hivex) = %{version}
54ce3b6
54ce3b6
%description -n ruby-%{name}
54ce3b6
ruby-%{name} contains Ruby bindings for %{name}.
54ce3b6
54ce3b6
1fba63d
%prep
801e504
%if 0%{verify_tarball_signature}
801e504
tmphome="$(mktemp -d)"
801e504
gpgv2 --homedir "$tmphome" --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
801e504
%endif
1fba63d
%setup -q
d1ce7c1
%autopatch -p1
4fa487a
69825aa
# Because the patch touches Makefile.am, rerun autotools.
69825aa
autoreconf -i -f
69825aa
0f3960b
# Build Python 3 bindings in a separate subdirectory.  We have to
0f3960b
# build everything twice unfortunately.
0f3960b
copy="$(mktemp -d)"
0f3960b
cp -a . "$copy"
0f3960b
mv "$copy" python3
1fba63d
f090ce1
0f3960b
%build
0f3960b
%configure \
358b13e
%if !%{with ocaml}
0f3960b
    --disable-ocaml \
358b13e
%endif
0f3960b
    %{nil}
0f3960b
make V=1 INSTALLDIRS=vendor %{?_smp_mflags}
0f3960b
0f3960b
pushd python3
0f3960b
%configure \
0f3960b
    PYTHON=/usr/bin/python3 \
0f3960b
    --disable-ocaml --disable-perl --disable-ruby
0f3960b
make V=1 INSTALLDIRS=vendor %{?_smp_mflags}
0f3960b
popd
358b13e
f090ce1
1fba63d
%install
0f3960b
# Install Python3 first so the "real" install below overwrites
0f3960b
# everything else.
0f3960b
pushd python3
0f3960b
make install DESTDIR=$RPM_BUILD_ROOT INSTALLDIRS=vendor
0f3960b
popd
7a90f6a
make install DESTDIR=$RPM_BUILD_ROOT INSTALLDIRS=vendor
1fba63d
1fba63d
# Remove unwanted libtool *.la file:
1fba63d
rm $RPM_BUILD_ROOT%{_libdir}/libhivex.la
1fba63d
26b2b17
# Remove unwanted Perl files:
26b2b17
find $RPM_BUILD_ROOT -name perllocal.pod -delete
26b2b17
find $RPM_BUILD_ROOT -name .packlist -delete
26b2b17
find $RPM_BUILD_ROOT -name '*.bs' -delete
26b2b17
61eed46
# Remove unwanted Python files:
0f3960b
rm $RPM_BUILD_ROOT%{python2_sitearch}/libhivexmod.la
0f3960b
rm $RPM_BUILD_ROOT%{python3_sitearch}/libhivexmod.la
61eed46
1fba63d
%find_lang %{name}
1fba63d
1fba63d
0f3960b
%check
0f3960b
make check
0f3960b
0f3960b
pushd python3
0f3960b
make check
0f3960b
popd
0f3960b
0f3960b
1fba63d
%post -p /sbin/ldconfig
1fba63d
1fba63d
%postun -p /sbin/ldconfig
1fba63d
1fba63d
1fba63d
%files -f %{name}.lang
1fba63d
%doc README LICENSE
1fba63d
%{_bindir}/hivexget
1fba63d
%{_bindir}/hivexml
1fba63d
%{_bindir}/hivexsh
1fba63d
%{_libdir}/libhivex.so.*
1fba63d
%{_mandir}/man1/hivexget.1*
1fba63d
%{_mandir}/man1/hivexml.1*
1fba63d
%{_mandir}/man1/hivexsh.1*
1fba63d
1fba63d
1fba63d
%files devel
1fba63d
%doc LICENSE
1fba63d
%{_libdir}/libhivex.so
1fba63d
%{_mandir}/man3/hivex.3*
1fba63d
%{_includedir}/hivex.h
1fba63d
%{_libdir}/pkgconfig/hivex.pc
1fba63d
1fba63d
2a49721
%files static
2a49721
%doc LICENSE
2a49721
%{_libdir}/libhivex.a
2a49721
2a49721
f82d66f
%if %{with ocaml}
26b2b17
%files -n ocaml-%{name}
26b2b17
%doc README
26b2b17
%{_libdir}/ocaml/hivex
26b2b17
%exclude %{_libdir}/ocaml/hivex/*.a
26b2b17
%exclude %{_libdir}/ocaml/hivex/*.cmxa
26b2b17
%exclude %{_libdir}/ocaml/hivex/*.cmx
26b2b17
%exclude %{_libdir}/ocaml/hivex/*.mli
26b2b17
%{_libdir}/ocaml/stublibs/*.so
26b2b17
%{_libdir}/ocaml/stublibs/*.so.owner
26b2b17
26b2b17
26b2b17
%files -n ocaml-%{name}-devel
26b2b17
%{_libdir}/ocaml/hivex/*.a
26b2b17
%{_libdir}/ocaml/hivex/*.cmxa
26b2b17
%{_libdir}/ocaml/hivex/*.cmx
26b2b17
%{_libdir}/ocaml/hivex/*.mli
f82d66f
%endif
26b2b17
26b2b17
26b2b17
%files -n perl-%{name}
26b2b17
%{perl_vendorarch}/*
26b2b17
%{_mandir}/man3/Win::Hivex.3pm*
33837fc
%{_mandir}/man3/Win::Hivex::Regedit.3pm*
21fd111
%{_bindir}/hivexregedit
21fd111
%{_mandir}/man1/hivexregedit.1*
26b2b17
26b2b17
0f3960b
%files -n python2-%{name}
0f3960b
%{python2_sitearch}/hivex/
0f3960b
%{python2_sitearch}/*.so
0f3960b
0f3960b
0f3960b
%files -n python3-%{name}
0f3960b
%{python3_sitearch}/hivex/
0f3960b
%{python3_sitearch}/*.so
61eed46
61eed46
54ce3b6
%files -n ruby-%{name}
54ce3b6
%doc ruby/doc/site/*
28facf9
%{ruby_vendorlibdir}/hivex.rb
28facf9
%{ruby_vendorarchdir}/_hivex.so
54ce3b6
54ce3b6
1fba63d
%changelog
69825aa
* Mon Mar 19 2018 Richard W.M. Jones <rjones@redhat.com> - 1.3.15-3
69825aa
- Add upstream patch to fix injection of LDFLAGS (RHBZ#1548536).
69825aa
01b04ea
* Thu Mar  1 2018 Florian Weimer <fweimer@redhat.com> - 1.3.15-2
01b04ea
- Rebuild with new redhat-rpm-config/perl build flags
01b04ea
5265c98
* Mon Feb 26 2018 Richard W.M. Jones <rjones@redhat.com> - 1.3.15-1
5265c98
- New upstream version 1.3.15.
5265c98
aec532f
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.14-15
aec532f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
aec532f
de9953a
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 1.3.14-14
de9953a
- Rebuilt for switch to libxcrypt
de9953a
ac11bd1
* Fri Jan 05 2018 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.3.14-13
ac11bd1
- F-28: rebuild for ruby25
ac11bd1
2783156
* Wed Nov 08 2017 Richard W.M. Jones <rjones@redhat.com> - 1.3.14-12
d1ce7c1
- Fix string mutability.
7843283
d3d58ea
* Wed Nov 08 2017 Richard W.M. Jones <rjones@redhat.com> - 1.3.14-10
d3d58ea
- OCaml 4.06.0 rebuild.
d3d58ea
5e5f2ce
* Mon Sep 18 2017 Richard W.M. Jones <rjones@redhat.com> - 1.3.14-9
5e5f2ce
- ocaml-hivex-devel should Require hivex-devel.
5e5f2ce
fcdf994
* Mon Aug 07 2017 Richard W.M. Jones <rjones@redhat.com> - 1.3.14-8
fcdf994
- OCaml 4.05.0 rebuild.
fcdf994
11472e8
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.14-7
11472e8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
11472e8
bf69e74
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.14-6
bf69e74
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
bf69e74
5a1cae7
* Mon Jun 26 2017 Richard W.M. Jones <rjones@redhat.com> - 1.3.14-5
5a1cae7
- OCaml 4.04.2 rebuild.
5a1cae7
bb50f64
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.3.14-4
bb50f64
- Perl 5.26 rebuild
bb50f64
0f3960b
* Mon May 22 2017 Richard W.M. Jones <rjones@redhat.com> - 1.3.14-3
0f3960b
- Create python2 and python3 subpackages (RHBZ#1453189).
0f3960b
7e0f882
* Fri May 12 2017 Richard W.M. Jones <rjones@redhat.com> - 1.3.14-2
7e0f882
- OCaml 4.04.1 rebuild.
7e0f882
801e504
* Fri Feb 17 2017 Richard W.M. Jones <rjones@redhat.com> - 1.3.14-1
801e504
- New upstream version 1.3.14.
801e504
- Add GPG signature and mechanics for checking it.
801e504
daaa160
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.13-12
daaa160
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
daaa160
c7e08a4
* Fri Jan 13 2017 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.3.13-11
c7e08a4
- F-26: rebuild again for ruby24
c7e08a4
Igor Gnatenko db37473
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.3.13-10
Igor Gnatenko db37473
- Rebuild for readline 7.x
Igor Gnatenko db37473
46b0cf5
* Thu Jan 12 2017 Vít Ondruch <vondruch@redhat.com> - 1.3.13-9
46b0cf5
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.4
46b0cf5
098dced
* Sat Nov 05 2016 Richard W.M. Jones <rjones@redhat.com> - 1.3.13-8
098dced
- Rebuild for OCaml 4.04.0.
098dced
f4ac611
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.13-7
f4ac611
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
f4ac611
3da9f2e
* Tue May 17 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.3.13-6
3da9f2e
- Perl 5.24 rebuild
3da9f2e
b28e183
* Tue May 10 2016 Richard W.M. Jones <rjones@redhat.com> - 1.3.13-5
d717660
- Explicitly BR rubygem(rdoc) RHBZ#1334753 and rubygem(json) RHBZ#1325022.
b28e183
8cd5895
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.13-4
8cd5895
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
8cd5895
f6dd0b9
* Tue Jan 12 2016 Vít Ondruch <vondruch@redhat.com> - 1.3.13-3
f6dd0b9
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.3
f6dd0b9
a0bd039
* Thu Oct 29 2015 Richard W.M. Jones <rjones@redhat.com> - 1.3.13-2
123dd8b
- New upstream version 1.3.13.
123dd8b
- Drop ancient 'Conflicts' rule.
a0bd039
- Drop Perl patch for setting INSTALLDIRS.
a0bd039
- Depend on pod2html, pod2man binaries explicitly.
123dd8b
39cc0bf
* Mon Oct  5 2015 Richard W.M. Jones <rjones@redhat.com> - 1.3.12-1
39cc0bf
- New upstream version 1.3.12.
39cc0bf
- Drop patches which are now upstream.
39cc0bf
- Use OCaml macros to test if OCaml native compiler is available.
39cc0bf
- Use autoreconf --force option.
39cc0bf
Petr Šabata 8077a7c
* Thu Aug 27 2015 Petr Šabata <contyk@redhat.com> - 1.3.11-13
Petr Šabata 8077a7c
- Correcting the perl build time dependency list
Petr Šabata 8077a7c
  Switching to virtual perl()-style symbols
Petr Šabata 8077a7c
  Dropping unused dependencies and adding some new to fix the FTBFS
Petr Šabata 8077a7c
4aa935f
* Tue Jul 28 2015 Richard W.M. Jones <rjones@redhat.com> - 1.3.11-12
4aa935f
- OCaml 4.02.3 rebuild.
4aa935f
04f690a
* Wed Jun 24 2015 Richard W.M. Jones <rjones@redhat.com> - 1.3.11-11
04f690a
- ocaml-4.02.2 final rebuild.
04f690a
949c0ed
* Wed Jun 17 2015 Richard W.M. Jones <rjones@redhat.com> - 1.3.11-10
949c0ed
- ocaml-4.02.2 rebuild.
949c0ed
9b06208
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.11-9
9b06208
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
9b06208
96b10ca
* Fri Jun 05 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.3.11-8
96b10ca
- Perl 5.22 rebuild
96b10ca
21fd111
* Mon Mar  2 2015 Richard W.M. Jones <rjones@redhat.com> - 1.3.11-7
21fd111
- Move hivexregedit to perl-hivex subpackage, since otherwise hivex
21fd111
  and hence libguestfs depends on perl (RHBZ#1194158).
21fd111
dfc95c6
* Tue Feb 17 2015 Richard W.M. Jones <rjones@redhat.com> - 1.3.11-6
dfc95c6
- ocaml-4.02.1 rebuild.
dfc95c6
97d04a6
* Sun Jan 18 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.3.11-5
97d04a6
- Rebuild for https://fedoraproject.org/wiki/Changes/Ruby_2.2
97d04a6
4604a1d
* Thu Nov 20 2014 Richard W.M. Jones <rjones@redhat.com> - 1.3.11-4
7c43fb6
- Increase HIVEX_MAX_SUBKEYS.
4604a1d
- Don't leak errno E2BIG to callers.
7c43fb6
61ccd82
* Fri Nov 14 2014 Richard W.M. Jones <rjones@redhat.com> - 1.3.11-2
61ccd82
- Pull in a couple of upstream fixes:
61ccd82
  * Fix memory leak in _hivex_get_children.
61ccd82
  * Increase HIVEX_MAX_VALUE_LEN.
61ccd82
c9c4426
* Thu Oct 30 2014 Richard W.M. Jones <rjones@redhat.com> - 1.3.11-1
c9c4426
- New upstream version 1.3.11.
c9c4426
- Python objects are now placed in a hivex/ subdirectory.
c9c4426
8be72d5
* Wed Sep 03 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.3.10-12
8be72d5
- Perl 5.20 rebuild
8be72d5
6e087d5
* Sat Aug 30 2014 Richard W.M. Jones <rjones@redhat.com> - 1.3.10-11
6e087d5
- ocaml-4.02.0 final rebuild.
6e087d5
af03d9a
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.3.10-10
af03d9a
- Perl 5.20 rebuild
af03d9a
4bcf048
* Sat Aug 23 2014 Richard W.M. Jones <rjones@redhat.com> - 1.3.10-9
4bcf048
- ocaml-4.02.0+rc1 rebuild.
4bcf048
e98fd01
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.10-8
e98fd01
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
e98fd01
3b96974
* Sat Aug 02 2014 Richard W.M. Jones <rjones@redhat.com> - 1.3.10-7
3b96974
- ocaml-4.02.0-0.8.git10e45753.fc22 rebuild.
3b96974
166ae07
* Tue Jul 22 2014 Richard W.M. Jones <rjones@redhat.com> - 1.3.10-6
166ae07
- OCaml 4.02.0 beta rebuild.
166ae07
84b8808
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.10-5
84b8808
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
84b8808
0cfdd72
* Fri May 02 2014 Vít Ondruch <vondruch@redhat.com> - 1.3.10-4
0cfdd72
- Remove the ruby(release) version. It is not needed.
0cfdd72
69d6e8b
* Fri May 02 2014 Richard W.M. Jones <rjones@redhat.com> - 1.3.10-3
69d6e8b
- Rebuild to fix Ruby dependencies problem.
69d6e8b
ef2cf0d
* Thu Apr 24 2014 Vít Ondruch <vondruch@redhat.com> - 1.3.10-2
ef2cf0d
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.1
ef2cf0d
8eca9c1
* Wed Apr 23 2014 Richard W.M. Jones <rjones@redhat.com> - 1.3.10-1
8eca9c1
- New upstream version 1.3.10.
8eca9c1
- Fix ruby test failures (RHBZ#1090407).
8eca9c1
f772a2b
* Fri Jan 17 2014 Richard W.M. Jones <rjones@redhat.com> - 1.3.9-2
7a90f6a
- New upstream version 1.3.9.
7a90f6a
- Remove patches which are now upstream.
7a90f6a
cb1cc3b
* Thu Sep 19 2013 Richard W.M. Jones <rjones@redhat.com> - 1.3.8-4
cb1cc3b
- OCaml 4.01.0 rebuild.
cb1cc3b
3c1ad06
* Tue Sep 10 2013 Richard W.M. Jones <rjones@redhat.com> - 1.3.8-3
3c1ad06
- Include various upstream patches to fix endianness problems on ppc64.
3c1ad06
86fa7d2
* Sun Sep  8 2013 Richard W.M. Jones <rjones@redhat.com> - 1.3.8-2
86fa7d2
- Bump and rebuild, since ARM package still appears to depend on Perl 5.16.
86fa7d2
843c9dc
* Thu Jul 25 2013 Richard W.M. Jones <rjones@redhat.com> - 1.3.8-1
843c9dc
- New upstream version 1.3.8.
843c9dc
- Fixes handling of keys which use ri-records, for both reading and
843c9dc
  writing (RHBZ#717583, RHBZ#987463).
843c9dc
- Remove upstream patch.
843c9dc
- Rebase dirs patch against new upstream sources.
843c9dc
- Rebase ruby patch against new upstream sources.
843c9dc
- Modernize the RPM spec file.
843c9dc
- Fix .gitignore.
843c9dc
57d5459
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.3.7-8
57d5459
- Perl 5.18 rebuild
57d5459
2d8f0b7
* Wed Mar 13 2013 Richard W.M. Jones <rjones@redhat.com> - 1.3.7-7
2d8f0b7
- Rebuild for Ruby 2.0.0.
2d8f0b7
- Change ruby(abi) to ruby(release).
2d8f0b7
206124d
* Fri Feb 15 2013 Richard W.M. Jones <rjones@redhat.com> - 1.3.7-6
62695db
- Fix for latest Ruby in Rawhide.  Fixes build failure identified
62695db
  by mass rebuild yesterday.
843c9dc
- Do not ignore error from running autoreconf.
62695db
ccf015b
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.7-3
ccf015b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
ccf015b
fdd20a3
* Mon Oct 29 2012 Richard W.M. Jones <rjones@redhat.com> - 1.3.7-2
fdd20a3
- Rebuild for OCaml 4.00.1.
fdd20a3
6df8ce8
* Thu Oct 11 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.7-1
6df8ce8
- New upstream version 1.3.7.
6df8ce8
954121d
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.6-3
954121d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
954121d
68d6231
* Wed Jun 27 2012 Petr Pisar <ppisar@redhat.com> - 1.3.6-2
68d6231
- Perl 5.16 rebuild
68d6231
7525ed2
* Tue Jun 12 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.6-1
7525ed2
- New upstream version 1.3.6.
7525ed2
- Enable Ocaml bindings on ppc64.
7525ed2
8268c1c
* Sat Jun 09 2012 Richard W.M. Jones <rjones@redhat.com> - 1.3.5-9
8268c1c
- Rebuild for OCaml 4.00.0.
8268c1c
1bf0afe
* Fri Jun 08 2012 Petr Pisar <ppisar@redhat.com> - 1.3.5-8
1bf0afe
- Perl 5.16 rebuild
1bf0afe
c9bd1ac
* Fri May 18 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.5-7
c9bd1ac
- "blobs" -> "files" in the description.
c9bd1ac
c8d5458
* Tue May 15 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.5-6
c8d5458
- Bundled gnulib (RHBZ#821763).
c8d5458
12468a4
* Fri Mar 23 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.5-5
12468a4
- Don't need to rerun the generator (thanks Dan Horák).
12468a4
ed277b9
* Tue Mar 13 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.5-4
4b869a3
- New upstream version 1.3.5.
6d21d32
- Remove upstream patch.
ed277b9
- Depend on automake etc. for the patch.
4b869a3
3289566
* Thu Feb  9 2012 Richard W.M. Jones <rjones@redhat.com> - 1.3.3-8
3289566
- ruby(abi) 1.9.1.
3289566
28facf9
* Wed Feb  8 2012 Richard W.M. Jones <rjones@redhat.com> - 1.3.3-7
8667b7c
- Bump and rebuild for Ruby update.
81a4bc7
- Add upstream patch to fix bindings for Ruby 1.9.
28facf9
- Add non-upstream patch to pass --vendor flag to extconf.rb
8667b7c
4fbb08b
* Fri Jan 06 2012 Richard W.M. Jones <rjones@redhat.com> - 1.3.3-3
4fbb08b
- Rebuild for OCaml 3.12.1.
4fbb08b
358b13e
* Thu Dec  8 2011 Richard W.M. Jones <rjones@redhat.com> - 1.3.3-2
358b13e
- Disable OCaml on ppc64.
358b13e
- Ensure OCaml files are deleted when not packaged.
358b13e
bcf9c37
* Tue Nov 29 2011 Richard W.M. Jones <rjones@redhat.com> - 1.3.3-1
bcf9c37
- New upstream version 1.3.3.
bcf9c37
- Rebased gnulib to work around RHBZ#756981.
bcf9c37
- Remove patches which are now upstream.
bcf9c37
03c8b9b
* Mon Oct 24 2011 Richard W.M. Jones <rjones@redhat.com> - 1.3.2-3
59eaace
- New upstream version 1.3.2.
68a20da
- Add upstream patch to fix building of hivexsh, hivexget.
59eaace
b60114c
* Fri Aug 26 2011 Richard W.M. Jones <rjones@redhat.com> - 1.3.1-2
3616f40
- New upstream version 1.3.1.
3616f40
- Remove patch, now upstream.
b60114c
- Don't need hack for making an unversioned Python module.
3616f40
48f649a
* Mon Aug 15 2011 Richard W.M. Jones <rjones@redhat.com> - 1.3.0-3
54ce3b6
- New upstream version 1.3.0.
54ce3b6
- This version adds Ruby bindings, so there is a new subpackage 'ruby-hivex'.
428b95f
- Add upstream patch to fix Ruby tests.
48f649a
- Remove epoch macro in ruby-hivex dependency.
54ce3b6
0201ac1
* Fri Aug 12 2011 Richard W.M. Jones <rjones@redhat.com> - 1.2.8-1
0201ac1
- New upstream version 1.2.8.
0201ac1
- Remove 4 upstream patches.
0201ac1
0558bf0
* Fri Jul 22 2011 Richard W.M. Jones <rjones@redhat.com> - 1.2.7-9
b2ed1b6
- Add upstream patch to fix Perl CCFLAGS for Perl 5.14 on i686.
f090ce1
- Enable 'make check'.
b2ed1b6
403af1c
* Thu Jul 21 2011 Richard W.M. Jones <rjones@redhat.com> - 1.2.7-6
403af1c
- i686 package is broken, experimentally rebuild it.
403af1c
f8176e6
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.2.7-5
f8176e6
- Perl mass rebuild
f8176e6
2e74c1c
* Fri Jun 10 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.2.7-4
2e74c1c
- Perl 5.14 mass rebuild
2e74c1c
2532068
* Tue May 17 2011 Richard W.M. Jones <rjones@redhat.com> - 1.2.7-3
b76e59b
- New upstream version 1.2.7.
b76e59b
- Removed patch which is now upstream.
2532068
- Add upstream patches to fix ocaml install rule.
b76e59b
ccc8f89
* Thu May 12 2011 Richard W.M. Jones <rjones@redhat.com> - 1.2.6-2
f796c36
- New upstream version 1.2.6.
f796c36
- Removed patch which is now upstream.
ccc8f89
- Add upstream patch to fix ocaml tests.
f796c36
5e4fb17
* Thu Apr 28 2011 Richard W.M. Jones <rjones@redhat.com> - 1.2.5-2
5e4fb17
- Fix Python bindings on 32 bit arch with upstream patch.
5e4fb17
5e1b023
* Wed Apr 13 2011 Richard W.M. Jones <rjones@redhat.com> - 1.2.5-1
5e1b023
- New upstream version 1.2.5.
5e1b023
- This version fixes a number of important memory issues found by
5e1b023
  valgrind and upgrading to this version is recommended for all users.
5e1b023
- Remove patch now upstream.
5e1b023
30cad61
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.4-7
30cad61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
30cad61
3822fde
* Fri Jan 14 2011 Richard W.M. Jones <rjones@redhat.com> - 1.2.4-6
3822fde
- Fix multilib conflicts in *.pyc and *.pyo files.
3822fde
- Only install unversioned *.so file for Python bindings.
3822fde
448cbe3
* Wed Jan  5 2011 Richard W.M. Jones <rjones@redhat.com> - 1.2.4-4
448cbe3
- Rebuild against OCaml 3.12.0.
448cbe3
f940d5b
* Thu Dec 16 2010 Richard W.M. Jones <rjones@redhat.com> - 1.2.4-3
4fa487a
- Backport upstream patch to fix segfault in Hivex.value_value binding.
4fa487a
61eed46
* Thu Dec  2 2010 Richard W.M. Jones <rjones@redhat.com> - 1.2.4-1
61eed46
- New upstream version 1.2.4.
61eed46
- This adds Python bindings (python-hivex subpackage).
61eed46
- Fix Source0.
61eed46
e5ee831
* Fri Nov 19 2010 Dan Horák <dan[at]danny.cz> - 1.2.3-3
e5ee831
- fix built with recent perl
e5ee831
f82d66f
* Tue Sep  7 2010 Dan Horák <dan[at]danny.cz> - 1.2.3-2
f82d66f
- conditionalize ocaml support
f82d66f
9f1e264
* Fri Aug 27 2010 Richard W.M. Jones <rjones@redhat.com> - 1.2.3-1
9f1e264
- New upstream version 1.2.3.
9f1e264
2a49721
* Wed Aug 25 2010 Richard W.M. Jones <rjones@redhat.com> - 1.2.2-3
2a49721
- Create a hivex-static subpackage.
2a49721
6f4b18a
* Thu Apr 29 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.2.2-2
6f4b18a
- Mass rebuild with perl-5.12.0
6f4b18a
805d36f
* Wed Apr 28 2010 Richard W.M. Jones <rjones@redhat.com> - 1.2.2-1
805d36f
- New upstream version 1.2.2.
805d36f
33837fc
* Tue Mar 30 2010 Richard W.M. Jones <rjones@redhat.com> - 1.2.1-1
33837fc
- New upstream version 1.2.1.
33837fc
- Includes new tool for exporting and merging in regedit format.
33837fc
ea690fe
* Mon Mar  1 2010 Richard W.M. Jones <rjones@redhat.com> - 1.2.0-2
26b2b17
- New upstream version 1.2.0.
26b2b17
- This includes OCaml and Perl bindings, so add these as subpackages.
26b2b17
1fba63d
* Mon Feb 22 2010 Richard W.M. Jones <rjones@redhat.com> - 1.1.2-3
1fba63d
- Missing Epoch in conflicts version fixed.
1fba63d
1fba63d
* Mon Feb 22 2010 Richard W.M. Jones <rjones@redhat.com> - 1.1.2-2
1fba63d
- Add Conflicts libguestfs <= 1.0.84.
1fba63d
1fba63d
* Mon Feb 22 2010 Richard W.M. Jones <rjones@redhat.com> - 1.1.2-1
1fba63d
- Initial Fedora RPM.