rpms/python-oasa/F-9 .cvsignore, 1.3, 1.4 import.log, 1.2, 1.3 python-oasa.spec, 1.2, 1.3 sources, 1.3, 1.4

Henrique Junior lspooky at fedoraproject.org
Fri Feb 27 01:52:18 UTC 2009


Author: lspooky

Update of /cvs/pkgs/rpms/python-oasa/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19258/F-9

Modified Files:
	.cvsignore import.log python-oasa.spec sources 
Log Message:
This release includes several fixes and an enhancement of drawing of 3D rotated molecules



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-oasa/F-9/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	19 Feb 2009 17:23:46 -0000	1.3
+++ .cvsignore	27 Feb 2009 01:51:48 -0000	1.4
@@ -1 +1 @@
-oasa-0.12.7.tar.gz
+oasa-0.13.0.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/python-oasa/F-9/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- import.log	19 Feb 2009 17:23:46 -0000	1.2
+++ import.log	27 Feb 2009 01:51:48 -0000	1.3
@@ -1,2 +1,3 @@
 python-oasa-0_12_5-1_fc10:F-9:python-oasa-0.12.5-1.fc10.src.rpm:1230771610
 python-oasa-0_12_7-1_fc10:F-9:python-oasa-0.12.7-1.fc10.src.rpm:1235064084
+python-oasa-0_13_0-1_fc10:F-9:python-oasa-0.13.0-1.fc10.src.rpm:1235699425


Index: python-oasa.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-oasa/F-9/python-oasa.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-oasa.spec	19 Feb 2009 17:23:46 -0000	1.2
+++ python-oasa.spec	27 Feb 2009 01:51:48 -0000	1.3
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:		python-oasa
-Version:	0.12.7
+Version:	0.13.0
 Release:	1%{?dist}
 Summary:	Python library for manipulation of chemical formats
 Group:		Development/Libraries
@@ -43,7 +43,21 @@
 
 
 %changelog
+* Thu Feb 24 2009 Henrique (LonelySpooky) Junior <lspooky at fedoraproject.org> - 0.13.0-1
+- cairo_out - double bonds in 3D rotated molecules look much better (z-coordinate is
+taken into account when the bond is drawn)
+smiles - smiles encoder did not prefix two digit ring numbers with "%"
+graph - SSSR code did not find really smallest rings in case no vertices with
+degree 2 were present in the initial drawing (fullerene and such)
+molecule - aromatic bond detection uses SSSR instead of all possible rings
+when there are more then 10 smallest rings - fixes lockup for fullerene
+cairo_out - when scaling != 1 the resulting image was improperly cropped
+
+
 * Thu Feb 12 2009 Henrique (LonelySpooky) Junior <lspooky at fedoraproject.org> - 0.12.7-1
+- cairo_out - mols_to_cairo and mol_to_cairo convenience functions added
+cairo_out - background was not properly painted (thanks to Noel O'Boyle for reporting this)
+
 
 * Fri Jun 13 2008 Henrique (LonelySpooky) Junior <lspooky at fedoraproject.org> - 0.12.5-1
 - initial package


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-oasa/F-9/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	19 Feb 2009 17:23:46 -0000	1.3
+++ sources	27 Feb 2009 01:51:48 -0000	1.4
@@ -1 +1 @@
-c9a07989eb47c3effc60a451a4cc8c2a  oasa-0.12.7.tar.gz
+478649e1483c34061dc0acc83cfef36f  oasa-0.13.0.tar.gz




More information about the fedora-extras-commits mailing list