Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package notcurses for openSUSE:Factory 
checked in at 2021-07-31 18:51:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/notcurses (Old)
 and      /work/SRC/openSUSE:Factory/.notcurses.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "notcurses"

Sat Jul 31 18:51:31 2021 rev:15 rq:909524 version:2.3.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/notcurses/notcurses.changes      2021-06-09 
21:52:15.286469681 +0200
+++ /work/SRC/openSUSE:Factory/.notcurses.new.1899/notcurses.changes    
2021-07-31 18:52:32.098448353 +0200
@@ -1,0 +2,8 @@
+Fri Jul 30 12:25:36 UTC 2021 - Ludwig Nussel <lnus...@suse.de>
+
+- new version 2.3.12
+  https://github.com/dankamongmen/notcurses/releases/tag/v2.3.12
+- disable xray demo (boo#1188860, notcurses-2.3.12-skip-xray.diff)
+- enable DFSG_BUILD to avoid nonfree material
+
+-------------------------------------------------------------------

Old:
----
  notcurses-2.3.2.tar.gz

New:
----
  notcurses-2.3.12-skip-xray.diff
  notcurses-2.3.12.tar.gz

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

Other differences:
------------------
++++++ notcurses.spec ++++++
--- /var/tmp/diff_new_pack.ZxUTDX/_old  2021-07-31 18:52:32.526447841 +0200
+++ /var/tmp/diff_new_pack.ZxUTDX/_new  2021-07-31 18:52:32.530447836 +0200
@@ -24,7 +24,7 @@
 %bcond_without  pandoc
 %endif
 Name:           notcurses
-Version:        2.3.2
+Version:        2.3.12
 Release:        0
 Summary:        Character graphics and TUI library
 License:        Apache-2.0
@@ -32,6 +32,8 @@
 URL:            https://nick-black.com/dankwiki/index.php/Notcurses
 #Git-Clone:     https://github.com/dankamongmen/notcurses.git
 Source:         
https://github.com/dankamongmen/notcurses/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+# default openSUSE ffmpeg can't play the codec used in the xray demo
+Patch:          notcurses-2.3.12-skip-xray.diff
 BuildRequires:  QR-Code-generator-devel
 BuildRequires:  cmake
 BuildRequires:  doctest-devel >= 2.3.5
@@ -49,6 +51,7 @@
 BuildRequires:  pkgconfig(libswscale) >= 5.0
 BuildRequires:  pkgconfig(readline) >= 8.0
 BuildRequires:  pkgconfig(tinfo) >= 6.1
+BuildRequires:  pkgconfig(zlib)
 %if %{with pandoc}
 BuildRequires:  python3-pypandoc
 %endif
@@ -173,11 +176,12 @@
 library.
 
 %prep
-%setup -q
+%autosetup -p1
 #sed -e '/^#!\//, 1d' -i python/src/notcurses/notcurses.py
 
 %build
 %cmake -DUSE_DOCTEST=OFF -DUSE_STATIC=OFF \
+     -DDFSG_BUILD=ON \
 %if %{with pandoc}
      -DUSE_PANDOC=ON
 %else
@@ -221,13 +225,14 @@
 %{_bindir}/ncls
 %{_bindir}/ncneofetch
 %{_bindir}/notcurses-demo
+%{_bindir}/notcurses-info
 %{_bindir}/notcurses-input
 %{_bindir}/nctetris
 %{_bindir}/ncplayer
 %if %{with pandoc}
 %{_mandir}/man1/notcurses-demo.1%{?ext_man}
+%{_mandir}/man1/notcurses-info.1%{?ext_man}
 %{_mandir}/man1/notcurses-input.1%{?ext_man}
-%{_mandir}/man1/notcurses-tester.1%{?ext_man}
 %{_mandir}/man1/nctetris.1%{?ext_man}
 %{_mandir}/man1/ncplayer.1%{?ext_man}
 %{_mandir}/man1/ncls.1%{?ext_man}

++++++ notcurses-2.3.12-skip-xray.diff ++++++
Index: notcurses-2.3.12/src/demo/demo.c
===================================================================
--- notcurses-2.3.12.orig/src/demo/demo.c
+++ notcurses-2.3.12/src/demo/demo.c
@@ -21,7 +21,7 @@ static int democount;
 static demoresult* results;
 static char *datadir = NOTCURSES_SHARE;
 
-static const char DEFAULT_DEMO[] = "ixetnchdmbkygarwuvlsfjqzo";
+static const char DEFAULT_DEMO[] = "ietnchdmbkygarwuvlsfjqzo";
 
 atomic_bool interrupted = ATOMIC_VAR_INIT(false);
 // checked following demos, whether aborted, failed, or otherwise
++++++ notcurses-2.3.2.tar.gz -> notcurses-2.3.12.tar.gz ++++++
/work/SRC/openSUSE:Factory/notcurses/notcurses-2.3.2.tar.gz 
/work/SRC/openSUSE:Factory/.notcurses.new.1899/notcurses-2.3.12.tar.gz differ: 
char 13, line 1

Reply via email to