Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nwg-drawer for openSUSE:Factory 
checked in at 2025-01-30 14:52:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nwg-drawer (Old)
 and      /work/SRC/openSUSE:Factory/.nwg-drawer.new.2316 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nwg-drawer"

Thu Jan 30 14:52:21 2025 rev:5 rq:1241274 version:0.6.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/nwg-drawer/nwg-drawer.changes    2025-01-23 
18:04:06.136888344 +0100
+++ /work/SRC/openSUSE:Factory/.nwg-drawer.new.2316/nwg-drawer.changes  
2025-01-30 14:52:29.400627632 +0100
@@ -1,0 +2,7 @@
+Thu Jan 30 00:09:38 UTC 2025 - Lukas Müller <expee...@outlook.com>
+
+- Update to version 0.6.3.
+  Changelog: https://github.com/nwg-piotr/nwg-drawer/releases/tag/v0.6.3
+  - Fixed crash when deleting or backspacing all text from the search field 
#152 (only happened with the `-nocats` flag).
+
+-------------------------------------------------------------------

Old:
----
  nwg-drawer-0.6.2.tar.gz

New:
----
  nwg-drawer-0.6.3.tar.gz

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

Other differences:
------------------
++++++ nwg-drawer.spec ++++++
--- /var/tmp/diff_new_pack.JWDtQa/_old  2025-01-30 14:52:30.032653703 +0100
+++ /var/tmp/diff_new_pack.JWDtQa/_new  2025-01-30 14:52:30.036653867 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           nwg-drawer
-Version:        0.6.2
+Version:        0.6.3
 Release:        0
 Summary:        Wlroots application drawer
 License:        MIT

++++++ nwg-drawer-0.6.2.tar.gz -> nwg-drawer-0.6.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nwg-drawer-0.6.2/main.go new/nwg-drawer-0.6.3/main.go
--- old/nwg-drawer-0.6.2/main.go        2025-01-21 22:54:32.000000000 +0100
+++ new/nwg-drawer-0.6.3/main.go        2025-01-29 00:57:50.000000000 +0100
@@ -22,7 +22,7 @@
        "github.com/diamondburned/gotk4/pkg/gtk/v3"
 )
 
-const version = "0.6.2"
+const version = "0.6.3"
 
 var (
        appDirs          []string
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nwg-drawer-0.6.2/uicomponents.go 
new/nwg-drawer-0.6.3/uicomponents.go
--- old/nwg-drawer-0.6.2/uicomponents.go        2025-01-21 22:54:32.000000000 
+0100
+++ new/nwg-drawer-0.6.3/uicomponents.go        2025-01-29 00:57:50.000000000 
+0100
@@ -504,7 +504,7 @@
                                pinnedFlowBox.ShowAll()
                        }
 
-                       if !categoriesWrapper.Visible() {
+                       if categoriesWrapper != nil && 
!categoriesWrapper.Visible() {
                                categoriesWrapper.ShowAll()
                        }
                }

Reply via email to