Tim Waugh 99a3ee
Summary: Converts text and other types of files to PostScript
cvsdist 67cda0
Name: a2ps
pertusus 06023f
Version: 4.14
Fedora Release Engineering 397fe8
Release: 39%{?dist}
pertusus 06023f
License: GPLv3+
pertusus 06023f
Source0: http://ftp.gnu.org/gnu/a2ps/%{name}-%{version}.tar.gz
cvsdist 67cda0
Source1: ftp://ftp.enst.fr/pub/unix/a2ps/i18n-fonts-0.1.tar.gz
cvsdist 67cda0
Patch0: a2ps-4.13-conf.patch
cvsdist 67cda0
Patch1: a2ps-4.13-etc.patch
Tim Waugh f79036
Patch2: a2ps-lm.patch
cvsdist 67cda0
Patch3: a2ps-4.13-security.patch
cvsdist 67cda0
Patch4: a2ps-4.13-glibcpaper.patch
Tim Waugh ffd433
Patch5: a2ps-texi-comments.patch
Tim Waugh 429d69
Patch6: a2ps-aarch64.patch
Tim Waugh 303bd1
Patch7: a2ps-sort.patch
Tim Waugh 7f0515
Patch8: a2ps-iso5-minus.patch
Tim Waugh 68df61
Patch9: a2ps-perl.patch
cvsdist 67cda0
# EUC-JP support
pertusus 06023f
Patch10: a2ps-4.13-eucjp.patch
cvsdist 67cda0
Patch11: a2ps-4.13-autoenc.patch
cvsdist ce7e79
Patch12: a2ps-4.13b-attr.patch
cvsdist ce7e79
Patch13: a2ps-4.13b-numeric.patch
cvsdist 42af69
Patch14: a2ps-4.13b-encoding.patch
cvsdist 42af69
Patch15: a2ps-4.13b-tilde.patch
Tim Waugh 27cd62
Patch16: a2ps-bad-free.patch
cvsdist 561eb3
Patch17: a2ps-4.13-euckr.patch
cvsdist b2810c
Patch18: a2ps-4.13-gnusource.patch
Tim Waugh 300aad
Patch19: a2ps-format-security.patch
cvsdist 606e58
Patch20: a2ps-4.13-hebrew.patch
Tim Waugh e20f35
Patch26: a2ps-make-fonts-map.patch
Tim Waugh 150d9a
Patch28: a2ps-wdiff.patch
Tim Waugh 0ceef7
Patch29: a2ps-U.patch
Tim Waugh 5b0204
Patch31: a2ps-mb.patch
Tim Waugh 7b1c55
Patch34: a2ps-external-libtool.patch
pertusus fb26cc
Patch35: a2ps-4.14-texinfo-nodes.patch
Tim Waugh f1ff48
Patch36: a2ps-forward-null.patch
Tim Waugh 0a1ad2
Patch37: a2ps-overrun-dynamic.patch
Tim Waugh 80a6f6
Patch38: a2ps-overrun-static.patch
Tim Waugh d3d4e2
Patch39: a2ps-resource-leak.patch
Tim Waugh 24ab9e
Patch40: a2ps-CVE-2014-0466.patch
Igor Gnatenko 9fbf27
Requires: info
pertusus 8988e8
BuildRequires: gperf
Tim Waugh 2a36f3
BuildRequires: emacs, flex, libtool, texinfo, groff
Tim Waugh 01cf8a
BuildRequires: ImageMagick
Tim Waugh 01cf8a
BuildRequires: groff-perl
Tim Waugh fc2edf
BuildRequires: cups
Tim Waugh ff6057
BuildRequires: gettext, bison
Zdenek Dohnal b97dfa
BuildRequires: psutils, texlive-dvips, texinfo, texlive-latex, html2ps
pertusus 06023f
# instead of gv, xdg-open should certainly be used
Tim Waugh a747d1
#BuildRequires: gv
pertusus 06023f
Url: http://www.gnu.org/software/a2ps/
Tim Waugh 2bafe5
Requires: psutils, ImageMagick, texinfo-tex, gzip, bzip2, groff-perl
Zdenek Dohnal 40e81e
Requires: texlive-dvips, texlive-latex, texlive-collection-fontsrecommended, file, html2ps, psutils-perl
pertusus 06023f
# for hebrew support, path set. 
pertusus 06023f
# culmus-fonts
pertusus 06023f
# And certainly other font sets for other languages may be needed
Tim Waugh a6d551
Requires: emacs-filesystem >= %{_emacs_version}
Tim Waugh da6bdb
Requires(post): coreutils
Tim Waugh da6bdb
Obsoletes: a2ps-i18n <= 0.1-1
pertusus 06023f
Provides: a2ps-i18n = 0.1-2
Tim Waugh a6d551
Obsoletes: emacs-a2ps <= 4.14-27
Tim Waugh a6d551
Provides: emacs-a2ps <= 4.14-27
Tim Waugh a6d551
Obsoletes: emacs-a2ps-el <= 4.14-27
Tim Waugh a6d551
Provides: emacs-a2ps-el <= 4.14-27
Tim Waugh 0d47d2
Tim Waugh 0d47d2
cvsdist 67cda0
%description
Tim Waugh 99a3ee
The a2ps filter converts text and other types of files to PostScript.
cvsdist 67cda0
A2ps has pretty-printing capabilities and includes support for a wide
cvsdist 67cda0
number of programming languages, encodings (ISO Latins, Cyrillic, etc.),
cvsdist 67cda0
and medias.
cvsdist 67cda0
Tim Waugh 0d47d2
cvsdist 67cda0
%prep
pertusus 06023f
%setup -q -a 1
Tim Waugh 7b1c55
pertusus 06023f
# use fedora postscript font paths
pertusus 06023f
%patch0 -p1 -b .conf
Tim Waugh 7b1c55
pertusus 06023f
# add /etc/a2ps in directories searched for config files
pertusus 06023f
%patch1 -p1 -b .etc 
pertusus 06023f
Tim Waugh f79036
# Link to libm in liba2ps (bug #809673).
Tim Waugh f79036
%patch2 -p1 -b .lm
Tim Waugh f79036
cvsdist 67cda0
%patch3 -p1 -b .security
cvsdist 67cda0
%patch4 -p1 -b .glibcpaper
Tim Waugh ffd433
Tim Waugh ffd433
# Fix texi build failure (bug #927633).
Tim Waugh ffd433
%patch5 -p1 -b .texi-comments
Tim Waugh 429d69
%patch6 -p1 -b .aarch64
Tim Waugh ffd433
Tim Waugh 303bd1
%patch7 -p1 -b .sort
Tim Waugh 7f0515
%patch8 -p1 -b .iso5-minus
Tim Waugh 68df61
%patch9 -p1 -b .perl
cvsdist 67cda0
cvsdist 67cda0
%patch10 -p1 -b .euc
cvsdist 67cda0
%patch11 -p1 -b .ae
cvsdist ce7e79
%patch12 -p1 -b .attr
cvsdist ce7e79
cvsdist ce7e79
# Use C locale's decimal point style (bug #53715).
cvsdist ce7e79
%patch13 -p1 -b .numeric
cvsdist ce7e79
cvsdist 42af69
# Use locale to determine a sensible default encoding (bug #64584).
cvsdist 42af69
%patch14 -p1 -b .encoding
cvsdist 42af69
cvsdist 42af69
# Fix koi8 tilde (bug #66393).
cvsdist 42af69
%patch15 -p1 -b .tilde
cvsdist 42af69
Tim Waugh 27cd62
# Avoid a bad free in the encoding handling logic (bug #954104).
Tim Waugh 27cd62
%patch16 -p1 -b .bad-free
Tim Waugh 27cd62
cvsdist 561eb3
# Add Korean resource file (bug #81421).
cvsdist 561eb3
%patch17 -p1 -b .euckr
cvsdist 561eb3
cvsdist b2810c
# Prevent strsignal segfaulting (bug #104970).
cvsdist b2810c
%patch18 -p1 -b .gnusource
cvsdist b2810c
Tim Waugh 300aad
# Prevent build failure with -Wformat-security (bug #1036979).
Tim Waugh 300aad
%patch19 -p1 -b .format-security
Tim Waugh 300aad
cvsdist 606e58
# Hebrew support (bug #113191).
cvsdist 606e58
%patch20 -p1 -b .hebrew
cvsdist 606e58
Tim Waugh 7b1c55
# Use external libtool (bug #225235).
Tim Waugh 7b1c55
%patch34 -p1 -b .external-libtool
Tim Waugh 35a260
Tim Waugh e20f35
# Fix problems in make_fonts_map script (bug #142299).  Patch from
Tim Waugh e20f35
# Michal Jaegermann.
Tim Waugh e20f35
%patch26 -p1 -b .make-fonts-map
Tim Waugh e20f35
Tim Waugh 150d9a
# Make pdiff default to not requiring wdiff (bug #68537).
Tim Waugh 150d9a
%patch28 -p1 -b .wdiff
Tim Waugh 150d9a
Tim Waugh 0ceef7
# Make pdiff use diff(1) properly (bug #156916).
Tim Waugh 0ceef7
%patch29 -p1 -b .U
Tim Waugh 0ceef7
Tim Waugh 5b0204
# Fixed multibyte handling (bug #212154).
Tim Waugh 5b0204
%patch31 -p1 -b .mb
Tim Waugh 5b0204
pertusus fb26cc
# Remove dots in node names, patch from Vitezslav Crhonek (Bug #445971)
pertusus fb26cc
%patch35 -p1 -b .nodes
pertusus fb26cc
Tim Waugh f1ff48
# Coverity fix (forward-null).
Tim Waugh f1ff48
%patch36 -p1 -b .forward-null
Tim Waugh f1ff48
Tim Waugh 0a1ad2
# Coverity fix (overrun-dynamic).
Tim Waugh 0a1ad2
%patch37 -p1 -b .overrun-dynamic
Tim Waugh 0a1ad2
Tim Waugh 80a6f6
# Coverity fix (overrun-static).
Tim Waugh 80a6f6
%patch38 -p1 -b .overrun-static
Tim Waugh 80a6f6
Tim Waugh d3d4e2
# Coverity fix (resource-leak).
Tim Waugh d3d4e2
%patch39 -p1 -b .resource-leak
Tim Waugh d3d4e2
Tim Waugh 24ab9e
# Invoke gs with the -dSAFER option in fixps (CVE-2014-0466, bug #1082411).
Tim Waugh 24ab9e
%patch40 -p1 -b .CVE-2014-0466
Tim Waugh 24ab9e
pertusus 06023f
for file in AUTHORS ChangeLog; do
pertusus 06023f
  iconv -f latin1 -t UTF-8 < $file > $file.utf8
