From e03a57abd95f9efdb2ac3da83a7c4c9f7d395ca4 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Thu, 6 Nov 2014 17:24:06 -0800 Subject: [PATCH] - Add a method that determines whether a number is an exact power of 2. (amulhern) - Put size values in Size universe eagerly. (amulhern) - Update minSize method headers. (amulhern) - Remove _minSize assignment to 0 where it's inherited from superclass. (amulhern) - Make _minInstanceSize, a source of minSize() value, always a Size. (amulhern) - Fix int * Size operation and add tests (#1158792) (bcl) - getArch should return ppc64 or ppc64le (#1159271) (bcl) - Pack data for the wait_for_entropy callback (vpodzime) - Allow the wait_for_entropy callback enforce continue (vpodzime) --- .gitignore | 1 + python-blivet.spec | 15 ++++++++++++++- sources | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index babb2d9..96d36df 100644 --- a/.gitignore +++ b/.gitignore @@ -64,3 +64,4 @@ /blivet-0.67.tar.gz /blivet-0.68.tar.gz /blivet-0.69.tar.gz +/blivet-0.70.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index 75d8a3a..4854332 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -1,7 +1,7 @@ Summary: A python module for system storage configuration Name: python-blivet Url: http://fedoraproject.org/wiki/blivet -Version: 0.69 +Version: 0.70 Release: 1%{?dist} Epoch: 1 License: LGPLv2+ @@ -65,6 +65,19 @@ make DESTDIR=%{buildroot} install %{python_sitelib}/* %changelog +* Thu Nov 06 2014 Brian C. Lane - 0.70-1 +- Add a method that determines whether a number is an exact power of 2. + (amulhern) +- Put size values in Size universe eagerly. (amulhern) +- Update minSize method headers. (amulhern) +- Remove _minSize assignment to 0 where it's inherited from superclass. + (amulhern) +- Make _minInstanceSize, a source of minSize() value, always a Size. (amulhern) +- Fix int * Size operation and add tests (#1158792) (bcl) +- getArch should return ppc64 or ppc64le (#1159271) (bcl) +- Pack data for the wait_for_entropy callback (vpodzime) +- Allow the wait_for_entropy callback enforce continue (vpodzime) + * Tue Nov 04 2014 Brian C. Lane - 0.69-1 - Increase max depth of sphinx toc to show subpackage names. (dlehman) - Temporarily disable the md devicetree tests due to mdadm issues. (dlehman) diff --git a/sources b/sources index b0c796e..9868da2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f3fa418019a23ed68a293b10fe82b660 blivet-0.69.tar.gz +509b4d6913b2308f755afa8a2e3dba67 blivet-0.70.tar.gz