Your message dated Tue, 09 Aug 2005 11:02:09 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#320741: fixed in libopengl-ruby 0.32f-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 1 Aug 2005 06:37:08 +0000
>From [EMAIL PROTECTED] Sun Jul 31 23:37:07 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mxfep01.bredband.com [195.54.107.70] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1DzTv9-00015D-00; Sun, 31 Jul 2005 23:37:07 -0700
Received: from wigwam ([213.112.182.53] [213.112.182.53])
          by mxfep01.bredband.com with ESMTP
          id <[EMAIL PROTECTED]>
          for <[EMAIL PROTECTED]>; Mon, 1 Aug 2005 08:36:35 +0200
Received: from localhost ([127.0.0.1] helo=wigwam)
        by wigwam with esmtp (Exim 4.52)
        id 1DzTvt-0008TF-5z
        for [EMAIL PROTECTED]; Mon, 01 Aug 2005 08:37:53 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: libopengl-ruby: Misspelled function: GLUT.SetCurcor should be 
GLUT.SetCursor
X-Debbugs-CC: Daniel Brockman <[EMAIL PROTECTED]>
X-Face: :&2UWGm>e24)ip~'[EMAIL PROTECTED]&[EMAIL 
PROTECTED])=dUb825\Fwg#`^N!Y*g-TqdS
 [EMAIL PROTECTED]'ya8${57/T'"mTd`1o{TGYhHnVucLq!D$r2O{IN)7>.0op_Y`%r;/Q
 +(]`3F-t10N7NF\.Mm0q}p1:%iqTi:5]1E]rDF)R$9.!,Eu'9K':y9^U3F8UCS1M+A$
 8[[[WT^`$P[vu>P+8]aQMh9giu&fPCqLW2FSsGs
From: Daniel Brockman <[EMAIL PROTECTED]>
Date: Mon, 01 Aug 2005 08:37:52 +0200
Message-ID: <[EMAIL PROTECTED]>
User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="=-=-="
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-9.1 required=4.0 tests=BAYES_00,HAS_PACKAGE,
        REMOVE_REMOVAL_2WORD,X_DEBBUGS_CC autolearn=ham 
        version=2.60-bugs.debian.org_2005_01_02

--=-=-=
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

Package: libopengl-ruby
Version: 0.32f-1
Severity: normal
Tags: patch

Kudos to Lars =D6hrman for finding this.


--=-=-=
Content-Type: text/x-patch
Content-Disposition: inline

*** libopengl-ruby-0.32f/glut.c~ Sat Jul 17 17:26:38 2004
--- libopengl-ruby-0.32f/glut.c  Mon Aug  1 08:10:51 2005
@@ -361,7 +361,7 @@
 }
 
 static VALUE
-glut_SetCurcor(obj,arg1)
+glut_SetCursor(obj,arg1)
 VALUE obj,arg1;
 {
     int cursor;
@@ -1296,7 +1296,9 @@
     rb_define_module_function(mGLUT, "ShowWindow", glut_ShowWindow, 0);
     rb_define_module_function(mGLUT, "HideWindow", glut_HideWindow, 0);
     rb_define_module_function(mGLUT, "FullScreen", glut_FullScreen, 0);
-    rb_define_module_function(mGLUT, "SetCurcor", glut_SetCurcor, 1);
+    rb_define_module_function(mGLUT, "SetCursor", glut_SetCursor, 1);
+    /* Misspelled function alias retained for backwards-compatibility.  */
+    rb_define_module_function(mGLUT, "SetCurcor", glut_SetCursor, 1);
     rb_define_module_function(mGLUT, "WarpPointer", glut_WarpPointer, 2);
     rb_define_module_function(mGLUT, "EstablishOverlay", 
glut_EstablishOverlay, 0);
     rb_define_module_function(mGLUT, "RemoveOverlay", glut_RemoveOverlay, 0);

--=-=-=


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.11-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages libopengl-ruby depends on:
ii  freeglut3                 2.2.0-8.1      OpenGL Utility Toolkit
ii  libc6                     2.3.2.ds1-22   GNU C Library: Shared libraries an
ii  libruby1.8                1.8.2-9        Libraries necessary to run Ruby 1.
ii  libx11-6                  6.8.2.dfsg.1-4 X Window System protocol client li
ii  libxext6                  6.8.2.dfsg.1-4 X Window System miscellaneous exte
ii  libxi6                    6.8.2.dfsg.1-4 X Window System Input extension li
ii  xlibmesa-gl [libgl1]      6.8.2.dfsg.1-4 Mesa 3D graphics library [X.Org]
ii  xlibmesa-glu [libglu1]    6.8.2-10       Mesa OpenGL utility library [X.Org
ii  xlibs                     6.8.2.dfsg.1-4 X Window System client libraries m

libopengl-ruby recommends no packages.

-- no debconf information

-- 
Daniel Brockman <[EMAIL PROTECTED]>

    So really, we all have to ask ourselves:
    Am I waiting for RMS to do this?   --TTN.

--=-=-=--

---------------------------------------
Received: (at 320741-close) by bugs.debian.org; 9 Aug 2005 18:09:31 +0000
>From [EMAIL PROTECTED] Tue Aug 09 11:09:31 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1E2YQT-0004BG-00; Tue, 09 Aug 2005 11:02:09 -0700
From: Dafydd Harries <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#320741: fixed in libopengl-ruby 0.32f-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 09 Aug 2005 11:02:09 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: libopengl-ruby
Source-Version: 0.32f-2

We believe that the bug you reported is fixed in the latest version of
libopengl-ruby, which is due to be installed in the Debian FTP archive:

libopengl-ruby_0.32f-2.diff.gz
  to pool/main/libo/libopengl-ruby/libopengl-ruby_0.32f-2.diff.gz
libopengl-ruby_0.32f-2.dsc
  to pool/main/libo/libopengl-ruby/libopengl-ruby_0.32f-2.dsc
libopengl-ruby_0.32f-2_i386.deb
  to pool/main/libo/libopengl-ruby/libopengl-ruby_0.32f-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dafydd Harries <[EMAIL PROTECTED]> (supplier of updated libopengl-ruby package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue,  9 Aug 2005 12:46:50 +0100
Source: libopengl-ruby
Binary: libopengl-ruby
Architecture: source i386
Version: 0.32f-2
Distribution: unstable
Urgency: low
Maintainer: Dafydd Harries <[EMAIL PROTECTED]>
Changed-By: Dafydd Harries <[EMAIL PROTECTED]>
Description: 
 libopengl-ruby - OpenGL binding for Ruby
Closes: 320741
Changes: 
 libopengl-ruby (0.32f-2) unstable; urgency=low
 .
   * Apply patch from Daniel Brockman to fix typo in the API. Closes: #320741.
Files: 
 44a1593a28470920dfd8e258b5e30049 656 interpreters optional 
libopengl-ruby_0.32f-2.dsc
 2d62350b82fe172e60546edf29db469e 2363 interpreters optional 
libopengl-ruby_0.32f-2.diff.gz
 ec4ad0a18a70eef89be2179e79003072 150048 interpreters optional 
libopengl-ruby_0.32f-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFC+KeUpD5tJxKCh+gRAneIAJ9zYzAyTyF1trsOqd00+z9DlUaK1ACfdTLi
yxnLDMixj5DAd37yqfpAqnk=
=O/6S
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to