New upstream version 1.1.8.

- Add support for cURL, and new nbdkit-plugin-curl package.
This commit is contained in:
Richard W.M. Jones 2014-06-21 22:21:32 +01:00
parent 6056e460b4
commit c5f47c4aeb
2 changed files with 24 additions and 2 deletions

View File

@ -5,7 +5,7 @@
%endif
Name: nbdkit
Version: 1.1.7
Version: 1.1.8
Release: 1%{?dist}
Summary: NBD server
@ -20,6 +20,7 @@ BuildRequires: libguestfs-devel
BuildRequires: libvirt-devel
BuildRequires: xz-devel
BuildRequires: zlib-devel
BuildRequires: libcurl-devel
BuildRequires: perl-devel
BuildRequires: perl(ExtUtils::Embed)
BuildRequires: python-devel
@ -47,6 +48,17 @@ To develop plugins, install the %{name}-devel package and start by
reading the nbdkit(1) and nbdkit-plugin(3) manual pages.
%package plugin-curl
Summary: HTTP/FTP/SSH (cURL) plugin for %{name}
License: BSD
Requires: %{name}%{?_isa} = %{version}-%{release}
%description plugin-curl
This package contains cURL (HTTP/FTP/SSH) support for %{name}.
%package plugin-examples
Summary: Example plugins for %{name}
License: BSD
@ -191,6 +203,12 @@ make check
%{_mandir}/man1/nbdkit.1*
%files plugin-curl
%doc LICENSE README
%{_libdir}/%{name}/plugins/nbdkit-curl-plugin.so
%{_mandir}/man1/nbdkit-curl-plugin.1*
%files plugin-examples
%doc LICENSE README
%{_libdir}/%{name}/plugins/nbdkit-example*-plugin.so
@ -252,6 +270,10 @@ make check
%changelog
* Sat Jun 21 2014 Richard W.M. Jones <rjones@redhat.com> - 1.1.8-1
- New upstream version 1.1.8.
- Add support for cURL, and new nbdkit-plugin-curl package.
* Fri Jun 20 2014 Richard W.M. Jones <rjones@redhat.com> - 1.1.7-1
- New upstream version 1.1.7.
- Remove patches which are now all upstream.

View File

@ -1 +1 @@
c5f16a461c2b133bfc58175d0d34e384 nbdkit-1.1.7.tar.gz
9b301dd4eecbb2d076d01963b60975aa nbdkit-1.1.8.tar.gz