Your message dated Tue, 05 Jun 2007 14:32:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#427378: fixed in shell-fm 0.2+svn20070605.r215-1
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)

--- Begin Message ---
Package: shell-fm
Version: 0.2+svn20070421.r201-1
Severity: normal
Tags: patch


Shell-fm fails to print bookmarks with non-ascii characters (in UTF8
locale, and only on machines with signed 'char', probably hangs/crashes on
machines with unsigned char).

My bookmarks file contains:

0 = lastfm://artist/Nightwish
1 = lastfm://artist/林原めぐみ/similar
...

shell-fm only prints:
0 = lastfm://artist/Nightwish
1 = lastfm://artist/

with no new line.

Attached patch fixes this bug.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-rc3-me (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=uk_UA.UTF-8, LC_CTYPE=uk_UA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages shell-fm depends on:
ii  libao2                       0.8.8-2     Cross Platform Audio Output Librar
ii  libc6                        2.5-9       GNU C Library: Shared libraries
ii  libmad0                      0.15.1b-2.1 MPEG audio decoder library
ii  libncurses5                  5.6-3       Shared libraries for terminal hand
ii  libreadline5                 5.2-3       GNU readline and history libraries

shell-fm recommends no packages.

-- no debconf information
Index: bookmark.c
===================================================================
--- bookmark.c	(revision 212)
+++ bookmark.c	(working copy)
@@ -89,7 +89,7 @@
 
 void printmarks(void) {
 	FILE * fd = fopen(rcpath("bookmarks"), "r");
-	char ch;
+	int ch;
 
 	if(!fd) {
 		puts("No bookmarks.");

--- End Message ---
--- Begin Message ---
Source: shell-fm
Source-Version: 0.2+svn20070605.r215-1

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

shell-fm_0.2+svn20070605.r215-1.diff.gz
  to pool/main/s/shell-fm/shell-fm_0.2+svn20070605.r215-1.diff.gz
shell-fm_0.2+svn20070605.r215-1.dsc
  to pool/main/s/shell-fm/shell-fm_0.2+svn20070605.r215-1.dsc
shell-fm_0.2+svn20070605.r215-1_amd64.deb
  to pool/main/s/shell-fm/shell-fm_0.2+svn20070605.r215-1_amd64.deb
shell-fm_0.2+svn20070605.r215.orig.tar.gz
  to pool/main/s/shell-fm/shell-fm_0.2+svn20070605.r215.orig.tar.gz



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.
Nacho Barrientos Arias <[EMAIL PROTECTED]> (supplier of updated shell-fm 
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, 05 Jun 2007 13:01:53 +0200
Source: shell-fm
Binary: shell-fm
Architecture: source amd64
Version: 0.2+svn20070605.r215-1
Distribution: unstable
Urgency: low
Maintainer: Nacho Barrientos Arias <[EMAIL PROTECTED]>
Changed-By: Nacho Barrientos Arias <[EMAIL PROTECTED]>
Description: 
 shell-fm   - console based player for last.fm radio streams
Closes: 427378
Changes: 
 shell-fm (0.2+svn20070605.r215-1) unstable; urgency=low
 .
   * New SVN snapshot
    + Added patch to fix a weird behaviour with non-ascii characters (merged
      upstream directly) (closes: #427378).
      Thanks to Eugeniy Meshcheryakov <[EMAIL PROTECTED]>
    + Fixed discovery mode.
    + Code clean up and minor fixes.
   * debian/{rules,control}
    + Disabling libao support in non-supported architectures, it renders
      shell-fm unusable in those architectures.
Files: 
 62db2c35a8566ea8a3a997160994c281 684 sound extra 
shell-fm_0.2+svn20070605.r215-1.dsc
 ec47d17f60df0a2b8384e74da7e3531d 112761 sound extra 
shell-fm_0.2+svn20070605.r215.orig.tar.gz
 2294ea241de22c72da5dfaf9a7975aba 4351 sound extra 
shell-fm_0.2+svn20070605.r215-1.diff.gz
 9d4db589989dd7f7fb72a9ec41405483 32166 sound extra 
shell-fm_0.2+svn20070605.r215-1_amd64.deb

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

iD8DBQFGZXCymbOM+OED/E0RAgBxAJ9YOLXHlSpKTpXLUmsUnrtiwubrzgCgkwQ5
3mQsuE5hn+yLQjn0WDIrYD8=
=M9h8
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to