public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gnome-user-share] wip/oholy/f45-update: Remove useless patch
@ 2026-06-24 11:34 Bastien Nocera
0 siblings, 0 replies; only message in thread
From: Bastien Nocera @ 2026-06-24 11:34 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gnome-user-share
Branch : wip/oholy/f45-update
Commit : 4f0c91268f0e9bf1f3cb30b818b2dbed4f4186b8
Author : Bastien Nocera <hadess@fedoraproject.org>
Date : 2008-04-03T13:49:51+00:00
Stats : +1/-16 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/gnome-user-share/c/4f0c91268f0e9bf1f3cb30b818b2dbed4f4186b8?branch=wip/oholy/f45-update
Log:
Remove useless patch
---
diff --git a/gnome-user-share.spec b/gnome-user-share.spec
index 7f2ee78..0ddddc4 100644
--- a/gnome-user-share.spec
+++ b/gnome-user-share.spec
@@ -22,8 +22,6 @@ Requires(post): GConf2
Requires(pre): GConf2
Requires(preun): GConf2
-Patch0: gus-handle-sigkill.patch
-
%description
gnome-user-share is a small package that binds together various free
@@ -40,7 +38,6 @@ The program also allows to share files using ObexFTP over Bluetooth.
%prep
%setup -q
-%patch0 -p0 -b .sigkill
%build
%configure
@@ -101,7 +98,7 @@ fi
%changelog
* Thu Apr 03 2008 - Bastien Nocera <bnocera@redhat.com> - 0.30-2
-- Handle the SIGKILL signal as well
+- XXX FIXME
* Mon Mar 31 2008 - Bastien Nocera <bnocera@redhat.com> - 0.30-1
- Update to 0.30
diff --git a/gus-handle-sigkill.patch b/gus-handle-sigkill.patch
deleted file mode 100644
index 1abefba..0000000
--- a/gus-handle-sigkill.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: src/user_share.c
-===================================================================
---- src/user_share.c (revision 234)
-+++ src/user_share.c (working copy)
-@@ -250,6 +250,7 @@
- signal (SIGINT, cleanup_handler);
- signal (SIGHUP, cleanup_handler);
- signal (SIGTERM, cleanup_handler);
-+ signal (SIGKILL, cleanup_handler);
-
- xdisplay = GDK_DISPLAY_XDISPLAY (gdk_display_get_default ());
- if (xdisplay == NULL) {
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-24 11:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-24 11:34 [rpms/gnome-user-share] wip/oholy/f45-update: Remove useless patch Bastien Nocera
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox