commit avogadro for openSUSE:Factory

Hello community, here is the log from the commit of package avogadro for openSUSE:Factory checked in at 2016-03-31 13:02:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/avogadro (Old) and /work/SRC/openSUSE:Factory/.avogadro.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "avogadro" Changes: -------- --- /work/SRC/openSUSE:Factory/avogadro/avogadro.changes 2016-01-10 13:09:21.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.avogadro.new/avogadro.changes 2016-03-31 13:02:32.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Mar 28 13:19:13 UTC 2016 - dvaleev@suse.com + +- Fix buildfailure with openbabel (avogadro-opanbabel.patch) + +------------------------------------------------------------------- New: ---- avogadro-opanbabel.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ avogadro.spec ++++++ --- /var/tmp/diff_new_pack.sRbnam/_old 2016-03-31 13:02:33.000000000 +0200 +++ /var/tmp/diff_new_pack.sRbnam/_new 2016-03-31 13:02:33.000000000 +0200 @@ -32,6 +32,7 @@ Patch2: avogadro-cmake-3.2.patch Patch3: arm-qreal-vs-double.patch Patch4: avogadro-boost.patch +Patch5: avogadro-opanbabel.patch BuildRequires: boost-devel BuildRequires: cmake BuildRequires: docbook-utils @@ -106,6 +107,7 @@ %patch2 -p1 %patch3 %patch4 -p1 +%patch5 -p1 %build %cmake \ ++++++ avogadro-opanbabel.patch ++++++ Index: avogadro-1.1.1/libavogadro/src/python/CMakeLists.txt =================================================================== --- avogadro-1.1.1.orig/libavogadro/src/python/CMakeLists.txt +++ avogadro-1.1.1/libavogadro/src/python/CMakeLists.txt @@ -21,7 +21,7 @@ if (WIN32) target_link_libraries(python-module avogadro ${PYTHON_LIBRARIES}) else() target_link_libraries(python-module stdc++ avogadro - ${QT_LIBRARIES} ${PYTHON_LIBRARIES} ${Boost_LIBRARIES}) + ${QT_LIBRARIES} ${PYTHON_LIBRARIES} ${OPENBABEL2_LIBRARIES} ${Boost_LIBRARIES}) endif() # Let's try to use this instead:
participants (1)
-
root@hilbert.suse.de