[pkg-boinc-commits] r393 - in trunk/boinc: . debian debian/patches

Frank S. Thomas fst-guest at costa.debian.org
Tue Apr 11 08:56:14 UTC 2006


Author: fst-guest
Date: 2006-04-11 08:56:13 +0000 (Tue, 11 Apr 2006)
New Revision: 393

Removed:
   trunk/boinc/clientgui/
   trunk/boinc/debian/patches/01_amd64-gcc4-fixes.dpatch
Modified:
   trunk/boinc/debian/changelog
   trunk/boinc/debian/patches/00list
Log:
5.4.0 is out, so I'm removing the fixes for GCC 4 and updating the changelog
to close #360143. This revision is not ready for an upload yet.


Modified: trunk/boinc/debian/changelog
===================================================================
--- trunk/boinc/debian/changelog	2006-04-07 18:50:25 UTC (rev 392)
+++ trunk/boinc/debian/changelog	2006-04-11 08:56:13 UTC (rev 393)
@@ -1,10 +1,14 @@
-boinc (5.2.15-4) UNRELEASED; urgency=low
+boinc (5.4.0-1) UNRELEASED; urgency=low
 
-  * NOT RELEASED YET
+  * New upstream release.
+    - BOINC Manager: Allow a connection request to reset a connection attempt
+      to the local computer or another computer. (closes: #360143)
+  
+  [ Frank S. Thomas ]
   * debian/control:
     - Improved the short description of all three packages. (closes: #359332)
 
- -- Frank S. Thomas <frank at thomas-alfeld.de>  Thu,  6 Apr 2006 09:24:13 +0200
+ -- Frank S. Thomas <frank at thomas-alfeld.de>  Tue, 11 Apr 2006 10:50:15 +0200
 
 boinc (5.2.15-3) unstable; urgency=low
 

Modified: trunk/boinc/debian/patches/00list
===================================================================
--- trunk/boinc/debian/patches/00list	2006-04-07 18:50:25 UTC (rev 392)
+++ trunk/boinc/debian/patches/00list	2006-04-11 08:56:13 UTC (rev 393)
@@ -1,4 +1,3 @@
-01_amd64-gcc4-fixes.dpatch
 02_wx2.6-configure.ac.dpatch
 03_wx2.6-with-unicode.dpatch
 07_use-sensible-browser.dpatch

Deleted: trunk/boinc/debian/patches/01_amd64-gcc4-fixes.dpatch
===================================================================
--- trunk/boinc/debian/patches/01_amd64-gcc4-fixes.dpatch	2006-04-07 18:50:25 UTC (rev 392)
+++ trunk/boinc/debian/patches/01_amd64-gcc4-fixes.dpatch	2006-04-11 08:56:13 UTC (rev 393)
@@ -1,19 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 01_amd64-gcc4-fixes.dpatch by Frank S. Thomas <frank at thomas-alfeld.de>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
- at DPATCH@
-
---- boinc-5.2.13a.orig/lib/shmem.C  2005-07-23 10:10:39.000000000 +0200
-+++ boinc-5.2.13a/lib/shmem.C   2005-12-01 02:21:14.000000000 +0100
-@@ -129,7 +129,7 @@
-         return ERR_SHMGET;
-     }
-     p = shmat(id, 0, 0);
--    if ((int)p == -1) {
-+    if ((long)p == -1) {
-         return ERR_SHMAT;
-     }
-     *pp = p;




More information about the pkg-boinc-commits mailing list