diff --git a/pyparted-3.10.5.tar.gz b/pyparted-3.10.5.tar.gz new file mode 100644 index 0000000..66224a4 --- /dev/null +++ b/pyparted-3.10.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cbaf024fbbc73cdceab2eac0937035052da48295970fe9eaa84b19d8e353e19 +size 99638 diff --git a/pyparted-3.10.tar.gz b/pyparted-3.10.tar.gz deleted file mode 100644 index da165a4..0000000 --- a/pyparted-3.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb8de71ba54983af84cf036002511cfb6d8fab4fc5e9a9be7236ecba6d24989f -size 189069 diff --git a/python-parted.changes b/python-parted.changes index 7463c71..21b8a74 100644 --- a/python-parted.changes +++ b/python-parted.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jun 19 14:52:44 UTC 2015 - termim@gmail.com + +- Update to 3.10.5 + * bug fixes +- fix rpm group name + ------------------------------------------------------------------- Thu Nov 6 12:48:20 UTC 2014 - cbosdonnat@suse.com diff --git a/python-parted.spec b/python-parted.spec index 7efb31d..a3608a3 100644 --- a/python-parted.spec +++ b/python-parted.spec @@ -1,7 +1,7 @@ # -# spec file for package parted +# spec file for package python-parted # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,23 +15,24 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -Summary: Python module for GNU parted -Name: python-parted + +Summary: Python module for GNU parted +License: GPL-2.0+ +Group: Development/Languages/Python +Name: python-parted %define srcname pyparted -Version: 3.10 -Release: 0 -License: GPL-2.0+ -Group: Developement/Languages/Python -URL: http://fedorahosted.org/pyparted +Version: 3.10.5 +Release: 0 +Url: http://fedorahosted.org/pyparted -Source0: http://fedorahosted.org/releases/p/y/%{srcname}/%{srcname}-%{version}.tar.gz +Source0: http://fedorahosted.org/releases/p/y/%{srcname}/%{srcname}-%{version}.tar.gz # catch exception for unknown 'disk flag', kkaempf@suse.de -Patch: pyparted-3.10.patch +Patch: pyparted-3.10.patch -BuildRoot: %{_tmppath}/%{srcname}-%{version}-%{release}-root-%(id -u -n) -BuildRequires: python-devel -BuildRequires: parted-devel -BuildRequires: pkgconfig +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: parted-devel +BuildRequires: pkgconfig +BuildRequires: python-devel %description Python module for the parted library. It is used for manipulating @@ -49,7 +50,7 @@ make install DESTDIR=%{buildroot} %files %defattr(-,root,root,-) -%doc AUTHORS BUGS COPYING ChangeLog NEWS README TODO +%doc AUTHORS BUGS COPYING NEWS README TODO %{python_sitearch}/_ped.so %{python_sitearch}/parted %{python_sitearch}/%{srcname}-%{version}-*.egg-info