Hello community, here is the log from the commit of package d4x checked in at Wed Dec 13 01:12:56 CET 2006. -------- --- GNOME/d4x/d4x.changes 2006-11-08 14:13:46.000000000 +0100 +++ /mounts/work_src_done/STABLE/d4x/d4x.changes 2006-12-12 10:56:06.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Dec 12 10:55:23 CET 2006 - prusnak@suse.cz + +- fixed "same variable used twice in the same expression" + +------------------------------------------------------------------- New: ---- d4x-newurl.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ d4x.spec ++++++ --- /var/tmp/diff_new_pack.lNR0Nb/_old 2006-12-13 01:12:37.000000000 +0100 +++ /var/tmp/diff_new_pack.lNR0Nb/_new 2006-12-13 01:12:37.000000000 +0100 @@ -18,14 +18,15 @@ Obsoletes: nt Autoreqprov: on Version: 2.5.7.1 -Release: 8 +Release: 15 Summary: Downloader for X Source: %{name}-%{version}.tar.bz2 Source1: %{name}.desktop -Patch2: d4x-accel_group.patch -Patch3: d4x-nonvoid.patch -Patch4: d4x-null.patch -Patch5: d4x-listsprintf.patch +Patch2: %{name}-accel_group.patch +Patch3: %{name}-nonvoid.patch +Patch4: %{name}-null.patch +Patch5: %{name}-listsprintf.patch +Patch6: %{name}-newurl.patch URL: http://www.krasu.ru/soft/chuchelo/ BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -49,6 +50,7 @@ %patch3 %patch4 %patch5 +%patch6 %build export CFLAGS="$RPM_OPT_FLAGS" @@ -79,6 +81,8 @@ %doc %_mandir/man1/* %changelog -n d4x +* Tue Dec 12 2006 - prusnak@suse.cz +- fixed "same variable used twice in the same expression" * Wed Nov 08 2006 - prusnak@suse.cz - fixed broken sprintf string [#211297] * Fri Oct 20 2006 - sbrabec@suse.cz ++++++ d4x-newurl.patch ++++++ --- main/dlist.cc +++ main/dlist.cc @@ -1232,7 +1232,7 @@ }; void tDownload::http_check_redirect(bool removefiles){ - char *newurl=newurl=who->get_new_url(); + char *newurl=who->get_new_url(); if (config->change_links && (config->http_recurse_depth!=1 || config->http_recursing)){ /* wtrite simply HTML file for redirection */ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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@suse.de