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-05-16 23:41:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/growlight (Old)
 and      /work/SRC/openSUSE:Factory/.growlight.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "growlight"

Sun May 16 23:41:42 2021 rev:13 rq:893344 version:1.2.33

Changes:
--------
--- /work/SRC/openSUSE:Factory/growlight/growlight.changes      2021-04-17 
23:25:26.073642054 +0200
+++ /work/SRC/openSUSE:Factory/.growlight.new.2988/growlight.changes    
2021-05-16 23:44:02.097157848 +0200
@@ -1,0 +2,6 @@
+Thu May 13 19:12:20 UTC 2021 - Martin Hauke <[email protected]>
+
+- Update to version 1.2.33
+  * Upstream does not provide a changelog
+
+-------------------------------------------------------------------

Old:
----
  growlight-1.2.32.tar.gz

New:
----
  growlight-1.2.33.tar.gz

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

Other differences:
------------------
++++++ growlight.spec ++++++
--- /var/tmp/diff_new_pack.GnuBSv/_old  2021-05-16 23:44:02.593155926 +0200
+++ /var/tmp/diff_new_pack.GnuBSv/_new  2021-05-16 23:44:02.597155909 +0200
@@ -23,7 +23,7 @@
 %bcond_without  pandoc
 %endif
 Name:           growlight
-Version:        1.2.32
+Version:        1.2.33
 Release:        0
 Summary:        Disk manipulation and system setup tool
 License:        GPL-3.0-or-later
@@ -45,7 +45,7 @@
 BuildRequires:  pkgconfig(libpci) >= 3.1.9
 BuildRequires:  pkgconfig(libudev) >= 175
 BuildRequires:  pkgconfig(nettle) >= 3.5.1
-BuildRequires:  pkgconfig(notcurses) >= 2.1.8
+BuildRequires:  pkgconfig(notcurses) >= 2.2.9
 BuildRequires:  pkgconfig(pciaccess) >= 0.13.1
 BuildRequires:  pkgconfig(readline)
 BuildRequires:  pkgconfig(zlib) >= 1.2.11

++++++ growlight-1.2.32.tar.gz -> growlight-1.2.33.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/growlight-1.2.32/CMakeLists.txt 
new/growlight-1.2.33/CMakeLists.txt
--- old/growlight-1.2.32/CMakeLists.txt 2021-04-08 02:38:06.000000000 +0200
+++ new/growlight-1.2.33/CMakeLists.txt 2021-05-05 06:42:54.000000000 +0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.14)
-project(growlight VERSION 1.2.32
+project(growlight VERSION 1.2.33
   DESCRIPTION "Block device and filesystem manager"
   HOMEPAGE_URL "https://nick-black.com/dankwiki/index.php/Growlight";
   LANGUAGES C CXX)
@@ -34,7 +34,7 @@
 find_package(PkgConfig REQUIRED)
 find_package(Threads)
 set_package_properties(Threads PROPERTIES TYPE REQUIRED)
-find_package(Notcurses 2.1.8 CONFIG)
+find_package(Notcurses 2.2.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.32/README.md 
new/growlight-1.2.33/README.md
--- old/growlight-1.2.32/README.md      2021-04-08 02:38:06.000000000 +0200
+++ new/growlight-1.2.33/README.md      2021-05-05 06:42:54.000000000 +0200
@@ -22,7 +22,7 @@
  - libcryptsetup 2.1.5+
  - libdevmapper 1.02.74+
  - libnettle 3.5.1+
- - libnotcurses 2.1.8+
+ - libnotcurses 2.2.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.32/doc/man/man8/growlight-readline.8.md 
new/growlight-1.2.33/doc/man/man8/growlight-readline.8.md
--- old/growlight-1.2.32/doc/man/man8/growlight-readline.8.md   2021-04-08 
02:38:06.000000000 +0200
+++ new/growlight-1.2.33/doc/man/man8/growlight-readline.8.md   2021-05-05 
06:42:54.000000000 +0200
@@ -1,6 +1,6 @@
 % growlight-readline(8)
 % nick black <[email protected]>
-% v1.2.32
+% v1.2.33
 
 # NAME
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/growlight-1.2.32/doc/man/man8/growlight.8.md 
new/growlight-1.2.33/doc/man/man8/growlight.8.md
--- old/growlight-1.2.32/doc/man/man8/growlight.8.md    2021-04-08 
02:38:06.000000000 +0200
+++ new/growlight-1.2.33/doc/man/man8/growlight.8.md    2021-05-05 
06:42:54.000000000 +0200
@@ -1,6 +1,6 @@
 % growlight(8)
 % nick black <[email protected]>
-% v1.2.32
+% v1.2.33
 
 # NAME
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/growlight-1.2.32/src/notcurses/notcurses.c 
new/growlight-1.2.33/src/notcurses/notcurses.c
--- old/growlight-1.2.32/src/notcurses/notcurses.c      2021-04-08 
02:38:06.000000000 +0200
+++ new/growlight-1.2.33/src/notcurses/notcurses.c      2021-05-05 
06:42:54.000000000 +0200
@@ -616,16 +616,16 @@
   if(ncplane_cursor_move_yx(nc, y, x)){
     return -1;
   }
-  cell c = CELL_TRIVIAL_INITIALIZER;
-  if(cell_load(nc, &c, ch) < 0){
+  nccell c = CELL_TRIVIAL_INITIALIZER;
+  if(nccell_load(nc, &c, ch) < 0){
     return -1;
   }
   c.channels = ncplane_channels(nc);
   if(ncplane_hline(nc, &c, n) != n){
-    cell_release(nc, &c);
+    nccell_release(nc, &c);
     return -1;
   }
-  cell_release(nc, &c);
+  nccell_release(nc, &c);
   return 0;
 }
 

Reply via email to