[arch-commits] CVS update of extra/gnome/bug-buddy (2 files)

Jan de Groot jgc at archlinux.org
Tue Sep 25 16:25:00 UTC 2007


    Date: Tuesday, September 25, 2007 @ 12:25:00
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/bug-buddy

Modified: PKGBUILD (1.25 -> 1.26)
          bgo479929-segfault-handler.patch (1.1 -> 1.2)

upgpkg: bug-buddy 2.20.0-2
Fix the patch


----------------------------------+
 PKGBUILD                         |    4 ++--
 bgo479929-segfault-handler.patch |   10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)


Index: extra/gnome/bug-buddy/PKGBUILD
diff -u extra/gnome/bug-buddy/PKGBUILD:1.25 extra/gnome/bug-buddy/PKGBUILD:1.26
--- extra/gnome/bug-buddy/PKGBUILD:1.25	Tue Sep 25 12:19:56 2007
+++ extra/gnome/bug-buddy/PKGBUILD	Tue Sep 25 12:25:00 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.25 2007/09/25 16:19:56 jgc Exp $
+# $Id: PKGBUILD,v 1.26 2007/09/25 16:25:00 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=bug-buddy
@@ -19,7 +19,7 @@
 	bgo480130-email-validation.patch)
 md5sums=('bce8b08a14d123ecfeefb3902031d773'
          'a73477557523bd65670839e2c99cb435'
-         '3805b438a1114629de5fd15a95ff69a3'
+         '7e8bf91e2df6df6c43b33286f9c76830'
          '4c9efc3e6ea5f093444b36bee0f2bc68')
 
 build() {
Index: extra/gnome/bug-buddy/bgo479929-segfault-handler.patch
diff -u extra/gnome/bug-buddy/bgo479929-segfault-handler.patch:1.1 extra/gnome/bug-buddy/bgo479929-segfault-handler.patch:1.2
--- extra/gnome/bug-buddy/bgo479929-segfault-handler.patch:1.1	Tue Sep 25 12:19:56 2007
+++ extra/gnome/bug-buddy/bgo479929-segfault-handler.patch	Tue Sep 25 12:25:00 2007
@@ -8,23 +8,23 @@
 +
 +		sigaction(SIGSEGV, NULL, &old_action);
 +		if (old_action.sa_handler != SIG_DFL)
-+			return;
++			return 0;
 +
 +                sigaction(SIGABRT, NULL, &old_action);
 +		if (old_action.sa_handler != SIG_DFL)
-+			return;
++			return 0;
 +
 +                sigaction(SIGTRAP, NULL, &old_action);
 +		if (old_action.sa_handler != SIG_DFL)
-+			return;
++			return 0;
 +
 +                sigaction(SIGFPE, NULL, &old_action);
 +		if (old_action.sa_handler != SIG_DFL)
-+			return;
++			return 0;
 +
 +                sigaction(SIGBUS, NULL, &old_action);
 +		if (old_action.sa_handler != SIG_DFL)
-+			return;
++			return 0;
 +
    		static ExceptionHandler handler("/tmp", check_if_gdb,
  						MinidumpCallback, NULL, true);




More information about the arch-commits mailing list