2007-08-10  David Cantrell  <dcantrell@redhat.com>

	* pyparted.spec: Bump version.

2007-08-10  David Cantrell  <dcantrell@redhat.com>

	* *.c, *.h, Makefile: Update license boilerplates to indicate the
	software is licensed under the GPL v2 or any later version.

	* pyparted.spec: Update license tag and URLs (software is now on
	fedorapeople.org).

	* Makefile: Remove the tar target, replace with archive target.  Update
	the tag and archive targets to work with git rather than CVS.

2007-06-15  David Cantrell  <dcantrell@redhat.com>

	* pyparted.spec: Bump version.

	* pyparted.spec: Clean up wording in package description,
	BuildRequire pkgconfig (#226337).

2007-06-15  David Cantrell  <dcantrell@redhat.com>

	* pyparted.spec: Bump version.

	* pyparted.spec: Remove buildroot as first step in install section.

2007-04-23  David Cantrell  <dcantrell@redhat.com>

	* Makefile: Inherit CC and CFLAGS from calling environment.
	* pyparted.spec: Pass %{optflags} and %{__cc} to make process in %build.

2007-04-20  David Cantrell  <dcantrell@redhat.com>

	* pyparted.spec: Bump version.

2007-04-20  David Cantrell  <dcantrell@redhat.com>

	* Makefile: Add -fPIC to CFLAGS.  Use correct libdir.
	* partedmodule.c: Whitespace cleanups.
	* AUTHORS: Note where to file bugs.
	* pyparted.spec: Merge review cleanups.

2007-03-19  David Cantrell  <dcantrell@redhat.com>

	* Makefile.am, configure.in, autogen.sh: Remove autotools stuff.
	* Makefile: Add simple Makefile.
	* pyparted.spec: Clean up for Fedora packaging guidelines, require
	parted >= 1.8.4.

2007-03-15  David Cantrell  <dcantrell@redhat.com>

	* pyparted.spec: Bump release.

2007-02-08  David Cantrell  <dcantrell@redhat.com>

	* pyparted.spec: Bump version

	* pyparted.spec: Define and use python_sitearch rather than
	python_sitelib

2007-02-08  David Cantrell  <dcantrell@redhat.com>

	* pyparted.spec: Bump version

	* pyparted.spec: use preferred BuildRoot, define and use
	python_sitelib macro (package review).

2007-01-10  Jeremy Katz  <katzj@redhat.com>

	* pyparted.spec: Bump version.

	* pygeometry.c (py_ped_geometry_dealloc): Use PyObject_DEL instead
	of PyMem_DEL
	* pyfilesystem.c (py_ped_file_system_type_dealloc): Likewise.
	* pyexception.c (py_ped_exception_dealloc): Likewise.
	* pydisk.c: Likewise.
	* pydevice.c: Likewise.
	* pyconstraint.c (py_ped_constraint_dealloc): Likewise.

2006-12-14  David Cantrell  <dcantrell@redhat.com>

	* pydevice.c: Add py_ped_device_destroy() function so we can call
	ped_device_destroy() in libparted.

	* pyparted.spec: Require parted-1.8.1.

2006-11-30  David Cantrell  <dcantrell@redhat.com>

	* pyparted.spec: Bump version. Determine Python version to enable in
	the %build section rather than assuming 2.4.  Makes the source RPM
	more easy to move between distribution releases.

2006-11-17  David Cantrell  <dcantrell@redhat.com>

	* pyparted.spec: Bump version. Required parted >= 1.8.0.

2006-05-19  David Cantrell  <dcantrell@redhat.com>

	* pyparted.spec: Bump version. Require parted >= 1.7.0.

2005-11-11  Peter Jones  <pjones@redhat.com>

	* pygeometry.c: make PyPedGeometryType a new-style type. make it
	use descriptors for dev, start, end, length.  make it not have a setter
	for length.
	* pydisk.c: make PyPedPartitionType a new-style type, and make it
	use descriptors.  Same with PyPedDiskTypeType, PyPedDiskType, and
	PyPedDiskConstructorType.
	* partedmodule.c: initialize new-style types.

2004-03-16  Chris Lumens  <clumens@redhat.com>

	* configure.in: Update for python2.4.
	* pydisk.c, pydisk.h, pydevice.c, partedmodule.c:  Fix gcc4 compile
	warnings.
	* pyparted.spec: Bump version.

2004-12-14  Jeremy Katz  <katzj@redhat.com>

	* pyparted.spec: Bump version.

	* partedmodule.c: add support for sx8 devices

2004-08-17  Jeremy Katz  <katzj@redhat.com>

	* pyparted.spec: Bump version and requirements

	* pydevice.c (py_ped_device_getattr): heads, sectors, cylinders
	are for the bios geometry form (update to work with parted >= 1.6.12)

2004-05-13  Jeremy Katz  <katzj@redhat.com>

	* pydisk.c: Fix build for newer versions of gcc (from Jeff Law 
	<law@redhat.com>)

2004-03-16  Jeremy Katz  <katzj@redhat.com>

	* partedmodule.c: make sure PARTITION_PROTECTED gets defined (#118451)

2004-03-12  Jeremy Katz  <katzj@redhat.com>

	* Initial import from old parted package.

