Upgrade to pyparted-3.10.1

This commit is contained in:
David Cantrell 2014-11-10 13:48:59 -05:00
parent 43eff19178
commit c528d98de6
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/pyparted-3.10.0.tar.gz
/pyparted-3.10.1.tar.gz

View File

@ -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 <dcantrell@redhat.com> - 3.10.1-1
- Upgrade to pyparted-3.10.1
* Wed Sep 24 2014 David Cantrell <dcantrell@redhat.com> - 3.10.0a-1
- Upgrade to pyparted-3.10.0
- Add python3 subpackage (#985308)

View File

@ -1 +1 @@
a07185bbf7aaf63d5214fcbcc832781e pyparted-3.10.0.tar.gz
47a15e6b5e9eb2fb895ccb94a84380e3 pyparted-3.10.1.tar.gz