vtrefny pushed to blivet-gui (master). "Require newest blivet (python-blivet 1.4) (vtrefny) (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu May 21 06:45:16 UTC 2015


From 7ca8b27aae162eb53a76b2977c5c0a4f2e4b2cd7 Mon Sep 17 00:00:00 2001
From: Vojtech Trefny <vtrefny at redhat.com>
Date: Thu, 21 May 2015 08:45:05 +0200
Subject: Require newest blivet (python-blivet 1.4) (vtrefny)

- Allow using of free space inside extended partitions for LVM (vtrefny)
- Use sys.exit instead of blivetgui.quit in certain situations (vtrefny)
- AddDialog: fix size selection for btrfs disks (vtrefny)
- Remove obsolete option to embedd blivet-gui to another app (vtrefny)
- Remove some obsolete/unused BlivetUtils methods (vtrefny)

diff --git a/.gitignore b/.gitignore
index b1310d0..0a5aad1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /blivet-gui-0.2.4.tar.gz
 /blivet-gui-0.3.1.tar.gz
 /blivet-gui-0.3.2.tar.gz
+/blivet-gui-0.3.3.tar.gz
diff --git a/blivet-gui.spec b/blivet-gui.spec
index c574188..c6228c7 100644
--- a/blivet-gui.spec
+++ b/blivet-gui.spec
@@ -1,6 +1,6 @@
 Summary: Tool for data storage configuration
 Name: blivet-gui
-Version: 0.3.2
+Version: 0.3.3
 Release: 1%{?dist}
 Source0: http://github.com/rhinstaller/blivet-gui/releases/download/%{version}/%{name}-%{version}.tar.gz
 License: GPLv2+
@@ -15,7 +15,7 @@ Requires: python3
 Requires: python-six
 Requires: pygobject3
 Requires: gettext
-Requires: python3-blivet >= 1:1.2
+Requires: python3-blivet >= 1:1.4
 Requires: gtk3
 Requires: gnome-icon-theme
 Requires: polkit-gnome
@@ -52,6 +52,14 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/blivet-gui.desktop
 %{_bindir}/blivet-gui-daemon
 
 %changelog
+* Thu May 21 2015 Vojtech Trefny <vtrefny at redhat.com> - 0.3.3-1
+- Require newest blivet (python-blivet 1.4) (vtrefny)
+- Allow using of free space inside extended partitions for LVM (vtrefny)
+- Use sys.exit instead of blivetgui.quit in certain situations (vtrefny)
+- AddDialog: fix size selection for btrfs disks (vtrefny)
+- Remove obsolete option to embedd blivet-gui to another app (vtrefny)
+- Remove some obsolete/unused BlivetUtils methods (vtrefny)
+
 * Thu May 14 2015 Vojtech Trefny <vtrefny at redhat.com> - 0.3.2-1
 - Devel branch for l10n on Zanata (vtrefny)
 - Use currentSize instead of partedDevice.length for empty disks (vtrefny)
diff --git a/sources b/sources
index 356ffe1..48ea7e8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-196f0d54f83a3b3490e407f0c78eb3c7  blivet-gui-0.3.2.tar.gz
+0b66b49bfb722ca49aab6be3c2450317  blivet-gui-0.3.3.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/blivet-gui.git/commit/?h=master&id=7ca8b27aae162eb53a76b2977c5c0a4f2e4b2cd7


More information about the scm-commits mailing list