[pyparted] Upgrade to pyparted-3.9.5

David Cantrell dcantrel at fedoraproject.org
Tue Jun 24 17:37:10 UTC 2014


commit b5ec7b71fee1a3576823b1fe882a88163059a121
Author: David Cantrell <dcantrell at redhat.com>
Date:   Tue Jun 24 13:36:54 2014 -0400

    Upgrade to pyparted-3.9.5

 .gitignore    |    1 +
 armv7l.patch  |   38 --------------------------------------
 pyparted.spec |    9 +++++----
 sources       |    2 +-
 4 files changed, 7 insertions(+), 43 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e2c2922..f0061cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 pyparted-3.9.2.tar.gz
 /pyparted-3.9.3.tar.gz
 /pyparted-3.9.4.tar.gz
+/pyparted-3.9.5.tar.gz
diff --git a/pyparted.spec b/pyparted.spec
index 668b61b..370f9c8 100644
--- a/pyparted.spec
+++ b/pyparted.spec
@@ -1,14 +1,13 @@
 Summary: Python module for GNU parted
 Name:    pyparted
 Epoch:   1
-Version: 3.9.4
-Release: 2%{?dist}
+Version: 3.9.5
+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: armv7l.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
 BuildRequires: python-devel
@@ -22,7 +21,6 @@ partition tables.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 make %{?_smp_mflags}
@@ -45,6 +43,9 @@ rm -rf %{buildroot}
 %{python_sitearch}/%{name}-%{version}-*.egg-info
 
 %changelog
+* Tue Jun 24 2014 David Cantrell <dcantrell at redhat.com> - 3.9.5-1
+- Upgrade to pyparted-3.9.5
+
 * Tue Jun 24 2014 David Cantrell <dcantrell at redhat.com> - 3.9.4-2
 - Handle building on armv7l hosts
 
diff --git a/sources b/sources
index 153e370..001af75 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f03e51fd1d3fa8cfbf76583ab0eaa4fe  pyparted-3.9.4.tar.gz
+9cf098ec38b9fe0af98782671027c5d6  pyparted-3.9.5.tar.gz


More information about the scm-commits mailing list