Hello community, here is the log from the commit of package avogadro for openSUSE:Factory checked in at 2013-03-08 09:07:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/avogadro (Old) and /work/SRC/openSUSE:Factory/.avogadro.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "avogadro", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/avogadro/avogadro.changes 2012-10-06 09:16:26.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.avogadro.new/avogadro.changes 2013-03-08 09:07:44.000000000 +0100 @@ -1,0 +2,17 @@ +Sun Feb 3 16:25:54 UTC 2013 - [email protected] + +- added avogadro-1.1.0-no-return-in-nonvoid-function.patch + +------------------------------------------------------------------- +Sun Oct 7 20:17:02 UTC 2012 - [email protected] + +- update to 1.1.0: + + Fix crash with dipole moment after optimization (PR#3521044) + + Add test files for QTAIM analysis, including diborane(B2H6), + C4H4, and HCO2. These files will be used for a tutorial + + Fix residue and atom code assignment + + be conservative about changing elements when copying atoms + for the same reason +- removed avogadro-boost148.patch and avogadro-nostrip.patch + +------------------------------------------------------------------- Old: ---- avogadro-1.0.3.tar.bz2 avogadro-boost148.patch avogadro-nostrip.patch New: ---- avogadro-1.1.0-no-return-in-nonvoid-function.patch avogadro-1.1.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ avogadro.spec ++++++ --- /var/tmp/diff_new_pack.LNcprv/_old 2013-03-08 09:07:46.000000000 +0100 +++ /var/tmp/diff_new_pack.LNcprv/_new 2013-03-08 09:07:46.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package avogadro # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: avogadro -Version: 1.0.3 +Version: 1.1.0 Release: 0 Summary: A Molecular design tool License: GPL-2.0 @@ -26,8 +26,8 @@ Source0: http://mesh.dl.sourceforge.net/sourceforge/avogadro/%{name}-%{version}.tar.bz2 Source1: %{name}.png Source2: baselibs.conf -Patch1: avogadro-boost148.patch -Patch2: avogadro-nostrip.patch +# PATCH-FIX-UPSTREAM return at least some value in a bool function +Patch0: avogadro-1.1.0-no-return-in-nonvoid-function.patch BuildRequires: boost-devel BuildRequires: cmake BuildRequires: docbook-utils @@ -84,8 +84,7 @@ %prep %setup -q -%patch1 -p1 -%patch2 +%patch0 -p1 %build mkdir -p build @@ -136,7 +135,7 @@ find %{buildroot}%{_lib} -name "python*" |xargs rm -rf %endif %fdupes %{buildroot}%{_datadir}/libavogadro/shaders/ -%fdupes %{buildroot}%{_datadir}/avogadro/i18n/ +%fdupes %{buildroot}%{_datadir}/%{name}/ %post -n libavogadro1 -p /sbin/ldconfig @@ -156,12 +155,12 @@ %{_datadir}/applications/%{name}.desktop #plugins not libraries %dir %{_libdir}/avogadro -%dir %{_libdir}/avogadro/1_0 -%dir %{_libdir}/avogadro/1_0/colors -%dir %{_libdir}/avogadro/1_0/engines -%dir %{_libdir}/avogadro/1_0/extensions -%dir %{_libdir}/avogadro/1_0/tools -%{_libdir}/avogadro/1_0/*/*.so +%dir %{_libdir}/avogadro/1_1 +%dir %{_libdir}/avogadro/1_1/colors +%dir %{_libdir}/avogadro/1_1/engines +%dir %{_libdir}/avogadro/1_1/extensions +%dir %{_libdir}/avogadro/1_1/tools +%{_libdir}/avogadro/1_1/*/*.so # installed with python support %{python_sitelib}/Avogadro.so %dir %{_datadir}/libavogadro/engineScripts @@ -173,10 +172,13 @@ %defattr(-,root,root,-) %dir %{_includedir}/avogadro %{_includedir}/avogadro/*.h -%dir %{_libdir}/avogadro/1_0/cmake +%dir %{_libdir}/avogadro/1_1/cmake %{_libdir}/libavogadro.so -%{_libdir}/avogadro/1_0/cmake/* -%{_libdir}/avogadro/1_0/*.cmake +%{_libdir}/libavogadro_OpenQube.so +%{_libdir}/pkgconfig/avogadro.pc + +%{_libdir}/avogadro/1_1/cmake/* +%{_libdir}/avogadro/1_1/*.cmake %{_libdir}/avogadro/*.cmake %{_datadir}/qt4/mkspecs/features/avogadro.prf ++++++ avogadro-1.1.0-no-return-in-nonvoid-function.patch ++++++ Index: avogadro-1.1.0/libavogadro/src/tools/zmatrixmodel.cpp =================================================================== --- avogadro-1.1.0.orig/libavogadro/src/tools/zmatrixmodel.cpp +++ avogadro-1.1.0/libavogadro/src/tools/zmatrixmodel.cpp @@ -235,6 +235,8 @@ namespace Avogadro { bool ZMatrixModel::removeRows(int position, int rows, const QModelIndex &index) { + // FIXME: not implemented at the moment - return at least something to make GCC happy + return false; } void ZMatrixModel::addRow(int row) ++++++ avogadro-1.0.3.tar.bz2 -> avogadro-1.1.0.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/avogadro/avogadro-1.0.3.tar.bz2 /work/SRC/openSUSE:Factory/.avogadro.new/avogadro-1.1.0.tar.bz2 differ: char 11, line 1 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
