From c8bdcf2ff07e5739c3b009b0a474e3f28f3b8a34 Mon Sep 17 00:00:00 2001 From: Vratislav Podzimek Date: Wed, 21 Jan 2015 11:28:10 +0100 Subject: [PATCH] New version - Require volume_key-devel in a version that fixes build issues (vpodzime) - Fix Python 2 devel package name in BuildRequires (vpodzime) - Generate docs for the library and all plugins (vpodzime) - Make doc comments better for documentation generation (vpodzime) - Fix parameter names in function prototypes (vpodzime) - Add the metadatasize parameter to pvcreate (vpodzime) - Add the dataalignment parameter to lvm_pvcreate (vpodzime) - Export non-internal constants via introspection (vpodzime) - Expand size constants in the GI-scanned files (vpodzime) - Fix usage printing in the boilerplate_generator (vpodzime) - Add the build directory to .gitignore (vpodzime) - Add the md_run function (vpodzime) - Fix some issues in Python overrides (vpodzime) - Add the escrow_device function to the crypto plugin (vpodzime) - Fix version of GI files in the Makefile (vpodzime) - Make the order of release target's dependencies more explicit (vpodzime) --- .gitignore | 1 + libblockdev.spec | 27 +++++++++++++++++++++++++-- sources | 2 +- 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7aaec0f..2389509 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /libblockdev-0.1.tar.gz /libblockdev-0.2.tar.gz +/libblockdev-0.3.tar.gz diff --git a/libblockdev.spec b/libblockdev.spec index d1af988..a94b969 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -1,5 +1,5 @@ Name: libblockdev -Version: 0.2 +Version: 0.3 Release: 1%{?dist} Summary: A library for low-level manipulation with block devices License: LGPLv2+ @@ -13,8 +13,12 @@ BuildRequires: cryptsetup-devel BuildRequires: device-mapper-devel BuildRequires: systemd-devel BuildRequires: dmraid-devel -BuildRequires: python2-devel +BuildRequires: volume_key-devel >= 0.3.9-7 +BuildRequires: nss-devel +BuildRequires: python-devel BuildRequires: python3-devel +BuildRequires: gtk-doc +BuildRequires: glib2-doc %description @@ -268,6 +272,7 @@ rm -rf %{buildroot} %{_includedir}/blockdev/blockdev.h %{_includedir}/blockdev/plugins.h %{_libdir}/pkgconfig/blockdev.pc +%{_datadir} %files utils @@ -346,6 +351,24 @@ rm -rf %{buildroot} %files plugins-all %changelog +* Wed Jan 21 2015 Vratislav Podzimek - 0.3-1 +- Require volume_key-devel in a version that fixes build issues (vpodzime) +- Fix Python 2 devel package name in BuildRequires (vpodzime) +- Generate docs for the library and all plugins (vpodzime) +- Make doc comments better for documentation generation (vpodzime) +- Fix parameter names in function prototypes (vpodzime) +- Add the metadatasize parameter to pvcreate (vpodzime) +- Add the dataalignment parameter to lvm_pvcreate (vpodzime) +- Export non-internal constants via introspection (vpodzime) +- Expand size constants in the GI-scanned files (vpodzime) +- Fix usage printing in the boilerplate_generator (vpodzime) +- Add the build directory to .gitignore (vpodzime) +- Add the md_run function (vpodzime) +- Fix some issues in Python overrides (vpodzime) +- Add the escrow_device function to the crypto plugin (vpodzime) +- Fix version of GI files in the Makefile (vpodzime) +- Make the order of release target's dependencies more explicit (vpodzime) + * Mon Jan 12 2015 Vratislav Podzimek - 0.2-1 - Fix dependencies of the release target (vpodzime) - Python overrides for the GI-generated bindings (vpodzime) diff --git a/sources b/sources index 7efbf7a..9774d0f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ff2c2217bee1456a34b6a3d8d6a81ac0 libblockdev-0.2.tar.gz +936f2e0f8fe6ff6a9e20b30b1542433d libblockdev-0.3.tar.gz