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-04-17 23:25:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/growlight (Old) and /work/SRC/openSUSE:Factory/.growlight.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "growlight" Sat Apr 17 23:25:17 2021 rev:12 rq:886301 version:1.2.32 Changes: -------- --- /work/SRC/openSUSE:Factory/growlight/growlight.changes 2021-04-06 17:32:48.863329575 +0200 +++ /work/SRC/openSUSE:Factory/.growlight.new.12324/growlight.changes 2021-04-17 23:25:26.073642054 +0200 @@ -1,0 +2,8 @@ +Thu Apr 8 08:49:14 UTC 2021 - Martin Hauke <mar...@gmx.de> + +- Update to version 1.2.32 + * Upstream does not provide a changelog +- Drop patch (fixed upstream): + * 0001-tests-fix-alignment-of-packed-fields-141.patch + +------------------------------------------------------------------- Old: ---- 0001-tests-fix-alignment-of-packed-fields-141.patch growlight-1.2.31.tar.gz New: ---- growlight-1.2.32.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ growlight.spec ++++++ --- /var/tmp/diff_new_pack.bRnx57/_old 2021-04-17 23:25:26.457642708 +0200 +++ /var/tmp/diff_new_pack.bRnx57/_new 2021-04-17 23:25:26.457642708 +0200 @@ -23,14 +23,13 @@ %bcond_without pandoc %endif Name: growlight -Version: 1.2.31 +Version: 1.2.32 Release: 0 Summary: Disk manipulation and system setup tool License: GPL-3.0-or-later Group: System/Monitoring URL: https://nick-black.com/dankwiki/index.php/Growlight Source: https://github.com/dankamongmen/growlight/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -Patch0: 0001-tests-fix-alignment-of-packed-fields-141.patch BuildRequires: cmake BuildRequires: gcc-c++ %if %{with pandoc} @@ -71,7 +70,6 @@ %prep %setup -q -%patch0 -p1 %build %cmake -DUSE_LIBZFS=OFF -DUSE_PANDOC=%{with pandoc} ++++++ growlight-1.2.31.tar.gz -> growlight-1.2.32.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/growlight-1.2.31/CMakeLists.txt new/growlight-1.2.32/CMakeLists.txt --- old/growlight-1.2.31/CMakeLists.txt 2021-02-16 23:37:17.000000000 +0100 +++ new/growlight-1.2.32/CMakeLists.txt 2021-04-08 02:38:06.000000000 +0200 @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.14) -project(growlight VERSION 1.2.31 +project(growlight VERSION 1.2.32 DESCRIPTION "Block device and filesystem manager" HOMEPAGE_URL "https://nick-black.com/dankwiki/index.php/Growlight" LANGUAGES C CXX) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/growlight-1.2.31/doc/man/man8/growlight-readline.8.md new/growlight-1.2.32/doc/man/man8/growlight-readline.8.md --- old/growlight-1.2.31/doc/man/man8/growlight-readline.8.md 2021-02-16 23:37:17.000000000 +0100 +++ new/growlight-1.2.32/doc/man/man8/growlight-readline.8.md 2021-04-08 02:38:06.000000000 +0200 @@ -1,6 +1,6 @@ % growlight-readline(8) % nick black <nickbl...@linux.com> -% v1.2.31 +% v1.2.32 # NAME diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/growlight-1.2.31/doc/man/man8/growlight.8.md new/growlight-1.2.32/doc/man/man8/growlight.8.md --- old/growlight-1.2.31/doc/man/man8/growlight.8.md 2021-02-16 23:37:17.000000000 +0100 +++ new/growlight-1.2.32/doc/man/man8/growlight.8.md 2021-04-08 02:38:06.000000000 +0200 @@ -1,6 +1,6 @@ % growlight(8) % nick black <nickbl...@linux.com> -% v1.2.31 +% v1.2.32 # NAME diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/growlight-1.2.31/src/notcurses/notcurses.c new/growlight-1.2.32/src/notcurses/notcurses.c --- old/growlight-1.2.31/src/notcurses/notcurses.c 2021-02-16 23:37:17.000000000 +0100 +++ new/growlight-1.2.32/src/notcurses/notcurses.c 2021-04-08 02:38:06.000000000 +0200 @@ -6047,7 +6047,7 @@ struct ncmenu_options mopts = { .sections = sections, .sectioncount = sizeof(sections) / sizeof(*sections), - .headerchannels = CHANNELS_RGB_INITIALIZER(0xff, 0xff, 0xff, 0x6b, 0x38, 0x6b), + .headerchannels = CHANNELS_RGB_INITIALIZER(0xff, 0xff, 0xff, 0x35, 0x1c, 0x35), .sectionchannels = CHANNELS_RGB_INITIALIZER(0xd6, 0x70, 0xd6, 0x00, 0x00, 0x00), }; struct ncmenu* nmenu = ncmenu_create(n, &mopts); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/growlight-1.2.31/tests/gpt.cpp new/growlight-1.2.32/tests/gpt.cpp --- old/growlight-1.2.31/tests/gpt.cpp 2021-02-16 23:37:17.000000000 +0100 +++ new/growlight-1.2.32/tests/gpt.cpp 2021-04-08 02:38:06.000000000 +0200 @@ -19,14 +19,16 @@ SUBCASE("Revision") { gpt_header head; CHECK(0 == initialize_gpt(&head, 512, 4194287, 34, nullptr)); - CHECK(0x00010000 == head.revision); + auto revision = head.revision; + CHECK(0x00010000 == revision); } // Bytes 0xc--0xf must be >= 92, should be the logical block size SUBCASE("HeaderSize") { gpt_header head; CHECK(0 == initialize_gpt(&head, 512, 4194287, 34, nullptr)); - CHECK(92 == head.headsize); + auto headsize = head.headsize; + CHECK(92 == headsize); } // Bytes 0x18--0x1f are the sector of the GPT primary, usually 1 @@ -34,8 +36,10 @@ SUBCASE("GPTLBAs") { gpt_header head; CHECK(0 == initialize_gpt(&head, 512, 100000, 34, nullptr)); - CHECK(1 == head.lba); - CHECK(100000 == head.backuplba); + auto lba = head.lba; + CHECK(1 == lba); + auto backuplba = head.backuplba; + CHECK(100000 == backuplba); } // Verify the 16-byte UUID is as specified @@ -61,17 +65,22 @@ gpt_header head; CHECK(0 == initialize_gpt(&head, 512, 4194287, 34, UUID)); // partition entry size must be a positive multiple of 128 (usually 128) - CHECK(0 < head.partsize); - CHECK(0 == (head.partsize % 128)); + auto partsize = head.partsize; + CHECK(0 < partsize); + CHECK(0 == (partsize % 128)); // number of partition entries, usually 128 (MINIMUM_GPT_ENTRIES) - CHECK(128 <= head.partcount); - auto entries = new gpt_entry[head.partcount]; - memset(entries, 0, sizeof(*entries) * head.partcount); + auto partcount = head.partcount; + CHECK(128 <= partcount); + auto entries = new gpt_entry[partcount]; + memset(entries, 0, sizeof(*entries) * partcount); CHECK(0 == update_crc(&head, entries)); + auto crc = head.crc; // FIXME fix on big-endian! - WARN(2006165414 == head.crc); - CHECK(0 == head.reserved); - CHECK(2874462854 == head.partcrc); + WARN(2006165414 == crc); + auto reserved = head.reserved; + CHECK(0 == reserved); + auto partcrc = head.partcrc; + CHECK(2874462854 == partcrc); delete[] entries; } @@ -85,7 +94,8 @@ memset(sector, 0xff, sizeof(sector)); gpt_header* head = reinterpret_cast<gpt_header*>(sector); CHECK(0 == initialize_gpt(head, sizeof(sector), 4194287, 34, nullptr)); - CHECK(92 == head->headsize); + auto headsize = head->headsize; + CHECK(92 == headsize); for(size_t idx = 92 ; idx < sizeof(sector) ; ++idx){ CHECK(0 == sector[idx]); }