[geeqie] Check exec value for NULL in src/editors.c

Michael Schwendt mschwendt at fedoraproject.org
Fri Feb 1 17:53:53 UTC 2013


commit 17f74f00f32197bc2d00271e015cf5a2bd0a60fe
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Fri Feb 1 18:53:48 2013 +0100

    Check exec value for NULL in src/editors.c
    
    - Fedora >= 19: Drop ancient "fedora" vendor prefix from desktop file.

 geeqie.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/geeqie.spec b/geeqie.spec
index a4c521d..bff5151 100644
--- a/geeqie.spec
+++ b/geeqie.spec
@@ -3,7 +3,7 @@
 Summary: Image browser and viewer
 Name: geeqie
 Version: 1.1
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: GPLv2+
 Group: User Interface/X
 Source: http://downloads.sf.net/sourceforge/geeqie/%{name}-%{upstreamversion}.tar.gz
@@ -19,6 +19,9 @@ Patch2: geeqie-1.0-fix-fullscreen.patch
 Patch3: geeqie-1.0-double_generic_dialog_close.patch
 # from master
 Patch4: geeqie-1.1-editors-NULL.patch
+# reported upstream
+# https://sourceforge.net/tracker/?func=detail&atid=1054680&aid=3602709&group_id=222125
+Patch5: geeqie-1.1-filedata-change-notification.patch
 
 BuildRequires: gtk2-devel
 BuildRequires: lcms-devel
@@ -63,6 +66,7 @@ done
 %patch2 -p1 -b .fix-fullscreen
 %patch3 -p1 -b .fix-dialog-close
 %patch4 -p1 -b .editors-NULL
+%patch5 -p1 -b .filedata-notification
 
 
 %build
@@ -113,6 +117,10 @@ update-desktop-database &> /dev/null || :
 
 
 %changelog
+* Fri Feb  1 2023 Michael Schwendt <mschwendt at fedoraproject.org> - 1.1-8
+- Drop new idle callback from file_data_send_notification() as it
+  causes breakage (in the duplicate finder, for example).
+
 * Sun Jan 27 2013 Michael Schwendt <mschwendt at fedoraproject.org> - 1.1-7
 - Check exec value for NULL in src/editors.c
 - Fedora >= 19: Drop ancient "fedora" vendor prefix from desktop file.


More information about the scm-commits mailing list