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

Henrique Junior lspooky at fedoraproject.org
Fri Feb 27 01:56:22 UTC 2009


Author: lspooky

Update of /cvs/pkgs/rpms/python-oasa/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20816/devel

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/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	19 Feb 2009 17:36:37 -0000	1.3
+++ .cvsignore	27 Feb 2009 01:55:52 -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/devel/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- import.log	19 Feb 2009 17:36:37 -0000	1.2
+++ import.log	27 Feb 2009 01:55:52 -0000	1.3
@@ -1,2 +1,3 @@
 python-oasa-0_12_5-1_fc10:HEAD:python-oasa-0.12.5-1.fc10.src.rpm:1230772621
 python-oasa-0_12_7-1_fc10:HEAD:python-oasa-0.12.7-1.fc10.src.rpm:1235064436
+python-oasa-0_13_0-1_fc10:HEAD:python-oasa-0.13.0-1.fc10.src.rpm:1235699652


Index: python-oasa.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-oasa/devel/python-oasa.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-oasa.spec	26 Feb 2009 22:38:37 -0000	1.3
+++ python-oasa.spec	27 Feb 2009 01:55:52 -0000	1.4
@@ -1,8 +1,8 @@
 %{!?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
-Release:	2%{?dist}
+Version:	0.13.0
+Release:	1%{?dist}
 Summary:	Python library for manipulation of chemical formats
 Group:		Development/Libraries
 License:	GPLv2+
@@ -43,10 +43,21 @@
 
 
 %changelog
-* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.12.7-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+* 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/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	19 Feb 2009 17:36:37 -0000	1.3
+++ sources	27 Feb 2009 01:55:52 -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