e2062dc
Summary: A PDF file viewer for the X Window System
e2062dc
Name: xpdf
99621eb
Version: 3.04
98434c9
Release: 12%{?dist}
fe0826c
License: GPLv2 or GPLv3
e2062dc
Epoch: 1
e2062dc
Url: http://www.foolabs.com/xpdf/
e2062dc
Group: Applications/Publishing
e2062dc
99621eb
Source0: ftp://ftp.foolabs.com/pub/xpdf/%{name}-%{version}.tar.gz
e2062dc
# We have to pull the CMap files out due to non-free license.
99621eb
# Source3: ftp://ftp.foolabs.com/pub/xpdf/xpdf-chinese-simplified-2011-sep-02.tar.gz
99621eb
Source3: xpdf-chinese-simplified-2011-sep-02-NOCMAP.tar.gz
99621eb
# Source4: ftp://ftp.foolabs.com/pub/xpdf/xpdf-chinese-traditional-2011-sep-02.tar.gz
99621eb
Source4: xpdf-chinese-traditional-2011-sep-02-NOCMAP.tar.gz
99621eb
# Source5: ftp://ftp.foolabs.com/pub/xpdf/xpdf-japanese-2011-sep-02.tar.gz
99621eb
Source5: xpdf-japanese-2011-sep-02-NOCMAP.tar.gz
99621eb
# Source6: ftp://ftp.foolabs.com/pub/xpdf/xpdf-korean-2011-sep-02.tar.gz
99621eb
Source6: xpdf-korean-2011-sep-02-NOCMAP.tar.gz
e2062dc
# cyrillic and thai don't have CMap files to worry about.
99621eb
Source7: ftp://ftp.foolabs.com/pub/xpdf/xpdf-cyrillic-2011-aug-15.tar.gz
99621eb
Source8: ftp://ftp.foolabs.com/pub/xpdf/xpdf-thai-2011-aug-15.tar.gz
e2062dc
Source10: xpdf.desktop
e2062dc
Source11: xpdf.png
99621eb
Source12: ftp://ftp.foolabs.com/pub/xpdf/xpdf-arabic-2011-aug-15.tar.gz
99621eb
Source13: ftp://ftp.foolabs.com/pub/xpdf/xpdf-greek-2011-aug-15.tar.gz
99621eb
Source14: ftp://ftp.foolabs.com/pub/xpdf/xpdf-hebrew-2011-aug-15.tar.gz
99621eb
Source15: ftp://ftp.foolabs.com/pub/xpdf/xpdf-latin2-2011-aug-15.tar.gz
99621eb
Source16: ftp://ftp.foolabs.com/pub/xpdf/xpdf-turkish-2011-aug-15.tar.gz
e2062dc
99621eb
Patch0: xpdf-3.04-redhat-new.patch
fe0826c
Patch3: xpdf-3.03-ext.patch
e2062dc
Patch6: xpdf-3.00-core.patch
e2062dc
Patch7: xpdf-3.00-xfont.patch
e2062dc
Patch9: xpdf-3.00-papersize.patch
99621eb
Patch11: xpdf-3.04-crash.patch
99621eb
Patch12: xpdf-3.04-64bit.patch
99621eb
Patch15: xpdf-3.04-nocmap.patch
0d8a4e6
Patch16: xpdf-3.02-fontlist.patch
13020db
Patch19: xpdf-3.02-additionalzoom.patch
99621eb
Patch20: xpdf-3.04-pdftopng.patch
e8ba2a9
Patch21: xpdf-3.04-localized.patch
736bdc2
Patch22: xpdf-fix-pdftopng-resolution.patch
e2062dc
e2062dc
# Security patches
e2062dc
8c6cc6e
# Debian patches
8c6cc6e
Patch200: 02_permissions.dpatch
8c6cc6e
Patch201: 10_add_accelerators.dpatch
8c6cc6e
# Proper stream encoding on 64bit platforms
8c6cc6e
Patch203: fix-444648.dpatch
8c6cc6e
e2062dc
Requires: urw-fonts
bed4133
Requires: xdg-utils
721794f
Requires: poppler-utils
0a3c14c
Requires: xorg-x11-fonts-ISO8859-1-75dpi
05638ca
Requires: xorg-x11-fonts-ISO8859-1-100dpi
e2062dc
ef59550
%if 0%{?rhel}
ef59550
BuildRequires: openmotif-devel
ef59550
%else
99621eb
# Used to use lesstif-devel here. If you are trying to build on Fedora < 17, try that.
99621eb
BuildRequires: motif-devel
ef59550
%endif
e2062dc
BuildRequires: freetype-devel >= 2.1.7
e2062dc
BuildRequires: desktop-file-utils
e2062dc
BuildRequires: libpaper-devel
99621eb
BuildRequires: libpng-devel
f0a2733
BuildRequires: libXpm-devel
e2062dc
e2062dc
Provides:  %{name}-chinese-simplified = %{version}-%{release}
e2062dc
Obsoletes: %{name}-chinese-simplified
e2062dc
Provides:  %{name}-chinese-traditional = %{version}-%{release}
e2062dc
Obsoletes: %{name}-chinese-traditional
e2062dc
Provides:  %{name}-korean = %{version}-%{release}
e2062dc
Obsoletes: %{name}-korean
e2062dc
Provides:  %{name}-japanese = %{version}-%{release}
e2062dc
Obsoletes: %{name}-japanese
e2062dc
e2062dc
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
e2062dc
e2062dc
%description
e2062dc
Xpdf is an X Window System based viewer for Portable Document Format
e2062dc
(PDF) files. Xpdf is a small and efficient program which uses
e2062dc
standard X fonts.
e2062dc
e2062dc
%prep
d21fd7e
%setup -q -a 3 -a 4 -a 5 -a 6 -a 7 -a 8 -a 12 -a 13 -a 14 -a 15 -a 16
c125c60
%patch0 -p1
e2062dc
%patch3 -p1 -b .ext
e2062dc
%patch6 -p1 -b .core
e2062dc
%patch7 -p1 -b .fonts
e2062dc
%patch9 -p1 -b .papersize
e2062dc
%patch11 -p1 -b .crash
e2062dc
%patch12 -p1 -b .alloc
0d8a4e6
%patch15 -p1
0d8a4e6
%patch16 -p1 -b .fontlist
13020db
%patch19 -p1
99621eb
%patch20 -p1 -b .pdftopng
e8ba2a9
%patch21 -p1 -b .localized
736bdc2
%patch22 -p1 -b .fixpdftopng
e2062dc
e2062dc
# security patches
e2062dc
8c6cc6e
# debian patches
8c6cc6e
%patch200 -p1 -b .permissions
8c6cc6e
%patch201 -p1 -b .accelerators
8c6cc6e
%patch203 -p1 -b .64bit-stream
8c6cc6e
e2062dc
%build
e2062dc
find -name "*orig" | xargs rm -f
e2062dc
e2062dc
# This may seem pointless, but in the unlikely event that _sysconfdir != /etc ...
e2062dc
for file in doc/*.1 doc/*.5 xpdf-*/README; do
e2062dc
  sed -i -e 's:/etc/xpdfrc:%{_sysconfdir}/xpdfrc:g' $file
