c91a7b
Name:           paps
c91a7b
Version:        0.7.1
c91a7b
Release:        4%{?dist}
c91a7b
c91a7b
License:        LGPLv2+
c91a7b
URL:            http://paps.sourceforge.net/
c91a7b
Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
c91a7b
Source1:        paps.convs
c91a7b
Source2:	29-paps.conf
c91a7b
Source3:        http://downloads.sourceforge.net/%{name}/%{name}-0.6.8.tar.gz
c91a7b
BuildRequires: make
c91a7b
BuildRequires:  pango-devel automake autoconf libtool doxygen cups-devel intltool
c91a7b
## https://sourceforge.net/tracker/index.php?func=detail&aid=1832897&group_id=153049&atid=786241
c91a7b
Patch0:         paps-0.6.8-shared.patch
c91a7b
## https://sourceforge.net/tracker/index.php?func=detail&aid=1832924&group_id=153049&atid=786241
c91a7b
Patch1:         paps-0.6.8-wordwrap.patch
c91a7b
## https://sourceforge.net/tracker/index.php?func=detail&aid=1832926&group_id=153049&atid=786241
c91a7b
Patch2:         paps-langinfo.patch
c91a7b
## https://sourceforge.net/tracker/index.php?func=detail&aid=1832929&group_id=153049&atid=786241
c91a7b
Patch3:         paps-0.6.6-lcnumeric.patch
c91a7b
## https://sourceforge.net/tracker/index.php?func=detail&aid=1832935&group_id=153049&atid=786241
c91a7b
Patch4:         paps-exitcode.patch
c91a7b
## rhbz#854897
c91a7b
Patch5:         paps-854897-manpage.patch
c91a7b
## Fedora specific patch to integrate with CUPS
c91a7b
Patch50:        paps-cups.patch
c91a7b
Patch51:        paps-cpilpi.patch
c91a7b
## rhbz#424951
c91a7b
Patch52:        paps-dsc-compliant.patch
c91a7b
Patch53:        paps-autoconf262.patch
c91a7b
## rhbz#524883
c91a7b
Patch54:        paps-fix-cpi.patch
c91a7b
## rhbz#618483
c91a7b
Patch55:        paps-fix-loop-in-split.patch
c91a7b
## rhbz#857592
c91a7b
Patch56:        paps-fix-tab-width.patch
c91a7b
Patch57:        paps-fix-non-weak-symbol.patch
c91a7b
Patch58:        paps-correct-fsf-address.patch
c91a7b
## rhbz#1078519
c91a7b
Patch59:        %{name}-ft-header.patch
c91a7b
## rhbz#1196997
c91a7b
Patch60:        %{name}-a3.patch
c91a7b
## rhbz#1214939
c91a7b
Patch61:	%{name}-fix-paper-size-truncate.patch
c91a7b
c91a7b
Summary:        Plain Text to PostScript converter
c91a7b
%description
c91a7b
paps is a PostScript converter from plain text file using Pango.
c91a7b
c91a7b
%package -n texttopaps
c91a7b
Summary:        CUPS filter based on paps
c91a7b
Obsoletes:	%{name}-libs < %{version}
c91a7b
Obsoletes:	%{name}-devel < %{version}
c91a7b
Requires:       cups-filesystem fontpackages-filesystem
c91a7b
%description -n texttopaps
c91a7b
c91a7b
paps is a PostScript converter from plain text file using Pango.
c91a7b
c91a7b
This package contains a CUPS filter based on paps.
c91a7b
c91a7b
c91a7b
%prep
c91a7b
%setup -q -a 3
c91a7b
pushd %{name}-0.6.8
c91a7b
%patch0 -p1 -b .shared
c91a7b
%patch1 -p1 -b .wordwrap
c91a7b
%patch2 -p1 -b .langinfo
c91a7b
%patch3 -p1 -b .lcnumeric
c91a7b
%patch4 -p1 -b .exitcode
c91a7b
%patch5 -p1 -b .manpage
c91a7b
%patch50 -p1 -b .cups
c91a7b
%patch51 -p1 -b .cpilpi
c91a7b
%patch52 -p1 -b .dsc
c91a7b
%patch53 -p1 -b .autoconf262
c91a7b
%patch54 -p1 -b .fixcpi
c91a7b
%patch55 -p1 -b .loop
c91a7b
%patch56 -p1 -b .tab
c91a7b
%patch57 -p1 -b .weak-symbol
c91a7b
%patch58 -p1 -b .fsf
c91a7b
%patch59 -p1 -b .ft-header
c91a7b
%patch60 -p1 -b .a3
c91a7b
%patch61 -p1 -b .paper-size
c91a7b
libtoolize -f -c
c91a7b
autoreconf -f -i
c91a7b
popd
c91a7b
c91a7b
c91a7b
%build
c91a7b
%configure --disable-static
c91a7b
make %{?_smp_mflags}
c91a7b
c91a7b
pushd %{name}-0.6.8
c91a7b
%configure --disable-static
c91a7b
make %{?_smp_mflags}
c91a7b
popd
c91a7b
c91a7b
%install
c91a7b
pushd %{name}-0.6.8
c91a7b
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="/usr/bin/install -p"
c91a7b
c91a7b
# remove unnecessary files
c91a7b
rm $RPM_BUILD_ROOT%{_libdir}/libpaps.la
c91a7b
c91a7b
# make a symlink for CUPS filter
c91a7b
install -d $RPM_BUILD_ROOT%{_cups_serverbin}/filter # Not libdir
c91a7b
mv $RPM_BUILD_ROOT%{_bindir}/paps $RPM_BUILD_ROOT%{_cups_serverbin}/filter/texttopaps
c91a7b
mv $RPM_BUILD_ROOT%{_mandir}/man1/paps.1 $RPM_BUILD_ROOT%{_mandir}/man1/texttopaps.1
c91a7b
c91a7b
install -d $RPM_BUILD_ROOT%{_datadir}/cups/mime
c91a7b
install -p -m0644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/cups/mime/
c91a7b
c91a7b
install -d $RPM_BUILD_ROOT%{_sysconfdir}/fonts/conf.d
c91a7b
install -p -m0644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/fonts/conf.d/
c91a7b
c91a7b
rm -rf $RPM_BUILD_ROOT%{_includedir}
c91a7b
rm $RPM_BUILD_ROOT%{_libdir}/libpaps.so
c91a7b
popd
c91a7b
c91a7b
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="/usr/bin/install -p"
c91a7b
c91a7b
%ldconfig_scriptlets libs
c91a7b
c91a7b
%files
c91a7b
%doc AUTHORS COPYING.LIB README
c91a7b
%{_bindir}/paps
c91a7b
%{_mandir}/man1/paps.1*
c91a7b
c91a7b
%files -n texttopaps
c91a7b
%doc %{name}-0.6.8/COPYING.LIB %{name}-0.6.8/AUTHORS %{name}-0.6.8/README
c91a7b
%{_mandir}/man1/texttopaps.1*
c91a7b
%{_libdir}/libpaps.so.*
c91a7b
%{_cups_serverbin}/filter/texttopaps
c91a7b
%{_datadir}/cups/mime/paps.convs
c91a7b
%{_sysconfdir}/fonts/conf.d/29-paps.conf
c91a7b
c91a7b
c91a7b
%changelog
c91a7b
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.7.1-4
c91a7b
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
c91a7b
  Related: rhbz#1991688
