Hello community,

here is the log from the commit of package notcurses for openSUSE:Factory 
checked in at 2020-09-24 16:13:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/notcurses (Old)
 and      /work/SRC/openSUSE:Factory/.notcurses.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "notcurses"

Thu Sep 24 16:13:56 2020 rev:2 rq:836150 version:1.7.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/notcurses/notcurses.changes      2020-09-22 
21:07:57.567760239 +0200
+++ /work/SRC/openSUSE:Factory/.notcurses.new.4249/notcurses.changes    
2020-09-24 16:14:21.352905330 +0200
@@ -1,0 +2,47 @@
+Thu Sep 10 18:39:19 UTC 2020 - Martin Hauke <mar...@gmx.de>
+
+- Update to version 1.7.2
+  * Exported `ncvisual_default_blitter()`, so that the effective
+    value of `NCBLIT_DEFAULT` can be determined.
+  * Added `NCREADER_OPTION_CURSOR`, instructing the `ncreader` to
+    make the terminal cursor visible, and manage the cursor's
+    placement.
+
+-------------------------------------------------------------------
+Tue Sep  1 05:58:46 UTC 2020 - Martin Hauke <mar...@gmx.de>
+
+- Update to version 1.7.1
+  * Renamed `CELL_SIMPLE_INITIALIZER` to `CELL_CHAR_INITIALIZER`,
+    and `cell_load_simple()` to `cell_load_char()`.
+  * Renamed `ncplane_putsimple()` to `ncplane_putchar()`,
+    `ncplane_putsimple_stainable()` to `ncplane_putchar_stainable()`,
+    and `ncplane_putsimple_yx()` to `ncplane_putchar_yx()`.
+
+-------------------------------------------------------------------
+Mon Aug 31 13:19:40 UTC 2020 - Martin Hauke <mar...@gmx.de>
+
+- Run unittest
+
+-------------------------------------------------------------------
+Mon Aug 31 06:49:27 UTC 2020 - Martin Hauke <mar...@gmx.de>
+
+- Update to version 1.7.0
+  * Added `notcurses_ucs32_to_utf8()` conversion helper.
+  * `ncdirect_init()` now takes a third `uint64_t flags` parameter.
+    No flags have been defined, and this parameter ought be set
+    to 0.
+
+-------------------------------------------------------------------
+Sun Aug 30 08:21:56 UTC 2020 - Martin Hauke <mar...@gmx.de>
+
+- Update to version 1.6.20
+  * Added convenience functions `ncplane_y()` and `ncplane_x()`,
+    components of longstanding `ncplane_yx()`.
+  * `ncreel` functions now generally call `ncreel_redraw()`
+    themselves. This includes `ncreel_add()`, `ncreel_del()`,
+    `ncreel_next()`, and `ncreel_prev()`. `ncreel_redraw()` need
+    only be called to update tablets.
+  * In order to conform with CMake naming conventions, our CMake
+    package is now accessed as "Notcurses" rather than "notcurses".
+
+-------------------------------------------------------------------

Old:
----
  notcurses-1.6.19.tar.gz

New:
----
  notcurses-1.7.2.tar.gz

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

Other differences:
------------------
++++++ notcurses.spec ++++++
--- /var/tmp/diff_new_pack.4yYP7w/_old  2020-09-24 16:14:23.232907211 +0200
+++ /var/tmp/diff_new_pack.4yYP7w/_new  2020-09-24 16:14:23.236907215 +0200
@@ -18,7 +18,7 @@
 
 %global sover   1
 Name:           notcurses
-Version:        1.6.19
+Version:        1.7.2
 Release:        0
 Summary:        Character graphics and TUI library
 License:        Apache-2.0
@@ -28,6 +28,7 @@
 Source:         
https://github.com/dankamongmen/notcurses/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  QR-Code-generator-devel
 BuildRequires:  cmake
+BuildRequires:  doctest-devel >= 2.3.5
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libunistring-devel
@@ -39,8 +40,8 @@
 BuildRequires:  python3-rpm-macros
 BuildRequires:  python3-setuptools
 BuildRequires:  pkgconfig(libavcodec) >= 57.0
-BuildRequires:  pkgconfig(libavutil) >= 56.0
 BuildRequires:  pkgconfig(libavformat) >= 57.0
+BuildRequires:  pkgconfig(libavutil) >= 56.0
 BuildRequires:  pkgconfig(libswscale) >= 5.0
 BuildRequires:  pkgconfig(tinfo) >= 6.1
 
@@ -153,12 +154,15 @@
 %python3_install
 %fdupes %{buildroot}/%{python3_sitearch}
 
-
 %post   -n libnotcurses%{sover} -p /sbin/ldconfig
 %postun -n libnotcurses%{sover} -p /sbin/ldconfig
 %post   -n libnotcurses++%{sover} -p /sbin/ldconfig
 %postun -n libnotcurses++%{sover} -p /sbin/ldconfig
 
+%check
+cd build
+%make_build test
+
 %files -n libnotcurses%{sover}
 %license LICENSE
 %doc NEWS.md OTHERS.md README.md TERMS.md USAGE.md
@@ -187,9 +191,9 @@
 %{_includedir}/notcurses
 %{_libdir}/libnotcurses.so
 %{_libdir}/pkgconfig/notcurses.pc
-%dir %{_libdir}/cmake/notcurses
-%{_libdir}/cmake/notcurses/notcursesConfig.cmake
-%{_libdir}/cmake/notcurses/notcursesConfigVersion.cmake
+%dir %{_libdir}/cmake/Notcurses
+%{_libdir}/cmake/Notcurses/NotcursesConfig.cmake
+%{_libdir}/cmake/Notcurses/NotcursesConfigVersion.cmake
 %{_mandir}/man3/*.3%{?ext_man}
 
 %files -n notcurses++-devel
@@ -199,7 +203,10 @@
 
 %files -n python3-notcurses
 %{_bindir}/notcurses-pydemo
+%{_bindir}/notcurses-direct-pydemo
 %{_mandir}/man1/notcurses-pydemo.1%{?ext_man}
+%{_mandir}/man1/notcurses-direct-pydemo.1%{?ext_man}
+
 %{python3_sitearch}/*
 
 %changelog

++++++ notcurses-1.6.19.tar.gz -> notcurses-1.7.2.tar.gz ++++++
/work/SRC/openSUSE:Factory/notcurses/notcurses-1.6.19.tar.gz 
/work/SRC/openSUSE:Factory/.notcurses.new.4249/notcurses-1.7.2.tar.gz differ: 
char 15, line 1


Reply via email to