Hello community, here is the log from the commit of package cadabra2 for openSUSE:Factory checked in at 2019-03-26 22:31:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cadabra2 (Old) and /work/SRC/openSUSE:Factory/.cadabra2.new.25356 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cadabra2" Tue Mar 26 22:31:20 2019 rev:11 rq:686431 version:2.2.5 Changes: -------- --- /work/SRC/openSUSE:Factory/cadabra2/cadabra2.changes 2019-02-02 21:50:06.923935800 +0100 +++ /work/SRC/openSUSE:Factory/.cadabra2.new.25356/cadabra2.changes 2019-03-26 22:31:30.313719065 +0100 @@ -1,0 +2,9 @@ +Fri Mar 15 14:17:41 UTC 2019 - Atri B <[email protected]> + +- Update to version 2.2.5: + * Interim bug fix release with fixes for upcoming Debian as well + as the new explicit_indices algorithm. +- Move man files to the correct _mandir. +- Minor cleanups using spec-cleaner. + +------------------------------------------------------------------- Old: ---- 2.2.4.tar.gz New: ---- 2.2.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cadabra2.spec ++++++ --- /var/tmp/diff_new_pack.kDRRms/_old 2019-03-26 22:31:32.121718628 +0100 +++ /var/tmp/diff_new_pack.kDRRms/_new 2019-03-26 22:31:32.121718628 +0100 @@ -17,7 +17,7 @@ Name: cadabra2 -Version: 2.2.4 +Version: 2.2.5 Release: 0 Summary: A computer algebra system for solving problems in field theory License: GPL-3.0-or-later @@ -155,12 +155,15 @@ %prep %setup -q %patch1 -p1 +rm examples/.gitignore %build + # FIXME: you should use %%cmake macro but it doesn't work mkdir build && pushd build cmake \\\ -DCMAKE_INSTALL_PREFIX=%{_prefix} \\\ + -DCMAKE_MANDIR=%{_mandir} \\\ -DPACKAGING_MODE=ON \\\ %if 0%{?suse_version} <= 1320 -DUSE_PYTHON_3=OFF \\\ @@ -185,16 +188,16 @@ # Replace "/usr/bin/env python3" hashbang by "/usr/bin/python3" sed -E -i "s|^#!/usr/bin/env python3|#!/usr/bin/python3|" %{buildroot}%{_bindir}/cadabra2 -rm %{buildroot}%{_libexecdir}/*.a - mkdir -p %{buildroot}%{_datadir}/texmf/tex/latex/cadabra2/ ln %{buildroot}%{_datadir}/cadabra2/latex/* %{buildroot}%{_datadir}/texmf/tex/latex/cadabra2/ -%post -/sbin/ldconfig +# Move man files to proper %%_mandir +mkdir -p %{buildroot}%{_mandir}/man1 +mv %{buildroot}%{_prefix}/man/man1/* %{buildroot}%{_mandir}/man1/ + +%post -p /sbin/ldconfig -%postun -/sbin/ldconfig +%postun -p /sbin/ldconfig %if 0%{?suse_version} <= 1320 %post gui @@ -207,8 +210,8 @@ %endif %files -%defattr(-,root,root) -%doc README.rst doc/license.txt +%doc README.rst +%license doc/license.txt %{_bindir}/cadabra2cadabra %{_bindir}/cadabra-server %{_bindir}/%{name} @@ -216,9 +219,9 @@ %{_bindir}/%{name}html %{_datadir}/%{name}/ %{_datadir}/texmf/tex/latex/cadabra2/ +%{_mandir}/man1/cadabra*.1%{?ext_man} %files gui -%defattr(-,root,root) %{_bindir}/%{name}-gtk %{_datadir}/icons/hicolor/*/apps/cadabra2-gtk.* %{_datadir}/applications/cadabra2-gtk.desktop @@ -226,11 +229,9 @@ %{_datadir}/metainfo/*.appdata.xml %files examples -%defattr(-,root,root) %doc examples/ %files doc -%defattr(-,root,root) %doc doxygen/html %changelog ++++++ 2.2.4.tar.gz -> 2.2.5.tar.gz ++++++ /work/SRC/openSUSE:Factory/cadabra2/2.2.4.tar.gz /work/SRC/openSUSE:Factory/.cadabra2.new.25356/2.2.5.tar.gz differ: char 15, line 1 ++++++ cadabra2-add-pthread-to-cxxflags.patch ++++++ --- /var/tmp/diff_new_pack.kDRRms/_old 2019-03-26 22:31:32.153718621 +0100 +++ /var/tmp/diff_new_pack.kDRRms/_new 2019-03-26 22:31:32.153718621 +0100 @@ -1,8 +1,8 @@ -Index: cadabra2-2.2.4/CMakeLists.txt +Index: cadabra2-2.2.5/CMakeLists.txt =================================================================== ---- cadabra2-2.2.4.orig/CMakeLists.txt -+++ cadabra2-2.2.4/CMakeLists.txt -@@ -102,7 +102,7 @@ if(CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMP +--- cadabra2-2.2.5.orig/CMakeLists.txt ++++ cadabra2-2.2.5/CMakeLists.txt +@@ -104,7 +104,7 @@ if(CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMP message(FATAL_ERROR "GCC version must be at least 4.9 for regex support! See http://askubuntu.com/questions/428198/getting-installing-gcc-g-4-9-on-ubuntu and then set the environment variables CXX to g++-4.9 and CC to gcc-4.9. You may have to erase the build directory before re-running cmake.") endif() endif()
