Hello community,

here is the log from the commit of package openbabel for openSUSE:Factory 
checked in at 2018-05-16 11:41:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openbabel (Old)
 and      /work/SRC/openSUSE:Factory/.openbabel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openbabel"

Wed May 16 11:41:56 2018 rev:34 rq:607497 version:2.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/openbabel/openbabel.changes      2018-02-22 
15:03:05.576607606 +0100
+++ /work/SRC/openSUSE:Factory/.openbabel.new/openbabel.changes 2018-05-16 
11:43:49.143438906 +0200
@@ -1,0 +2,9 @@
+Sun May 13 17:29:16 UTC 2018 - [email protected]
+
+- Don't delete command line tools, include them in the main package
+  as with openbabel < 2.4
+- Pass -ULIB_INSTALL_DIR to unset this var, the %cmake macro sets
+  it to %{_libdir} resulting in a duplicate /usr in the module
+  search path which causes the plugins not to be found (boo#997190)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ openbabel.spec ++++++
--- /var/tmp/diff_new_pack.T0H8qf/_old  2018-05-16 11:43:50.023406875 +0200
+++ /var/tmp/diff_new_pack.T0H8qf/_new  2018-05-16 11:43:50.027406730 +0200
@@ -110,14 +110,13 @@
       -DRUN_SWIG=ON \
       -DPYTHON_BINDINGS=ON \
       -DPYTHON_EXECUTABLE=%{_bindir}/python2 \
-      -DBUILD_GUI=FALSE
+      -DBUILD_GUI=FALSE \
+      -ULIB_INSTALL_DIR
 make %{?_smp_mflags}
 
 %install
 pushd build
 make %{?_smp_mflags} DESTDIR=%{buildroot} install
-rm -rf %{buildroot}/%{_bindir}
-rm -rf %{buildroot}/%{_datadir}/man
 
 %post -n libinchi0 -p /sbin/ldconfig
 %postun -n libinchi0 -p /sbin/ldconfig
@@ -127,6 +126,10 @@
 
 %files
 %defattr(-,root,root,-)
+%{_bindir}/roundtrip
+%{_bindir}/ob*
+%{_bindir}/babel
+%{_mandir}/man1/*
 %{_libdir}/openbabel
 %{_datadir}/openbabel
 


Reply via email to