[pyparted] Upgraded to pyparted-3.6

David Cantrell dcantrel at fedoraproject.org
Wed Mar 23 17:32:18 UTC 2011


commit 9a798e2b8909f2d7c2e58744da00072e9fcf256e
Author: David Cantrell <david.l.cantrell at gmail.com>
Date:   Wed Mar 23 07:32:07 2011 -1000

    Upgraded to pyparted-3.6

 .gitignore                     |    2 +-
 pyparted-3.5-legacy-boot.patch |   22 ----------------------
 pyparted.spec                  |   10 +++++-----
 sources                        |    2 +-
 4 files changed, 7 insertions(+), 29 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fe305a1..1d0d299 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-pyparted-3.5.tar.gz
+pyparted-3.6.tar.gz
diff --git a/pyparted.spec b/pyparted.spec
index ad1d807..8889fe9 100644
--- a/pyparted.spec
+++ b/pyparted.spec
@@ -2,16 +2,14 @@
 
 Summary: Python module for GNU parted
 Name:    pyparted
-Version: 3.5
-Release: 3%{?dist}
+Version: 3.6
+Release: 1%{?dist}
 License: GPLv2+
 Group:   System Environment/Libraries
 URL:     http://fedorahosted.org/pyparted
 
 Source0: http://fedorahosted.org/releases/p/y/%{name}/%{name}-%{version}.tar.gz
 
-Patch0:  pyparted-3.5-legacy-boot.patch
-
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
 BuildRequires: python-devel
 BuildRequires: parted-devel >= 2.3
@@ -23,7 +21,6 @@ partition tables.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure
@@ -44,6 +41,9 @@ rm -rf %{buildroot}
 %{python_sitearch}/parted
 
 %changelog
+* Wed Mar 23 2011 David Cantrell <dcantrell at redhat.com> - 3.6-1
+- Upgraded to pyparted-3.6
+
 * Thu Mar 17 2011 David Cantrell <dcantrell at redhat.com> - 3.5-3
 - Add support for PED_PARTITION_LEGACY_BOOT partition flag now in libparted
 
diff --git a/sources b/sources
index 2782b7d..9a9f9b3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aa3d68da99331a923bf8a7e21e6e6970  pyparted-3.5.tar.gz
+5b6c99ea461f6437b9983dd7c295e57f  pyparted-3.6.tar.gz


More information about the scm-commits mailing list