e2062dc
done
e2062dc
# Same action for _datadir.
e2062dc
for file in xpdf-*/README xpdf-*/add-to-xpdfrc; do
e2062dc
  sed -i -e 's:/usr/share/:%{_datadir}/:g' $file
0d8a4e6
  sed -i -e 's:/usr/local/share/:%{_datadir}/:g' $file
e2062dc
done
e2062dc
e2062dc
%configure \
e2062dc
   --enable-multithreaded \
e2062dc
   --enable-wordlist \
e2062dc
   --with-x \
e2062dc
   --enable-opi \
e2062dc
   --with-appdef-dir=%{_datadir}/X11/app-defaults/ \
e2062dc
   --without-Xp-library \
e2062dc
   --with-freetype2-library=%{_libdir} \
e2062dc
   --with-freetype2-includes=%{_includedir}/freetype2
e2062dc
e2062dc
make %{?_smp_mflags}
e2062dc
make xpdf %{?_smp_mflags}
e2062dc
e2062dc
%install
d21fd7e
mkdir -p $RPM_BUILD_ROOT%{_datadir}/xpdf/arabic \
d21fd7e
         $RPM_BUILD_ROOT%{_datadir}/xpdf/chinese-simplified \
e2062dc
         $RPM_BUILD_ROOT%{_datadir}/xpdf/chinese-traditional \
e2062dc
         $RPM_BUILD_ROOT%{_datadir}/xpdf/cyrillic \
d21fd7e
         $RPM_BUILD_ROOT%{_datadir}/xpdf/greek \
d21fd7e
         $RPM_BUILD_ROOT%{_datadir}/xpdf/hebrew \
e2062dc
         $RPM_BUILD_ROOT%{_datadir}/xpdf/japanese \
e2062dc
         $RPM_BUILD_ROOT%{_datadir}/xpdf/korean \
d21fd7e
         $RPM_BUILD_ROOT%{_datadir}/xpdf/latin2 \
e2062dc
         $RPM_BUILD_ROOT%{_datadir}/xpdf/thai \
d21fd7e
         $RPM_BUILD_ROOT%{_datadir}/xpdf/turkish \
e2062dc
         $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps
e2062dc
e2062dc
make install DESTDIR=$RPM_BUILD_ROOT
e2062dc
e2062dc
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/
c11e39a
%if 0%{?rhel} > 5 || 0%{?fedora}
Parag Nemade 1cf187d
desktop-file-install            \
c11e39a
%else
c11e39a
desktop-file-install --vendor "fedora"                  \
c11e39a
%endif
e2062dc
        --dir $RPM_BUILD_ROOT%{_datadir}/applications   \
e2062dc
        --add-category X-Fedora                         \
e2062dc
        %{SOURCE10}
