Hello community, here is the log from the commit of package ddd checked in at Wed May 30 01:01:49 CEST 2007. -------- --- ddd/ddd.changes 2007-05-21 11:01:51.000000000 +0200 +++ /mounts/work_src_done/STABLE/ddd/ddd.changes 2007-05-29 10:49:41.000000000 +0200 @@ -1,0 +2,6 @@ +Tue May 29 10:48:11 CEST 2007 - anosek@suse.cz + +- added wrapper to workaround [#254472] +- updated README.SUSE + +------------------------------------------------------------------- New: ---- ddd.wrapper ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ddd.spec ++++++ --- /var/tmp/diff_new_pack.Y12383/_old 2007-05-30 01:01:00.000000000 +0200 +++ /var/tmp/diff_new_pack.Y12383/_new 2007-05-30 01:01:00.000000000 +0200 @@ -19,13 +19,14 @@ Requires: gdb Autoreqprov: on Version: 3.3.11 -Release: 83 +Release: 89 Summary: Debugger with Graphical User Interface URL: http://www.gnu.org/software/ddd Source: ddd-%{version}.tar.bz2 Source1: ddd.png Source2: ddd.desktop Source3: README.SUSE +Source4: ddd.wrapper BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: %install_info_prereq # NOTE: We don't want this dependency and desktop-data-SuSE is in all @@ -70,6 +71,8 @@ install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/usr/share/pixmaps/ mkdir -p $RPM_BUILD_ROOT/usr/share/applications install -m 644 %{SOURCE2} $RPM_BUILD_ROOT/usr/share/applications/ +mv $RPM_BUILD_ROOT/usr/bin/ddd $RPM_BUILD_ROOT/usr/bin/ddd.org +install %{SOURCE4} $RPM_BUILD_ROOT/usr/bin/ddd %suse_update_desktop_file ddd %clean @@ -88,6 +91,7 @@ %doc AUTHORS COPYING COPYING.LIB INSTALL NEWS README TIPS TODO README.SUSE %doc doc/ddd-paper.ps doc/*.pdf doc/html %config /usr/share/X11/app-defaults/Ddd +%attr(755, root, root) /usr/bin/ddd.org %attr(755, root, root) /usr/bin/ddd %{_mandir}/man1/ddd.* %{_infodir}/ddd* @@ -96,6 +100,9 @@ /usr/share/pixmaps/ddd.png %changelog +* Tue May 29 2007 - anosek@suse.cz +- added wrapper to workaround [#254472] +- updated README.SUSE * Mon May 21 2007 - anosek@suse.cz - added README.SUSE explaning workaround for [#254472] * Fri Mar 30 2007 - dmueller@suse.de ++++++ README.SUSE ++++++ --- ddd/README.SUSE 2007-05-21 10:11:32.000000000 +0200 +++ /mounts/work_src_done/STABLE/ddd/README.SUSE 2007-05-29 10:17:31.000000000 +0200 @@ -4,10 +4,9 @@ ddd has problems when presenting UTF-8 strings with non-ascii characters. Unfortunately, locales in SUSE are set to use UFT-8 encoding by default. -If ddd doesn't display strings correctly, please set locales to not use UTF-8. - -For example, run ddd with this command: -LANG=en_US ddd +We use a wrapper script to workaround this issue. If you run ddd, the UTF-8 +locales will be switched off. To bypass the wrapper use: +ddd -x [parameters for ddd] Further information can be found at: bugzilla.novell.com, bug #254472 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de