Hello community,

here is the log from the commit of package cadabra2 for openSUSE:Factory 
checked in at 2018-01-29 14:58:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cadabra2 (Old)
 and      /work/SRC/openSUSE:Factory/.cadabra2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cadabra2"

Mon Jan 29 14:58:32 2018 rev:6 rq:570384 version:2.1.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/cadabra2/cadabra2.changes        2017-12-29 
18:52:53.106852967 +0100
+++ /work/SRC/openSUSE:Factory/.cadabra2.new/cadabra2.changes   2018-01-29 
15:00:13.354771133 +0100
@@ -1,0 +2,9 @@
+Sat Jan 27 22:08:29 UTC 2018 - [email protected]
+
+- Disable building LaTeX-based PDF documentation until build
+  failures are fixed.
+- For the -gui package use post(un) scriptlets only for openSUSE
+  <= 1320; for newer openSUSE, these are handled by rpm triggers
+  automatically.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ cadabra2.spec ++++++
--- /var/tmp/diff_new_pack.XvbSNi/_old  2018-01-29 15:00:15.138687786 +0100
+++ /var/tmp/diff_new_pack.XvbSNi/_new  2018-01-29 15:00:15.142687598 +0100
@@ -182,9 +182,11 @@
 popd
 
 doxygen
-pushd doxygen/latex
-make %{?_smp_mflags}
-popd
+
+# FIXME: ENABLE WHEN LATEX DOC BUILDING IS FIXED
+#pushd doxygen/latex
+#make %{?_smp_mflags}
+#popd
 
 %install
 %cmake_install DESTDIR=%{buildroot}
@@ -198,20 +200,24 @@
 sed -E -i "s|^#!/usr/bin/env python3|#!/usr/bin/python3|" 
%{buildroot}%{_bindir}/cadabra2
 
 %post
-%{_bindir}/texhash
+# FIXME: ENABLE WHEN LATEX DOC BUILDING IS FIXED
+#%{_bindir}/texhash
+/sbin/ldconfig
+
+%postun
+# FIXME: ENABLE WHEN LATEX DOC BUILDING IS FIXED
+#%{_bindir}/texhash
 /sbin/ldconfig
 
+%if 0%{?suse_version} <= 1320
 %post gui
 %icon_theme_cache_post
 %desktop_database_post
 
-%postun
-%{_bindir}/texhash
-/sbin/ldconfig
-
 %postun gui
 %icon_theme_cache_postun
 %desktop_database_postun
+%endif
 
 %files
 %defattr(-,root,root)
@@ -249,8 +255,9 @@
 %defattr(-,root,root)
 %doc doxygen/html
 
-%files doc-pdf
-%defattr(-,root,root)
-%doc doxygen/latex/refman.pdf
+# FIXME: ENABLE WHEN LATEX DOC BUILDING IS FIXED
+#%files doc-pdf
+#%defattr(-,root,root)
+#%doc doxygen/latex/refman.pdf
 
 %changelog


Reply via email to