Hello community,

here is the log from the commit of package avogadro for openSUSE:Factory 
checked in at 2015-03-25 21:05:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2015-02-18 
12:08:29.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.avogadro.new/avogadro.changes   2015-03-25 
21:32:48.000000000 +0100
@@ -1,0 +2,7 @@
+Tue Mar 24 16:11:06 UTC 2015 - [email protected]
+
+- Added patch to fix building against cmake >= 3.2, libX11 is no
+  longer magically implied. (sf#avogadro/bugs/746)
+  + avogadro-cmake-3.2.patch
+
+-------------------------------------------------------------------

New:
----
  avogadro-cmake-3.2.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ avogadro.spec ++++++
--- /var/tmp/diff_new_pack.vDOw7D/_old  2015-03-25 21:32:49.000000000 +0100
+++ /var/tmp/diff_new_pack.vDOw7D/_new  2015-03-25 21:32:49.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package avogadro
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,6 +28,8 @@
 Source2:        baselibs.conf
 # PATCH-FIX-UPSTREAM avogadro-1.1.0-avopkg-fix-echo.patch [email protected]
 Patch1:         avogadro-1.1.0-avopkg-fix-echo.patch
+# PATCH-FIX-UPSTREAM avogadro-cmake-3.2.patch -- [email protected]
+Patch2:         avogadro-cmake-3.2.patch
 BuildRequires:  boost-devel
 BuildRequires:  cmake
 BuildRequires:  docbook-utils
@@ -99,6 +101,7 @@
 %prep
 %setup -q
 %patch1 -p1
+%patch2 -p1
 
 %build
 %cmake \

++++++ avogadro-cmake-3.2.patch ++++++
Index: avogadro-1.1.1/CMakeLists.txt
===================================================================
--- avogadro-1.1.1.orig/CMakeLists.txt
+++ avogadro-1.1.1/CMakeLists.txt
@@ -225,6 +225,7 @@ set(I18N_LANGUAGE "" CACHE STRING "Build
 
 find_package(Qt4 4.6.0 REQUIRED) # find and setup Qt4 for this project
 find_package(OpenGL REQUIRED) # find and setup OpenGL
+find_package(X11 REQUIRED) # find and setup X11
 find_package(Linguist) # find and setup Linguist
 if(NOT Linguist_FOUND)
   message(WARNING " Qt4 Linguist not found, please install it if you want 
Avogadro translations")

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to