rpms/python-pyblock/devel .cvsignore, 1.9, 1.10 python-pyblock.spec, 1.14, 1.15 sources, 1.12, 1.13

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jan 31 16:35:04 UTC 2006


Author: pjones

Update of /cvs/dist/rpms/python-pyblock/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv5920

Modified Files:
	.cvsignore python-pyblock.spec sources 
Log Message:
- update to 0.12-1



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/python-pyblock/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	5 Jan 2006 22:58:43 -0000	1.9
+++ .cvsignore	31 Jan 2006 16:35:02 -0000	1.10
@@ -1 +1 @@
-pyblock-0.11.tar.bz2
+pyblock-0.12.tar.bz2


Index: python-pyblock.spec
===================================================================
RCS file: /cvs/dist/rpms/python-pyblock/devel/python-pyblock.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- python-pyblock.spec	5 Jan 2006 22:58:43 -0000	1.14
+++ python-pyblock.spec	31 Jan 2006 16:35:02 -0000	1.15
@@ -4,7 +4,7 @@
 
 Summary: Python modules for dealing with block devices
 Name: python-%{realname}
-Version: 0.11
+Version: 0.12
 Release: 1
 Source0: %{realname}-%{version}.tar.bz2
 License: GPL
@@ -38,6 +38,29 @@
 /%{python_sitelib}/block/*
 
 %changelog
+* Tue Jan 31 2006 Peter Jones <pjones at redhat.com> - 0.12-1
+- split __init__.py into separate files according to function
+- disable "nosync" hack for now
+- fix a refcounting bug in pydmraid_raidset_get_dm_table()
+- add block.RaidDev.__cmp__()
+- fix some type errors gcc can't check for when using pyblock_potoll
+- be a little pickier about types for mode, devices, and sizes.
+- add make rules for debugging
+- fix "_init__" typo
+- always use local import paths, and be much more strict about namespaces
+- always make a new dm.device in BlockDev.From*()
+- better defaults in BlockDev.create()
+- add setter for block.dmraid.raidset.name, and rework RaidSet.set_name()
+- rework RaidDev.get_bdev()
+- rework "prefix" for RaidSet and RaidDev
+- add getter for block.dmraid.raidset.map
+- change arg order on block.dm.map.__init__() since there's no way to pass
+  keyword args through the "abstract" interface.
+- use self.name not self.rs.name in the RaidSet, and make changing the name
+  work.
+- make pydm_map_compare() compare names _last_, so we can compare a map
+  that's been renamed with its earlier instantiations correctly.
+
 * Thu Jan  5 2006 Peter Jones <pjones at redhat.com> - 0.11-1
 - never trust dmraid on sync vs nosync; right now, always transform the
   table to "default" (no argument), which is to sync only when necessary,


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/python-pyblock/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources	5 Jan 2006 22:58:43 -0000	1.12
+++ sources	31 Jan 2006 16:35:02 -0000	1.13
@@ -1 +1 @@
-deea7ade2f2acc32f5940101685b62ad  pyblock-0.11.tar.bz2
+e1a807fa540d183ac7fa4966020c5e96  pyblock-0.12.tar.bz2




More information about the fedora-cvs-commits mailing list