From ed6a23e5588357f23499ccd378b49bc09503f096 Mon Sep 17 00:00:00 2001 From: Vratislav Podzimek Date: Wed, 4 Nov 2015 11:51:31 -0500 Subject: [PATCH] New version - Fix the annotation of bd_try_init in blockdev.c (vpodzime) --- libblockdev.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libblockdev.spec b/libblockdev.spec index db01ce5..8e02fa0 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -1,11 +1,13 @@ Name: libblockdev Version: 1.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library for low-level manipulation with block devices License: LGPLv2+ URL: https://github.com/rhinstaller/libblockdev Source0: https://github.com/rhinstaller/libblockdev/archive/%{name}-%{version}.tar.gz +Patch0: blockdev_c_annotation_fix.patch + BuildRequires: glib2-devel BuildRequires: gobject-introspection-devel BuildRequires: cryptsetup-devel @@ -310,6 +312,7 @@ A meta-package that pulls all the libblockdev plugins as dependencies. %prep %setup -q -n %{name}-%{version} +%patch0 -p1 %build %configure @@ -474,6 +477,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %files plugins-all %changelog +* Wed Nov 04 2015 Vratislav Podzimek - 1.3-2 +- Fix the annotation of bd_try_init in blockdev.c (vpodzime) + * Mon Oct 26 2015 Vratislav Podzimek - 1.3-1 - Add missing python GI requires (vpodzime) - Merge pull request #49 from dashea/libblockdev-python (vpodzime)