From 3d1beb4acd329a20bc4a8192b3b8864a553a17b2 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Fri, 11 Nov 2005 22:16:15 +0000 Subject: [PATCH] update spec for new version --- pyparted.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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