pertusus 06023f
  touch -c -r $file $file.utf8
pertusus 06023f
  mv $file.utf8 $file
pertusus 06023f
done
pertusus 06023f
Tim Waugh 32e247
mv doc/encoding.texi doc/encoding.texi.utf8
Tim Waugh 32e247
iconv -f KOI-8 -t UTF-8 doc/encoding.texi.utf8 -o doc/encoding.texi
Tim Waugh 32e247
cvsdist 606e58
# Fix reference to a2ps binary (bug #112930).
Tim Waugh 34bdb7
sed -i -e "s,/usr/local/bin,%{_bindir}," contrib/emacs/a2ps.el
cvsdist 67cda0
Tim Waugh ac52f4
chmod -x lib/basename.c lib/xmalloc.c
Tim Waugh ac52f4
Tim Waugh 7b1c55
# restore timestamps of patched files
pertusus 06023f
touch -c -r configure.in.conf configure.in
pertusus 06023f
touch -c -r config.h.in.euc config.h.in
pertusus 06023f
touch -c -r configure.conf configure
pertusus 06023f
touch -c -r src/Makefile.am.euc src/Makefile.am
pertusus 06023f
touch -c -r etc/Makefile.am.etc etc/Makefile.am
pertusus 06023f
#touch -c -r fonts/Makefile.in src/Makefile.in lib/Makefile.in
pertusus 06023f
touch -c -r etc/Makefile.in.etc etc/Makefile.in
pertusus 06023f
pertusus 06023f
chmod 644 encoding/iso8.edf.hebrew
pertusus 06023f
chmod 644 encoding/euc-kr.edf.euckr
Tim Waugh 7b1c55
cvsdist 67cda0
%build
Tim Waugh 1a387e
# preset the date in README.in to avoid the timestamp of the build time
Tim Waugh 1a387e
sed -e "s!@date@!`date -r NEWS`!" etc/README.in > etc/README.in.tmp
pertusus 06023f
touch -c -r etc/README.in etc/README.in.tmp
Tim Waugh 1a387e
mv etc/README.in.tmp etc/README.in
Tim Waugh 1a387e
Tim Waugh 65a9b2
EMACS=emacs %configure \
cvsdist 67cda0
  --with-medium=_glibc \
