diff --git a/pyparted-3.10.5.tar.gz b/pyparted-3.10.5.tar.gz deleted file mode 100644 index 66224a4..0000000 --- a/pyparted-3.10.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8cbaf024fbbc73cdceab2eac0937035052da48295970fe9eaa84b19d8e353e19 -size 99638 diff --git a/pyparted-3.10.7.tar.gz b/pyparted-3.10.7.tar.gz new file mode 100644 index 0000000..5b1a4be --- /dev/null +++ b/pyparted-3.10.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78cbea4359782deb95efc074444909686952fcbfc19b97e15c06ca7dbfed8d2c +size 94742 diff --git a/python-parted.changes b/python-parted.changes index 5400eb6..51540bb 100644 --- a/python-parted.changes +++ b/python-parted.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 31 09:32:09 UTC 2017 - cbosdonnat@suse.com + +- Upate to 3.10.7 + ------------------------------------------------------------------- Sun Sep 6 17:43:56 UTC 2015 - olaf@aepfle.de diff --git a/python-parted.spec b/python-parted.spec index 55898bd..99af208 100644 --- a/python-parted.spec +++ b/python-parted.spec @@ -1,7 +1,7 @@ # # spec file for package python-parted # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,15 +21,16 @@ License: GPL-2.0+ Group: Development/Languages/Python Name: python-parted %define srcname pyparted -Version: 3.10.5 +Version: 3.10.7 Release: 0 Url: http://fedorahosted.org/pyparted -Source0: http://fedorahosted.org/releases/p/y/%{srcname}/%{srcname}-%{version}.tar.gz +Source0: https://pypi.org/packages/source/p/%{srcname}/%{srcname}-%{version}.tar.gz # catch exception for unknown 'disk flag', kkaempf@suse.de Patch: pyparted-3.10.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: fdupes BuildRequires: parted-devel BuildRequires: pkgconfig BuildRequires: python-devel >= 2.7 @@ -48,9 +49,11 @@ make %{?_smp_mflags} %install make install DESTDIR=%{buildroot} +%fdupes %{buildroot} + %files %defattr(-,root,root,-) -%doc AUTHORS BUGS COPYING NEWS README TODO +%doc AUTHORS COPYING NEWS README TODO %{python_sitearch}/_ped.so %{python_sitearch}/parted %{python_sitearch}/%{srcname}-%{version}-*.egg-info