c91a7b
c91a7b
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.7.1-3
c91a7b
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
c91a7b
c91a7b
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-2
c91a7b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
c91a7b
c91a7b
* Thu Oct  8 2020 Akira TAGOH <tagoh@redhat.com> - 0.7.1-1
c91a7b
- New upstream release.
c91a7b
  Resolves: rhbz#1254352
c91a7b
- Sub-package texttopaps with old code.
c91a7b
c91a7b
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.8-46
c91a7b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
c91a7b
c91a7b
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.8-45
c91a7b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
c91a7b
c91a7b
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.8-44
c91a7b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
c91a7b
c91a7b
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.8-43
c91a7b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
c91a7b
c91a7b
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.8-42
c91a7b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
c91a7b
c91a7b
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.8-41
c91a7b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
c91a7b
c91a7b
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 0.6.8-40
c91a7b
- Rebuilt for switch to libxcrypt
c91a7b
c91a7b
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.8-39
c91a7b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
c91a7b
c91a7b
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.8-38
c91a7b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
c91a7b
c91a7b
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.8-37
c91a7b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
c91a7b
c91a7b
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.8-36
c91a7b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
c91a7b
c91a7b
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.8-35
c91a7b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
c91a7b
c91a7b
* Fri Apr 24 2015 Akira TAGOH <tagoh@redhat.com> - 0.6.8-34
c91a7b
- Fix wrong paper size due to the integer cast.
c91a7b
c91a7b
* Mon Mar  2 2015 Akira TAGOH <tagoh@redhat.com> - 0.6.8-33
c91a7b
- Support A3 paper size.
c91a7b
c91a7b
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 0.6.8-32
c91a7b
- Rebuilt for Fedora 23 Change
c91a7b
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
c91a7b
c91a7b
* Fri Oct 31 2014 Akira TAGOH <tagoh@redhat.com> - 0.6.8-31
c91a7b
- Add a fontconfig config to force the scalable font.
c91a7b
c91a7b
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.8-30
c91a7b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
c91a7b
c91a7b
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.8-29
c91a7b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
c91a7b
c91a7b
* Thu Mar 20 2014 Akira TAGOH <tagoh@redhat.com> - 0.6.8-28
c91a7b
- Fix FTBFS against freetype's header files location change. (#1078519)
c91a7b
c91a7b
* Mon Dec 16 2013 Akira TAGOH <tagoh@redhat.com> - 0.6.8-27
c91a7b
- Move the place of paps.convs to %%{_datadir}/cups/mime. (#1042984)
c91a7b
c91a7b
* Wed Jul 31 2013 Akira TAGOH <tagoh@redhat.com> - 0.6.8-26
c91a7b
- Fix the width calculation with CPI enabled. (#990228)
c91a7b
c91a7b
* Thu Apr 18 2013 Akira TAGOH <tagoh@redhat.com> - 0.6.8-25
c91a7b
- Rebuilt for aarch64 support. (#926309)
c91a7b
c91a7b
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.8-24
c91a7b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
c91a7b
c91a7b
* Fri Nov 23 2012 Akira TAGOH <tagoh@redhat.com> - 0.6.8-23
c91a7b
- the spec file cleanup
c91a7b
- Fix the undefined symbol issue in libpaps.so.0
c91a7b
- Correct FSF address in the COPYING.LIB
c91a7b
c91a7b
* Mon Sep 24 2012 Akira TAGOH <tagoh@redhat.com> - 0.6.8-22
c91a7b
- Ensure the latest version of paps-libs are installed.
c91a7b
c91a7b
* Fri Sep 21 2012 Akira TAGOH <tagoh@redhat.com> - 0.6.8-21
c91a7b
- Fix wrong width for whitespaces when enabling CPI feature. (#857592)
c91a7b
c91a7b
* Thu Sep  6 2012 Akira TAGOH <tagoh@redhat.com> - 0.6.8-20
c91a7b
- Add a missing description of --encoding in manpage. (#854897)
c91a7b
c91a7b
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.8-19
c91a7b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
c91a7b
c91a7b
* Wed Jan 11 2012 Akira TAGOH <tagoh@redhat.com> - 0.6.8-18
c91a7b
- Use %%{_cups_serverbin} instead of the hardcoded path. (#772240)
c91a7b
c91a7b
* Mon Dec  5 2011 Akira TAGOH <tagoh@redhat.com> - 0.6.8-17
c91a7b
- Add ldconfig in %%post/%%postun for paps-libs (#759880)
c91a7b
c91a7b
* Fri Jun 24 2011 Akira TAGOH <tagoh@redhat.com> - 0.6.8-16
c91a7b
- Fix FTBFS issue. (#716211)
c91a7b
c91a7b
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.8-15
c91a7b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
c91a7b
c91a7b
* Tue Jul 27 2010 Akira TAGOH <tagoh@redhat.com> - 0.6.8-14
c91a7b
- Fix the infinite loop in splitting paragraphs (#618483)
c91a7b
c91a7b
* Fri Mar 12 2010 Akira TAGOH <tagoh@redhat.com> - 0.6.8-13
c91a7b
- Fix the directory's group ownership. (#572733)
c91a7b
c91a7b
* Tue Dec  8 2009 Akira TAGOH <tagoh@redhat.com> - 0.6.8-12
c91a7b
- Add paps.convs to behaves the cups filter without the hardcoded thing
c91a7b
  in cups. (#545031)
c91a7b
c91a7b
* Wed Oct 14 2009 Akira TAGOH <tagoh@redhat.com> - 0.6.8-11
c91a7b
- Fix code that deal with CPI parameter to be accurate. (#524883)
c91a7b
c91a7b
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.8-10
c91a7b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
c91a7b
c91a7b
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.8-9
c91a7b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
c91a7b
c91a7b
* Mon Nov 17 2008 Akira TAGOH <tagoh@redhat.com> - 0.6.8-8
c91a7b
- Courier font to be a default font for texttopaps. (#469325)
c91a7b
c91a7b
* Mon Sep  1 2008 Akira TAGOH <tagoh@redhat.com> - 0.6.8-7
c91a7b
- paps-langinfo.patch: Updated.
c91a7b
- paps-exitcode.patch: Updated.
c91a7b
c91a7b
* Fri May 16 2008 Akira TAGOH <tagoh@redhat.com> - 0.6.8-6
c91a7b
- paps-cups.patch: Fix printing with -o landscape in CUPS. (#222137)
c91a7b
- paps-autoconf262.patch: Fix an error on autoreconf.
c91a7b
c91a7b
* Tue Feb 12 2008 Akira TAGOH <tagoh@redhat.com> - 0.6.8-5
c91a7b
- Rebuild for gcc-4.3.
c91a7b
c91a7b
* Wed Jan 23 2008 Akira TAGOH <tagoh@redhat.com> - 0.6.8-4
c91a7b
- Fix an exception on ghostscript. (#429275)
c91a7b
c91a7b
* Tue Jan 15 2008 Akira TAGOH <tagoh@redhat.com> - 0.6.8-3
c91a7b
- Put %%%%Pages: after %%%%Trailer. (#424951)
c91a7b
c91a7b
* Thu Jan 10 2008 Akira TAGOH <tagoh@redhat.com> - 0.6.8-2
c91a7b
- paps-0.6.8-dsc-compliant.patch: Patch out to be DSC compliant. (#424951)
c91a7b
c91a7b
* Fri Nov 30 2007 Akira TAGOH <tagoh@redhat.com> - 0.6.8-1
c91a7b
- New upstream release.
c91a7b
  - Remove patches merged and unnecessary anymore:
c91a7b
    - paps-makefile.patch
c91a7b
    - paps-formfeed.patch
c91a7b
    - paps-0.6.6-encoding.patch
c91a7b
    - paps-typo-font-scale.patch
c91a7b
    - paps-0.6.6-segfault.patch
c91a7b
    - paps-0.6.6-font-option.patch
c91a7b
    - paps-0.6.6-lcctype.patch
c91a7b
- paps-0.6.8-shared.patch: Enable building shared library.
c91a7b
- paps-0.6.8-wordwrap.patch: Update a bit to get it working without an wordwrap
c91a7b
  mode.
c91a7b
- Add paps-libs and paps-devel package.
c91a7b
- paps-cups.patch: Update.
c91a7b
- paps-cpilpi.patch: Update.
c91a7b
- Fix the wrong rendering with CPI option. (#237202)
c91a7b
- Fix the unnecessary rotation with the landscape option when paps is running
c91a7b
  as CUPS filter. (#222137)
c91a7b
c91a7b
* Thu Aug 23 2007 Akira TAGOH <tagoh@redhat.com> - 0.6.6-21
c91a7b
- Rebuild
c91a7b
c91a7b
* Fri Aug 10 2007 Akira TAGOH <tagoh@redhat.com>
c91a7b
- Update License tag.
c91a7b
c91a7b
* Wed May 30 2007 Akira TAGOH <tagoh@redhat.com> - 0.6.6-20
c91a7b
- Fix to not do wordwrap when 'wrap=false' is given. (#240588)
c91a7b
c91a7b
* Tue Mar 27 2007 Akira TAGOH <tagoh@redhat.com> - 0.6.6-19
c91a7b
- Fix PostScript breakage following the non-monetary numeric format from
c91a7b
  current locale. (#231916)
c91a7b
c91a7b
* Wed Mar  7 2007 Akira TAGOH <tagoh@redhat.com> - 0.6.6-18
c91a7b
- default to lpi=6 and cpi=10 if paps is bringing up as cups filter. (#223862)
c91a7b
c91a7b
* Tue Jan 23 2007 Akira TAGOH <tagoh@redhat.com>
c91a7b
- Better the encoding guess by looking at current locale. (#212154)
c91a7b
c91a7b
* Mon Dec  4 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.6-17
c91a7b
- Fix a segfault on non-printable character. (#216296)
c91a7b
c91a7b
* Sat Sep 30 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.6-16
c91a7b
- paps-0.6.6-exitcode.patch: exit immediately with proper exit code
c91a7b
  when unrecoverable error occurs. (#208592)
c91a7b
c91a7b
* Fri Sep 29 2006 Tim Waugh <twaugh@redhat.com> - 0.6.6-15
c91a7b
- Avoid using iconv when not needed (bug #206259).
c91a7b
c91a7b
* Thu Sep 14 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.6-14
c91a7b
- paps-cups.patch: try to parse input even if any invalid character appears.
c91a7b
  (#206259)
c91a7b
c91a7b
* Thu Aug 31 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.6-13
c91a7b
- paps-formfeed.patch: fixed to not insert an extra line in next page.
c91a7b
  (#202731)
c91a7b
c91a7b
* Thu Aug 17 2006 Tim Waugh <twaugh@redhat.com> - 0.6.6-12
c91a7b
- Map CUPS charset names to real ones (bug #197577).
c91a7b
c91a7b
* Mon Jul 17 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.6-11
c91a7b
- add an owner info to PS.
c91a7b
c91a7b
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.6.6-10.2
c91a7b
- rebuild
c91a7b
c91a7b
* Tue Jul  4 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.6-10
c91a7b
- paps-0.6.6-cpilpi.patch: add --cpi and --lpi option to support the characters
c91a7b
  per inch and the lines per inch.
c91a7b
- paps-cups.patch: add cpi and lpi support.
c91a7b
c91a7b
* Thu Jun 29 2006 Tim Waugh <twaugh@redhat.com> - 0.6.6-9
c91a7b
- Fixed font-option patch.
c91a7b
- Adjusted CUPS patch: CUPS invokes the filter with the destination
c91a7b
  printer name in argv[0], not the binary name.
c91a7b
- CUPS filter lives in CUPS_SERVERBIN, which is /usr/lib/cups on all
c91a7b
  architectures -- not %%{_libdir}/cups.
c91a7b
c91a7b
* Thu Jun 29 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.6-8
c91a7b
- use dist tag.
c91a7b
- paps-cups.patch: applied to work paps as CUPS filter.
c91a7b
- paps-0.6.6-encoding.patch: null-terminates the output.
c91a7b
c91a7b
* Tue Jun 27 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.6-7
c91a7b
- rebuilt to import into Core.
c91a7b
c91a7b
* Wed Jun 21 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.6-6
c91a7b
- paps-0.6.6-wordwrap.patch: applied to do a wordwrap.
c91a7b
c91a7b
* Tue Jun 20 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.6-5
c91a7b
- paps-typo-font-scale.patch: backported from CVS.
c91a7b
- paps-0.6.6-font-option.patch: integrated --font-family and --font-scale
c91a7b
  options to --font.
c91a7b
- paps-0.6.6-lcctype.patch: follow LC_CTYPE to determine the default language.
c91a7b
c91a7b
* Fri Jun 16 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.6-4
c91a7b
- added libtool and doxygen to BuildReq.
c91a7b
- removed NEWS file which is empty.
c91a7b
c91a7b
* Mon Jun 12 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.6-3
c91a7b
- use make install DESTDIR=... instead of %%makeinstall
c91a7b
- add automake and autoconf to BuildReq.
c91a7b
c91a7b
* Thu May 25 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.6-2
c91a7b
- paps-0.6.6-encoding.patch: support --encoding option to be able to convert
c91a7b
  the input file to UTF-8.
c91a7b
- paps-0.6.6-segfault.patch: fixed a possible segfault issue when reading is
c91a7b
  failed.
c91a7b
c91a7b
* Fri May 19 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.6-1
c91a7b
- New upstream release.
c91a7b
c91a7b
* Mon Apr 17 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.5-1
c91a7b
- New upstream release.
c91a7b
  - paps-0.6.3-fix-pagesize.patch: removed. it has been merged in upstream.
c91a7b
  - paps-0.6.3-goption.patch: removed. it has been merged in upstream.
c91a7b
  - paps-0.6.3-header.patch: removed. it has been merged in upstream.
c91a7b
- paps-makefile.patch: rework to be applied.
c91a7b
c91a7b
* Fri Mar 31 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.3-4
c91a7b
- paps-0.6.3-formfeed.patch: applied to deal with the formfeed mark properly.
c91a7b
- paps-0.6.3-goption.patch: rewritten option parser using GOption. and segfault
c91a7b
  gone as well. (#187205)
c91a7b
- paps-0.6.3-header.patch: applied to support the output of the page header.
c91a7b
c91a7b
* Fri Mar 24 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.3-3
c91a7b
- paps-0.6.3-fix-pagesize.patch: fixed displaying the beginning of line at out of page. (#176207)
c91a7b
c91a7b
* Thu Mar  2 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.3-2
c91a7b
- rebuilt.
c91a7b
c91a7b
* Wed Jan 11 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.3-1
c91a7b
- New upstream release.
c91a7b
- paps-0.6.2-fix-bufferoverflow.patch: removed.
c91a7b
c91a7b
* Wed Dec 21 2005 Akira TAGOH <tagoh@redhat.com> - 0.6.2-1
c91a7b
- New upstream release.
c91a7b
  - the bitmap font is now ignored. (#176206)
c91a7b
- paps-0.6.2-fix-bufferoverflow.patch: applied to fix the buffer overflow.
c91a7b
c91a7b
* Tue Dec 13 2005 Akira TAGOH <tagoh@redhat.com> - 0.6.1-1
c91a7b
- New upstream release.
c91a7b
- paps-0.6.1-makefile.patch: applied to install docs on the proper dir.
c91a7b
c91a7b
* Fri Nov  4 2005 Akira TAGOH <tagoh@redhat.com> - 0.5-1
c91a7b
- New upstream release.
c91a7b
c91a7b
* Tue Oct 18 2005 Akira TAGOH <tagoh@redhat.com> - 0.3-1
c91a7b
- Initial package.
c91a7b