vtrefny pushed to blivet-gui (f22). "Auto-ellipsize longer strings in ListPartitions (vtrefny) (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Apr 13 14:24:10 UTC 2015


>From 9c4c8e27a12a13d9848a5816c6caccc27ed25b45 Mon Sep 17 00:00:00 2001
From: Vojtech Trefny <vtrefny at redhat.com>
Date: Mon, 13 Apr 2015 16:24:00 +0200
Subject: Auto-ellipsize longer strings in ListPartitions (vtrefny)

- Fix widget spacing in AddLabelDialog (vtrefny)
- Better handling of raw device formats (#1207743) (vtrefny)
- Fix blivetgui.reload() function (vtrefny)
- Python3 compatibility for device visualisation (vtrefny)
- Python3 compatible re-raising exceptions (vtrefny)
- Do not allow resizing of non-existing devices. (vtrefny)
- Catch GLib.GError instead of blivet.errors.CryptoError (vtrefny)
- Fix device visualisation with russian locale (#1202955) (vtrefny)
- EditDialog: Set the value of size SpinButton to device size (vtrefny)
- Do not display current size in EditDialog (#1201706) (vtrefny)

diff --git a/.gitignore b/.gitignore
index 94dcf1f..41fd444 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /blivet-gui-0.2.0-6.tar.gz
 /blivet-gui-0.2.2.tar.gz
+/blivet-gui-0.2.4.tar.gz
diff --git a/blivet-gui-0.2.3.tar.gz b/blivet-gui-0.2.3.tar.gz
deleted file mode 100644
index 660d747..0000000
Binary files a/blivet-gui-0.2.3.tar.gz and /dev/null differ
diff --git a/blivet-gui.spec b/blivet-gui.spec
index d0581ec..49d3c31 100644
--- a/blivet-gui.spec
+++ b/blivet-gui.spec
@@ -1,6 +1,6 @@
 Summary: Tool for data storage configuration
 Name: blivet-gui
-Version: 0.2.3
+Version: 0.2.4
 Release: 1%{?dist}
 Source0: http://github.com/rhinstaller/blivet-gui/releases/download/%{version}/%{name}-%{version}.tar.gz
 License: GPLv2+
@@ -12,6 +12,7 @@ BuildRequires: intltool
 BuildRequires: gettext
 BuildRequires: python-setuptools
 Requires: python
+Requires: python-six
 Requires: pygobject3
 Requires: gettext
 Requires: python-blivet >= 1:1.0
@@ -51,6 +52,19 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/blivet-gui.desktop
 %{_bindir}/blivet-gui_pkexec
 
 %changelog
+* Mon Apr 13 2015 Vojtech Trefny <vtrefny at redhat.com> - 0.2.4-1
+- Auto-ellipsize longer strings in ListPartitions (vtrefny)
+- Fix widget spacing in AddLabelDialog (vtrefny)
+- Better handling of raw device formats (#1207743) (vtrefny)
+- Fix blivetgui.reload() function (vtrefny)
+- Python3 compatibility for device visualisation (vtrefny)
+- Python3 compatible re-raising exceptions (vtrefny)
+- Do not allow resizing of non-existing devices. (vtrefny)
+- Catch GLib.GError instead of blivet.errors.CryptoError (vtrefny)
+- Fix device visualisation with russian locale (#1202955) (vtrefny)
+- EditDialog: Set the value of size SpinButton to device size (vtrefny)
+- Do not display current size in EditDialog (#1201706) (vtrefny)
+
 * 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)
diff --git a/sources b/sources
index f39b91d..0e0d680 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3dfc0a58a6eb73fa8cd24c6162ad603d  blivet-gui-0.2.2.tar.gz
+87f7160fab7e72d840418810087cb44f  blivet-gui-0.2.4.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/blivet-gui.git/commit/?h=f22&id=9c4c8e27a12a13d9848a5816c6caccc27ed25b45


More information about the scm-commits mailing list