rpms/python-oasa/F-9 .cvsignore, 1.5, 1.6 import.log, 1.4, 1.5 python-oasa.spec, 1.4, 1.5 sources, 1.5, 1.6

Henrique Junior lspooky at fedoraproject.org
Mon Apr 6 23:10:42 UTC 2009


Author: lspooky

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

Modified Files:
	.cvsignore import.log python-oasa.spec sources 
Log Message:
This release of OASA includes several fixes, most notably of lockup during generation of images of complex systems of fused rings. Also image generation now works much faster for larger systems



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-oasa/F-9/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	8 Mar 2009 15:12:47 -0000	1.5
+++ .cvsignore	6 Apr 2009 23:10:12 -0000	1.6
@@ -1 +1 @@
-oasa-0.12.7.tar.gz
+oasa-0.13.1.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/python-oasa/F-9/import.log,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- import.log	8 Mar 2009 15:12:47 -0000	1.4
+++ import.log	6 Apr 2009 23:10:12 -0000	1.5
@@ -2,3 +2,4 @@
 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
 python-oasa-0_13_0-2_fc10:F-9:python-oasa-0.13.0-2.fc10.src.rpm:1236525039
+python-oasa-0_13_1-1_fc10:F-9:python-oasa-0.13.1-1.fc10.src.rpm:1239059446


Index: python-oasa.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-oasa/F-9/python-oasa.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-oasa.spec	8 Mar 2009 15:12:47 -0000	1.4
+++ python-oasa.spec	6 Apr 2009 23:10:12 -0000	1.5
@@ -1,13 +1,13 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:		python-oasa
-Version:	0.13.0
-Release:	2%{?dist}
+Version:	0.13.1
+Release:	1%{?dist}
 Summary:	Python library for manipulation of chemical formats
 Group:		Development/Libraries
 License:	GPLv2+
 URL:		http://bkchem.zirael.org
-Source0:	http://bkchem.zirael.org/download/oasa-0.12.7.tar.gz
+Source0:	http://bkchem.zirael.org/download/oasa-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:	noarch
 BuildRequires:	python-devel
@@ -18,7 +18,7 @@
 
 
 %prep
-%setup -q -n oasa-0.12.7
+%setup -q -n oasa-%{version}
 
 
 %build
@@ -38,15 +38,31 @@
 %defattr(-, root ,root, -)
 %doc PKG-INFO progress.log README
 %{python_sitelib}/oasa/
-%{python_sitelib}/oasa-*-py*.egg-info
+%{python_sitelib}/oasa-%{version}-py*.egg-info
 
 
 
 %changelog
-* Thu Feb 12 2009 Henrique (LonelySpooky) Junior <lspooky at fedoraproject.org> - 0.13.0-2
-- One step back to solve one bug
+* Sun Apr 5 2009 Henrique (LonelySpooky) Junior <lspooky at fedoraproject.org> - 0.13.1-1
+- This release of OASA includes several fixes, most notably of lockup during generation
+of images of complex systems of fused rings. Also image generation now works much faster
+for larger systems
+
+* 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.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	8 Mar 2009 15:12:47 -0000	1.5
+++ sources	6 Apr 2009 23:10:12 -0000	1.6
@@ -1 +1 @@
-c9a07989eb47c3effc60a451a4cc8c2a  oasa-0.12.7.tar.gz
+49f573537cf81db3892627bc3b5c31dd  oasa-0.13.1.tar.gz




More information about the fedora-extras-commits mailing list