From d3da4808023960abf0db2e411ce7f3e4f4a442c4 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Wed, 8 Oct 2014 22:16:56 -0400 Subject: [PATCH] Update to 0.14 - add efi_id_guid_to_guid() and efi_guid_to_id_guid(), which support {ID GUID} as a concept. - Add some vendor specific guids to our guid list. - Call "empty" "zero" now, as many other places do. References to efi_guid_is_empty() and efi_guid_empty still exist for ABI compatibility. - add "efivar -L" to the man page. Signed-off-by: Peter Jones --- efivar.spec | 11 ++++++++++- sources | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/efivar.spec b/efivar.spec index 36e8f92..e0c885f 100644 --- a/efivar.spec +++ b/efivar.spec @@ -1,5 +1,5 @@ Name: efivar -Version: 0.13 +Version: 0.14 Release: 1%{?dist} Summary: Tools to manage UEFI variables License: LGPLv2.1 @@ -65,6 +65,15 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.so.* %changelog +* Wed Oct 08 2014 Peter Jones - 0.14-1 +- Update to 0.14 +- add efi_id_guid_to_guid() and efi_guid_to_id_guid(), which support {ID GUID} + as a concept. +- Add some vendor specific guids to our guid list. +- Call "empty" "zero" now, as many other places do. References to + efi_guid_is_empty() and efi_guid_empty still exist for ABI compatibility. +- add "efivar -L" to the man page. + * Tue Oct 07 2014 Peter Jones - 0.13-1 - Update to 0.13: - add efi_symbol_to_guid() diff --git a/sources b/sources index 6ce2750..ea97077 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3e4f593014eae9805719563c007bfd0d efivar-0.13.tar.bz2 +601681fcaef8a4778e567f11eb905fd1 efivar-0.14.tar.bz2