[blivet-gui] New upstream release 0.2.3

Vojtěch Trefný vtrefny at fedoraproject.org
Fri Mar 13 16:35:34 UTC 2015


commit e20c4747617c6ac6c5c9338f8093475533e2300a
Author: Vojtech Trefny <vtrefny at redhat.com>
Date:   Fri Mar 13 17:18:02 2015 +0100

    New upstream release 0.2.3

 blivet-gui-0.2.3.tar.gz | Bin 0 -> 610846 bytes
 blivet-gui.spec         |  30 +++++++++++++++++++++++++++---
 2 files changed, 27 insertions(+), 3 deletions(-)
---
diff --git a/blivet-gui-0.2.3.tar.gz b/blivet-gui-0.2.3.tar.gz
new file mode 100644
index 0000000..660d747
Binary files /dev/null and b/blivet-gui-0.2.3.tar.gz differ
diff --git a/blivet-gui.spec b/blivet-gui.spec
index c823a5f..39d5ad3 100644
--- a/blivet-gui.spec
+++ b/blivet-gui.spec
@@ -1,7 +1,7 @@
 Summary: Tool for data storage configuration
 Name: blivet-gui
-Version: 0.2.2
-Release: 3%{?dist}
+Version: 0.2.3
+Release: 1%{?dist}
 Source0: http://github.com/rhinstaller/blivet-gui/releases/download/%{version}/%{name}-%{version}.tar.gz
 License: GPLv2+
 Group: Applications/System
@@ -14,7 +14,7 @@ BuildRequires: python-setuptools
 Requires: python
 Requires: pygobject3
 Requires: gettext
-Requires: python-blivet >= 1:0.61.14
+Requires: python-blivet >= 1:1.0
 Requires: gtk3
 Requires: gnome-icon-theme
 Requires: polkit-gnome
@@ -52,6 +52,30 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/blivet-gui.desktop
 %{_bindir}/blivet-gui_pkexec
 
 %changelog
+* Fri Mar 13 2015 Vojtech Trefny <vtrefny at redhat.com> - 0.2.3-1
+- Fix resizing LVs (#1201745) (vtrefny)
+- Start KickstartSelectDevicesDialog with MainWindow as parent (vtrefny)
+- Simplyfication of MainMenu, ActionsMenu and ActionsToolbar classes (vtrefny)
+- Do not call updateSizeInfo() multiple times (vtrefny)
+- Removed last dependency on blivet from BlivetGUI (vtrefny)
+- EditDialog: Inform about corrupted filesystems (#1198239) (vtrefny)
+- Fix python-meh handler.install (vtrefny)
+- Fix returning success when editting LVM VGs (vtrefny)
+- Do not refresh views when there are actions scheduled (vtrefny)
+- DeviceCanvas: do not select invalid path (vtrefny)
+- Re-raise exception from BlivetUtils with original traceback (vtrefny)
+- Move logging from BlivetUtisl to BlivetGUI (vtrefny)
+- Move thread creation and calling doIt() from ProcessingWindow (vtrefny)
+- Move handling errors from BlivetUtils to BlivetGUI, part 2 (vtrefny)
+- Move handling errors from BlivetUtils to BlivetGUI (vtrefny)
+- ListPartitions cleanup (vtrefny)
+- Fix blivet required version (>= 1.0) (vtrefny)
+- Merge branch 'new_class_model' (vtrefny)
+- Simplification of ListAction and undo history (vtrefny)
+- New class model - preparation for root/non-root separation (vtrefny)
+- New version 0.2.2 (vtrefny)
+- New version 0.2.2 (vtrefny)
+
 * Mon Feb 23 2015 Vojtech Trefny <vtrefny at redhat.com> - 0.2.2-1
 - Store blivet program log too (vtrefny)
 - Fix Size calling (vtrefny)


More information about the scm-commits mailing list