Tim Waugh 2a36f3
  --enable-kanji \
Tim Waugh 2a36f3
  --with-lispdir=%{_emacs_sitelispdir}/%{name}
cvsdist 67cda0
cvsdist 67cda0
# Remove prebuilt info files to force regeneration at build time
cvsdist 67cda0
find . -name "*.info*" -exec rm -f {} \;
cvsdist 67cda0
# force rebuilding scanners by flex - patched or not
cvsdist 67cda0
find src lib -name '*.l' -exec touch {} \;
cvsdist 67cda0
# these scanners use 'lineno' - incompatible with -CFe flex flags
pertusus 06023f
#(
pertusus 06023f
#    cd src
pertusus 06023f
#    /bin/sh ../auxdir/ylwrap "flex" sheets-map.l lex.yy.c sheets-map.c --
pertusus 06023f
#    /bin/sh ../auxdir/ylwrap "flex" lexssh.l lex.yy.c lexssh.c --
pertusus 06023f
#    cd ../lib
pertusus 06023f
#    /bin/sh ../auxdir/ylwrap "flex" lexppd.l lex.yy.c lexppd.c --
pertusus 06023f
#)
cvsdist 67cda0
pertusus 06023f
make %{?_smp_mflags}
cvsdist 67cda0
cvsdist 67cda0
%install
Tim Waugh 1a387e
make DESTDIR=%{buildroot} install INSTALL='install -p'
Tim Waugh 1a387e
Tim Waugh 1a387e
# reset the timestamp for the generated etc/README file
Tim Waugh 1a387e
touch -r etc/README.in %{buildroot}%{_datadir}/a2ps/README
cvsdist 67cda0
Tim Waugh 4149a4
mkdir -p %{buildroot}%{_sysconfdir}/a2ps
Tim Waugh 4149a4
cvsdist 561eb3
mkdir -p %{buildroot}%{_datadir}/a2ps/{afm,fonts}
cvsdist 67cda0
pushd i18n-fonts-0.1/afm
Tim Waugh da6bdb
install -p -m 0644 *.afm %{buildroot}%{_datadir}/a2ps/afm
cvsdist 67cda0
pushd ../fonts
Tim Waugh da6bdb
install -p -m 0644 *.pfb %{buildroot}%{_datadir}/a2ps/fonts
cvsdist 67cda0
popd
cvsdist 67cda0
popd
cvsdist 67cda0
Tim Waugh ff521a
# Don't ship the library file or header (bug #203536).
pertusus 06023f
rm %{buildroot}%{_libdir}/*.{so,a,la}
pertusus 06023f
rm %{buildroot}%{_includedir}/*
Tim Waugh ff521a
Tim Waugh da6bdb
rm -f %{buildroot}%{_infodir}/dir
cvsdist 67cda0
cvsdist 67cda0
%find_lang %name
cvsdist 67cda0
cvsdist 67cda0
%post
Tim Waugh 32e247
/sbin/ldconfig
cvsdist 67cda0
(cd %{_datadir}/a2ps/afm;
Tim Waugh da6bdb
 ./make_fonts_map.sh > /dev/null 2>&1 || /bin/true
Tim Waugh da6bdb
 if [ -f fonts.map.new ]; then
Tim Waugh da6bdb
   mv fonts.map.new fonts.map
Tim Waugh da6bdb
 fi
cvsdist 67cda0
)
Tim Waugh 530398
exit 0
cvsdist 67cda0
Tim Waugh 32e247
%postun -p /sbin/ldconfig
Tim Waugh 32e247
cvsdist 67cda0
%files -f %{name}.lang
Tim Waugh 4149a4
%dir %{_sysconfdir}/a2ps
Tim Waugh 32e247
%config %{_sysconfdir}/a2ps.cfg
cvsdist 67cda0
%config(noreplace) %{_sysconfdir}/a2ps-site.cfg
cvsdist 67cda0
%doc AUTHORS ChangeLog COPYING NEWS README TODO THANKS
cvsdist 67cda0
%{_bindir}/*
cvsdist 67cda0
%{_infodir}/a2ps.info*
cvsdist 67cda0
%{_infodir}/ogonkify.info*
cvsdist 67cda0
%{_infodir}/regex.info*
cvsdist 67cda0
%{_mandir}/*/*
pertusus 2ec922
# automatically regenerated at install and update time
pertusus 2ec922
%verify(not size mtime md5) %{_datadir}/a2ps/afm/fonts.map
cvsdist 67cda0
%{_datadir}/a2ps/afm/*.afm
cvsdist 67cda0
%{_datadir}/a2ps/afm/make_fonts_map.sh
cvsdist 67cda0
%{_datadir}/a2ps/README
cvsdist 67cda0
%{_datadir}/a2ps/encoding
cvsdist 67cda0
%{_datadir}/a2ps/fonts
cvsdist 67cda0
%{_datadir}/a2ps/ppd
cvsdist 67cda0
%{_datadir}/a2ps/ps
cvsdist 67cda0
%{_datadir}/a2ps/sheets
cvsdist 67cda0
%{_datadir}/ogonkify/
cvsdist 67cda0
%dir %{_datadir}/a2ps/afm
cvsdist 67cda0
%dir %{_datadir}/a2ps
Tim Waugh 0d47d2
%{_libdir}/*.so*
Tim Waugh a6d551
%{_emacs_sitelispdir}/%{name}
Tim Waugh 1a387e
cvsdist 67cda0
%changelog
Fedora Release Engineering 397fe8
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.14-39
Fedora Release Engineering 397fe8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Fedora Release Engineering 397fe8
Zdenek Dohnal 5339bd
* Mon Jun 18 2018 Zdenek Dohnal <zdohnal@redhat.com> - 4.14-38
Zdenek Dohnal 5339bd
- removing install-info, because now it is done automatically
Zdenek Dohnal 5339bd
Zdenek Dohnal 40e81e
* Mon Feb 19 2018 Zdenek Dohnal <zdohnal@redhat.com> - 4.14-37
Zdenek Dohnal 40e81e
- fix tetex-fonts dependency - now provided by texlive-collections-fontsrecommended
Zdenek Dohnal 40e81e
Zdenek Dohnal b97dfa
* Fri Feb 16 2018 Zdenek Dohnal <zdohnal@redhat.com> - 4.14-36
Zdenek Dohnal b97dfa
- remove tetex dependency 
Zdenek Dohnal b97dfa
Zdenek Dohnal 8ce9d8
* Thu Feb 08 2018 Zdenek Dohnal <zdohnal@redhat.com> - 4.14-35
Zdenek Dohnal 8ce9d8
- remove old stuff https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/MRWOMRZ6KPCV25EFHJ2O67BCCP3L4Y6N/
Zdenek Dohnal 8ce9d8
Fedora Release Engineering da2dd7
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.14-34
Fedora Release Engineering da2dd7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Fedora Release Engineering da2dd7
Igor Gnatenko 8aa5c6
* Tue Nov 07 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.14-33
Igor Gnatenko 8aa5c6
- Remove old crufty coreutils requires
Igor Gnatenko 8aa5c6
Fedora Release Engineering 369aa1
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.14-32
Fedora Release Engineering 369aa1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
Fedora Release Engineering 369aa1
Fedora Release Engineering 98d8a2
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.14-31
Fedora Release Engineering 98d8a2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
Fedora Release Engineering 98d8a2
Fedora Release Engineering 10866c
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.14-30
Fedora Release Engineering 10866c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
Fedora Release Engineering 10866c
Dennis Gilmore 8adc17
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.14-29
Dennis Gilmore 8adc17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
Dennis Gilmore 8adc17
Tim Waugh a6d551
* Tue Jun 23 2015 Tim Waugh <twaugh@redhat.com> - 4.14-28
Tim Waugh a6d551
- Moved emacs sub-packages into main package (bug #1234582).
Tim Waugh a6d551
Dennis Gilmore 762840
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.14-27
Dennis Gilmore 762840
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
Dennis Gilmore 762840
Peter Robinson 20cfa4
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.14-26
Peter Robinson 20cfa4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
Peter Robinson 20cfa4
Dennis Gilmore d74991
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.14-25
Dennis Gilmore d74991
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
Dennis Gilmore d74991
Tim Waugh 35dadd
* Thu Apr  3 2014 Tim Waugh <twaugh@redhat.com> - 4.14-24
Tim Waugh 35dadd
- Prevent another build failure with -Werror=format-security.
Tim Waugh 35dadd
Tim Waugh 24ab9e
* Tue Apr  1 2014 Tim Waugh <twaugh@redhat.com> - 4.14-23
Tim Waugh 24ab9e
- Invoke gs with the -dSAFER option in fixps (CVE-2014-0466, bug #1082411).
Tim Waugh 24ab9e
Tim Waugh 300aad
* Tue Dec  3 2013 Tim Waugh <twaugh@redhat.com> - 4.14-22
Tim Waugh 300aad
- Prevent build failure with -Werror=format-security (bug #1036979).
Tim Waugh 300aad
Dennis Gilmore 411bf7
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.14-21
Dennis Gilmore 411bf7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
Dennis Gilmore 411bf7
Tim Waugh 27cd62
* Tue Apr 30 2013 Tim Waugh <twaugh@redhat.com> - 4.14-20
Tim Waugh 27cd62
- Avoid a bad free in the encoding handling logic (bug #954104).
Tim Waugh 27cd62
Tim Waugh 429d69
* Mon Apr 29 2013 Tim Waugh <twaugh@redhat.com> - 4.14-19
Tim Waugh 429d69
- Support for building on aarch64 (bug #924962).
Tim Waugh 429d69
Tim Waugh ffd433
* Tue Mar 26 2013 Tim Waugh <twaugh@redhat.com> - 4.14-18
Tim Waugh ffd433
- Fixed texi build failure (bug #927633).
Tim Waugh ffd433
Dennis Gilmore ea14fe
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.14-17
Dennis Gilmore ea14fe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
Dennis Gilmore ea14fe
Dennis Gilmore 85bd7b
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.14-16
Dennis Gilmore 85bd7b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
Dennis Gilmore 85bd7b
Tim Waugh f79036
* Wed Apr  4 2012 Tim Waugh <twaugh@redhat.com> - 4.14-15
Tim Waugh f79036
- Link to libm in liba2ps (bug #809673).
Tim Waugh f79036
Dennis Gilmore d2cd38
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.14-14
Dennis Gilmore d2cd38
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
Dennis Gilmore d2cd38
Tim Waugh f1ff48
* Wed Aug 10 2011 Tim Waugh <twaugh@redhat.com> - 4.14-13
Tim Waugh df5a82
- Coverity fixes (resource-leak, overrun-static, overrun-dynamic,
Tim Waugh df5a82
  forward-null).
Tim Waugh f1ff48
Dennis Gilmore 3eb405
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.14-12
Dennis Gilmore 3eb405
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
Dennis Gilmore 3eb405
Tim Waugh 2a36f3
* Sun Mar 14 2010 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 4.14-11
Tim Waugh 2a36f3
- Spec file fixes for Emacs add-on guideline compliance
Tim Waugh 2a36f3
- Move *.el(c) files to their own directory
Tim Waugh 2a36f3
- Use Emacs packaging macros
Tim Waugh 2a36f3
- Remove unneeded pkgconfig macros
Tim Waugh 2a36f3
Jesse Keating f214cd
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.14-10
Jesse Keating f214cd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
Jesse Keating f214cd
Adam Jackson b88b7f
* Wed Jul 22 2009 Adam Jackson <ajax@redhat.com> 4.14-9
Adam Jackson b88b7f
- Requires: psutils-perl for fixps
Adam Jackson b88b7f
Jesse Keating 11a920
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.14-8
Jesse Keating 11a920
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
Jesse Keating 11a920
Tim Waugh 99a3ee
* Fri Jan 30 2009 Tim Waugh <twaugh@redhat.com> 4.14-7
Tim Waugh 99a3ee
- Removed trade marks to avoid potential confusion.
Tim Waugh 99a3ee
Tim Waugh cc4876
* Wed Sep 24 2008 Tim Waugh <twaugh@redhat.com> 4.14-6
Tim Waugh cc4876
- Removed patch fuzz.
Tim Waugh cc4876
Tim Waugh e23a99
* Thu May 29 2008 Tim Waugh <twaugh@redhat.com> 4.14-5
Tim Waugh 081cc7
- Removed old patches.
Tim Waugh 081cc7
pertusus fb26cc
* Sun May 18 2008 Patrice Dumas <pertusus@free.fr> 4.14-4
pertusus fb26cc
- remove dots in node names, patch from Vitezslav Crhonek (bug #445971)
pertusus fb26cc
pertusus 2ec922
* Wed May 14 2008 Patrice Dumas <pertusus@free.fr> 4.14-3
pertusus 2ec922
- %%{_datadir}/a2ps/afm/fonts.map is dynamically generated, mark it
pertusus 2ec922
  as such in %%files (bug #70919)
pertusus 2ec922
pertusus 8988e8
* Sun Apr 27 2008 Patrice Dumas <pertusus@free.fr> 4.14-2
pertusus 06023f
- update to 4.14
pertusus 06023f
- don't obsolete the provided version of a2ps-i18n
pertusus 06023f
- use html2ps for the html delegation
pertusus 8988e8
- BuildRequires gperf
pertusus 06023f
Tim Waugh 1a387e
* Tue Feb 12 2008 Patrice Dumas <pertusus@free.fr> 4.13b-71
Tim Waugh 1a387e
- use a predictable stamp inside the etc/README file
Tim Waugh 1a387e
- follow emacs packaging guidelines
Tim Waugh 1a387e
Tim Waugh 4e6d70
* Tue Feb 12 2008 Tim Waugh <twaugh@redhat.com> 4.13b-70
Tim Waugh 0d47d2
- Separate out libs sub-package for multilib (bug #340571).
Tim Waugh 0d47d2
Tim Waugh 68df61
* Wed Sep 26 2007 Tim Waugh <twaugh@redhat.com> 4.13b-69
Tim Waugh 68df61
- Try out a perl stylesheet speed improvement (bug #252183).
Tim Waugh 68df61
Tim Waugh 5a4325
* Tue Sep 25 2007 Tim Waugh <twaugh@redhat.com> 4.13b-68
Tim Waugh 7f0515
- Make minus sign work in ISO-8859-5 (bug #252314).
Tim Waugh 7f0515
Tim Waugh 22130d
* Thu Aug 23 2007 Tim Waugh <twaugh@redhat.com> 4.13b-67
Tim Waugh 22130d
- More specific license tag.
Tim Waugh 22130d
Tim Waugh f19374
* Fri Jul 13 2007 Tim Waugh <twaugh@redhat.com> 4.13b-66
Tim Waugh 8e634d
- Change build requirement from /usr/bin/emacs to emacs to fix build.
Tim Waugh f19374
- Hebrew fix (bug #247999).
Tim Waugh f19374
Tim Waugh 32e247
* Wed Mar 14 2007 Tim Waugh <twaugh@redhat.com> 4.13b-65
Tim Waugh 32e247
- Fix encoding of encoding.texi (bug #225235).
Tim Waugh 32e247
- Make a2ps.cfg %%config again, but not noreplace (bug #225235).
Tim Waugh 32e247
- Added post/postun ldconfig (bug #225235).
Tim Waugh 32e247
Tim Waugh 917717
* Mon Mar 12 2007 Tim Waugh <twaugh@redhat.com> 4.13b-64
Tim Waugh 917717
- Renamed tarball generation script (bug #225235).
Tim Waugh 917717
Tim Waugh 86531c
* Fri Mar  9 2007 Tim Waugh <twaugh@redhat.com> 4.13b-63
Tim Waugh 86531c
- Removed bad files (bug #225235).
Tim Waugh 4149a4
- Add sysconfdir/a2ps to search path (bug #225235).
Tim Waugh a747d1
- Build does not require gperf after all (bug #225235).
Tim Waugh a747d1
- Don't remove needed library (bug #225235).
Tim Waugh a747d1
Tim Waugh 34bdb7
* Thu Mar  8 2007 Tim Waugh <twaugh@redhat.com> 4.13b-62
Tim Waugh ff6057
- Build requires bison.
Tim Waugh 34bdb7
- Use sed instead of perl for string replacement (bug #225235).
Tim Waugh 34bdb7
- Better install-info scriptlets (bug #225235).
Tim Waugh 34bdb7
- Added BuildRequires and Requires for more packages (bug #225235).
Tim Waugh 34bdb7
- a2ps.cfg needn't be %%config (bug #225235).
Tim Waugh 34bdb7
- No need to gzip the info files (bug #225235).
Tim Waugh 7b1c55
- Use external libtool and don't run the autotools (bug #225235).
Tim Waugh 7b1c55
Tim Waugh 8a6a6a
* Wed Feb 28 2007 Tim Waugh <twaugh@redhat.com> 4.13b-61
Tim Waugh aae0ce
- Clean up tmpdir in pdiff (bug #214400).
Tim Waugh ac52f4
- Fixed permissions on C source files (bug #225235).
Tim Waugh 65a9b2
- Use %%configure (bug #225235).
Tim Waugh da6bdb
- Preserve timestamps (bug #225235).
Tim Waugh da6bdb
- Use smp_mflags (bug #225235).
Tim Waugh da6bdb
- Requires install-info for post and preun scriptlets (bug #225235).
Tim Waugh da6bdb
- Avoid tabs (bug #225235).
Tim Waugh da6bdb
- Explicity versioning for obsoletes/provides (bug #225235).
Tim Waugh da6bdb
- PreReq->Requires(post) (bug #225235).
Tim Waugh da6bdb
- Fixed macros in changelog (bug #225235).
Tim Waugh da6bdb
- Fixed summary (bug #225235).
Tim Waugh da6bdb
- Converted spec file to UTF-8 (bug #225235).
Tim Waugh da6bdb
- Fixed build root (bug #225235).
Tim Waugh da6bdb
- Remove ExcludeArch (bug #225235).
Tim Waugh da6bdb
- Use buildroot macro consistently (bug #225235).
Tim Waugh ff521a
- Don't ship the library file or header (bug #203536).
Tim Waugh ff521a
Tim Waugh 4016b5
* Tue Jan 23 2007 Tim Waugh <twaugh@redhat.com> 4.13b-60
Tim Waugh 4016b5
- Force it to build by hacking the configure script.
Tim Waugh 68122c
- Don't need rm patch.
Tim Waugh 530398
- Make scriptlets unconditionally succeed (bug #223674).
Tim Waugh 530398
Tim Waugh fc2edf
* Fri Oct 27 2006 Tim Waugh <twaugh@redhat.com>
Tim Waugh fc2edf
- Build requires cups (bug #204119).
Tim Waugh fc2edf
Tim Waugh a58bf9
* Wed Oct 25 2006 Tim Waugh <twaugh@redhat.com>
Tim Waugh a58bf9
- Make ogonkify build.
Tim Waugh a58bf9
Tim Waugh 5b0204
* Wed Oct 25 2006 Tim Waugh <twaugh@redhat.com> 4.13b-59
Tim Waugh 5b0204
- Fixed multibyte handling (bug #212154).
Tim Waugh 5b0204
Tim Waugh 9e7cfb
* Tue Oct 17 2006 Tim Waugh <twaugh@redhat.com> 4.13b-58
Tim Waugh 9e7cfb
- Fixed psset sed expression (bug #209613).
Tim Waugh 9e7cfb
Tim Waugh 01cf8a
* Mon Oct  9 2006 Tim Waugh <twaugh@redhat.com>
Tim Waugh 01cf8a
- Build requires ImageMagick for a2ps.cfg to use convert(1).
Tim Waugh 01cf8a
- Build requires groff-perl for a2ps.cfg to use grog(1).
Tim Waugh 01cf8a
Jesse Keating 1c282d
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 4.13b-57
Jesse Keating 1c282d
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
Jesse Keating 1c282d
Tim Waugh 8688b5
* Tue Sep 26 2006 Tim Waugh <twaugh@redhat.com> 4.13b-56
Tim Waugh 5f95d7
- Fixed build (bug #188156).
Tim Waugh 8688b5
Tim Waugh af0b5a
* Fri Aug 25 2006 Tim Waugh <twaugh@redhat.com>
Tim Waugh af0b5a
- Build requires groff.
Tim Waugh af0b5a
Tim Waugh 137dab
* Fri Aug 25 2006 Tim Waugh <twaugh@redhat.com> 4.13b-55
Tim Waugh 137dab
- Use better manifest flags for fonts.map.
Tim Waugh 137dab
Tim Waugh be8f42
* Tue Aug  8 2006 Tim Waugh <twaugh@redhat.com> 4.13b-54
Tim Waugh be8f42
- Prevent fixps tmpdir problem (bug #188156).
Tim Waugh be8f42
Tim Waugh c194d6
* Fri Jul 14 2006 Tim Waugh <twaugh@redhat.com> 4.13b-53
Tim Waugh c194d6
- Fixed Hebrew font names (bug #174304).
Tim Waugh c194d6
Jesse Keating b8586a
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 4.13b-52
Jesse Keating fc7f7d
- rebuild
Jesse Keating b8586a
- exclude ppc64 as no emacs there right now.
Jesse Keating b8586a
- get rid of stupid ver and rel defines.
Jesse Keating fc7f7d
Tim Waugh 50cede
* Tue May 30 2006 Tim Waugh <twaugh@redhat.com> 4.13b-51
Tim Waugh 50cede
- Build requires gettext (bug #193346).
Tim Waugh 50cede
Tim Waugh 303bd1
* Tue Apr  4 2006 Tim Waugh <twaugh@redhat.com> 4.13b-50
Tim Waugh 303bd1
- Use sort correctly in make_font_map.sh (bug #187884).
Tim Waugh 303bd1
Tim Waugh d84993
* Wed Feb 15 2006 Tim Waugh <twaugh@redhat.com> 4.13b-49
Tim Waugh d84993
- Use mktemp in scripts.
Tim Waugh d84993
Jesse Keating b958ac
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 4.13b-48.3
Jesse Keating 61bcec
- bump again for double-long bug on ppc(64)
Jesse Keating 61bcec
Jesse Keating 9855ab
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 4.13b-48.2.2
Jesse Keating 9855ab
- rebuilt for new gcc4.1 snapshot and glibc changes
Jesse Keating 9855ab
Jesse Keating e898ea
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
Jesse Keating e898ea
- rebuilt
Jesse Keating e898ea
Bill Nottingham 88ce58
* Fri Nov 18 2005 Bill Nottingham <notting@redhat.com> 4.13b-48
Bill Nottingham 88ce58
- Migrate font paths from /usr/X11R6 to /usr/share/X11
Bill Nottingham 88ce58
Tim Waugh 0ceef7
* Thu May  5 2005 Tim Waugh <twaugh@redhat.com> 4.13b-47
Tim Waugh 0ceef7
- Make pdiff use diff(1) properly (bug #156916).
Tim Waugh 0ceef7
Tim Waugh df26aa
* Wed Mar 23 2005 Tim Waugh <twaugh@redhat.com> 4.13b-46
Tim Waugh 150d9a
- Make pdiff default to not requiring wdiff (bug #68537).
Tim Waugh 150d9a
Tim Waugh e10c72
* Wed Mar  2 2005 Tim Waugh <twaugh@redhat.com> 4.13b-45
Tim Waugh e10c72
- Rebuild for new GCC.
Tim Waugh e10c72
Tim Waugh c1ed16
* Wed Feb  2 2005 Tim Waugh <twaugh@redhat.com> 4.13b-44
Tim Waugh c1ed16
- Don't try to run netscape.  Run mozilla instead (bug #121393).
Tim Waugh c1ed16
Tim Waugh e20f35
* Thu Dec  9 2004 Tim Waugh <twaugh@redhat.com> 4.13b-43
Tim Waugh 5c7c8e
- Fixed font path (bug #142294).
Tim Waugh 5c7c8e
- Fixed problems in make_fonts_map script (bug #142299).  Patch from
Tim Waugh 62bae6
  Michal Jaegermann.
Tim Waugh e20f35
Tim Waugh 50c406
* Tue Dec  7 2004 Tim Waugh <twaugh@redhat.com> 4.13b-42
Tim Waugh 35a260
- Fixed configure.in.
Tim Waugh 35a260
- Fixed m4 files.
Tim Waugh 50c406
- Apply patch from bug #122699 to fix "too many includes" error.
Tim Waugh 50c406
Tim Waugh fb9db9
* Tue Oct  5 2004 Tim Waugh <twaugh@redhat.com> 4.13b-41
Tim Waugh fb9db9
- Build requires texinfo (bug #134663).
Tim Waugh fb9db9
cvsdist b598a9
* Thu Jul 29 2004 Tim Waugh <twaugh@redhat.com> 4.13b-40
cvsdist b598a9
- Use environment variable to pass filenames to shell (bug #128647).
cvsdist b598a9
cvsdist d2f266
* Thu Jun 24 2004 Tim Waugh <twaugh@redhat.com> 4.13b-39
cvsdist d2f266
- Build requires libtool (bug #125823).
cvsdist d2f266
cvsdist cef370
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist cef370
- rebuilt
cvsdist cef370
cvsdist 962e72
* Mon Mar 22 2004 Tim Waugh <twaugh@redhat.com> 4.13b-37
cvsdist 962e72
- Build requires flex (bug #118892).
cvsdist 962e72
cvsdist 642fb3
* Wed Mar  3 2004 Tim Waugh <twaugh@redhat.com> 4.13b-36
cvsdist 642fb3
- Oops, use system C compiler.
cvsdist 642fb3
cvsdist 642fb3
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 642fb3
- rebuilt
cvsdist 642fb3
cvsdist 642fb3
* Tue Mar  2 2004 Tim Waugh <twaugh@redhat.com> 4.13b-35
cvsdist 642fb3
- Prevent "error: conflicting types for 'malloc'".
cvsdist 642fb3
cvsdist 642fb3
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 642fb3
- rebuilt
cvsdist 642fb3
cvsdist 606e58
* Fri Jan 16 2004 Tim Waugh <twaugh@redhat.com> 4.13b-33
cvsdist 606e58
- Post scriptlet requires sed, coreutils (bug #107322).
cvsdist 606e58
cvsdist 606e58
* Mon Jan 12 2004 Tim Waugh <twaugh@redhat.com> 4.13b-32
cvsdist 606e58
- Hebrew support (bug #113191).
cvsdist 606e58
cvsdist 606e58
* Tue Jan  6 2004 Tim Waugh <twaugh@redhat.com> 4.13b-31
cvsdist 606e58
- Build requires gperf.
cvsdist 606e58
- Fix problems in .y file spotted by stricter bison.
cvsdist 606e58
- Fix reference to a2ps binary (bug #112930).
cvsdist 606e58
cvsdist b2810c
* Fri Oct 17 2003 Tim Waugh <twaugh@redhat.com> 4.13b-30
cvsdist b2810c
- Prevent strsignal segfaulting (bug #104970).
cvsdist b2810c
cvsdist b2810c
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist b2810c
- rebuilt
cvsdist b2810c
cvsdist 561eb3
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 561eb3
- rebuilt
cvsdist 561eb3
cvsdist 561eb3
* Thu Jan  9 2003 Tim Waugh <twaugh@redhat.com> 4.13b-27
cvsdist 561eb3
- Add Korean resource file (bug #81421).
cvsdist 561eb3
cvsdist 561eb3
* Tue Jan  7 2003 Jeff Johnson <jbj@redhat.com> 4.13b-26
cvsdist 561eb3
- don't include -debuginfo files in package.
cvsdist 561eb3
cvsdist 561eb3
* Wed Nov 20 2002 Tim Powers <timp@redhat.com>
cvsdist 561eb3
- rebuild on all arches
cvsdist 561eb3
- remove lingering files from the buildroot that we aren't shipping
cvsdist 561eb3
- pass %%{_libdir} and %%{_datadir} to configure so that we are lib64'ized
cvsdist 561eb3
- fix bad perms on some files
cvsdist 561eb3
cvsdist efcb47
* Mon Aug  5 2002 Tim Waugh <twaugh@redhat.com> 4.13b-24
cvsdist efcb47
- Prevent configure from going interactive (bug #70333).
cvsdist efcb47
- Try to cope with UTF-8 a little bit (bug #70057).
cvsdist efcb47
cvsdist efcb47
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 4.13b-23
cvsdist 42af69
- automated rebuild
cvsdist 42af69
cvsdist 42af69
* Fri Jun 21 2002 Tim Waugh <twaugh@redhat.com> 4.13b-22
cvsdist 42af69
- Fix koi8 tilde (bug #66393).
cvsdist 42af69
cvsdist 42af69
* Thu May 30 2002 Tim Waugh <twaugh@redhat.com> 4.13b-21
cvsdist 42af69
- Provide a2ps-i18n (bug #65231).
cvsdist 42af69
- Fix default encoding (bug #64584).
cvsdist 42af69
cvsdist 42af69
* Thu May 23 2002 Tim Powers <timp@redhat.com> 4.13b-20
cvsdist 42af69
- automated rebuild
cvsdist 42af69
cvsdist ce7e79
* Mon Feb 25 2002 Tim Waugh <twaugh@redhat.com> 4.13b-19
cvsdist ce7e79
- Rebuild in new environment.
cvsdist ce7e79
cvsdist ce7e79
* Tue Jan 22 2002 Tim Waugh <twaugh@redhat.com> 4.13b-18
cvsdist ce7e79
- Fix a2ps-4.13-conf.patch (bug #31360).
cvsdist ce7e79
- Add documentation about the default behaviour concerning LC_PAPER
cvsdist ce7e79
  (bug #43829).
cvsdist ce7e79
cvsdist ce7e79
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 4.13b-17
cvsdist ce7e79
- automated rebuild
cvsdist ce7e79
cvsdist ce7e79
* Wed Jan  9 2002 Tim Waugh <twaugh@redhat.com>
cvsdist ce7e79
- Fix build with newer compiler.
cvsdist ce7e79
- s/Copyright:/License:/.
cvsdist ce7e79
- Use C locale's decimal point style (bug #53715).
cvsdist ce7e79
cvsdist 9ba50e
* Fri Jun  1 2001 Oliver Paukstadt <oliver.paukstadt@millenux.com>
cvsdist 9ba50e
- fixed varargs-usage in title.c
cvsdist 9ba50e
cvsdist 7d4fb2
* Thu Apr 26 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 7d4fb2
- call libtoolize to allow easy porting to new archs
cvsdist 8dd85c
Tim Waugh e38c5c
* Wed Feb 28 2001 SATO Satoru <ssato@redhat.com>
cvsdist 67cda0
- bunzip2-ed all patches except eucjp
cvsdist 67cda0
cvsdist 67cda0
* Thu Feb 22 2001 SATO Satoru <ssato@redhat.com>
cvsdist 67cda0
- support Japanese
cvsdist 67cda0
- bzip2-ed all patches
cvsdist 67cda0
- replace macros (%%makeinstall, %%configure) with traditional 
cvsdist 67cda0
  commands to avoid some troubles those macros caused.
cvsdist 67cda0
Tim Waugh da6bdb
* Tue Feb 20 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 67cda0
- Using letter is as weird as oz, fl. oz, Fahrenheit, lb etc. 
cvsdist 67cda0
  Add a patch for using the glibc media type for giving US
cvsdist 67cda0
  letter for en_US (only locale with this paper), and A4
cvsdist 67cda0
  for everyone else.
cvsdist 67cda0
cvsdist 67cda0
* Tue Feb 20 2001 Tim Powers <timp@redhat.com>
cvsdist 67cda0
- changed default medium back to letter (bug 27794)
cvsdist 67cda0
Tim Waugh da6bdb
* Mon Feb 19 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 67cda0
- langify
cvsdist 67cda0
- use %%{_tmppath}
cvsdist 67cda0
cvsdist 67cda0
* Mon Feb 12 2001 Tim Waugh <twaugh@redhat.com>
cvsdist 67cda0
- Fix tmpfile security patch so that it actually _works_ (bug #27155).
cvsdist 67cda0
cvsdist 67cda0
* Sun Jan 21 2001 Tim Waugh <twaugh@redhat.com>
cvsdist 67cda0
- New-style prereq line.
cvsdist 67cda0
- %%post script requires fileutils (mv) and sh-utils (true).  This
cvsdist 67cda0
  should fix bug #24251).
cvsdist 67cda0
Tim Waugh da6bdb
* Mon Jan 08 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 67cda0
- Add /usr/bin/emacs to BuildRequires
cvsdist 67cda0
- A4
cvsdist 67cda0
- specify use of GNU Emacs for building
cvsdist 67cda0
cvsdist 67cda0
* Fri Jan 05 2001 Preston Brown <pbrown@redhat.com>
cvsdist 67cda0
- security patch for tmpfile creation from Olaf Kirch <okir@lst.de>
cvsdist 67cda0
cvsdist 67cda0
* Mon Dec 11 2000 Preston Brown <pbrown@redhat.com>
cvsdist 67cda0
- obsoleted old a2ps-i18n package (it was tiny) and included those fonts
cvsdist 67cda0
  directly here.
cvsdist 67cda0
cvsdist 67cda0
* Thu Dec  7 2000 Tim Powers <timp@redhat.com>
cvsdist 67cda0
- built for dist-7.1
cvsdist 67cda0
cvsdist 67cda0
* Mon Aug 07 2000 Tim Powers <timp@redhat.com>
cvsdist 67cda0
- update to 4.13b to fix some bugs, thanks to czar@acm.org for giving me a
cvsdist 67cda0
  heads up on this (bug #15679)
cvsdist 67cda0
cvsdist 67cda0
* Mon Jul 24 2000 Prospector <prospector@redhat.com>
cvsdist 67cda0
- rebuilt
cvsdist 67cda0
cvsdist 67cda0
* Mon Jul 10 2000 Tim Powers <timp@redhat.com>
cvsdist 67cda0
- rebuilt
cvsdist 67cda0
cvsdist 67cda0
* Fri Jun 23 2000 Tim Powers <timp@redhat.com>
cvsdist 67cda0
- info pages weren't getting gzipped.
cvsdist 67cda0
- stdout & stderror redirected to /dev/null in post section
cvsdist 67cda0
cvsdist 67cda0
* Mon Jun 19 2000 Tim Powers <timp@redhat.com>
cvsdist 67cda0
- fixed bug 12451 which was a stupid mistake by me.
cvsdist 67cda0
- quiet the post section
cvsdist 67cda0
- added patches from michal@ellpspace.math.ualberta.ca and did some spec file
cvsdist 67cda0
  magic he suggested as well.
cvsdist 67cda0
cvsdist 67cda0
* Fri Jun 2 2000 Tim Powers <timp@redhat.com>
cvsdist 67cda0
- fixed bug 5876, was not setting the paper size to Letter again :(
cvsdist 67cda0
- man pages and info pages to /usr/share, FHS compliant.
cvsdist 67cda0
- used macros wherever possible
cvsdist 67cda0
cvsdist 67cda0
* Wed May 31 2000 Tim Powers <timp@rehat.com>
cvsdist 67cda0
- fixed bug #11078, now requires psutils
cvsdist 67cda0
cvsdist 67cda0
* Wed Apr 26 2000 Tim Powers <timp@redhat.com>
cvsdist 67cda0
- updated to 4.13
cvsdist 67cda0
- compress man pages
cvsdist 67cda0
cvsdist 67cda0
* Thu Feb 10 2000 Tim Powers <timp@redhat.com>
cvsdist 67cda0
- gzip man pages
cvsdist 67cda0
- strip binaries
cvsdist 67cda0
cvsdist 67cda0
* Mon Jan 24 2000 Tim Powers <timp@redhat.com>
cvsdist 67cda0
- had to be more specific since the i18n stuff was removed from the package.
Tim Waugh da6bdb
        There is a new a2ps-i18n package which treats the
Tim Waugh da6bdb
        /usr/share/a2ps/afm/fonts.map file as a config file
Tim Waugh da6bdb
cvsdist 67cda0
* Wed Oct 27 1999 Tim Powers <timp@redhat.com>
cvsdist 67cda0
- added the --with-medium=Letter option to the configure process
cvsdist 67cda0
cvsdist 67cda0
* Thu Aug 5 1999 Tim Powers <timp@redhat.com>
cvsdist 67cda0
- fixed problems with missing dirs as reported in bug 3822
cvsdist 67cda0
- built for powertools
cvsdist 67cda0
cvsdist 67cda0
* Tue Jul 6 1999 Tim Powers <timp@redhat.com>
cvsdist 67cda0
- rebuilt for powertools 6.1
cvsdist 67cda0
cvsdist 67cda0
* Wed May 12 1999 Bill Nottingham <notting@redhat.com>
cvsdist 67cda0
- add a2ps-site.cfg
cvsdist 67cda0
cvsdist 67cda0
* Mon Apr 26 1999 Preston Brown <pbrown@redhat.com>
cvsdist 67cda0
- update to 4.12 for Powertools 6.0
cvsdist 67cda0
cvsdist 67cda0
* Sat Oct 24 1998 Jeff Johnson <jbj@redhat.com>
Tim Waugh da6bdb
- narrower range of %%files splats.
cvsdist 67cda0
- install info correctly.
cvsdist 67cda0
- new description/summary text.
cvsdist 67cda0
cvsdist 67cda0
* Tue Oct 06 1998 Michael Maher <mike@redhat.com>
cvsdist 67cda0
- updated source
cvsdist 67cda0
cvsdist 67cda0
* Sat Jul 04 1998 Michael Maher <mike@redhat.com>
cvsdist 67cda0
- built package