Browse Source

Rene Rebe:


			
			
				rocklinux
			
			
		
Rene Rebe 21 years ago
parent
commit
f138c82dc1
3 changed files with 4 additions and 34 deletions
  1. +2
    -2
      package/gnome24/gmime/gmime.desc
  2. +2
    -2
      package/gnome24/gnomemeeting/gnomemeeting.desc
  3. +0
    -30
      package/gnome24/gnomemeeting/xml-version-hotfix.patch.disabled

+ 2
- 2
package/gnome24/gmime/gmime.desc

@ -36,8 +36,8 @@
[L] GPL
[S] Stable
[V] 2.0.14
[V] 2.1.4
[P] X -----5---9 444.000
[D] 0 gmime-2.0.14.tar.gz http://spruce.sourceforge.net/gmime/sources/v2.0/
[D] 0 gmime-2.1.4.tar.gz http://spruce.sourceforge.net/gmime/sources/v2.1/

+ 2
- 2
package/gnome24/gnomemeeting/gnomemeeting.desc

@ -41,8 +41,8 @@
[L] GPL
[S] Beta
[V] 1.0.1
[V] 1.0.2
[P] X -----5---9 886.000
[D] 2891812967 gnomemeeting-1.0.2.tar.gz http://www.gnomemeeting.org/admin/downloads/latest/sources/sources/
[D] 0 gnomemeeting-1.0.2.tar.gz http://www.gnomemeeting.org/admin/downloads/latest/sources/sources/

+ 0
- 30
package/gnome24/gnomemeeting/xml-version-hotfix.patch.disabled

@ -1,30 +0,0 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/gnome24/gnomemeeting/xml-version-hotfix.patch.disabled
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
--- gnomemeeting-0.98.5/lib/xdap/xdap.c.orig 2003-12-02 14:43:58.000000000 +0100
+++ gnomemeeting-0.98.5/lib/xdap/xdap.c 2003-12-02 14:47:13.000000000 +0100
@@ -156,7 +156,7 @@
xmlEntityPtr (**oldgetent) (void *, const xmlChar *), int noerr)
{
xmlDocPtr xp;
- xmlSAXHandler sax;
+ xmlSAXHandlerV1 sax;
memset (&sax, 0, sizeof sax);
sax = xmlDefaultSAXHandler; /* Copy original handler */

Loading…
Cancel
Save