e2062dc
install -m 0644 %{SOURCE11} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/xpdf.png
e2062dc
d21fd7e
cp -pr xpdf-arabic/* $RPM_BUILD_ROOT%{_datadir}/xpdf/arabic/
e2062dc
cp -pr xpdf-chinese-simplified/* $RPM_BUILD_ROOT%{_datadir}/xpdf/chinese-simplified/
e2062dc
cp -pr xpdf-chinese-traditional/* $RPM_BUILD_ROOT%{_datadir}/xpdf/chinese-traditional/
e2062dc
cp -pr xpdf-cyrillic/* $RPM_BUILD_ROOT%{_datadir}/xpdf/cyrillic/
d21fd7e
cp -pr xpdf-greek/* $RPM_BUILD_ROOT%{_datadir}/xpdf/greek/
d21fd7e
cp -pr xpdf-hebrew/* $RPM_BUILD_ROOT%{_datadir}/xpdf/hebrew/
e2062dc
cp -pr xpdf-japanese/* $RPM_BUILD_ROOT%{_datadir}/xpdf/japanese/
e2062dc
cp -pr xpdf-korean/* $RPM_BUILD_ROOT%{_datadir}/xpdf/korean/
d21fd7e
cp -pr xpdf-latin2/* $RPM_BUILD_ROOT%{_datadir}/xpdf/latin2/
e2062dc
cp -pr xpdf-thai/* $RPM_BUILD_ROOT%{_datadir}/xpdf/thai/
d21fd7e
cp -pr xpdf-turkish/* $RPM_BUILD_ROOT%{_datadir}/xpdf/turkish/
e2062dc
66dd08d
# poppler provides all utilities now
e2062dc
# http://bugzilla.redhat.com/bugzillA/SHow_bug.cgi?id=177446
66dd08d
# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=219032
efaabc0
%if 0%{?rhel} > 6 || 0%{?fedora}
daae1cf
rm $RPM_BUILD_ROOT%{_bindir}/pdfdetach
c11e39a
%endif
e2062dc
rm $RPM_BUILD_ROOT%{_bindir}/pdffonts
e2062dc
rm $RPM_BUILD_ROOT%{_bindir}/pdfimages
e2062dc
rm $RPM_BUILD_ROOT%{_bindir}/pdfinfo
e2062dc
rm $RPM_BUILD_ROOT%{_bindir}/pdftops
e2062dc
rm $RPM_BUILD_ROOT%{_bindir}/pdftotext
b188a15
%if 0%{?rhel} > 5 || 0%{?fedora} > 6
66dd08d
rm $RPM_BUILD_ROOT%{_bindir}/pdftoppm
b188a15
rm $RPM_BUILD_ROOT%{_mandir}/man1/pdftoppm.1*
b188a15
%endif
efaabc0
%if 0%{?rhel} > 6 || 0%{?fedora}
84fe4c7
rm $RPM_BUILD_ROOT%{_mandir}/man1/pdfdetach.1*
c11e39a
%endif
e2062dc
rm $RPM_BUILD_ROOT%{_mandir}/man1/pdffonts.1*
e2062dc
rm $RPM_BUILD_ROOT%{_mandir}/man1/pdfimages.1*
e2062dc
rm $RPM_BUILD_ROOT%{_mandir}/man1/pdfinfo.1*
e2062dc
rm $RPM_BUILD_ROOT%{_mandir}/man1/pdftops.1*
e2062dc
rm $RPM_BUILD_ROOT%{_mandir}/man1/pdftotext.1*
e2062dc
e2062dc
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/xpdf/
d21fd7e
for i in arabic chinese-simplified chinese-traditional cyrillic greek hebrew japanese korean latin2 thai turkish; do
e2062dc
     mv $RPM_BUILD_ROOT%{_datadir}/%{name}/$i/README README.$i
e2062dc
     mv $RPM_BUILD_ROOT%{_datadir}/%{name}/$i/add-to-xpdfrc $RPM_BUILD_ROOT%{_sysconfdir}/xpdf/add-to-xpdfrc.$i
e2062dc
done
e2062dc
0d8a4e6
# xpdfrc cleanup
0d8a4e6
sed -i -e 's:/usr/local/share/:%{_datadir}/:g' $RPM_BUILD_ROOT%{_sysconfdir}/xpdfrc
0d8a4e6
0d8a4e6
# CJK are already in the file
0d8a4e6
for i in arabic cyrillic greek hebrew latin2 thai turkish; do
0d8a4e6
    echo "# $i" >> $RPM_BUILD_ROOT%{_sysconfdir}/xpdfrc
0d8a4e6
    echo "include %{_sysconfdir}/xpdf/add-to-xpdfrc.$i" >> $RPM_BUILD_ROOT%{_sysconfdir}/xpdfrc
0d8a4e6
done
0d8a4e6
e2062dc
%post
e2062dc
touch --no-create %{_datadir}/icons/hicolor || :
e2062dc
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
e2062dc
update-desktop-database &> /dev/null ||:
e2062dc
e2062dc
%postun
e2062dc
touch --no-create %{_datadir}/icons/hicolor || :
e2062dc
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
e2062dc
update-desktop-database &> /dev/null ||:
e2062dc
e2062dc
%files
e2062dc
%doc CHANGES README README.*
e2062dc
%{_bindir}/xpdf
99621eb
%{_bindir}/pdftopng
99621eb
%{_mandir}/man?/pdftopng*
e2062dc
%{_mandir}/man?/xpdf*
fe0826c
%if 0%{?rhel} > 5 || 0%{?fedora} > 6
fe0826c
# Do Nothing.
fe0826c
%else
b188a15
%{_bindir}/pdftoppm
b188a15
%{_mandir}/man?/pdftoppm*
b188a15
%endif
c11e39a
%if 0%{?rhel}
efaabc0
%if 0%{?rhel} < 7
c11e39a
%{_bindir}/pdfdetach
c11e39a
%{_mandir}/man?/pdfdetach*
c11e39a
%endif
efaabc0
%endif
e2062dc
%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/xpdfrc
e2062dc
%dir %{_sysconfdir}/xpdf
d21fd7e
%lang(ar) %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/xpdf/add-to-xpdfrc.arabic
e2062dc
%lang(zh_CN) %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/xpdf/add-to-xpdfrc.chinese-simplified
e2062dc
%lang(zh_TW) %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/xpdf/add-to-xpdfrc.chinese-traditional
d21fd7e
%lang(el) %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/xpdf/add-to-xpdfrc.greek
d21fd7e
%lang(iw) %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/xpdf/add-to-xpdfrc.hebrew
e2062dc
%lang(ja) %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/xpdf/add-to-xpdfrc.japanese
e2062dc
%lang(ko) %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/xpdf/add-to-xpdfrc.korean
e2062dc
%lang(th) %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/xpdf/add-to-xpdfrc.thai
d21fd7e
%lang(tr) %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/xpdf/add-to-xpdfrc.turkish
d21fd7e
# cyrillic and latin2 are not langs, many languages are cyrillic/latin2
e2062dc
%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/xpdf/add-to-xpdfrc.cyrillic
d21fd7e
%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/xpdf/add-to-xpdfrc.latin2
e2062dc
%{_datadir}/icons/hicolor/48x48/apps/xpdf.png
e2062dc
%dir %{_datadir}/xpdf
e2062dc
%{_datadir}/applications/*
d21fd7e
%lang(ar) %{_datadir}/xpdf/arabic
e2062dc
%lang(zh_CN) %{_datadir}/xpdf/chinese-simplified
e2062dc
%lang(zh_TW) %{_datadir}/xpdf/chinese-traditional
d21fd7e
%lang(el) %{_datadir}/xpdf/greek
d21fd7e
%lang(iw) %{_datadir}/xpdf/hebrew
e2062dc
%lang(ja) %{_datadir}/xpdf/japanese
e2062dc
%lang(ko) %{_datadir}/xpdf/korean
e2062dc
%lang(th) %{_datadir}/xpdf/thai
d21fd7e
%lang(tr) %{_datadir}/xpdf/turkish
e2062dc
%{_datadir}/xpdf/cyrillic
d21fd7e
%{_datadir}/xpdf/latin2
e2062dc
e2062dc
%changelog
98434c9
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.04-12
98434c9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
98434c9
736bdc2
* Mon Jul 27 2015 Tom Callaway <spot@fedoraproject.org> - 1:3.04-11
736bdc2
- fix output resolution of png file output (thanks to Kevin Farshaw, bz1246666)
736bdc2
7bb1776
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.04-10
7bb1776
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
7bb1776
efaabc0
* Mon May 11 2015 Tom Callaway <spot@fedoraproject.org> - 1:3.04-9
efaabc0
- RHEL 7 does not need pdfdetach
efaabc0
8f7ab5c
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1:3.04-8
8f7ab5c
- Rebuilt for GCC 5 C++11 ABI change
8f7ab5c
f0a2733
* Mon Jan 12 2015 Tom Callaway <spot@fedoraproject.org> - 1:3.04-7
f0a2733
- add BR: libXpm-devel, drop --with-gzip (no longer exists)
f0a2733
e8ba2a9
* Tue Dec  2 2014 Tom Callaway <spot@fedoraproject.org> - 1:3.04-6
e8ba2a9
- fix proper display of international strings in the title (bz 1169301)
e8ba2a9
7a77c71
* Fri Sep 12 2014 Tom Callaway <spot@fedoraproject.org> - 1:3.04-5
7a77c71
- fix .desktop file
7a77c71
00a8309
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.04-4
00a8309
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
00a8309
2900039
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.04-3
2900039
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2900039
fd37020
* Tue Jun  3 2014 Tom Callaway <spot@fedoraproject.org> - 1:3.04-2
fd37020
- fix "sharexpdf" typo in lang configs
fd37020
99621eb
* Thu May 29 2014 Tom Callaway <spot@fedoraproject.org> - 1:3.04-1
99621eb
- update to 3.04
99621eb
- update all patches, langpacks
99621eb
- use motif instead of lesstif where possible
99621eb
- fix pdftopng to install (not in poppler right now)
99621eb
c11e39a
* Sun Sep 22 2013 Tom Callaway <spot@fedoraproject.org> - 1:3.03-8.1
c11e39a
- rhel still needs pdfdetach in xpdf
c11e39a
ef59550
* Sun Sep 22 2013 Tom Callaway <spot@fedoraproject.org> - 1:3.03-8
ef59550
- fix CVE-2012-2142
ef59550
- fix issue with icon name in .desktop file (except on el5)
ef59550
d57d96b
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.03-7
d57d96b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
d57d96b
Parag Nemade 1cf187d
* Sun Feb 10 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 1:3.03-6
Parag Nemade 1cf187d
- Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077
Parag Nemade 1cf187d
e804465
* Wed Nov 14 2012 Tom Callaway <spot@fedoraproject.org> - 1:3.03-5
e804465
- fix desktop file to invoke xpdf with a file param (bz874644)
e804465
f1529f5
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.03-4
f1529f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
f1529f5
daae1cf
* Fri May 25 2012 Tom Callaway <spot@fedoraproject.org> - 1:3.03-3
daae1cf
- drop pdfdetach, poppler-utils has it now
daae1cf
6328fa1
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.03-2
6328fa1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
6328fa1
fe0826c
* Mon Aug 22 2011 Tom Callaway <spot@fedoraproject.org> - 1:3.03-1
fe0826c
- update to 3.03
fe0826c
24a30ac
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.02-18
24a30ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
24a30ac
b188a15
* Fri Jan 21 2011 Tom Callaway <spot@fedoraproject.org> - 1:3.02-17
b188a15
- Added pdftoppm for el5 or older, since it is not included in poppler-utils on el5
b188a15
- Thanks to Ingvar Hagelund.
b188a15
b3eacf5
* Fri Oct 22 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 1:3.02-16
b3eacf5
- apply xpdf-3.02pl5 security patch to fix:
b3eacf5
  CVE-2010-3702, CVS-2010-3704
b3eacf5
5b628c3
* Fri Oct 16 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1:3.02-15
5b628c3
- apply xpdf-3.02pl4 security patch to fix:
5b628c3
  CVE-2009-3603, CVE-2009-3604, CVE-2009-3605, CVE-2009-3606
5b628c3
  CVE-2009-3608, CVE-2009-3609
5b628c3
9542866
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.02-14
9542866
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
9542866
f40d143
* Thu Apr 16 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1:3.02-13
f40d143
- apply xpdf-3.02pl3 security patch to fix:
f40d143
  CVE-2009-0799, CVE-2009-0800, CVE-2009-1179, CVE-2009-1180
f40d143
  CVE-2009-1181, CVE-2009-1182, CVE-2009-1183
f40d143
05638ca
* Wed Mar  4 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1:3.02-12
05638ca
- add Requires: xorg-x11-fonts-ISO8859-1-100dpi (bz 485404)
05638ca
355383c
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.02-11
355383c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
355383c
7afecab
* Wed Feb 11 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1:3.02-10
7afecab
- cleanup crash patch a bit (bz 483664)
7afecab
- improve support for more mouse buttons (bz 483669)
7afecab
8c6cc6e
* Wed Dec 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1:3.02-9
8c6cc6e
- apply debian patches
8c6cc6e
c125c60
* Sun Sep 21 2008 Ville Skyttä <ville.skytta at iki.fi> - 1:3.02-8
c125c60
- Fix Patch0:/%%patch mismatch.
c125c60
0a3c14c
* Thu Jun 19 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1:3.02-7
0a3c14c
- add missing Requires: xorg-x11-fonts-ISO8859-1-75dpi
0a3c14c
6073582
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1:3.02-6
6073582
- Autorebuild for GCC 4.3
6073582
bed4133
* Wed Jan  2 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1:3.02-5
bed4133
- use xdg-utils instead of htmlview (bz 313311)
bed4133
defe5a0
* Fri Nov  9 2007 Tom "spot" Callaway <tcallawa@redhat.com> 1:3.02-4
defe5a0
- resolve 372461, 372471, 372481
defe5a0
13020db
* Tue Aug 28 2007 Tom "spot" Callaway <tcallawa@redhat.com> 1:3.02-3
13020db
- fix PDF printing on x86_64 (bz 253601)
13020db
- add mouse buttons 8 and 9 (bz 255401)
13020db
- add extra zoom types (bz 251855)
13020db
- rebuild for BuildID
13020db
0d8a4e6
* Mon Aug  6 2007 Tom "spot" Callaway <tcallawa@redhat.com> 1:3.02-2
0d8a4e6
- fix font list parsing to squelch noise (bz 250709)
0d8a4e6
- cleanup add-to-xpdfrc files, update xpdfrc to include them by default
0d8a4e6
d21fd7e
* Wed Aug  1 2007 Tom "spot" Callaway <tcallawa@redhat.com> 1:3.02-1
d21fd7e
- bump to 3.02
d21fd7e
- patch in security fix
d21fd7e
- add arabic, greek, hebrew, latin2, turkish lang support
d21fd7e
721794f
* Mon Dec 18 2006 Tom "spot" Callaway <tcallawa@redhat.com> 1:3.01-28
721794f
- Requires: poppler-utils
721794f
66dd08d
* Thu Dec 14 2006 Tom "spot" Callaway <tcallawa@redhat.com> 1:3.01-27
66dd08d
- drop the xpdf-utils subpackage, poppler-utils ate it all
66dd08d
e2062dc
* Mon Sep 25 2006 Tom "spot" Callaway <tcallawa@redhat.com> 1:3.01-26
e2062dc
- get rid of goo/vms_* since they have questionable licensing
e2062dc
e2062dc
* Mon Sep 25 2006 Tom "spot" Callaway <tcallawa@redhat.com> 1:3.01-25
e2062dc
- patch thai/cyrillic files for proper pathing
e2062dc
e2062dc
* Mon Sep 25 2006 Tom "spot" Callaway <tcallawa@redhat.com> 1:3.01-24
e2062dc
- get rid of non-free CMap files
e2062dc
- actually use thai/cyrillic sources
e2062dc
- patch out the references to using CMap files
e2062dc
e2062dc
* Mon Sep 25 2006 Tom "spot" Callaway <tcallawa@redhat.com> 1:3.01-23
e2062dc
- new patch missed README files, fixed
e2062dc
e2062dc
* Mon Sep 25 2006 Tom "spot" Callaway <tcallawa@redhat.com> 1:3.01-22
e2062dc
- use latest localized files
e2062dc
- fix redhat patch to work with new localized files
e2062dc
e2062dc
* Mon Sep 25 2006 Tom "spot" Callaway <tcallawa@redhat.com> 1:3.01-21
e2062dc
- use sane cp flags
e2062dc
- remove hardcoded X-Red-Hat-Base from .desktop
e2062dc
- mark the extra config files with their lang
e2062dc
- get rid of unnecessary Requires post,postun
e2062dc
e2062dc
* Sun Sep 24 2006 Tom "spot" Callaway <tcallawa@redhat.com> 1:3.01-20
e2062dc
- use the proper icon
e2062dc
e2062dc
* Sat Sep 23 2006 Tom "spot" Callaway <tcallawa@redhat.com> 1:3.01-19
e2062dc
- get rid of unnecessary BR fileutils, findutils
e2062dc
- get rid of duplicate R poppler-utils on main package
e2062dc
- use _sysconfdir/xpdf hierarchy, own add-to-xpdfrc as config files
e2062dc
- README files for each lang should be doc files, rename with lang ext
e2062dc
- ensure that files reflect macro settings
e2062dc
- use _sysconfdir macro
e2062dc
- remove files without -rf
e2062dc
- no need for /etc/X11/applnk/Graphics
e2062dc
- update xpdf-3.01-redhat.patch accordingly
e2062dc
e2062dc
* Sat Sep 23 2006 Tom "spot" Callaway <tcallawa@redhat.com> 1:3.01-18
e2062dc
- use t1lib
e2062dc
- remove non-utf8 character from old changelog
e2062dc
- put png icon in hicolor/48x48/apps
e2062dc
- use appropriate desktop scriptlets
e2062dc
- set vendor="fedora"
e2062dc
- move R:poppler-utils to xpdf-utils
e2062dc
- remove period from xpdf-utils summary
e2062dc
- add provides for everything we obsolete
e2062dc
- get rid of autoconf, Xprint patch, just pass --without-Xp-library
e2062dc
- add libpaper as BR
e2062dc
e2062dc
* Fri Sep 22 2006 Tom "spot" Callaway <tcallawa@redhat.com> 1:3.01-17
e2062dc
- move to Fedora Extras, use desktop-file-install
e2062dc
e2062dc
* Wed Aug 09 2006 Than Ngo <than@redhat.com> 1:3.01-16
e2062dc
- fix #200608, install icon in the wrong dir
e2062dc
e2062dc
* Fri Jul 14 2006 Than Ngo <than@redhat.com> 1:3.01-15
e2062dc
- fix build problem with new freetype
e2062dc
e2062dc
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:3.01-14.1
e2062dc
- rebuild
e2062dc
e2062dc
* Wed Jun 28 2006 Than Ngo <than@redhat.com> 1:3.01-14
e2062dc
- fix #197090, BR: autoconf
e2062dc
e2062dc
* Fri May  5 2006 Adam Jackson <ajackson@redhat.com> 1:3.01-13
e2062dc
- Remove spurious libXp dependency
e2062dc
e2062dc
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1:3.01-12.1
e2062dc
- bump again for double-long bug on ppc(64)
e2062dc
e2062dc
* Tue Feb 07 2006 Than Ngo <than@redhat.com> 3.01-12
e2062dc
- apply patch to fix buffer overflow issue in the xpdf codebase
e2062dc
  when handling splash images CVE-2006-0301 (#179423)
e2062dc
e2062dc
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1:3.01-11.1
e2062dc
- rebuilt for new gcc4.1 snapshot and glibc changes
e2062dc
e2062dc
* Mon Jan 23 2006 Than Ngo <than@redhat.com> 3.01-11
e2062dc
- add correct app-defaults directory #178545
e2062dc
e2062dc
* Wed Jan 18 2006 Ray Strode <rstrode@redhat.de> 3.01-10
e2062dc
- remove requires line in utils subpackage
e2062dc
e2062dc
* Wed Jan 18 2006 Ray Strode <rstrode@redhat.de> 3.01-9
e2062dc
- remove pdf command-line utilities and require poppler ones
e2062dc
  instead (bug 177446).
e2062dc
e2062dc
* Wed Jan 18 2006 Than Ngo <than@redhat.com> 3.01-8
e2062dc
- add new subpackage xpdf-utils
e2062dc
e2062dc
* Tue Jan 10 2006 Karsten Hopp <karsten@redhat.de> 3.01-7
e2062dc
- add patches to fix CVE-2005-3191 and CAN-2005-3193
e2062dc
e2062dc
* Mon Dec 12 2005 Than Ngo <than@redhat.com> 3.01-6 
e2062dc
- rebuilt against new openmotif-2.3
e2062dc
e2062dc
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
e2062dc
- rebuilt
e2062dc
e2062dc
* Wed Nov 09 2005 Than Ngo <than@redhat.com> 3.01-5
e2062dc
- add correct Simplified/Traditional Chinese fonts #170989
e2062dc
e2062dc
* Tue Nov 08 2005 Than Ngo <than@redhat.com> 3.01-4
e2062dc
- get rid of XFree86-devel
e2062dc
e2062dc
* Thu Oct 13 2005 Matthias Clasen <mclasen@redhat.com> 3.01-3
e2062dc
- don't use freetype internals
e2062dc
e2062dc
* Fri Oct 07 2005 Than Ngo <than@redhat.com> 3.01-2 
e2062dc
- apply upstream patch to fix resize/redraw bug #166569
e2062dc
e2062dc
* Thu Aug 18 2005 Than Ngo <than@redhat.com> 3.01-1
e2062dc
- update to 3.01
e2062dc
e2062dc
* Thu Aug 11 2005 Than Ngo <than@redhat.com> 3.00-24
e2062dc
- change Kochi fonts to Sazanami fonts #165678
e2062dc
e2062dc
* Tue Aug 09 2005 Than Ngo <than@redhat.com> 3.00-23
e2062dc
- apply patch to fix xpdf DoS, CAN-2005-2097 #163918
e2062dc
e2062dc
* Mon Jul 25 2005 Than Ngo <than@redhat.com> 3.00-22
e2062dc
- fix allocation size 64bit architectures
e2062dc
e2062dc
* Mon Jul 25 2005 Than Ngo <than@redhat.com> 3.00-21
e2062dc
- fix xpdf crash #163807 
e2062dc
e2062dc
* Mon Jun 13 2005 Than Ngo <than@redhat.com> 3.00-20
e2062dc
- urlCommand launches htmlview #160176
e2062dc
- fix gcc4 build problem
e2062dc
e2062dc
* Mon May 23 2005 Than Ngo <than@redhat.com> 3.00-19
e2062dc
- apply patch to fix texts in non-embedded cjk font disappear, (#158509)
e2062dc
e2062dc
* Sat Mar 05 2005 Than Ngo <than@redhat.com> 1:3.00-18
e2062dc
- rebuilt
e2062dc
e2062dc
* Thu Feb 10 2005 Than Ngo <than@redhat.com> 1:3.00-17
e2062dc
- More fixing of CAN-2004-0888 patch (bug #135393)
e2062dc
e2062dc
* Wed Jan 26 2005 Than Ngo <than@redhat.com> 1:3.00-16
e2062dc
- Add patch to fix handling CID font encodings in freetype version >= 2.1.8 (bug #135066)
e2062dc
e2062dc
* Thu Jan 20 2005 Than Ngo <than@redhat.com> 1:3.00-15
e2062dc
- Applied patch to fix CAN-2005-0064 (bug #145050)
e2062dc
e2062dc
* Wed Dec 22 2004 Tim Waugh <twaugh@redhat.com> 1:3.00-14
e2062dc
- Applied patch to fix CAN-2004-1125 (bug #143500).
e2062dc
e2062dc
* Mon Nov 29 2004 Than Ngo <than@redhat.com> 1:3.00-13
e2062dc
- set match as default psPaperSize #141131
e2062dc
e2062dc
* Tue Oct 26 2004 Than Ngo <than@redhat.com> 1:3.00-12
e2062dc
- bump release
e2062dc
e2062dc
* Tue Oct 26 2004 Than Ngo <than@redhat.com> 1:3.00-11
e2062dc
- don't link against t1lib, use freetype2 for rendering
e2062dc
e2062dc
* Thu Oct 21 2004 Than Ngo <than@redhat.com> 1:3.00-10
e2062dc
- apply patch to fix CAN-2004-0888
e2062dc
e2062dc
* Thu Oct 21 2004 Than Ngo <than@redhat.com> 1:3.00-9
e2062dc
- fix xpdf crash #136633
e2062dc
e2062dc
* Tue Oct 12 2004 Than Ngo <than@redhat.com> 1:3.00-8
e2062dc
- fix default fonts setting
e2062dc
e2062dc
* Mon Oct 11 2004 Than Ngo <than@redhat.com> 3.00-7
e2062dc
- fix locale issue #133911
e2062dc
e2062dc
* Thu Oct 07 2004 Than Ngo <than@redhat.com> 1:3.00-6
e2062dc
- Fix xpdf crash when selecting outline without page reference,
e2062dc
  thanks Ulrich Drepper, bz #134993
e2062dc
e2062dc
* Thu Jun 24 2004 Than Ngo <than@redhat.com> 1:3.00-5
e2062dc
- update t1lib upstream
e2062dc
- add cjk font patch, thanks to Yukihiro Nakai, bug #123540
e2062dc
- fix a bug in font rasterizer, bug #125559
e2062dc
- improve menue entry, bug #125850
e2062dc
e2062dc
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
e2062dc
- rebuilt
e2062dc
e2062dc
* Fri Feb 20 2004 Than Ngo <than@redhat.com> 3.00-3
e2062dc
- better fix for building with freetype 2.1.7
e2062dc
e2062dc
* Tue Feb 17 2004 Than Ngo <than@redhat.com> 3.00-2 
e2062dc
- t1lib-5.0.1
e2062dc
e2062dc
* Tue Jan 27 2004 Than Ngo <than@redhat.com> 3.00-1
e2062dc
- 3.00 release
e2062dc
- add patch file to built with new freetype-2.1.7
e2062dc
e2062dc
* Mon Oct 13 2003 Than Ngo <than@redhat.com> 1:2.03-1
e2062dc
- 2.03
e2062dc
- remove xpdf-2.02pl1.patch, which is included in 2.03
e2062dc
- fix warning issue (bug #106313)
e2062dc
- fix huge memory leak, (bug #89552)
e2062dc
e2062dc
* Tue Jul 29 2003 Than Ngo <than@redhat.com> 1:2.02-9
e2062dc
- rebuild
e2062dc
e2062dc
* Tue Jul 29 2003 Than Ngo <than@redhat.com> 1:2.02-8
e2062dc
- add missing icon (bug #100780) 
e2062dc
- fix a bug xpdf resource
e2062dc
e2062dc
* Tue Jun 17 2003 Than Ngo <than@redhat.com> 2.02-7
e2062dc
- fixes a security hole
e2062dc
e2062dc
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
e2062dc
- rebuilt
e2062dc
e2062dc
* Mon May  5 2003 Than Ngo <than@redhat.com> 2.02-4.1
e2062dc
- merge sub packages to main package (bug #87750)
e2062dc
e2062dc
* Fri May  2 2003 Than Ngo <than@redhat.com> 2.02-3.1
e2062dc
- don't install backup files
e2062dc
e2062dc
* Mon Mar 31 2003 Than Ngo <than@redhat.com> 2.02-2
e2062dc
- build with freetype in RHL, #79680
e2062dc
- unsafe temporary files, #79682
e2062dc
- add Xfree86-devel in buildprereq
e2062dc
- build with -O0 on ppc, gcc bug
e2062dc
e2062dc
* Tue Mar 25 2003 Than Ngo <than@redhat.com> 2.02-1
e2062dc
- 2.02
e2062dc
- adjust some patch files for 2.02
e2062dc
e2062dc
* Tue Feb 18 2003 Than Ngo <than@redhat.com> 2.01-8
e2062dc
- own /usr/share/xpdf,  #73983
e2062dc
- remove debug unused infos, #84197
e2062dc
e2062dc
* Tue Feb  4 2003 Than Ngo <than@redhat.com> 2.01-7
e2062dc
- fix #82634
e2062dc
e2062dc
* Mon Feb  3 2003 Than Ngo <than@redhat.com> 2.01-6
e2062dc
- fix #82633
e2062dc
e2062dc
* Mon Jan 27 2003 Than Ngo <than@redhat.com> 2.01-5
e2062dc
- added locale patch from ynakai@redhat.com, bug #82638
e2062dc
e2062dc
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
e2062dc
- rebuilt
e2062dc
e2062dc
* Mon Jan 20 2003 Than Ngo <than@redhat.com> 2.01-3
e2062dc
- Security fixes.
e2062dc
e2062dc
* Sun Dec  8 2002 Than Ngo <than@redhat.com> 2.01-2
e2062dc
- urlCommand launches htmlview (bug #76694)
e2062dc
e2062dc
* Fri Dec  6 2002 Than Ngo <than@redhat.com> 2.01-1
e2062dc
- update to 2.01
e2062dc
e2062dc
* Wed Nov  6 2002 Than Ngo <than@redhat.com> 2.00-1
e2062dc
- update to 2.00
e2062dc
- adapt a patch file for 2.00
e2062dc
- build against openmotif
e2062dc
e2062dc
* Fri Sep 20 2002 Than Ngo <than@redhat.com> 1.01-9
e2062dc
- Build against new freetype
e2062dc
e2062dc
* Mon Aug 26 2002 Than Ngo <than@redhat.com> 1.01-8
e2062dc
- add descriptive name (bug #71673)
e2062dc
e2062dc
* Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com>
e2062dc
- rebuilt with gcc-3.2 (we hope)
e2062dc
e2062dc
* Wed Jul 24 2002 Than Ngo <than@redhat.com> 1.01-6
e2062dc
- desktop file issue (bug #69554)
e2062dc
e2062dc
* Tue Jul 23 2002 Tim Powers <timp@redhat.com> 1.01-5
e2062dc
- build using gcc-3.2-0.1
e2062dc
e2062dc
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 1.01-4
e2062dc
- automated rebuild
e2062dc
e2062dc
* Sun Jun 2 2002 Than Ngo <than@redhat.com> 1.01-3
e2062dc
- fix a bug in open file dialog (bug #39844)
e2062dc
- 1.01 handles Type 3 fonts (bug #48843)
e2062dc
e2062dc
* Sun May 26 2002 Tim Powers <timp@redhat.com>
e2062dc
- automated rebuild
e2062dc
e2062dc
* Thu May 23 2002 Harald Hoyer <harald@redhat.de> 1.01-1
e2062dc
- xpdf-1.01, freetype-2.0.9
e2062dc
e2062dc
* Sun Mar 17 2002 Than Ngo <than@redhat.com> 1.00-3
e2062dc
- rebuild
e2062dc
99621eb
* Thu Feb 21 2002 Than Ngo <than@redhat.com> 1.00-2
e2062dc
- fix Bad 'urlCommand' (bug #59730)
e2062dc
e2062dc
* Tue Feb 05 2002 Than Ngo <than@redhat.com> 1.00-1
e2062dc
- update to 1.00 (bug #59239, #48904)
e2062dc
- remove some patch files, which are included in 1.00
e2062dc
- sub packages for chinese-simplified, chinese-traditional, japanese and korean
e2062dc
e2062dc
* Fri Jan 25 2002 Than Ngo <than@redhat.com> 0.93-4
e2062dc
- rebuild in rawhide
e2062dc
e2062dc
* Mon Nov 12 2001 Than Ngo <than@redhat.com> 0.93-2
e2062dc
- enable Chinese GB font support
e2062dc
- enable Chinese CNS font support
e2062dc
- enable use of FreeType 2
e2062dc
e2062dc
* Mon Oct 29 2001 Than Ngo <than@redhat.com> 0.93-1
e2062dc
- update to 0.93
e2062dc
e2062dc
* Wed Sep 12 2001 Tim Powers <timp@redhat.com>
e2062dc
- rebuild with new gcc and binutils
e2062dc
e2062dc
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
e2062dc
- Bump release + rebuild.
e2062dc
e2062dc
* Fri Apr 27 2001 Bill Nottingham <notting@redhat.com>
e2062dc
- rebuild for C++ exception handling on ia64
e2062dc
e2062dc
* Wed Mar 28 2001 Than Ngo <than@redhat.com>
e2062dc
- add german translation into desktop file
e2062dc
- move desktop file to /etc/X11/applnk/Graphics (Bug #32720)
e2062dc
e2062dc
* Tue Jan 02 2001 Than Ngo <than@redhat.com>
e2062dc
- added a default URL handler script with a corresponding definition
e2062dc
  in Xpdf, thanks to Michal Jaegermann <michal@harddata.com> (Bug #23112)
e2062dc
e2062dc
* Mon Dec 04 2000 Than Ngo <than@redhat.com>
e2062dc
- updated to 0.92 (Bug #16646)
e2062dc
- remove some patches, which included in xpdf-0.92
e2062dc
e2062dc
* Mon Oct 16 2000 Than Ngo <than@redhat.com>
e2062dc
- rebuild for 7.1
e2062dc
e2062dc
* Wed Oct 11 2000 Than Ngo <than@redhat.com>
e2062dc
- fix update problem (Bug #17924)
e2062dc
e2062dc
* Thu Aug 17 2000 Than Ngo <than@redhat.com>
e2062dc
- update to 0.91 (Bug #9961 and many major bugs) 
e2062dc
e2062dc
* Sun Aug 06 2000 Than Ngo <than@redhat.de>
e2062dc
- added swedish translation (Bug 15312)
e2062dc
e2062dc
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
e2062dc
- automatic rebuild
e2062dc
99621eb
* Sun Jul  2 2000 Jakub Jelinek <jakub@redhat.com>
e2062dc
- Rebuild with new C++
e2062dc
e2062dc
* Fri Jun 16 2000 Than Ngo <than@redhat.de>
e2062dc
- enable Japanese font support
e2062dc
e2062dc
* Fri Jun 16 2000 Preston Brown <pbrown@redhat.com>
e2062dc
- FHS paths
e2062dc
- better .desktop entry file
e2062dc
e2062dc
* Tue Jun 06 2000 Than Ngo <than@redhat.de>
e2062dc
- fix xpdf crashes on some data streams (Bug# 10154) (thanks Derek)
e2062dc
- add %%defattr
e2062dc
- use rpm macros
e2062dc
e2062dc
* Tue May 23 2000 Ngo Than <than@redhat.de>
e2062dc
- fix problem with loading fonts
e2062dc
e2062dc
* Sun May 21 2000 Ngo Than <than@redhat.de>
e2062dc
- put man pages in /usr/share/man/*
e2062dc
- update t1lib-1.0.1
e2062dc
e2062dc
* Mon May 08 2000 Trond Eivind Glomsrod <teg@redhat.com>
e2062dc
- fixed URL
e2062dc
e2062dc
* Fri Feb 11 2000 Preston Brown <pbrown@redhat.com>
e2062dc
- build for inclusion in 6.2.
e2062dc
e2062dc
* Wed Feb 09 2000 Jakub Jelinek <jakub@redhat.com>
e2062dc
- include decryption patches
e2062dc
e2062dc
* Mon Feb 07 2000 Presto Brown <pbrown@redhat.com>
e2062dc
- rebuild to gzip man pages
e2062dc
e2062dc
* Mon Aug 30 1999 Preston Brown <pbrown@redhat.com>
e2062dc
- upgrade to xpdf 0.90, include t1lib Type1 rasterizer
e2062dc
- fix zapfdingbats font mapping issue
e2062dc
e2062dc
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
e2062dc
- auto rebuild in the new build environment (release 4)
e2062dc
e2062dc
* Wed Mar 17 1999 Preston Brown <pbrown@redhat.com>
e2062dc
- converted wmconfig to desktop entry
e2062dc
e2062dc
* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
e2062dc
- Injected new description and group.
e2062dc
e2062dc
* Mon Nov 30 1998 Preston Brown <pbrown@redhat.com>
e2062dc
- updated to 0.80
e2062dc
e2062dc
* Fri Nov 06 1998 Preston Brown <pbrown@redhat.com>
e2062dc
- patched to compile with new, stricter egcs
e2062dc
e2062dc
* Tue May 05 1998 Cristian Gafton <gafton@redhat.com>
e2062dc
- updated to 0.7a
e2062dc
e2062dc
* Thu Nov 20 1997 Otto Hammersmith <otto@redhat.com>
e2062dc
- added changelog
e2062dc
- added wmconfig