Your message dated Wed, 06 Sep 2006 17:47:09 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#381424: fixed in kdesvn 0.9.2-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: libsvnqt2
Version: 0.9.1-1

I have a Debian Sid system with kdesvn 0.9.1-1 installed. My locale is
Spanish (ie: [EMAIL PROTECTED], using ISO-8859-15 but the problem is
the same with ISO-8859-1). When I execute (or use the contextual menus
in Konqueror):

$ kdesvn exec log svn://path/to/repository

I see the log messages with some stranges letters (spanish letters
coded as utf-8). The problem dissapear when I execute:

$ LC_ALL=es_ES.UTF-8 kdesvn exec log svn://path/to/repository

(Using UTF-8 for KDESvn). I can't use the "LC_ALL=es_ES.UTF-8" trick
if I use the contextual menus in Konqueror. Maybe users with other
locales will have the same problem.

The author of KDESvn have resolved the bug, that I've reported in his
bug tracking system:
http://www.alwins-world.de/programs/mantis/view.php?id=101

I think the DD can make a minor release with this annoying bug
corrected. The changes are minimal (only one file). I attach a diff
with the changes for 0.9.1-1 that resolve the bug. Greetings,

Mario Palomo

Attachment: kdesvn-0.9.1-2.diff.gz
Description: GNU Zip compressed data


--- End Message ---
--- Begin Message ---
Source: kdesvn
Source-Version: 0.9.2-1

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

kdesvn-kio-plugins_0.9.2-1_amd64.deb
  to pool/main/k/kdesvn/kdesvn-kio-plugins_0.9.2-1_amd64.deb
kdesvn-kio-plugins_0.9.2-1_i386.deb
  to pool/main/k/kdesvn/kdesvn-kio-plugins_0.9.2-1_i386.deb
kdesvn-kio-plugins_0.9.2-1_sparc.deb
  to pool/main/k/kdesvn/kdesvn-kio-plugins_0.9.2-1_sparc.deb
kdesvn_0.9.2-1.diff.gz
  to pool/main/k/kdesvn/kdesvn_0.9.2-1.diff.gz
kdesvn_0.9.2-1.dsc
  to pool/main/k/kdesvn/kdesvn_0.9.2-1.dsc
kdesvn_0.9.2-1_amd64.deb
  to pool/main/k/kdesvn/kdesvn_0.9.2-1_amd64.deb
kdesvn_0.9.2-1_i386.deb
  to pool/main/k/kdesvn/kdesvn_0.9.2-1_i386.deb
kdesvn_0.9.2-1_sparc.deb
  to pool/main/k/kdesvn/kdesvn_0.9.2-1_sparc.deb
kdesvn_0.9.2.orig.tar.gz
  to pool/main/k/kdesvn/kdesvn_0.9.2.orig.tar.gz
libsvnqt-dev_0.9.2-1_amd64.deb
  to pool/main/k/kdesvn/libsvnqt-dev_0.9.2-1_amd64.deb
libsvnqt-dev_0.9.2-1_i386.deb
  to pool/main/k/kdesvn/libsvnqt-dev_0.9.2-1_i386.deb
libsvnqt-dev_0.9.2-1_sparc.deb
  to pool/main/k/kdesvn/libsvnqt-dev_0.9.2-1_sparc.deb
libsvnqt2_0.9.2-1_amd64.deb
  to pool/main/k/kdesvn/libsvnqt2_0.9.2-1_amd64.deb
libsvnqt2_0.9.2-1_i386.deb
  to pool/main/k/kdesvn/libsvnqt2_0.9.2-1_i386.deb
libsvnqt2_0.9.2-1_sparc.deb
  to pool/main/k/kdesvn/libsvnqt2_0.9.2-1_sparc.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.
Michael Biebl <[EMAIL PROTECTED]> (supplier of updated kdesvn 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: Fri,  1 Sep 2006 13:40:57 +0200
Source: kdesvn
Binary: libsvnqt2 kdesvn kdesvn-kio-plugins libsvnqt-dev
Architecture: source i386 sparc amd64
Version: 0.9.2-1
Distribution: unstable
Urgency: low
Maintainer: Michael Biebl <[EMAIL PROTECTED]>
Changed-By: Michael Biebl <[EMAIL PROTECTED]>
Description: 
 kdesvn     - subversion client with tight KDE integration
 kdesvn-kio-plugins - subversion I/O slaves for KDE
 libsvnqt-dev - Qt wrapper library for subversion (development files)
 libsvnqt2  - Qt wrapper library for subversion
Closes: 377592 381424
Changes: 
 kdesvn (0.9.2-1) unstable; urgency=low
 .
   * New upstream release.
     + Improved UTF-8 handling. Closes: #381424
     + Dynamic context menues can now be disabled from within kdesvn.
       Closes: #377592. This also addresses #370303.
   * Switched the build system to CMake.
     + Added debian/cdbs/cmake.mk, a cdbs class for CMake (taken from the
       strigi package).
     + Updated the build dependencies in debian/control accordingly.
     + Updated debian/rules. Include debian/cdbs/cmake.mk instead of
       /usr/share/cdbs/1/class/kde.mk.
   * Updated debian/watch to scan for bz2 tarballs.
   * Backported two build system related fixes from trunk (01-cmake_uic.patch
     and 02-build_system.patch).
Files: 
 e3b1dae9bb60b4acd03ea421d3ca865d 713 devel optional kdesvn_0.9.2-1.dsc
 e5f85fb1157a472814eae1ce63361c6f 1519567 devel optional 
kdesvn_0.9.2.orig.tar.gz
 cfea3e70cb321174ef2033592a14f30f 17584 devel optional kdesvn_0.9.2-1.diff.gz
 40549a42e4ef39a191012d1745a82b5d 98612 libs optional libsvnqt2_0.9.2-1_i386.deb
 f08c7a434f8d5019dd66d045279c3818 35714 libdevel optional 
libsvnqt-dev_0.9.2-1_i386.deb
 981ec778012f9562cb52234da18b4810 1588844 devel optional kdesvn_0.9.2-1_i386.deb
 e505d8d88dfaac945eb3565216854339 137456 devel optional 
kdesvn-kio-plugins_0.9.2-1_i386.deb
 c00f4b3acffd1bac0104716db22b48e5 102582 libs optional 
libsvnqt2_0.9.2-1_amd64.deb
 7d7cc6a383dfc97a0ec073ede355fe26 35722 libdevel optional 
libsvnqt-dev_0.9.2-1_amd64.deb
 6e3bffa50e081fd5bb81ecfb73bfac18 1598742 devel optional 
kdesvn_0.9.2-1_amd64.deb
 e36f586ddb3b46c65c1998cb182d0ce9 142378 devel optional 
kdesvn-kio-plugins_0.9.2-1_amd64.deb
 2b4ad13ca737114339608ed3b6390182 95200 libs optional 
libsvnqt2_0.9.2-1_sparc.deb
 049f0bfecb89c0c491649ee3e6ac2614 35730 libdevel optional 
libsvnqt-dev_0.9.2-1_sparc.deb
 db416c39877af623d1591e18fbd49202 1595804 devel optional 
kdesvn_0.9.2-1_sparc.deb
 6947c30cdf6efa7cae9654f14f662e8c 135562 devel optional 
kdesvn-kio-plugins_0.9.2-1_sparc.deb

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

iD8DBQFE/2bEipBneRiAKDwRAjr9AJ0aQNypDpmR9HeWzBLuKHp0QHmsqwCfajPZ
KmwUQgC5NoTad0LCdZp4h8w=
=36gL
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to