From c528d98de6ab7288cd2325517daf8058d1bd52c0 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Mon, 10 Nov 2014 13:48:59 -0500 Subject: [PATCH] Upgrade to pyparted-3.10.1 --- .gitignore | 1 + pyparted.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 17f6367..0a12207 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /pyparted-3.10.0.tar.gz +/pyparted-3.10.1.tar.gz diff --git a/pyparted.spec b/pyparted.spec index 372e8e9..f55653e 100644 --- a/pyparted.spec +++ b/pyparted.spec @@ -3,13 +3,13 @@ Summary: Python module for GNU parted Name: pyparted Epoch: 1 -Version: 3.10.0 +Version: 3.10.1 Release: 1%{?dist} License: GPLv2+ Group: System Environment/Libraries -URL: http://fedorahosted.org/pyparted +URL: https://github.com/dcantrell/%{name} -Source0: http://fedorahosted.org/releases/p/y/%{name}/%{name}-%{version}.tar.gz +Source0: https://github.com/dcantrell/%{name}/releases/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n) BuildRequires: python-devel @@ -35,7 +35,7 @@ partition tables. This package provides Python 3 bindings for parted. %endif %prep -%setup -q +%setup -q -n %{name}-%{name}-%{version} %if 0%{?with_python3} rm -rf %{py3dir} @@ -90,6 +90,9 @@ rm -rf %{buildroot} %endif %changelog +* Mon Nov 10 2014 David Cantrell - 3.10.1-1 +- Upgrade to pyparted-3.10.1 + * Wed Sep 24 2014 David Cantrell - 3.10.0a-1 - Upgrade to pyparted-3.10.0 - Add python3 subpackage (#985308) diff --git a/sources b/sources index 40d114c..302d77f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a07185bbf7aaf63d5214fcbcc832781e pyparted-3.10.0.tar.gz +47a15e6b5e9eb2fb895ccb94a84380e3 pyparted-3.10.1.tar.gz