[nbdkit] New upstream version 1.1.4.

Richard W.M. Jones rjones at fedoraproject.org
Mon Feb 10 12:02:56 UTC 2014


commit 7d11988478388077b159ea85397b128fcf807129
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon Feb 10 13:02:37 2014 +0100

    New upstream version 1.1.4.
    
    - Enable the new Perl plugin.

 nbdkit.spec |   25 ++++++++++++++++++++++++-
 sources     |    2 +-
 2 files changed, 25 insertions(+), 2 deletions(-)
---
diff --git a/nbdkit.spec b/nbdkit.spec
index c32a165..55d755e 100644
--- a/nbdkit.spec
+++ b/nbdkit.spec
@@ -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 at 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 at 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).
diff --git a/sources b/sources
index eaa7000..dcd414e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d3bab589844243cd2572d02cb0b96a69  nbdkit-1.1.3.tar.gz
+2b9cd160032c0a3889b8588d8e720ffe  nbdkit-1.1.4.tar.gz


More information about the scm-commits mailing list