New upstream version 1.1.4.

- Enable the new Perl plugin.
This commit is contained in:
Richard W.M. Jones 2014-02-10 13:02:37 +01:00
parent 0640b32253
commit 7d11988478
2 changed files with 25 additions and 2 deletions

View File

@ -1,7 +1,7 @@
%global _hardened_build 1
Name: nbdkit
Version: 1.1.3
Version: 1.1.4
Release: 1%{?dist}
Summary: NBD server
@ -14,6 +14,7 @@ BuildRequires: libguestfs-devel
BuildRequires: libvirt-devel
BuildRequires: xz-devel
BuildRequires: zlib-devel
BuildRequires: perl-devel
%description
@ -95,6 +96,17 @@ libvirt guest disks readonly. It is implemented using the libvirt
virDomainBlockPeek API.
%package plugin-perl
Summary: Perl plugin for %{name}
License: BSD
Requires: %{name}%{?_isa} = %{version}-%{release}
%description plugin-perl
This package lets you write Perl plugins for %{name}.
%package plugin-xz
Summary: XZ file serving plugin for %{name}
License: BSD
@ -187,6 +199,12 @@ make check
%{_mandir}/man1/nbdkit-libvirt-plugin.1*
%files plugin-perl
%doc LICENSE README
%{_libdir}/%{name}/plugins/nbdkit-perl-plugin.so
%{_mandir}/man1/nbdkit-perl-plugin.1*
%files plugin-xz
%doc LICENSE README
%{_libdir}/%{name}/plugins/nbdkit-xz-plugin.so
@ -197,11 +215,16 @@ make check
%doc LICENSE README TODO
# Include the source of the example plugins in the documentation.
%doc plugins/example*/*.c
%doc plugins/perl/example.pl
%{_includedir}/nbdkit-plugin.h
%{_mandir}/man3/nbdkit-plugin.3*
%changelog
* Mon Feb 10 2014 Richard W.M. Jones <rjones@redhat.com> - 1.1.4-1
- New upstream version 1.1.4.
- Enable the new Perl plugin.
* Sun Aug 4 2013 Richard W.M. Jones <rjones@redhat.com> - 1.1.3-1
- New upstream version 1.1.3 which fixes some test problems.
- Disable tests because Rawhide kernel is broken (RHBZ#991808).

View File

@ -1 +1 @@
d3bab589844243cd2572d02cb0b96a69 nbdkit-1.1.3.tar.gz
2b9cd160032c0a3889b8588d8e720ffe nbdkit-1.1.4.tar.gz