Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package growlight for openSUSE:Factory checked in at 2021-08-27 21:43:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/growlight (Old) and /work/SRC/openSUSE:Factory/.growlight.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "growlight" Fri Aug 27 21:43:54 2021 rev:14 rq:914540 version:1.2.35 Changes: -------- --- /work/SRC/openSUSE:Factory/growlight/growlight.changes 2021-05-16 23:44:02.097157848 +0200 +++ /work/SRC/openSUSE:Factory/.growlight.new.1899/growlight.changes 2021-08-27 21:45:03.694051555 +0200 @@ -1,0 +2,7 @@ +Fri Aug 20 11:21:11 UTC 2021 - Martin Hauke <[email protected]> + +- Udpate to version 1.2.35 + * Updated for Notcurses 2.3.9 + * Fix build failures + +------------------------------------------------------------------- Old: ---- growlight-1.2.33.tar.gz New: ---- growlight-1.2.35.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ growlight.spec ++++++ --- /var/tmp/diff_new_pack.As3nZL/_old 2021-08-27 21:45:04.294052271 +0200 +++ /var/tmp/diff_new_pack.As3nZL/_new 2021-08-27 21:45:04.294052271 +0200 @@ -23,7 +23,7 @@ %bcond_without pandoc %endif Name: growlight -Version: 1.2.33 +Version: 1.2.35 Release: 0 Summary: Disk manipulation and system setup tool License: GPL-3.0-or-later ++++++ growlight-1.2.33.tar.gz -> growlight-1.2.35.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/growlight-1.2.33/CMakeLists.txt new/growlight-1.2.35/CMakeLists.txt --- old/growlight-1.2.33/CMakeLists.txt 2021-05-05 06:42:54.000000000 +0200 +++ new/growlight-1.2.35/CMakeLists.txt 2021-07-21 06:18:07.000000000 +0200 @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.14) -project(growlight VERSION 1.2.33 +project(growlight VERSION 1.2.35 DESCRIPTION "Block device and filesystem manager" HOMEPAGE_URL "https://nick-black.com/dankwiki/index.php/Growlight" LANGUAGES C CXX) @@ -28,13 +28,13 @@ set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING "Choose the build mode." FORCE) endif() -add_compile_definitions(FORTIFY_SOURCE=2) +add_compile_definitions(_FORTIFY_SOURCE=2) add_compile_options(-Wall -Wextra -W -Wshadow -Wformat -fexceptions) find_package(PkgConfig REQUIRED) find_package(Threads) set_package_properties(Threads PROPERTIES TYPE REQUIRED) -find_package(Notcurses 2.2.9 CONFIG) +find_package(Notcurses 2.3.9 CONFIG) set_package_properties(Notcurses PROPERTIES TYPE REQUIRED) pkg_check_modules(LIBATASMART REQUIRED libatasmart>=0.19) pkg_check_modules(LIBBLKID REQUIRED blkid>=2.20.1) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/growlight-1.2.33/README.md new/growlight-1.2.35/README.md --- old/growlight-1.2.33/README.md 2021-05-05 06:42:54.000000000 +0200 +++ new/growlight-1.2.35/README.md 2021-07-21 06:18:07.000000000 +0200 @@ -22,7 +22,7 @@ - libcryptsetup 2.1.5+ - libdevmapper 1.02.74+ - libnettle 3.5.1+ - - libnotcurses 2.2.9+ + - libnotcurses 2.3.9+ - libpci 3.1.9+ - libpciaccess 0.13.1+ - libreadline 8.0+ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/growlight-1.2.33/doc/man/man8/growlight-readline.8.md new/growlight-1.2.35/doc/man/man8/growlight-readline.8.md --- old/growlight-1.2.33/doc/man/man8/growlight-readline.8.md 2021-05-05 06:42:54.000000000 +0200 +++ new/growlight-1.2.35/doc/man/man8/growlight-readline.8.md 2021-07-21 06:18:07.000000000 +0200 @@ -1,6 +1,6 @@ % growlight-readline(8) % nick black <[email protected]> -% v1.2.33 +% v1.2.35 # NAME diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/growlight-1.2.33/doc/man/man8/growlight.8.md new/growlight-1.2.35/doc/man/man8/growlight.8.md --- old/growlight-1.2.33/doc/man/man8/growlight.8.md 2021-05-05 06:42:54.000000000 +0200 +++ new/growlight-1.2.35/doc/man/man8/growlight.8.md 2021-07-21 06:18:07.000000000 +0200 @@ -1,6 +1,6 @@ % growlight(8) % nick black <[email protected]> -% v1.2.33 +% v1.2.35 # NAME diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/growlight-1.2.33/src/notcurses/notcurses.c new/growlight-1.2.35/src/notcurses/notcurses.c --- old/growlight-1.2.33/src/notcurses/notcurses.c 2021-05-05 06:42:54.000000000 +0200 +++ new/growlight-1.2.35/src/notcurses/notcurses.c 2021-07-21 06:18:07.000000000 +0200 @@ -4939,8 +4939,8 @@ // typical UI, and handle it according to the subwindow. If we are not // interested in the input, return it for further use. Otherwise, return 0 to // indicate intercept. -static char32_t -handle_subwindow_input(char32_t ch){ +static uint32_t +handle_subwindow_input(uint32_t ch){ switch(ch){ default: // locked_diag("FIXME handle subwindow input"); @@ -4961,7 +4961,7 @@ // We received input while a modal form was active. Divert it from the typical // UI, and handle it according to the form. Returning non-zero quits the // program, and should pretty much only indicate that 'q' was pressed. -static char32_t +static uint32_t handle_actform_input(wchar_t ch){ struct form_state *fs = actform; void (*mcb)(const char *, char **, int, int); @@ -5256,12 +5256,12 @@ static void handle_input(struct ncplane* w){ - char32_t ch; + uint32_t ch; ncinput ni; int r; // FIXME can we not just throw lock_ and unlock_ around the entire stanza? - while((ch = notcurses_getc_blocking(NC, &ni)) != (char32_t)-1){ + while((ch = notcurses_getc_blocking(NC, &ni)) != (uint32_t)-1){ if(ch == 'L' && ni.ctrl){ lock_notcurses(); notcurses_refresh(NC, NULL, NULL); @@ -5300,7 +5300,7 @@ ch = ni.id; } if(actform){ - if((ch = handle_actform_input(ch)) == (char32_t)-1){ + if((ch = handle_actform_input(ch)) == (uint32_t)-1){ break; } if(ch == 0){ @@ -5308,7 +5308,7 @@ } } if(active){ - if((ch = handle_subwindow_input(ch)) == (char32_t)-1){ + if((ch = handle_subwindow_input(ch)) == (uint32_t)-1){ return; } if(ch == 0){ // intercepted @@ -6047,8 +6047,8 @@ struct ncmenu_options mopts = { .sections = sections, .sectioncount = sizeof(sections) / sizeof(*sections), - .headerchannels = CHANNELS_RGB_INITIALIZER(0xff, 0xff, 0xff, 0x35, 0x1c, 0x35), - .sectionchannels = CHANNELS_RGB_INITIALIZER(0xd6, 0x70, 0xd6, 0x00, 0x00, 0x00), + .headerchannels = NCCHANNELS_INITIALIZER(0xff, 0xff, 0xff, 0x35, 0x1c, 0x35), + .sectionchannels = NCCHANNELS_INITIALIZER(0xd6, 0x70, 0xd6, 0x00, 0x00, 0x00), }; struct ncmenu* nmenu = ncmenu_create(n, &mopts); return nmenu;
