From 2808e180958189e5e1ae4dc2f846f101b4b68a2a Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Wed, 7 May 2014 15:31:10 -0400 Subject: [PATCH] Upgrade to pyparted-3.9.3 - Revert "Add support for hfs_esp flag" (bcl) - Add btrfs and ext4 for filesystem type test (bcl) - Remove geom tests that don't fail (bcl) --- .gitignore | 1 + pyparted.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 46fb512..761c8de 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ pyparted-3.9.2.tar.gz +/pyparted-3.9.3.tar.gz diff --git a/pyparted.spec b/pyparted.spec index 8c9b65b..f9c3ecb 100644 --- a/pyparted.spec +++ b/pyparted.spec @@ -1,7 +1,7 @@ Summary: Python module for GNU parted Name: pyparted Epoch: 1 -Version: 3.9.2 +Version: 3.9.3 Release: 1%{?dist} License: GPLv2+ Group: System Environment/Libraries @@ -43,6 +43,12 @@ rm -rf %{buildroot} %{python_sitearch}/%{name}-%{version}-*.egg-info %changelog +* Wed May 07 2014 Chris Lumens 3.9.3-1 +- Upgrade to pyparted-3.9.3 +- Revert "Add support for hfs_esp flag" (bcl) +- Add btrfs and ext4 for filesystem type test (bcl) +- Remove geom tests that don't fail (bcl) + * Mon Sep 09 2013 David Cantrell - 3.9.2-1 - Upgrade to pyparted-3.9.2 - Enable 'make check' in the spec file, patch for koji use diff --git a/sources b/sources index 4c3a84b..5176305 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d73a7ebe32b0c4f046ded3d6e610dad5 pyparted-3.9.2.tar.gz +c0b7f54c95f942e5a345b921fea12685 pyparted-3.9.3.tar.gz