Package: release.debian.org Severity: normal User: [email protected] Usertags: pu
Hi, I've uploaded xnecview/1.35-5.2 to fix the old RC bug 621392, which I previously already fixed for newer releases. The debdiff against the version in stable: diff -u xnecview-1.35/debian/changelog xnecview-1.35/debian/changelog --- xnecview-1.35/debian/changelog +++ xnecview-1.35/debian/changelog @@ -1,3 +1,13 @@ +xnecview (1.35-5.2) stable; urgency=low + + * Non-maintainer upload. + * Take my own patch from 1.35-7.1. + * R0 is already taken as a register name on armel, rename xnecview's + constant to DEFFAULTR0. + Closes: #621392 + + -- Evgeni Golov <[email protected]> Sun, 25 Nov 2012 11:47:11 +0100 + xnecview (1.35-5.1) unstable; urgency=low * Non-maintainer upload. only in patch2: unchanged: --- xnecview-1.35.orig/freqplot.c +++ xnecview-1.35/freqplot.c @@ -28,7 +28,7 @@ int plot2_z2=0; /* show the phi(z)/abs(z) graph? */ int plot2_dir=0; /* show the direction-of-maximum-gain graph? */ -double r0=R0; /* reference impedance for SWR calculation */ +double r0=DEFAULTR0; /* reference impedance for SWR calculation */ only in patch2: unchanged: --- xnecview-1.35.orig/config.h +++ xnecview-1.35/config.h @@ -57,6 +57,6 @@ #define XFONT "6x10" /* font for text in the on-screen drawing */ #define PSFONT "helvetica" /* font for postscript output (size is derived by scaling the X font) */ -#define R0 50.0 /* default reference impedance for SWR calculation */ +#define DEFAULTR0 50.0 /* default reference impedance for SWR calculation */ #define Polthr (M_SQRT2-1) /* threshold of axial ratio used in polarization-colouring */ Regards Evgeni -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/20121125144130.19413.89873.reportbug@nana

