diff --git a/pyparted.spec b/pyparted.spec index c4f3a47..f97c38d 100644 --- a/pyparted.spec +++ b/pyparted.spec @@ -1,7 +1,7 @@ Summary: python module for parted Name: pyparted -Version: 1.6.9 -Release: 5 +Version: 1.6.10 +Release: 1 License: GPL Group: System Environment/Libraries Source0: %{name}-%{version}.tar.gz @@ -18,7 +18,7 @@ partition tables. %setup -q %build -export CFLAGS="-fPIC" +export CFLAGS="-fPIC -O2 -g2" %configure --with-python-version=2.4 make @@ -38,6 +38,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Nov 11 2005 Peter Jones - 1.6.10-1 +- rebuild for new parted. +- add debugging options for make so debuginfo isn't useless + * Wed Nov 9 2005 Jeremy Katz - 1.6.9-5 - rebuild for new parted