rpms/qbittorrent/devel abrt.patch, NONE, 1.1 qbittorrent.spec, 1.92, 1.93

Leigh Scott leigh123linux at fedoraproject.org
Sat Mar 20 22:38:13 UTC 2010


Author: leigh123linux

Update of /cvs/pkgs/rpms/qbittorrent/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv7916

Modified Files:
	qbittorrent.spec 
Added Files:
	abrt.patch 
Log Message:
* Sat Mar 20 2010 leigh scott <leigh123linux at googlemail.com> - 2.2.1-2
- add abrt patch


abrt.patch:
 main.cpp |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

--- NEW FILE abrt.patch ---
--- qbittorrent-2.2.1.orig/srcsrc/main.cpp	(revision 3694)
+++ qbittorrent-2.2.1/srcsrc/main.cpp	(working copy)
@@ -141,8 +141,7 @@
   std::cerr << "\n\n*************************************************************\n";
   std::cerr << "Catching SIGSEGV, please report a bug at http://bug.qbittorrent.org\nand provide the following backtrace:\n";
   print_stacktrace();
-  std::raise(SIGINT);
-  std::abort();
+  std::raise(SIGSEGV);
 }
 void sigabrtHandler(int) {
   signal(SIGABRT, 0);
@@ -150,8 +149,7 @@
   std::cerr << "\n\n*************************************************************\n";
   std::cerr << "Catching SIGABRT, please report a bug at http://bug.qbittorrent.org\nand provide the following backtrace:\n";
   print_stacktrace();
-  std::raise(SIGINT);
-  std::abort();
+  std::raise(SIGABRT);
 }
 #endif
 


Index: qbittorrent.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qbittorrent/devel/qbittorrent.spec,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -p -r1.92 -r1.93
--- qbittorrent.spec	20 Mar 2010 16:23:40 -0000	1.92
+++ qbittorrent.spec	20 Mar 2010 22:38:13 -0000	1.93
@@ -3,7 +3,7 @@
 Name:    qbittorrent
 Summary: A Bittorrent Client 
 Version: 2.2.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 # The source for this package was pulled from upstream's vcs.  Use the
 # following commands to generate the tarball:
 # svn checkout -r %{svn_rev} https://qbittorrent.svn.sourceforge.net/svnroot/qbittorrent/trunk qbittorrent
@@ -16,6 +16,7 @@ Source1: qbittorrent-nox.README
 Patch0:  disable_extra_debug.patch
 
 # Upstream patches
+Patch1:  abrt.patch
 
 URL: http://sourceforge.net/projects/qbittorrent
 Group: Applications/Internet
@@ -49,7 +50,7 @@ It aims to be as fast as possible and to
 %setup -q
 #%patch0 -p1 -b .disable_extra_debug
 # Upstream patches
-
+%patch1 -p1 -b .abrt
 
 cp -p %{SOURCE1} .
 
@@ -123,6 +124,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 
 %changelog
+* Sat Mar 20 2010 leigh scott <leigh123linux at googlemail.com> - 2.2.1-2
+- add abrt patch
+
 * Sat Mar 20 2010 leigh scott <leigh123linux at googlemail.com> - 2.2.1-1
 - update to 2.2.1
 



More information about the scm-commits mailing list