rpms/pyparted/devel .cvsignore, 1.37, 1.38 pyparted.spec, 1.68, 1.69 sources, 1.42, 1.43

David Cantrell dcantrel at fedoraproject.org
Wed Nov 4 00:09:19 UTC 2009


Author: dcantrel

Update of /cvs/pkgs/rpms/pyparted/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12743

Modified Files:
	.cvsignore pyparted.spec sources 
Log Message:
* Tue Nov 03 2009 David Cantrell <dcantrell at redhat.com> - 2.3-1
- Upgrade to pyparted-2.3:
      Remove root user requirement in _ped
      Add testcases for new _ped device methods
      Add python wrapper for new PedDisk partition alignment info function
      Add support for new PedDisk parition alignment info function
      Add python wrappers for new PedDevice alignment info functions
      Add support for new PedDevice alignment info functions
      Fix a whole pile of test cases.
      Remove ped_disk_commit_to_dev() call from py_ped_disk_new_fresh()
      Fix error in Constraint __str__ method
      Make _ped_Device2PedDevice properly set / throw exceptions
      Fixup various errorhandling issues in pydisk.c
      Add missing _ped_Device2PedDevice() retval checks
      Use libparted commit() for parted.disk.Disk.commit() (hdegoede).
- BR parted-devel >= 1.9.0-20



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pyparted/devel/.cvsignore,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -p -r1.37 -r1.38
--- .cvsignore	3 Oct 2009 02:24:27 -0000	1.37
+++ .cvsignore	4 Nov 2009 00:09:19 -0000	1.38
@@ -1 +1 @@
-pyparted-2.2.tar.gz
+pyparted-2.3.tar.gz


Index: pyparted.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pyparted/devel/pyparted.spec,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -p -r1.68 -r1.69
--- pyparted.spec	3 Oct 2009 02:57:04 -0000	1.68
+++ pyparted.spec	4 Nov 2009 00:09:19 -0000	1.69
@@ -12,7 +12,7 @@ Source0: http://fedorahosted.org/release
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: python-devel
-BuildRequires: parted-devel >= 1.9.0
+BuildRequires: parted-devel >= 1.9.0-20
 BuildRequires: pkgconfig
 BuildRequires: python-decorator
 
@@ -44,6 +44,23 @@ partition tables.
 %{python_sitearch}/parted
 
 %changelog
+* Tue Nov 03 2009 David Cantrell <dcantrell at redhat.com> - 2.3-1
+- Upgrade to pyparted-2.3:
+      Remove root user requirement in _ped
+      Add testcases for new _ped device methods
+      Add python wrapper for new PedDisk partition alignment info function
+      Add support for new PedDisk parition alignment info function
+      Add python wrappers for new PedDevice alignment info functions
+      Add support for new PedDevice alignment info functions
+      Fix a whole pile of test cases.
+      Remove ped_disk_commit_to_dev() call from py_ped_disk_new_fresh()
+      Fix error in Constraint __str__ method
+      Make _ped_Device2PedDevice properly set / throw exceptions
+      Fixup various errorhandling issues in pydisk.c
+      Add missing _ped_Device2PedDevice() retval checks
+      Use libparted commit() for parted.disk.Disk.commit() (hdegoede).
+- BR parted-devel >= 1.9.0-20
+
 * Fri Oct 02 2009 David Cantrell <dcantrell at redhat.com> - 2.2-1
 - Upgrade to pyparted-2.2:
       Fixes PedDisk2_ped_Disk() and avoids losing disk label data


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pyparted/devel/sources,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -p -r1.42 -r1.43
--- sources	3 Oct 2009 02:24:28 -0000	1.42
+++ sources	4 Nov 2009 00:09:19 -0000	1.43
@@ -1 +1 @@
-bb661435b7fce7bf773197c9aa2ad0ce  pyparted-2.2.tar.gz
+7f5d06bd6336f3a699840d8639ab8a0d  pyparted-2.3.tar.gz




More information about the scm-commits mailing list