Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package notcurses for openSUSE:Factory 
checked in at 2024-03-05 18:51:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/notcurses (Old)
 and      /work/SRC/openSUSE:Factory/.notcurses.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "notcurses"

Tue Mar  5 18:51:14 2024 rev:22 rq:1155029 version:3.0.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/notcurses/notcurses.changes      2023-11-07 
21:28:00.207148059 +0100
+++ /work/SRC/openSUSE:Factory/.notcurses.new.1770/notcurses.changes    
2024-03-05 18:51:28.970831312 +0100
@@ -1,0 +2,5 @@
+Tue Feb 27 22:03:41 UTC 2024 - Jaime Marquínez Ferrándiz 
<[email protected]>
+
+- Use the correct documentation's path.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ notcurses.spec ++++++
--- /var/tmp/diff_new_pack.7FcBvx/_old  2024-03-05 18:51:29.666856583 +0100
+++ /var/tmp/diff_new_pack.7FcBvx/_new  2024-03-05 18:51:29.666856583 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package notcurses
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 # Copyright (c) 2020-2022, Martin Hauke <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -199,6 +199,9 @@
 %cmake -DUSE_DOCTEST=OFF -DUSE_STATIC=OFF \
      -DDFSG_BUILD=ON \
      -DUSE_QRCODEGEN=ON \
+%if 0%{?suse_version} < 1600
+     -DCMAKE_INSTALL_DOCDIR:PATH=%{_docdir}/%{name} \
+%endif
 %if %{with pandoc}
      -DUSE_PANDOC=ON
 %else
@@ -211,7 +214,7 @@
 
 %install
 %cmake_install
-rm -rf %{buildroot}%{_datadir}/doc/notcurses/
+rm -rf %{buildroot}%{_docdir}/notcurses/
 cd python
 %python3_install
 %fdupes %{buildroot}/%{python3_sitearch}

Reply via email to