2010-07-27 03:40:55 +00:00
|
|
|
Name: paps
|
|
|
|
Version: 0.6.8
|
2012-09-24 01:55:10 +00:00
|
|
|
Release: 22%{?dist}
|
2010-07-27 03:40:55 +00:00
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: http://paps.sourceforge.net/
|
|
|
|
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
|
|
|
Source1: paps.convs
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRequires: pango-devel automake autoconf libtool doxygen cups-devel
|
2007-11-30 11:29:46 +00:00
|
|
|
## https://sourceforge.net/tracker/index.php?func=detail&aid=1832897&group_id=153049&atid=786241
|
2010-07-27 03:40:55 +00:00
|
|
|
Patch0: paps-0.6.8-shared.patch
|
2007-11-30 11:29:46 +00:00
|
|
|
## https://sourceforge.net/tracker/index.php?func=detail&aid=1832924&group_id=153049&atid=786241
|
2010-07-27 03:40:55 +00:00
|
|
|
Patch1: paps-0.6.8-wordwrap.patch
|
2007-11-30 11:29:46 +00:00
|
|
|
## https://sourceforge.net/tracker/index.php?func=detail&aid=1832926&group_id=153049&atid=786241
|
2010-07-27 03:40:55 +00:00
|
|
|
Patch2: paps-langinfo.patch
|
2007-11-30 11:29:46 +00:00
|
|
|
## https://sourceforge.net/tracker/index.php?func=detail&aid=1832929&group_id=153049&atid=786241
|
2010-07-27 03:40:55 +00:00
|
|
|
Patch3: paps-0.6.6-lcnumeric.patch
|
2007-11-30 11:29:46 +00:00
|
|
|
## https://sourceforge.net/tracker/index.php?func=detail&aid=1832935&group_id=153049&atid=786241
|
2010-07-27 03:40:55 +00:00
|
|
|
Patch4: paps-exitcode.patch
|
2012-09-06 09:08:22 +00:00
|
|
|
Patch5: paps-854897-manpage.patch
|
2010-07-27 03:40:55 +00:00
|
|
|
Patch50: paps-cups.patch
|
|
|
|
Patch51: paps-cpilpi.patch
|
|
|
|
Patch52: paps-dsc-compliant.patch
|
|
|
|
Patch53: paps-autoconf262.patch
|
|
|
|
Patch54: paps-fix-cpi.patch
|
|
|
|
Patch55: paps-fix-loop-in-split.patch
|
2012-09-21 07:21:57 +00:00
|
|
|
Patch56: paps-fix-tab-width.patch
|
2010-07-27 03:40:55 +00:00
|
|
|
|
|
|
|
Summary: Plain Text to PostScript converter
|
|
|
|
Group: Applications/Publishing
|
2012-09-24 01:55:10 +00:00
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
2006-06-27 07:11:43 +00:00
|
|
|
%description
|
|
|
|
paps is a PostScript converter from plain text file using Pango.
|
|
|
|
|
2007-11-30 11:29:46 +00:00
|
|
|
%package libs
|
2010-07-27 03:40:55 +00:00
|
|
|
Summary: Libraries for paps
|
|
|
|
Group: Development/Libraries
|
2007-11-30 11:29:46 +00:00
|
|
|
%description libs
|
|
|
|
paps is a PostScript converter from plain text file using Pango.
|
|
|
|
|
|
|
|
This package contains the library for paps.
|
|
|
|
|
|
|
|
%package devel
|
2010-07-27 03:40:55 +00:00
|
|
|
Summary: Development files for paps
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
2007-11-30 11:29:46 +00:00
|
|
|
%description devel
|
|
|
|
paps is a PostScript converter from plain text file using Pango.
|
|
|
|
|
|
|
|
This package contains the development files that is necessary to develop
|
|
|
|
applications using paps API.
|
2006-06-27 07:11:43 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2007-11-30 11:29:46 +00:00
|
|
|
%patch0 -p1 -b .shared
|
|
|
|
%patch1 -p1 -b .wordwrap
|
|
|
|
%patch2 -p1 -b .langinfo
|
|
|
|
%patch3 -p1 -b .lcnumeric
|
|
|
|
%patch4 -p1 -b .exitcode
|
2012-09-06 09:08:22 +00:00
|
|
|
%patch5 -p1 -b .manpage
|
2006-06-29 10:55:20 +00:00
|
|
|
%patch50 -p1 -b .cups
|
2007-11-30 11:29:46 +00:00
|
|
|
%patch51 -p1 -b .cpilpi
|
2008-01-10 14:19:25 +00:00
|
|
|
%patch52 -p1 -b .dsc
|
2008-05-16 11:45:01 +00:00
|
|
|
%patch53 -p1 -b .autoconf262
|
2009-10-14 10:42:42 +00:00
|
|
|
%patch54 -p1 -b .fixcpi
|
2010-07-27 03:40:55 +00:00
|
|
|
%patch55 -p1 -b .loop
|
2012-09-21 07:21:57 +00:00
|
|
|
%patch56 -p1 -b .tab
|
2008-11-17 09:22:31 +00:00
|
|
|
libtoolize -f -c
|
2007-11-30 11:29:46 +00:00
|
|
|
autoreconf
|
2006-06-27 07:11:43 +00:00
|
|
|
|
|
|
|
|
|
|
|
%build
|
2007-11-30 11:29:46 +00:00
|
|
|
%configure --disable-static
|
2006-06-27 07:11:43 +00:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
2007-11-30 11:29:46 +00:00
|
|
|
|
|
|
|
# remove unnecessary files
|
|
|
|
rm $RPM_BUILD_ROOT%{_libdir}/libpaps.la
|
2006-06-27 07:11:43 +00:00
|
|
|
|
2006-06-29 10:55:20 +00:00
|
|
|
# make a symlink for CUPS filter
|
2012-01-11 02:28:09 +00:00
|
|
|
%{__mkdir_p} $RPM_BUILD_ROOT%{_cups_serverbin}/filter # Not libdir
|
|
|
|
ln -s %{_bindir}/paps $RPM_BUILD_ROOT%{_cups_serverbin}/filter/texttopaps
|
2006-06-29 10:55:20 +00:00
|
|
|
|
2009-12-08 09:35:59 +00:00
|
|
|
install -d $RPM_BUILD_ROOT%{_sysconfdir}/cups
|
|
|
|
install -p -m0644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/cups
|
2006-06-27 07:11:43 +00:00
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2011-12-05 03:28:51 +00:00
|
|
|
%post libs -p /sbin/ldconfig
|
|
|
|
%postun libs -p /sbin/ldconfig
|
|
|
|
|
2006-06-27 07:11:43 +00:00
|
|
|
%files
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%doc AUTHORS COPYING.LIB README TODO
|
|
|
|
%{_bindir}/paps
|
|
|
|
%{_mandir}/man1/paps.1*
|
2012-01-11 02:28:09 +00:00
|
|
|
%{_cups_serverbin}/filter/texttopaps
|
2010-03-12 05:04:23 +00:00
|
|
|
%dir %attr (0755, root, lp) %{_sysconfdir}/cups
|
2009-12-08 09:35:59 +00:00
|
|
|
%{_sysconfdir}/cups/paps.convs
|
2006-06-27 07:11:43 +00:00
|
|
|
|
2007-11-30 11:29:46 +00:00
|
|
|
%files libs
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%doc COPYING.LIB
|
|
|
|
%{_libdir}/libpaps.so.*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%doc COPYING.LIB
|
|
|
|
%{_includedir}/libpaps.h
|
|
|
|
%{_libdir}/libpaps.so
|
2006-06-27 07:11:43 +00:00
|
|
|
|
|
|
|
%changelog
|
2012-09-24 01:59:11 +00:00
|
|
|
* Mon Sep 24 2012 Akira TAGOH <tagoh@redhat.com> - 0.6.8-22
|
2012-09-24 01:55:10 +00:00
|
|
|
- Ensure the latest version of paps-libs are installed.
|
|
|
|
|
2012-09-21 07:21:57 +00:00
|
|
|
* Fri Sep 21 2012 Akira TAGOH <tagoh@redhat.com> - 0.6.8-21
|
|
|
|
- Fix wrong width for whitespaces when enabling CPI feature. (#857592)
|
|
|
|
|
2012-09-06 09:08:22 +00:00
|
|
|
* Thu Sep 6 2012 Akira TAGOH <tagoh@redhat.com> - 0.6.8-20
|
|
|
|
- Add a missing description of --encoding in manpage. (#854897)
|
|
|
|
|
2012-07-20 08:16:14 +00:00
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.8-19
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-01-11 02:28:09 +00:00
|
|
|
* Wed Jan 11 2012 Akira TAGOH <tagoh@redhat.com> - 0.6.8-18
|
|
|
|
- Use %%{_cups_serverbin} instead of the hardcoded path. (#772240)
|
|
|
|
|
2011-12-05 03:28:51 +00:00
|
|
|
* Mon Dec 5 2011 Akira TAGOH <tagoh@redhat.com> - 0.6.8-17
|
|
|
|
- Add ldconfig in %%post/%%postun for paps-libs (#759880)
|
|
|
|
|
2011-06-24 10:03:50 +00:00
|
|
|
* Fri Jun 24 2011 Akira TAGOH <tagoh@redhat.com> - 0.6.8-16
|
|
|
|
- Fix FTBFS issue. (#716211)
|
|
|
|
|
2011-02-08 14:17:24 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.8-15
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-07-27 03:40:55 +00:00
|
|
|
* Tue Jul 27 2010 Akira TAGOH <tagoh@redhat.com> - 0.6.8-14
|
|
|
|
- Fix the infinite loop in splitting paragraphs (#618483)
|
|
|
|
|
2010-03-12 05:04:23 +00:00
|
|
|
* Fri Mar 12 2010 Akira TAGOH <tagoh@redhat.com> - 0.6.8-13
|
|
|
|
- Fix the directory's group ownership. (#572733)
|
|
|
|
|
2009-12-08 09:35:59 +00:00
|
|
|
* Tue Dec 8 2009 Akira TAGOH <tagoh@redhat.com> - 0.6.8-12
|
|
|
|
- Add paps.convs to behaves the cups filter without the hardcoded thing
|
|
|
|
in cups. (#545031)
|
|
|
|
|
|
|
|
* Wed Oct 14 2009 Akira TAGOH <tagoh@redhat.com> - 0.6.8-11
|
2009-10-14 10:42:42 +00:00
|
|
|
- Fix code that deal with CPI parameter to be accurate. (#524883)
|
|
|
|
|
2009-07-25 23:14:11 +00:00
|
|
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.8-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-26 09:48:24 +00:00
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.8-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-11-17 08:44:04 +00:00
|
|
|
* Mon Nov 17 2008 Akira TAGOH <tagoh@redhat.com> - 0.6.8-8
|
|
|
|
- Courier font to be a default font for texttopaps. (#469325)
|
|
|
|
|
2008-09-01 08:49:37 +00:00
|
|
|
* Mon Sep 1 2008 Akira TAGOH <tagoh@redhat.com> - 0.6.8-7
|
|
|
|
- paps-langinfo.patch: Updated.
|
|
|
|
- paps-exitcode.patch: Updated.
|
|
|
|
|
2008-05-16 02:43:31 +00:00
|
|
|
* Fri May 16 2008 Akira TAGOH <tagoh@redhat.com> - 0.6.8-6
|
|
|
|
- paps-cups.patch: Fix printing with -o landscape in CUPS. (#222137)
|
2008-05-16 11:45:01 +00:00
|
|
|
- paps-autoconf262.patch: Fix an error on autoreconf.
|
2008-05-16 02:43:31 +00:00
|
|
|
|
2008-02-12 09:59:46 +00:00
|
|
|
* Tue Feb 12 2008 Akira TAGOH <tagoh@redhat.com> - 0.6.8-5
|
|
|
|
- Rebuild for gcc-4.3.
|
|
|
|
|
2008-01-23 02:15:05 +00:00
|
|
|
* Wed Jan 23 2008 Akira TAGOH <tagoh@redhat.com> - 0.6.8-4
|
|
|
|
- Fix an exception on ghostscript. (#429275)
|
|
|
|
|
2008-01-15 02:16:55 +00:00
|
|
|
* Tue Jan 15 2008 Akira TAGOH <tagoh@redhat.com> - 0.6.8-3
|
|
|
|
- Put %%%%Pages: after %%%%Trailer. (#424951)
|
|
|
|
|
2008-01-10 14:20:36 +00:00
|
|
|
* Thu Jan 10 2008 Akira TAGOH <tagoh@redhat.com> - 0.6.8-2
|
2008-01-10 14:19:25 +00:00
|
|
|
- paps-0.6.8-dsc-compliant.patch: Patch out to be DSC compliant. (#424951)
|
|
|
|
|
2007-11-30 11:29:46 +00:00
|
|
|
* Fri Nov 30 2007 Akira TAGOH <tagoh@redhat.com> - 0.6.8-1
|
|
|
|
- New upstream release.
|
|
|
|
- Remove patches merged and unnecessary anymore:
|
|
|
|
- paps-makefile.patch
|
|
|
|
- paps-formfeed.patch
|
|
|
|
- paps-0.6.6-encoding.patch
|
|
|
|
- paps-typo-font-scale.patch
|
|
|
|
- paps-0.6.6-segfault.patch
|
|
|
|
- paps-0.6.6-font-option.patch
|
|
|
|
- paps-0.6.6-lcctype.patch
|
|
|
|
- paps-0.6.8-shared.patch: Enable building shared library.
|
|
|
|
- paps-0.6.8-wordwrap.patch: Update a bit to get it working without an wordwrap
|
|
|
|
mode.
|
|
|
|
- Add paps-libs and paps-devel package.
|
|
|
|
- paps-cups.patch: Update.
|
|
|
|
- paps-cpilpi.patch: Update.
|
|
|
|
- Fix the wrong rendering with CPI option. (#237202)
|
|
|
|
- Fix the unnecessary rotation with the landscape option when paps is running
|
|
|
|
as CUPS filter. (#222137)
|
|
|
|
|
2007-08-23 13:08:14 +00:00
|
|
|
* Thu Aug 23 2007 Akira TAGOH <tagoh@redhat.com> - 0.6.6-21
|
|
|
|
- Rebuild
|
|
|
|
|
2007-08-10 06:06:23 +00:00
|
|
|
* Fri Aug 10 2007 Akira TAGOH <tagoh@redhat.com>
|
|
|
|
- Update License tag.
|
|
|
|
|
2007-05-30 11:43:39 +00:00
|
|
|
* Wed May 30 2007 Akira TAGOH <tagoh@redhat.com> - 0.6.6-20
|
|
|
|
- Fix to not do wordwrap when 'wrap=false' is given. (#240588)
|
|
|
|
|
2007-03-27 11:50:55 +00:00
|
|
|
* Tue Mar 27 2007 Akira TAGOH <tagoh@redhat.com> - 0.6.6-19
|
|
|
|
- Fix PostScript breakage following the non-monetary numeric format from
|
|
|
|
current locale. (#231916)
|
|
|
|
|
2007-03-07 12:02:43 +00:00
|
|
|
* Thu Mar 7 2007 Akira TAGOH <tagoh@redhat.com> - 0.6.6-18
|
|
|
|
- default to lpi=6 and cpi=10 if paps is bringing up as cups filter. (#223862)
|
|
|
|
|
2007-01-23 12:25:25 +00:00
|
|
|
* Tue Jan 23 2007 Akira TAGOH <tagoh@redhat.com>
|
|
|
|
- Better the encoding guess by looking at current locale. (#212154)
|
|
|
|
|
2006-12-04 11:34:52 +00:00
|
|
|
* Mon Dec 4 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.6-17
|
|
|
|
- Fix a segfault on non-printable character. (#216296)
|
|
|
|
|
2006-09-29 18:18:36 +00:00
|
|
|
* Sat Sep 30 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.6-16
|
|
|
|
- paps-0.6.6-exitcode.patch: exit immediately with proper exit code
|
|
|
|
when unrecoverable error occurs. (#208592)
|
|
|
|
|
2006-09-29 14:59:28 +00:00
|
|
|
* Fri Sep 29 2006 Tim Waugh <twaugh@redhat.com> - 0.6.6-15
|
|
|
|
- Avoid using iconv when not needed (bug #206259).
|
|
|
|
|
2006-09-14 08:15:57 +00:00
|
|
|
* Thu Sep 14 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.6-14
|
|
|
|
- paps-cups.patch: try to parse input even if any invalid character appears.
|
|
|
|
(#206259)
|
|
|
|
|
2006-08-31 09:18:40 +00:00
|
|
|
* Thu Aug 31 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.6-13
|
|
|
|
- paps-formfeed.patch: fixed to not insert an extra line in next page.
|
2006-09-01 02:29:09 +00:00
|
|
|
(#202731)
|
2006-08-31 09:18:40 +00:00
|
|
|
|
2006-08-17 11:40:04 +00:00
|
|
|
* Thu Aug 17 2006 Tim Waugh <twaugh@redhat.com> - 0.6.6-12
|
|
|
|
- Map CUPS charset names to real ones (bug #197577).
|
|
|
|
|
2006-07-17 05:03:29 +00:00
|
|
|
* Mon Jul 17 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.6-11
|
|
|
|
- add an owner info to PS.
|
|
|
|
|
2006-07-12 17:48:29 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.6.6-10.2
|
|
|
|
- rebuild
|
|
|
|
|
2006-07-04 05:12:40 +00:00
|
|
|
* Tue Jul 4 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.6-10
|
|
|
|
- paps-0.6.6-cpilpi.patch: add --cpi and --lpi option to support the characters
|
|
|
|
per inch and the lines per inch.
|
|
|
|
- paps-cups.patch: add cpi and lpi support.
|
|
|
|
|
2006-06-29 13:31:33 +00:00
|
|
|
* Thu Jun 29 2006 Tim Waugh <twaugh@redhat.com> - 0.6.6-9
|
2006-06-29 14:11:58 +00:00
|
|
|
- Fixed font-option patch.
|
2006-06-29 13:31:33 +00:00
|
|
|
- Adjusted CUPS patch: CUPS invokes the filter with the destination
|
|
|
|
printer name in argv[0], not the binary name.
|
2006-06-29 11:28:01 +00:00
|
|
|
- CUPS filter lives in CUPS_SERVERBIN, which is /usr/lib/cups on all
|
|
|
|
architectures -- not %%{_libdir}/cups.
|
|
|
|
|
2006-06-29 10:55:20 +00:00
|
|
|
* Thu Jun 29 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.6-8
|
|
|
|
- use dist tag.
|
|
|
|
- paps-cups.patch: applied to work paps as CUPS filter.
|
|
|
|
- paps-0.6.6-encoding.patch: null-terminates the output.
|
|
|
|
|
2006-06-27 07:18:04 +00:00
|
|
|
* Tue Jun 27 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.6-7
|
|
|
|
- rebuilt to import into Core.
|
|
|
|
|
2006-06-27 07:11:43 +00:00
|
|
|
* Wed Jun 21 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.6-6
|
|
|
|
- paps-0.6.6-wordwrap.patch: applied to do a wordwrap.
|
|
|
|
|
|
|
|
* Tue Jun 20 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.6-5
|
|
|
|
- paps-typo-font-scale.patch: backported from CVS.
|
|
|
|
- paps-0.6.6-font-option.patch: integrated --font-family and --font-scale
|
|
|
|
options to --font.
|
|
|
|
- paps-0.6.6-lcctype.patch: follow LC_CTYPE to determine the default language.
|
|
|
|
|
|
|
|
* Fri Jun 16 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.6-4
|
|
|
|
- added libtool and doxygen to BuildReq.
|
|
|
|
- removed NEWS file which is empty.
|
|
|
|
|
|
|
|
* Mon Jun 12 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.6-3
|
|
|
|
- use make install DESTDIR=... instead of %%makeinstall
|
|
|
|
- add automake and autoconf to BuildReq.
|
|
|
|
|
|
|
|
* Thu May 25 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.6-2
|
|
|
|
- paps-0.6.6-encoding.patch: support --encoding option to be able to convert
|
|
|
|
the input file to UTF-8.
|
|
|
|
- paps-0.6.6-segfault.patch: fixed a possible segfault issue when reading is
|
|
|
|
failed.
|
|
|
|
|
|
|
|
* Fri May 19 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.6-1
|
|
|
|
- New upstream release.
|
|
|
|
|
|
|
|
* Mon Apr 17 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.5-1
|
|
|
|
- New upstream release.
|
|
|
|
- paps-0.6.3-fix-pagesize.patch: removed. it has been merged in upstream.
|
|
|
|
- paps-0.6.3-goption.patch: removed. it has been merged in upstream.
|
|
|
|
- paps-0.6.3-header.patch: removed. it has been merged in upstream.
|
|
|
|
- paps-makefile.patch: rework to be applied.
|
|
|
|
|
|
|
|
* Fri Mar 31 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.3-4
|
|
|
|
- paps-0.6.3-formfeed.patch: applied to deal with the formfeed mark properly.
|
|
|
|
- paps-0.6.3-goption.patch: rewritten option parser using GOption. and segfault
|
|
|
|
gone as well. (#187205)
|
|
|
|
- paps-0.6.3-header.patch: applied to support the output of the page header.
|
|
|
|
|
|
|
|
* Fri Mar 24 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.3-3
|
|
|
|
- paps-0.6.3-fix-pagesize.patch: fixed displaying the beginning of line at out of page. (#176207)
|
|
|
|
|
|
|
|
* Thu Mar 2 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.3-2
|
|
|
|
- rebuilt.
|
|
|
|
|
|
|
|
* Wed Jan 11 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.3-1
|
|
|
|
- New upstream release.
|
|
|
|
- paps-0.6.2-fix-bufferoverflow.patch: removed.
|
|
|
|
|
|
|
|
* Wed Dec 21 2005 Akira TAGOH <tagoh@redhat.com> - 0.6.2-1
|
|
|
|
- New upstream release.
|
|
|
|
- the bitmap font is now ignored. (#176206)
|
|
|
|
- paps-0.6.2-fix-bufferoverflow.patch: applied to fix the buffer overflow.
|
|
|
|
|
|
|
|
* Tue Dec 13 2005 Akira TAGOH <tagoh@redhat.com> - 0.6.1-1
|
|
|
|
- New upstream release.
|
|
|
|
- paps-0.6.1-makefile.patch: applied to install docs on the proper dir.
|
|
|
|
|
|
|
|
* Fri Nov 4 2005 Akira TAGOH <tagoh@redhat.com> - 0.5-1
|
|
|
|
- New upstream release.
|
|
|
|
|
|
|
|
* Tue Oct 18 2005 Akira TAGOH <tagoh@redhat.com> - 0.3-1
|
|
|
|
- Initial package.
|
|
|
|
|