Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package freecell-solver for openSUSE:Factory
checked in at 2024-02-26 19:46:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/freecell-solver (Old)
and /work/SRC/openSUSE:Factory/.freecell-solver.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "freecell-solver"
Mon Feb 26 19:46:01 2024 rev:9 rq:1150782 version:6.8.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/freecell-solver/freecell-solver.changes
2022-12-01 16:59:11.475149630 +0100
+++
/work/SRC/openSUSE:Factory/.freecell-solver.new.1770/freecell-solver.changes
2024-02-26 19:46:53.597167629 +0100
@@ -1,0 +2,6 @@
+Mon Feb 26 09:00:33 UTC 2024 - Christophe Marin <[email protected]>
+
+- Set CMAKE_INSTALL_DOCDIR to work around incompatible changes
+ added to macros.cmake.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ freecell-solver.spec ++++++
--- /var/tmp/diff_new_pack.gwX8tr/_old 2024-02-26 19:46:54.245191055 +0100
+++ /var/tmp/diff_new_pack.gwX8tr/_new 2024-02-26 19:46:54.245191055 +0100
@@ -1,7 +1,7 @@
#
# spec file for package freecell-solver
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -33,10 +33,10 @@
BuildRequires: gperf
BuildRequires: perl-Template-Toolkit
BuildRequires: pkgconfig
-BuildRequires: pkgconfig(glib-2.0)
BuildRequires: cmake(Rinutils)
BuildRequires: perl(Moo)
BuildRequires: perl(Path::Tiny)
+BuildRequires: pkgconfig(glib-2.0)
Requires: python3-pysol-cards
Requires: python3-random2
Requires: python3-six
@@ -79,11 +79,13 @@
%autosetup -p1
%build
-%cmake -DBUILD_STATIC_LIBRARY=OFF \
+%cmake -DBUILD_STATIC_LIBRARY:BOOL=FALSE \
+ -DCMAKE_INSTALL_DOCDIR:STRING=%{_datadir}/doc/freecell-solver \
%if %{without tests}
- -DFCS_WITH_TEST_SUITE=OFF -D_PYTHON3="_PYTHON3-NOTFOUND" \
+ -DFCS_WITH_TEST_SUITE:BOOL=FALSE -D_PYTHON3=_PYTHON3-NOTFOUND \
%endif
- -DFCS_AVOID_TCMALLOC=ON
+ -DFCS_AVOID_TCMALLOC:BOOL=TRUE
+
%cmake_build
%if %{with tests}
@@ -96,13 +98,12 @@
# Fix the rpmlint warnings
rm -v %{buildroot}%{_datadir}/doc/freecell-solver/INSTALL
-sed -i 's#%{_bindir}/env python3#%{_bindir}/python3#'
%{buildroot}%{_bindir}/*.py
-sed -i 's#%{_bindir}/env python3#%{_bindir}/python3#'
%{buildroot}%{_bindir}/gen-multiple-pysol-layouts
+sed -i 's#%{_bindir}/env python3$#%{_bindir}/python3#'
%{buildroot}%{_bindir}/*.py
+sed -i 's#%{_bindir}/env python3$#%{_bindir}/python3#'
%{buildroot}%{_bindir}/gen-multiple-pysol-layouts
sed -i '/^#!\/bin/d' %{buildroot}%{_datadir}/freecell-solver/presets/*.sh
%fdupes -s %{buildroot}%{_mandir}
-%post -n %{libname}%{soversion} -p /sbin/ldconfig
-%postun -n %{libname}%{soversion} -p /sbin/ldconfig
+%ldconfig_scriptlets -n %{libname}%{soversion}
%files -n %{libname}%{soversion}
%license COPYING.asciidoc