[blivet-gui/f22] New upstream version 0.2.2

Vojtěch Trefný vtrefny at fedoraproject.org
Thu Feb 26 13:29:15 UTC 2015


commit a781b3e292b3e0e32d8db9249c8b99650158a41e
Author: Vojtech Trefny <vtrefny at redhat.com>
Date:   Thu Feb 26 14:28:23 2015 +0100

    New upstream version 0.2.2

 .gitignore      |  1 +
 blivet-gui.spec | 33 +++++++++++++++++++++++++++++----
 sources         |  2 +-
 3 files changed, 31 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 79e1016..94dcf1f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /blivet-gui-0.2.0-6.tar.gz
+/blivet-gui-0.2.2.tar.gz
diff --git a/blivet-gui.spec b/blivet-gui.spec
index e7dbf00..a1e9f53 100644
--- a/blivet-gui.spec
+++ b/blivet-gui.spec
@@ -1,8 +1,8 @@
 Summary: Tool for data storage configuration
 Name: blivet-gui
-Version: 0.2.0
-Release: 6%{?dist}
-Source0: http://github.com/rhinstaller/blivet-gui/releases/download/%{version}-6/%{name}-%{version}-6.tar.gz
+Version: 0.2.2
+Release: 1%{?dist}
+Source0: http://github.com/rhinstaller/blivet-gui/releases/download/%{version}/%{name}-%{version}.tar.gz
 License: GPLv2+
 Group: Applications/System
 BuildArch: noarch
@@ -14,11 +14,14 @@ BuildRequires: python-setuptools
 Requires: python
 Requires: pygobject3
 Requires: gettext
-Requires: python-blivet
+Requires: python-blivet >= 1:0.61.14
 Requires: gtk3
 Requires: gnome-icon-theme
 Requires: polkit-gnome
 Requires: yelp
+Requires: python-meh
+Requires: python-meh-gui
+Requires: python-kickstart
 URL: http://github.com/rhinstaller/blivet-gui
 
 %description
@@ -49,6 +52,28 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/blivet-gui.desktop
 %{_bindir}/blivet-gui_pkexec
 
 %changelog
+* Mon Feb 23 2015 Vojtech Trefny <vtrefny at redhat.com> - 0.2.2-1
+- Store blivet program log too (vtrefny)
+- Fix Size calling (vtrefny)
+- Replace filter with regexp (vtrefny)
+- blivet.size is now module (vtrefny)
+- Fix covertTo to use blivet.size.parseUnits function (vtrefny)
+- New version 0.2.1 (vtrefny)
+
+* Wed Feb 18 2015 Vojtech Trefny <vtrefny at redhat.com> - 0.2.1-1
+- Fix python-meh for processing window (vtrefny)
+- python-meh support (vtrefny)
+- Base default container name on distribution name (vtrefny)
+- Removed some ununsed functions (vtrefny)
+- Enable blivet logging, preparations for blivet-gui internal logging (vtrefny)
+- Detect minimal device (partition and LV) size during BlivetUtils initialization (vtrefny)
+- Swap is not resizable (vtrefny)
+- Catch exceptions when checnking minSize on device with broken fs (vtrefny)
+- Fix luks passphrase dialog spacing (vtrefny)
+- Added root_check_window.ui file (vtrefny)
+- 'Root privilegies required' dialog changed to window (vtrefny)
+- MainMenu: partition_menu renamed to device_menu (vtrefny)
+- pylint removed unallowed spaces (vtrefny)
 
 * Thu Jan 22 2015 Vojtech Trefny <vtrefny at redhat.com> - 0.2.0-6
 - GitHub release as source for spec file (vtrefny)
diff --git a/sources b/sources
index f383c51..f39b91d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0fdf30ae8a575c5bc06c3e77f76b7a85  blivet-gui-0.2.0-6.tar.gz
+3dfc0a58a6eb73fa8cd24c6162ad603d  blivet-gui-0.2.2.tar.gz


More information about the scm-commits mailing list