Hello community, here is the log from the commit of package a2ps checked in at Fri May 19 16:34:28 CEST 2006. -------- --- a2ps/a2ps.changes 2006-04-27 16:08:20.000000000 +0200 +++ a2ps/a2ps.changes 2006-05-19 13:13:34.000000000 +0200 @@ -1,0 +2,5 @@ +Fri May 19 13:12:57 CEST 2006 - werner@suse.de + +- Fix reencode_font macro in base.ps (bug #176360) + +------------------------------------------------------------------- New: ---- a2ps-4.13-base.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ a2ps.spec ++++++ --- /var/tmp/diff_new_pack.m7pAw0/_old 2006-05-19 16:34:14.000000000 +0200 +++ /var/tmp/diff_new_pack.m7pAw0/_new 2006-05-19 16:34:14.000000000 +0200 @@ -10,7 +10,7 @@ Name: a2ps -BuildRequires: emacs-nox ghostscript-fonts-std gv psutils te_ams te_latex xorg-x11-devel +BuildRequires: autoconf automake emacs-nox ghostscript-fonts-std gv psutils te_ams te_latex xorg-x11-devel URL: http://www.gnu.org/software/a2ps/a2ps.html License: GPL Group: Productivity/Publishing/PS @@ -19,7 +19,7 @@ Autoreqprov: on PreReq: %{install_info_prereq} Version: 4.13 -Release: 1075 +Release: 1077 Summary: Converts ASCII Text into PostScript Source: a2ps-4.13b.tar.bz2 Source1: a2ps-ko.po @@ -32,6 +32,7 @@ Patch5: a2ps-4.13-nb.patch Patch6: a2ps-4.13-include.patch Patch7: a2ps-4.13-acroread.patch +Patch8: a2ps-4.13-base.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -46,16 +47,18 @@ %prep %setup -n a2ps-4.13 +touch -r configure.in .ref %patch -P 1 -p 0 -b .security %patch -P 2 -p 0 -b .ogonkify %patch -P 3 -p 1 -b .tempfile %patch -P 4 -p 0 -b .space %patch -P 5 -p 0 -b .nb %patch -P 6 -p 1 -b .incld -%patch %ifarch %ix86 x86_64 %patch -P 7 -p 0 -b .acroread %endif +%patch -P 8 -p 0 -b .base +%patch cp -f %SOURCE1 po/ko.po rename no nb po/no.* @@ -65,6 +68,7 @@ export LPR=lpr export CC=gcc export LEX="flex -Cfe" + touch -r .ref configure.in sh ./configure ${RPM_ARCH}-suse-linux \ --with-gnu-ld \ --prefix=/usr \ @@ -132,6 +136,8 @@ /usr/share/ogonkify %changelog -n a2ps +* Fri May 19 2006 - werner@suse.de +- Fix reencode_font macro in base.ps (bug #176360) * Thu Apr 27 2006 - cthiel@suse.de - removed acroread from BuildRequires - added patch to fake acoread on ix86 and x86_64 ++++++ a2ps-4.13-acroread.patch ++++++ --- /var/tmp/diff_new_pack.m7pAw0/_old 2006-05-19 16:34:14.000000000 +0200 +++ /var/tmp/diff_new_pack.m7pAw0/_new 2006-05-19 16:34:14.000000000 +0200 @@ -1,3 +1,14 @@ +--- configure.in~ 2000-02-24 18:53:03.000000000 +0100 ++++ configure.in 2006-05-19 12:31:53.000000000 +0200 +@@ -312,6 +312,8 @@ + test "$a2_cv_com_acroread4" = yes && COM_acroread4='' + fi + ++COM_acroread4='' ++ + # Outputting PDF + ad_CHECK_PROGS((distill, ps2pdf)) + test "$COM_distill$COM_ps2pdf" = "##" && COM_PS2PDF="#" --- configure~ 2006-04-27 16:01:24.000000000 +0200 +++ configure 2006-04-27 16:01:24.000000000 +0200 @@ -9390,6 +9390,8 @@ ++++++ a2ps-4.13-base.patch ++++++ --- ps/base.ps +++ ps/base.ps 2006-05-19 12:23:41.000000000 +0200 @@ -114,7 +114,7 @@ } bind def /reencode_font { - findfont reencode 2 copy definefont pop def + findfont reencode 2 copy definefont exch pop def } bind def % Function c-show (str => -) ++++++ a2ps-4.13-nb.patch ++++++ --- /var/tmp/diff_new_pack.m7pAw0/_old 2006-05-19 16:34:14.000000000 +0200 +++ /var/tmp/diff_new_pack.m7pAw0/_new 2006-05-19 16:34:14.000000000 +0200 @@ -1,3 +1,14 @@ +--- configure.in ++++ configure.in +@@ -18,7 +18,7 @@ + AC_SUBST(GNU_PACKAGE) + + # Available translations +-ALL_LINGUAS="ca cs da de es et fr it ko nl no pl pt ru sl sv tr" ++ALL_LINGUAS="ca cs da de es et fr it ko nl nb pl pt ru sl sv tr" + + ## --------------------- ## + ## Checks for programs. ## --- configure +++ configure @@ -900,7 +900,7 @@ ++++++ a2ps-4.13.dif ++++++ --- /var/tmp/diff_new_pack.m7pAw0/_old 2006-05-19 16:34:14.000000000 +0200 +++ /var/tmp/diff_new_pack.m7pAw0/_new 2006-05-19 16:34:14.000000000 +0200 @@ -1,12 +1,28 @@ --- .pkgextract +++ .pkgextract 2006-02-23 13:05:17.000000000 +0100 -@@ -0,0 +1,6 @@ +@@ -0,0 +1,8 @@ +patch -p0 -s --suffix=.ogon < ../a2ps-4.13-ogonkify.patch +patch -p0 -s --suffix=.secu < ../a2ps-4.13-security.patch +patch -p1 -s --suffix=.tmpf < ../a2ps-4.13-tempfile.patch +patch -p0 -s --suffix=.spac < ../a2ps-4.13-space.patch +patch -p0 -s --suffix=.nb < ../a2ps-4.13-nb.patch +patch -p1 -s --suffix=.incl < ../a2ps-4.13-include.patch ++patch -p0 -s --suffix=.acro < ../a2ps-4.13-acroread.patch ++patch -p0 -s --suffix=.base < ../a2ps-4.13-base.patch +--- configure.in ++++ configure.in 2006-05-19 12:34:39.000000000 +0200 +@@ -197,8 +197,9 @@ + # Try to find some PostScript fonts. + # Find out if ghostscript is installed + ac_psfont_path= +-for ac_dir in /usr/local/ghostscript/fonts \ +- /usr/local/share/ghostscript/fonts; ++for ac_dir in /usr/share/ghostscript/fonts \ ++ /usr/X11R6/lib/X11/fonts/Type1/ \ ++ /usr/X11R6/lib/X11/fonts/latin2/Type1/ ; + do + if test "cd $ac_dir 2>/dev/null && echo *.afm"; then + ac_psfont_path="$ac_psfont_path:$ac_dir"; --- configure +++ configure 2006-02-23 13:05:17.000000000 +0100 @@ -8448,8 +8448,9 @@ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de