Upgrade to pyparted-3.10.5

This commit is contained in:
David Cantrell 2015-05-07 15:07:18 -04:00
parent 46d6468726
commit 39e1ef8ff9
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/pyparted-pyparted-3.10.4.tar.gz
/pyparted-3.10.5.tar.gz

View File

@ -3,13 +3,13 @@
Summary: Python module for GNU parted
Name: pyparted
Epoch: 1
Version: 3.10.4
Version: 3.10.5
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: https://github.com/dcantrell/%{name}
Source0: https://github.com/dcantrell/%{name}/releases/%{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 -n %{name}-%{name}-%{version}
%setup -q
%if 0%{?with_python3}
rm -rf %{py3dir}
@ -90,6 +90,9 @@ rm -rf %{buildroot}
%endif
%changelog
* Thu May 07 2015 David Cantrell <dcantrell@redhat.com> - 3.10.5-1
- Upgrade to pyparted-3.10.5
* Tue May 05 2015 David Cantrell <dcantrell@redhat.com> - 3.10.4-1
- Upgrade to pyparted-3.10.4

View File

@ -1 +1 @@
f7b324cfd13210cc802c87628ecf8f35 pyparted-pyparted-3.10.4.tar.gz
b303caf8e907a2541e71aa492494b5e5 pyparted-3.10.5.tar.gz