Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package occt for openSUSE:Factory checked in 
at 2021-05-11 23:03:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/occt (Old)
 and      /work/SRC/openSUSE:Factory/.occt.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "occt"

Tue May 11 23:03:40 2021 rev:5 rq:892043 version:7.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/occt/occt.changes        2021-03-30 
21:08:25.405246799 +0200
+++ /work/SRC/openSUSE:Factory/.occt.new.2988/occt.changes      2021-05-11 
23:03:51.353041019 +0200
@@ -1,0 +2,10 @@
+Mon May 10 12:50:36 UTC 2021 - Stefan Br??ns <stefan.bru...@rwth-aachen.de>
+
+- Add disk _constraints (mostly for PPC).
+
+-------------------------------------------------------------------
+Fri Mar  5 14:46:56 UTC 2021 - Stefan Br??ns <stefan.bru...@rwth-aachen.de>
+
+- Fix cmake files, wrong install directory and lib vs lib64.
+
+-------------------------------------------------------------------

New:
----
  _constraints

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

Other differences:
------------------
++++++ occt.spec ++++++
--- /var/tmp/diff_new_pack.fwPiUG/_old  2021-05-11 23:03:52.621035235 +0200
+++ /var/tmp/diff_new_pack.fwPiUG/_new  2021-05-11 23:03:52.621035235 +0200
@@ -112,7 +112,7 @@
   -DBUILD_RELEASE_DISABLE_EXCEPTIONS:BOOL=false \
   -DUSE_RAPIDJSON:BOOL=true \
   -DINSTALL_DIR_LIB=%{_lib} \
-  -DINSTALL_DIR_CMAKE=%{_lib}/cmake/%{name} \
+  -DINSTALL_DIR_CMAKE=%{_lib}/cmake/opencascade \
   ..
 %cmake_build
 
@@ -127,7 +127,8 @@
 chmod 0755 %buildroot/usr/bin/*
 
 # fixing up broken files
-sed -i -e 's,'%{_lib}'\\${OCCT_INSTALL_BIN_LETTER}/,'%{_lib}'/,' 
%buildroot%{_libdir}/cmake/*/*
+sed -i -e 's,'%{_lib}'\\${OCCT_INSTALL_BIN_LETTER}/,'%{_lib}'/,' 
%{buildroot}%{_libdir}/cmake/opencascade/*
+sed -i -e 's,/lib\$,/'%{_lib}'\$,' %{buildroot}%{_libdir}/cmake/opencascade/*
 
 rm -rf %buildroot/usr/share/doc
 
@@ -156,7 +157,8 @@
 %files devel
 %doc README.txt
 %{_includedir}/opencascade
-%{_libdir}/cmake
+%dir %{_libdir}/cmake
+%{_libdir}/cmake/opencascade
 %{_libdir}/lib*.so
 
 %files devel-doc

++++++ _constraints ++++++
<constraints>
    <hardware>
      <disk>
        <size unit="G">8</size>
      </disk>
    </hardware>
</constraints>

Reply via email to