Blame SPECS/groff.spec

ce9878
%{!?with_x:%global with_x 1}
ce9878
ce9878
Summary: A document formatting system
ce9878
Name: groff
ce9878
Version: 1.22.3
ce9878
Release: 18%{?dist}
ce9878
License: GPLv3+ and GFDL and BSD and MIT
ce9878
Group: Applications/Publishing
ce9878
URL: http://www.gnu.org/software/groff/
ce9878
Source: ftp://ftp.gnu.org/gnu/groff/groff-%{version}.tar.gz
ce9878
ce9878
# resolves: #530788
ce9878
Patch0: 0001-missing-groff-x11-info-message-when-gxditview-not-fo.patch
ce9878
Patch1: 0002-load-site-font-and-site-tmac-from-etc-groff.patch
ce9878
# resolves: #709413, #720058, #720057
ce9878
Patch2: 0003-various-security-fixes.patch
ce9878
# resolves: #987069
ce9878
Patch3: 0004-don-t-use-usr-bin-env-in-shebang.patch
ce9878
# SSIA
ce9878
Patch4: 0005-Add-missing-rule-for-gropdf.patch
ce9878
# resolves: #1602530
ce9878
Patch5: groff-1.22.3-coverity.patch
ce9878
ce9878
Requires: coreutils, /sbin/install-info, groff-base = %{version}-%{release}
ce9878
Requires(post): info
ce9878
Requires(preun): info
ce9878
BuildRequires: gcc, gcc-c++
ce9878
BuildRequires: byacc
ce9878
BuildRequires: git, netpbm-progs, perl-generators, psutils, ghostscript
ce9878
Provides: nroff-i18n = %{version}-%{release}
ce9878
Provides: bundled(gnulib)
ce9878
ce9878
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\([^.]*\\.pl\\)
ce9878
ce9878
%description
ce9878
Groff is a document formatting system. Groff takes standard text and
ce9878
formatting commands as input and produces formatted output. The
ce9878
created documents can be shown on a display or printed on a printer.
ce9878
Groff's formatting commands allow you to specify font type and size,
ce9878
bold type, italic type, the number and size of columns on a page, and
ce9878
more.
ce9878
ce9878
Groff can also be used to format man pages. If you are going to use
ce9878
groff with the X Window System, you will also need to install the
ce9878
groff-x11 package.
ce9878
ce9878
%package base
ce9878
Summary: Parts of the groff formatting system required to display manual pages
ce9878
Group: Applications/Publishing
ce9878
ce9878
%description base
ce9878
The groff-base package contains only necessary parts of groff formatting
ce9878
system which are required to display manual pages, and the groff's default
ce9878
display device (PostScript).
ce9878
ce9878
%package perl
ce9878
Summary: Parts of the groff formatting system that require Perl
ce9878
Group: Applications/Publishing
ce9878
Requires: groff-base = %{version}-%{release}
ce9878
ce9878
%description perl
ce9878
The groff-perl package contains the parts of the groff text processor
ce9878
package that require Perl. These include the afmtodit (font processor
ce9878
for creating PostScript font files), groffer (tool for displaying groff
ce9878
files), grog (utility that can be used to automatically determine groff
ce9878
command-line options), chem (groff preprocessor for producing chemical
ce9878
structure diagrams), mmroff (reference preprocessor) and roff2dvi
ce9878
roff2html roff2pdf roff2ps roff2text roff2x (roff code converters).
ce9878
ce9878
%if %{with_x}
ce9878
%package x11
ce9878
Summary: Parts of the groff formatting system that require X Windows System
ce9878
Group: Applications/Publishing
ce9878
Requires: groff-base = %{version}-%{release}
ce9878
BuildRequires: libXaw-devel, libXmu-devel
ce9878
Provides: groff-gxditview = %{version}-%{release}
ce9878
Obsoletes: groff-gxditview < 1.20.1
ce9878
ce9878
%description x11
ce9878
The groff-x11 package contains the parts of the groff text processor
ce9878
package that require X Windows System. These include gxditview (display
ce9878
groff intermediate output files on X Window System display) and
ce9878
xtotroff (converts X font metrics into groff font metrics).
ce9878
%endif
ce9878
ce9878
%package doc
ce9878
Summary: Documentation for groff document formatting system
ce9878
Group: Documentation
ce9878
BuildArch: noarch
ce9878
Requires: groff = %{version}-%{release}
ce9878
Requires(post): info
ce9878
Requires(preun): info
ce9878
ce9878
%description doc
ce9878
The groff-doc package includes additional documentation for groff
ce9878
text processor package. It contains examples, documentation for PIC
ce9878
language and documentation for creating PDF files.
ce9878
ce9878
%prep
ce9878
%setup -q
ce9878
git init
ce9878
git config user.email groff-owner@fedoraproject.org
ce9878
git config user.name "groff owner"
ce9878
git add .
ce9878
git commit -n -m "release %{version}"
ce9878
git am %{patches}
ce9878
ce9878
for file in NEWS src/devices/grolbp/grolbp.man doc/{groff.info*,webpage.ms} \
ce9878
                contrib/mm/*.man contrib/mom/examples/{README.txt,*.mom,mom.vim}; do
ce9878
    iconv -f iso-8859-1 -t utf-8 < "$file" > "${file}_"
ce9878
    mv "${file}_" "$file"
ce9878
done
ce9878
ce9878
%build
ce9878
%configure \
ce9878
    --docdir=%{_pkgdocdir} \
ce9878
    --with-appresdir=%{_datadir}/X11/app-defaults \
ce9878
    --with-grofferdir=%{_datadir}/%{name}/%{version}/groffer
ce9878
make %{?_smp_mflags}
ce9878
ce9878
%install
ce9878
make install DESTDIR=%{buildroot}
ce9878
ce9878
# some binaries need alias with 'g' or 'z' prefix
ce9878
for file in g{nroff,troff,tbl,pic,eqn,neqn,refer,lookbib,indxbib,soelim} zsoelim; do
ce9878
    ln -s ${file#?} %{buildroot}%{_bindir}/${file}
ce9878
    ln -s ${file#?}.1.gz %{buildroot}%{_mandir}/man1/${file}.1.gz
ce9878
done
ce9878
ce9878
# fix absolute symlink to relative symlink
ce9878
rm -f %{buildroot}%{_pkgdocdir}/pdf/mom-pdf.pdf
ce9878
ln -s ../examples/mom/mom-pdf.pdf %{buildroot}%{_pkgdocdir}/pdf/mom-pdf.pdf
ce9878
ce9878
# rename groff downloadable postscript fonts to meet Fedora Font Packaging guidelines,
ce9878
# as these files are more PS instructions, than general-purpose fonts (bz #477394)
ce9878
for file in $(find %{buildroot}%{_datadir}/%{name}/%{version}/font/devps -name "*.pfa"); do
ce9878
    mv ${file} ${file}_
ce9878
done
ce9878
sed --in-place 's/\.pfa$/.pfa_/' %{buildroot}%{_datadir}/%{name}/%{version}/font/devps/download
ce9878
ce9878
# remove unnecessary files
ce9878
rm -f %{buildroot}%{_infodir}/dir
ce9878
ce9878
# fix privileges
ce9878
chmod 755 %{buildroot}%{_datadir}/groff/%{version}/groffer/version.sh
ce9878
chmod 755 %{buildroot}%{_datadir}/groff/%{version}/font/devlj4/generate/special.awk
ce9878
ce9878
# remove CreationDate from documentation
ce9878
pushd %{buildroot}%{_pkgdocdir}
ce9878
    find -name "*.html" | xargs sed -i "/^
ce9878
    find -name "*.ps"   | xargs sed -i "/^%%%%CreationDate: /d"
ce9878
popd
ce9878
ce9878
# /bin/sed moved to /usr/bin/sed in Fedora
ce9878
sed --in-place 's|#! /bin/sed -f|#! /usr/bin/sed -f|' %{buildroot}%{_datadir}/groff/%{version}/font/devps/generate/symbol.sed
ce9878
ce9878
%post
ce9878
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
ce9878
ce9878
%preun
ce9878
if [ $1 = 0 ]; then
ce9878
    /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
ce9878
fi
ce9878
ce9878
%files
ce9878
# data
ce9878
%{_datadir}/%{name}/%{version}/font/devdvi/
ce9878
%{_datadir}/%{name}/%{version}/font/devlbp/
ce9878
%{_datadir}/%{name}/%{version}/font/devlj4/
ce9878
%{_datadir}/%{name}/%{version}/oldfont/
ce9878
%{_datadir}/%{name}/%{version}/pic/
ce9878
%{_datadir}/%{name}/%{version}/tmac/62bit.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/a4.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/dvi.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/e.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/ec.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/hdmisc.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/hdtbl.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/lbp.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/lj4.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/m.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/me.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/mm.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/mm/
ce9878
%{_datadir}/%{name}/%{version}/tmac/mmse.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/mom.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/ms.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/mse.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/om.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/pdfmark.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/refer-me.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/refer-mm.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/refer-ms.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/refer.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/s.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/spdf.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/trace.tmac
ce9878
# programs
ce9878
%{_bindir}/addftinfo
ce9878
%{_bindir}/eqn2graph
ce9878
%{_bindir}/gdiffmk
ce9878
%{_bindir}/grap2graph
ce9878
%{_bindir}/grn
ce9878
%{_bindir}/grodvi
ce9878
%{_bindir}/grolbp
ce9878
%{_bindir}/grolj4
ce9878
%{_bindir}/hpftodit
ce9878
%{_bindir}/indxbib
ce9878
%{_bindir}/lkbib
ce9878
%{_bindir}/lookbib
ce9878
%{_bindir}/pdfroff
ce9878
%{_bindir}/pfbtops
ce9878
%{_bindir}/pic2graph
ce9878
%{_bindir}/refer
ce9878
%{_bindir}/tfmtodit
ce9878
%{_libdir}/groff/groff_opts_no_arg.txt
ce9878
%{_libdir}/groff/groff_opts_with_arg.txt
ce9878
%{_mandir}/man1/addftinfo.*
ce9878
%{_mandir}/man1/eqn2graph.*
ce9878
%{_mandir}/man1/gdiffmk.*
ce9878
%{_mandir}/man1/grap2graph.*
ce9878
%{_mandir}/man1/grn.*
ce9878
%{_mandir}/man1/grodvi.*
ce9878
%{_mandir}/man1/grohtml.*
ce9878
%{_mandir}/man1/grolbp.*
ce9878
%{_mandir}/man1/grolj4.*
ce9878
%{_mandir}/man1/hpftodit.*
ce9878
%{_mandir}/man1/indxbib.*
ce9878
%{_mandir}/man1/lkbib.*
ce9878
%{_mandir}/man1/lookbib.*
ce9878
%{_mandir}/man1/pdfroff.*
ce9878
%{_mandir}/man1/pfbtops.*
ce9878
%{_mandir}/man1/pic2graph.*
ce9878
%{_mandir}/man1/refer.*
ce9878
%{_mandir}/man1/tfmtodit.*
ce9878
# compatibility symlinks
ce9878
%{_bindir}/grefer
ce9878
%{_bindir}/glookbib
ce9878
%{_bindir}/gindxbib
ce9878
%{_mandir}/man1/grefer.*
ce9878
%{_mandir}/man1/glookbib.*
ce9878
%{_mandir}/man1/gindxbib.*
ce9878
# groff processor documentation
ce9878
%{_mandir}/man5/*
ce9878
%{_mandir}/man7/*
ce9878
%{_infodir}/groff.info*
ce9878
ce9878
%files base
ce9878
%{!?_licensedir:%global license %%doc}
ce9878
%license COPYING FDL LICENSES
ce9878
%doc BUG-REPORT MORE.STUFF NEWS PROBLEMS
ce9878
# configuration
ce9878
%dir %{_sysconfdir}/groff/
ce9878
%config(noreplace) %{_sysconfdir}/groff/*
ce9878
# data
ce9878
%dir %{_datadir}/%{name}/
ce9878
%dir %{_datadir}/%{name}/%{version}/
ce9878
%dir %{_datadir}/%{name}/%{version}/font/
ce9878
%dir %{_datadir}/%{name}/%{version}/tmac/
ce9878
%{_datadir}/%{name}/current
ce9878
%{_datadir}/%{name}/%{version}/eign
ce9878
%{_datadir}/%{name}/%{version}/font/devascii/
ce9878
%{_datadir}/%{name}/%{version}/font/devlatin1/
ce9878
%{_datadir}/%{name}/%{version}/font/devps/
ce9878
%{_datadir}/%{name}/%{version}/font/devutf8/
ce9878
%{_datadir}/%{name}/%{version}/font/devhtml/
ce9878
%{_datadir}/%{name}/%{version}/tmac/an-ext.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/an-old.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/an.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/andoc.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/composite.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/cp1047.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/cs.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/de.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/den.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/devtag.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/doc-old.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/doc.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/eqnrc
ce9878
%{_datadir}/%{name}/%{version}/tmac/europs.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/fallbacks.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/fr.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/html-end.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/html.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/hyphen.cs
ce9878
%{_datadir}/%{name}/%{version}/tmac/hyphen.den
ce9878
%{_datadir}/%{name}/%{version}/tmac/hyphen.det
ce9878
%{_datadir}/%{name}/%{version}/tmac/hyphen.fr
ce9878
%{_datadir}/%{name}/%{version}/tmac/hyphen.sv
ce9878
%{_datadir}/%{name}/%{version}/tmac/hyphen.us
ce9878
%{_datadir}/%{name}/%{version}/tmac/hyphenex.cs
ce9878
%{_datadir}/%{name}/%{version}/tmac/hyphenex.det
ce9878
%{_datadir}/%{name}/%{version}/tmac/hyphenex.us
ce9878
%{_datadir}/%{name}/%{version}/tmac/ja.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/latin1.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/latin2.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/latin5.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/latin9.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/man.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/mandoc.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/mdoc.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/mdoc/
ce9878
%{_datadir}/%{name}/%{version}/tmac/papersize.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/pic.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/ps.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/psatk.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/psold.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/pspic.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/safer.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/sv.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/trans.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/troffrc
ce9878
%{_datadir}/%{name}/%{version}/tmac/troffrc-end
ce9878
%{_datadir}/%{name}/%{version}/tmac/tty-char.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/tty.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/unicode.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/www.tmac
ce9878
# programs
ce9878
%{_bindir}/eqn
ce9878
%{_bindir}/groff
ce9878
%{_bindir}/grops
ce9878
%{_bindir}/grotty
ce9878
%{_bindir}/neqn
ce9878
%{_bindir}/nroff
ce9878
%{_bindir}/pic
ce9878
%{_bindir}/post-grohtml
ce9878
%{_bindir}/pre-grohtml
ce9878
%{_bindir}/preconv
ce9878
%{_bindir}/soelim
ce9878
%{_bindir}/tbl
ce9878
%{_bindir}/troff
ce9878
%{_mandir}/man1/eqn.*
ce9878
%{_mandir}/man1/groff.*
ce9878
%{_mandir}/man1/grops.*
ce9878
%{_mandir}/man1/grotty.*
ce9878
%{_mandir}/man1/neqn.*
ce9878
%{_mandir}/man1/nroff.*
ce9878
%{_mandir}/man1/pic.*
ce9878
%{_mandir}/man1/preconv.*
ce9878
%{_mandir}/man1/soelim.*
ce9878
%{_mandir}/man1/tbl.*
ce9878
%{_mandir}/man1/troff.*
ce9878
# compatibility symlinks
ce9878
%{_bindir}/gnroff
ce9878
%{_bindir}/gtroff
ce9878
%{_bindir}/gtbl
ce9878
%{_bindir}/gpic
ce9878
%{_bindir}/geqn
ce9878
%{_bindir}/gneqn
ce9878
%{_bindir}/gsoelim
ce9878
%{_bindir}/zsoelim
ce9878
%{_mandir}/man1/gnroff.*
ce9878
%{_mandir}/man1/gtroff.*
ce9878
%{_mandir}/man1/gtbl.*
ce9878
%{_mandir}/man1/gpic.*
ce9878
%{_mandir}/man1/geqn.*
ce9878
%{_mandir}/man1/gneqn.*
ce9878
%{_mandir}/man1/gsoelim.*
ce9878
%{_mandir}/man1/zsoelim.*
ce9878
%dir %{_libdir}/groff/
ce9878
ce9878
%files perl
ce9878
# data
ce9878
%{_datadir}/%{name}/%{version}/font/devpdf/
ce9878
%{_datadir}/%{name}/%{version}/groffer/
ce9878
%{_datadir}/%{name}/%{version}/tmac/pdf.tmac
ce9878
# programs
ce9878
%{_bindir}/afmtodit
ce9878
%{_bindir}/chem
ce9878
%{_bindir}/gperl
ce9878
%{_bindir}/gpinyin
ce9878
%{_bindir}/glilypond
ce9878
%{_bindir}/groffer
ce9878
%{_bindir}/grog
ce9878
%{_bindir}/gropdf
ce9878
%{_bindir}/mmroff
ce9878
%{_bindir}/pdfmom
ce9878
%{_bindir}/roff2dvi
ce9878
%{_bindir}/roff2html
ce9878
%{_bindir}/roff2pdf
ce9878
%{_bindir}/roff2ps
ce9878
%{_bindir}/roff2text
ce9878
%{_bindir}/roff2x
ce9878
%{_mandir}/man1/afmtodit.*
ce9878
%{_mandir}/man1/chem.*
ce9878
%{_mandir}/man1/gperl.*
ce9878
%{_mandir}/man1/gpinyin.*
ce9878
%{_mandir}/man1/glilypond.*
ce9878
%{_mandir}/man1/groffer.*
ce9878
%{_mandir}/man1/grog.*
ce9878
%{_mandir}/man1/gropdf.*
ce9878
%{_mandir}/man1/mmroff.*
ce9878
%{_mandir}/man1/pdfmom.*
ce9878
%{_mandir}/man1/roff2dvi.*
ce9878
%{_mandir}/man1/roff2html.*
ce9878
%{_mandir}/man1/roff2pdf.*
ce9878
%{_mandir}/man1/roff2ps.*
ce9878
%{_mandir}/man1/roff2text.*
ce9878
%{_mandir}/man1/roff2x.*
ce9878
%dir %{_libdir}/groff/glilypond/
ce9878
%dir %{_libdir}/groff/gpinyin/
ce9878
%dir %{_libdir}/groff/grog/
ce9878
%{_libdir}/groff/glilypond/args.pl
ce9878
%{_libdir}/groff/glilypond/oop_fh.pl
ce9878
%{_libdir}/groff/glilypond/subs.pl
ce9878
%{_libdir}/groff/gpinyin/subs.pl
ce9878
%{_libdir}/groff/grog/subs.pl
ce9878
ce9878
%if %{with_x}
ce9878
%files x11
ce9878
# data
ce9878
%{_datadir}/%{name}/%{version}/font/devX*/
ce9878
%{_datadir}/%{name}/%{version}/tmac/X.tmac
ce9878
%{_datadir}/%{name}/%{version}/tmac/Xps.tmac
ce9878
%{_datadir}/X11/app-defaults/GXditview
ce9878
%{_datadir}/X11/app-defaults/GXditview-color
ce9878
# programs
ce9878
%{_bindir}/gxditview
ce9878
%{_bindir}/xtotroff
ce9878
%{_mandir}/man1/gxditview.*
ce9878
%{_mandir}/man1/xtotroff.*
ce9878
%endif
ce9878
ce9878
%files doc
ce9878
%doc %{_pkgdocdir}/*.me
ce9878
%doc %{_pkgdocdir}/*.ps
ce9878
%doc %{_pkgdocdir}/*.ms
ce9878
%doc %{_pkgdocdir}/examples/
ce9878
%doc %{_pkgdocdir}/html/
ce9878
%doc %{_pkgdocdir}/pdf/
ce9878
ce9878
%changelog
ce9878
* Wed Dec 05 2018 Nikola Forró <nforro@redhat.com> - 1.22.3-18
ce9878
- Fix also SHELLCHECK_WARNING
ce9878
  related: #1602530
ce9878
ce9878
* Wed Nov 28 2018 Nikola Forró <nforro@redhat.com> - 1.22.3-17
ce9878
- Fix important Covscan defects
ce9878
  resolves: #1602530
ce9878
ce9878
* Wed Nov 28 2018 Nikola Forró <nforro@redhat.com> - 1.22.3-16
ce9878
- Add missing "bundled(gnulib)" provides
ce9878
  resolves: #1654251
ce9878
ce9878
* Tue Feb 27 2018 Nikola Forró <nforro@redhat.com> - 1.22.3-15
ce9878
- Add unowned directories to groff-base and groff-perl
ce9878
  resolves: #1548688
ce9878
ce9878
* Tue Feb 20 2018 Nikola Forró <nforro@redhat.com> - 1.22.3-14
ce9878
- Add missing gcc and gcc-c++ build dependencies
ce9878
ce9878
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.22.3-13
ce9878
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
ce9878
ce9878
* Tue Nov 21 2017 Nikola Forró <nforro@redhat.com> - 1.22.3-12
ce9878
- Move grog/subs.pl to groff-perl subpackage where it belongs
ce9878
  resolves: #1515167
ce9878
ce9878
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.22.3-11
ce9878
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
ce9878
ce9878
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.22.3-10
ce9878
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
ce9878
ce9878
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.22.3-9
ce9878
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
ce9878
ce9878
* Fri Feb 19 2016 Nikola Forró <nforro@redhat.com> - 1.22.3-8
ce9878
- Make groff-base depend on /usr/bin/sed rather than /bin/sed
ce9878
ce9878
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.22.3-7
ce9878
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
ce9878
ce9878
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.22.3-6
ce9878
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
ce9878
ce9878
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1.22.3-5
ce9878
- Rebuilt for GCC 5 C++11 ABI change
ce9878
ce9878
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 1.22.3-4
ce9878
- Rebuilt for Fedora 23 Change
ce9878
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
ce9878
ce9878
* Fri Nov 14 2014 Colin Walters <walters@redhat.com> - 1.22.3-3
ce9878
- Move more binaries which depend on perl to the -perl subpackage (bug #1165356)
ce9878
ce9878
* Wed Nov 12 2014 Petr Pisar <ppisar@redhat.com> - 1.22.3-2
ce9878
- Do not require private Perl modules (bug #1163011)
ce9878
ce9878
* Tue Nov 04 2014 jchaloup <jchaloup@redhat.com> - 1.22.3-1
ce9878
- Update to 1.22.3
ce9878
  resolves: #1160256
ce9878
ce9878
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.22.2-11
ce9878
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
ce9878
ce9878
* Sat Jul 12 2014 Tom Callaway <spot@fedoraproject.org> - 1.22.2-10
ce9878
- fix license handling
ce9878
ce9878
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.22.2-9
ce9878
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
ce9878
ce9878
* Tue Oct  1 2013 Peter Schiffer <pschiffe@redhat.com> 1.22.2-8
ce9878
- resolves: #993806
ce9878
  removed versioned docdir from .spec file
ce9878
ce9878
* Sat Aug 03 2013 Petr Pisar <ppisar@redhat.com> - 1.22.2-7
ce9878
- Perl 5.18 rebuild
ce9878
ce9878
* Tue Jul 23 2013 Peter Schiffer <pschiffe@redhat.com> 1.22.2-6
ce9878
- don't use /usr/bin/env in shebang
ce9878
ce9878
* Mon Jul 22 2013 Peter Schiffer <pschiffe@redhat.com> 1.22.2-5
ce9878
- removed BSD and MIT license files - the text is already included
ce9878
  in the upstream tarball
ce9878
ce9878
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.22.2-4
ce9878
- Perl 5.18 rebuild
ce9878
ce9878
* Tue Jul  9 2013 Peter Schiffer <pschiffe@redhat.com> 1.22.2-3
ce9878
- added BSD and MIT license files
ce9878
ce9878
* Mon Mar 11 2013 Peter Schiffer <pschiffe@redhat.com> 1.22.2-2
ce9878
- resolves: #915682
ce9878
  moved html device to the groff-base subpackage
ce9878
ce9878
* Tue Feb 12 2013 Peter Schiffer <pschiffe@redhat.com> 1.22.2-1
ce9878
- resolves: #909154
ce9878
  updated to 1.22.2
ce9878
- cleaned .spec file
ce9878
ce9878
* Tue Jan 01 2013 Jan Vcelak <jvcelak@redhat.com> 1.22.1-1
ce9878
- new upstream release (#890973)
ce9878
  + various fixes in manual pages
ce9878
  + various fixes and improvements in macros
ce9878
  + new gropdf driver for generating PDF files
ce9878
- fix: backslash-period escape does not work (#682857)
ce9878
- fix: groff ftbfs - patch does not apply (#885225)
ce9878
ce9878
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.21-10
ce9878
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
ce9878
ce9878
* Tue May 29 2012 Jan Vcelak <jvcelak@redhat.com> 1.21-9
ce9878
- older security fixes (#709415, #720060):
ce9878
  + CVE-2009-5044: insecure temporary file handling in pdfroff
ce9878
  + CVE-2009-5080: improper handling of failed attempts to create temporary directories in eqn2graph/pic2graph/grap2graph
ce9878
  + CVE-2009-5081: roff2.pl and groffer.pl use easy-to-guess temporary file names
ce9878
ce9878
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.21-8
ce9878
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
ce9878
ce9878
* Wed Oct 12 2011 Jan Vcelak <jvcelak@redhat.com> 1.21-7
ce9878
- update: move local configuration from /usr/share/groff/site-* to /etc/groff/*
ce9878
  (change the paths in the app instead of symlinking to avoid RPM issues)
ce9878
- fix groff package: add install-info to %%post and %%preun
ce9878
ce9878
* Tue Oct 11 2011 Jan Vcelak <jvcelak@redhat.com> 1.21-6
ce9878
- fix build warnings: File listed twice
ce9878
ce9878
* Tue Sep 20 2011 Jan Vcelak <jvcelak@redhat.com> 1.21-5
ce9878
- fix #739318: fix upgrade from previous versions (workaround for RPM bug)
ce9878
ce9878
* Fri Sep 16 2011 Jan Vcelak <jvcelak@redhat.com> 1.21-4
ce9878
- new subpackage: groff-base (minimal for manual page rendering)
ce9878
- move shared data used by gxditview to groff-x11 subpackage
ce9878
- move groff reference manual to groff-doc subpackage
ce9878
- make groff-doc an architecture independent package
ce9878
- move local configuration from /usr/share/groff/site-* to /etc/groff/*
ce9878
ce9878
* Fri Jun 17 2011 Jan Vcelak <jvcelak@redhat.com> 1.21-3
ce9878
- fix #678572: groffer libdir is incorrect
ce9878
- fix #709474: unowned groff doc dir
ce9878
- fix #712904: Japanese bold/underline text not displayed correctly (Daiki Ueno <dueno@redhat.com>)
ce9878
ce9878
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.21-2
ce9878
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
ce9878
ce9878
* Fri Jan 21 2011 Jan Vcelak <jvcelak@redhat.com> 1.21-1
ce9878
- package rebase to 1.21
ce9878
ce9878
* Fri Nov 26 2010 Jan Vcelak <jvcelak@redhat.com> 1.20.1-3
ce9878
- experimental support of Japanese (charclass and wcwidth patches)
ce9878
  thanks to Daiki Ueno (dueno@redhat.com)
ce9878
ce9878
* Fri Jul 30 2010 Jan Vcelak <jvcelak@redhat.com> 1.20.1-2
ce9878
- Resolves: #477394 - Please convert to new font packaging guidelines
ce9878
ce9878
* Fri Mar 19 2010 Jan Vcelak <jvcelak@redhat.com> - 1.20.1-1
ce9878
- Resolves: #530788
ce9878
ce9878
* Fri Mar 12 2010 Jan Vcelak <jvcelak@redhat.com> - 1.20.1-0
ce9878
- Package rebase to upstream 1.20.1
ce9878
ce9878
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.18.1.4-18
ce9878
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
ce9878
ce9878
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.18.1.4-17
ce9878
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
ce9878
ce9878
* Sun Oct 19 2008 Robert Scheck <robert@fedoraproject.org> - 1.18.1.14-16
ce9878
- Fixed wrong symlinking of man pages into %%{_bindir} after simplifying
ce9878
ce9878
* Mon Sep 29 2008 Stepan Kasal <skasal@redhat.com> - 1.18.1.14-15
ce9878
- Replace groff-1.18-nohtml.patch by a code in spec file
ce9878
- fix groff-1.18-gzip.patch to apply cleanly
ce9878
- simplify the code for symlinking in %%install
ce9878
ce9878
* Wed Mar 26 2008 Marcela Maslanova <mmaslano@redhat.com> - 1.18.1.4-14
ce9878
- 175459 warning goes on stderr
ce9878
ce9878
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.18.1.4-13
ce9878
- Autorebuild for GCC 4.3
ce9878
ce9878
* Wed Jan 23 2008 Marcela Maslanova <mmaslano@redhat.com> - 1.18.1.4-12
ce9878
- rewrite nroff for using -Tencoding with main support of utf8
ce9878
- Resolves: rhbz#251064
ce9878
ce9878
* Thu Jan  3 2008 Marcela Maslanova <mmaslano@redhat.com> - 1.18.1.4-11
ce9878
- fix for gcc4.3.0
ce9878
ce9878
* Mon Oct  8 2007 Marcela Maslanova <mmaslano@redhat.com> - 1.18.1.4-10
ce9878
- path for groffer wasn't set correctly #89210
ce9878
ce9878
* Mon Sep 17 2007 Marcela Maslanova <mmaslano@redhat.com> - 1.18.1.4-9
ce9878
- fix license
ce9878
ce9878
* Tue Sep 11 2007 Marcela Maslanova <mmaslano@redhat.com> - 1.18.1.4-8
ce9878
- another change in spec for review
ce9878
ce9878
* Thu Aug 16 2007 Marcela Maslanova <mmaslano@redhat.com> - 1.18.1.4-7
ce9878
- rebuild
ce9878
- another encoding are print correct with nroff
ce9878
- Resolves: rhbz#251064
ce9878
ce9878
* Mon Jul  2 2007 Marcela Maslanova <mmaslano@redhat.com> - 1.18.1.4-5
ce9878
- Resolves: rhbz#245934
ce9878
ce9878
* Tue Feb 27 2007 Marcela Maslanova <mmaslano@redhat.com> - 1.18.1.4-4
ce9878
- merge review
ce9878
- rhbz#225859 review
ce9878
ce9878
* Mon Jan 22 2007 Marcela Maslanova <mmaslano@redhat.com> - 1.18.1.4-2
ce9878
- changes in spec, remove patches groff-1.18.1.1-bigendian.patch, groff-xlibs.patch
ce9878
 
ce9878
* Mon Oct 23 2006 Marcela Maslanova <mmaslano@redhat.com> - 1.18.1.4-1
ce9878
- new version from upstream - update groffer
ce9878
ce9878
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.18.1.1-11.1
ce9878
- rebuild
ce9878
ce9878
* Wed Apr 26 2006 Adam Jackson <ajackson@redhat.com> - 1.18.1.1-11
ce9878
- Rebuild for updated imake build rules.
ce9878
ce9878
* Thu Feb 16 2006 Miroslav Lichvar <mlichvar@redhat.com> - 1.18.1.1-10
ce9878
- use mktemp for temporary files in pic2graph and eqn2graph scripts
ce9878
ce9878
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.18.1.1-9.2
ce9878
- bump again for double-long bug on ppc(64)
ce9878
- bump again for double-long bug on ppc(64)
ce9878
- bump again for double-long bug on ppc(64)
ce9878
ce9878
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.18.1.1-9.1
ce9878
- rebuilt for new gcc4.1 snapshot and glibc changes
ce9878
ce9878
* Thu Feb 02 2006 Miroslav Lichvar <mlichvar@redhat.com> - 1.18.1.1-9
ce9878
- remove gxditview from groff package (#179684)
ce9878
- remove obsolete "--enable-japanese" configure option
ce9878
ce9878
* Thu Jan 12 2006 Miroslav Lichvar <mlichvar@redhat.com> - 1.18.1.1-8
ce9878
- fix segfault in grotty on 64-bit big endian machines (#176904)
ce9878
- fix assertion failure on abort message (#141912)
ce9878
- attempt to fix a space problem with several european languages (#137728)
ce9878
ce9878
* Fri Jan 06 2006 Jindrich Novy <jnovy@redhat.com> - 1.18.1.1-7
ce9878
- require X dependencies only for gxditview (#177118)
ce9878
- work if bash's noclobber is on (#127492)
ce9878
ce9878
* Thu Jan 05 2006 Jindrich Novy <jnovy@redhat.com> - 1.18.1.1-6
ce9878
- add BuildRequires imake and update dependencies for modular X
ce9878
- spec cleanup
ce9878
- fix compilation with gcc-4.1.0
ce9878
ce9878
* Wed Nov 24 2004 Miloslav Trmac <mitr@redhat.com> - 1.18.1.1-5
ce9878
- Convert also mmroff.1 to UTF-8
ce9878
ce9878
* Sat Nov 20 2004 Miloslav Trmac <mitr@redhat.com> - 1.18.1.1-4
ce9878
- Convert man pages to UTF-8
ce9878
ce9878
* Tue Oct 19 2004 Thomas Woerner <twoerner@redhat.com> 1.18.1.1-3
ce9878
- fixed groffer scripte security problem (#136314)
ce9878
ce9878
* Thu Sep 16 2004 Thomas Woerner <twoerner@redhat.com> 1.18.1.1-2
ce9878
- fixed DoCharacter calls in xditview (#110812)
ce9878
- fixed fclose called once too often (#132690): thanks to Ulrich Drepper for
ce9878
  the bug hunting
ce9878
ce9878
* Tue Jun 29 2004 Thomas Woerner <twoerner@redhat.com> 1.18.1.1-1
ce9878
- new version 1.18.1.1 (fixed groffer script)
ce9878
ce9878
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
ce9878
- rebuilt
ce9878
ce9878
* Mon Jun  7 2004 Thomas Woerner <twoerner@redhat.com> 1.18.1-35
ce9878
- fixed build prereq and requires
ce9878
ce9878
* Mon Mar  8 2004 Thomas Woerner <twoerner@redhat.com> 1.18.1-34
ce9878
- new debian groff patch: groff_1.18.1-15.diff
ce9878
- new fix for debian patch: groff-1.18.1-fix15.patch
ce9878
- fixed width in devutf8 font M: groff-1.18.1-devutf8.patch
ce9878
- removed iconv patch
ce9878
ce9878
* Mon Mar  1 2004 Thomas Woerner <twoerner@redhat.com> 1.18.1-33
ce9878
- fixed nroff script: convert output to locale charmap
ce9878
ce9878
* Wed Feb 25 2004 Thomas Woerner <twoerner@redhat.com> 1.18.1-32
ce9878
- fixed nroff script input (#116596)
ce9878
ce9878
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
ce9878
- rebuilt
ce9878
ce9878
* Mon Feb 09 2004 Adrian Havill <havill@redhat.com>
ce9878
- provide I18N version of nroff that accepts --legacy parameter
ce9878
  (used by man-1.5m2-2)
ce9878
ce9878
* Thu Dec 18 2003 Thomas Woerner <twoerner@redhat.com>
ce9878
- fixed missing BuildRequires (#110574)
ce9878
ce9878
* Tue Sep 23 2003 Florian La Roche <Florian.LaRoche@redhat.de>
ce9878
- allow compiling this without XFree86
ce9878
ce9878
* Wed Aug  6 2003 Thomas Woerner <twoerner@redhat.com> 1.18.1-28.2
ce9878
- new devutf8 font description
ce9878
- use -Tutf8 for ru_*.UTF-8 in nroff.sh
ce9878
- fixes #88618 (ru_RU man pages in cambridge are using UTF-8, now)
ce9878
ce9878
* Fri Jun 13 2003 Thomas Woerner <twoerner@redhat.com> 1.18.1-28
ce9878
- rebuild (debian-9)
ce9878
ce9878
* Tue Jun 10 2003 Thomas Woerner <twoerner@redhat.com> 1.18.1-27
ce9878
- going back to 1.18.1-4 from debian (the newer versions did not work properly)
ce9878
- fixed nroff.sh for ru_RU.(!UTF-8)
ce9878
ce9878
* Mon May 19 2003 Thomas Woerner <twoerner@redhat.com> 1.18.1-26
ce9878
- fix input and output handler for 1.18.1-9 to be compatible with 1.18.1-4
ce9878
ce9878
* Tue Apr 29 2003 Florian La Roche <Florian.LaRoche@redhat.de>
ce9878
- 1.18.1-9 from debian
ce9878
ce9878
* Tue Apr 15 2003 Florian La Roche <Florian.LaRoche@redhat.de>
ce9878
- 1.18.1-8 from debian: use latin1 instead of C locale
ce9878
ce9878
* Sun Mar 09 2003 Florian La Roche <Florian.LaRoche@redhat.de>
ce9878
- update to debian patch 1.18.1-7 located at
ce9878
  ftp://ftp.debian.org/debian/pool/main/g/groff/
ce9878
ce9878
* Thu Feb 13 2003 Elliot Lee <sopwith@redhat.com> 1.18.1-21
ce9878
- groff-xlibs.patch to fix ppc64 builds
ce9878
ce9878
* Wed Feb 12 2003 Tim Waugh <twaugh@redhat.com> 1.18.1-20
ce9878
- Make the iconv patch a little less broken (bug #84132).
ce9878
ce9878
* Tue Feb 11 2003 Thomas Woerner <twoerner@redhat.com> 1.18.1-19
ce9878
- added new iconv patch
ce9878
ce9878
* Tue Feb 11 2003 Florian La Roche <Florian.LaRoche@redhat.de>
ce9878
- disable the iconv patch, this will go into a wrapper within the man rpm
ce9878
ce9878
* Mon Feb 10 2003 Thomas Woerner <twoerner@redhat.com> 1.18.1-17
ce9878
- fixed source of gzipped files
ce9878
ce9878
* Mon Feb 10 2003 Florian La Roche <Florian.LaRoche@redhat.de>
ce9878
- add Korean support from ynakai@redhat.com, #83933
ce9878
ce9878
* Sun Feb 09 2003 Florian La Roche <Florian.LaRoche@redhat.de>
ce9878
- remove automatic conversion for ru_* and cz_*
ce9878
- add 8bit patch
ce9878
- update to 1.18.1-4 debian patch
ce9878
- disable Patch8: groff-1.18.1-multichar.patch for now
ce9878
- add ugly patch within the iconv patch to partly fix display of russian
ce9878
  man-pages with "-Tnippon"
ce9878
ce9878
* Thu Feb  6 2003 Tim Waugh <twaugh@redhat.com> 1.18.1-11
ce9878
- Unbreak EUC-JP (bug #83608).
ce9878
ce9878
* Mon Feb  3 2003 Thomas Woerner <twoerner@redhat.com> 1.18.1-10
ce9878
- fixed missing minus
ce9878
- added iconv conversion script
ce9878
ce9878
* Fri Jan 31 2003 Tim Waugh <twaugh@redhat.com> 1.18.1-9
ce9878
- Fix UTF-8.
ce9878
ce9878
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
ce9878
- rebuilt
ce9878
ce9878
* Wed Jan 15 2003 Florian La Roche <Florian.LaRoche@redhat.de>
ce9878
- also add hyphen changes to man.local in addition to mdoc.local
ce9878
ce9878
* Tue Jan 14 2003 Florian La Roche <Florian.LaRoche@redhat.de>
ce9878
- really include mdoc.local changes from debian
ce9878
ce9878
* Sat Jan 11 2003 Florian La Roche <Florian.LaRoche@redhat.de>
ce9878
- fix #81401, maybe also #57410
ce9878
ce9878
* Fri Jan 03 2003 Florian La Roche <Florian.LaRoche@redhat.de>
ce9878
- add more documentation #80729
ce9878
ce9878
* Wed Jan 01 2003 Florian La Roche <Florian.LaRoche@redhat.de>
ce9878
- hot fix for devascii8 breakage
ce9878
ce9878
* Sun Dec 29 2002 Florian La Roche <Florian.LaRoche@redhat.de>
ce9878
- update to debian patch 1.18.1-2 located at
ce9878
  ftp://ftp.debian.org/debian/pool/main/g/groff/
ce9878
ce9878
* Mon Nov 18 2002 Florian La Roche <Florian.LaRoche@redhat.de>
ce9878
- update to 1.18.1
ce9878
- use newest debian patch on top of it
ce9878
ce9878
* Mon Nov 04 2002 Florian La Roche <Florian.LaRoche@redhat.de>
ce9878
- add gzip decompression patch
ce9878
ce9878
* Sat Nov 02 2002 Florian La Roche <Florian.LaRoche@redhat.de>
ce9878
- update to 1.18.1
ce9878
- apply groff_1.18-7 from debian
ce9878
- remove some not-packaged files
ce9878
- rm old printfilters completely
ce9878
ce9878
* Fri Oct 04 2002 Elliot Lee <sopwith@redhat.com> 1.18-7
ce9878
- Patch7 - move pfbtops to CCPROGDIRS (it needs to link to C++ stuff)
ce9878
ce9878
* Sat Aug 31 2002 Florian La Roche <Florian.LaRoche@redhat.de>
ce9878
- add patch for #72924
ce9878
ce9878
* Mon Aug 26 2002 Florian La Roche <Florian.LaRoche@redhat.de>
ce9878
- remove README.A4  #65920
ce9878
ce9878
* Sun Aug 11 2002 Florian La Roche <Florian.LaRoche@redhat.de>
ce9878
- use info files as installed by groff package
ce9878
- completely disable older printconf stuff
ce9878
ce9878
* Thu Aug  8 2002 Yukihiro Nakai <ynakai@redhat.com>
ce9878
- link docj.tmac to doc.tmac #57560
ce9878
ce9878
* Thu Aug  1 2002 Harald Hoyer <harald@redhat.de>
ce9878
- update to 1.18
ce9878
- mmroff(7) is now mmroff(1)
ce9878
ce9878
* Tue Jul 23 2002 Tim Powers <timp@redhat.com>
ce9878
- build using gcc-3.2-0.1
ce9878
ce9878
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
ce9878
- automated rebuild
ce9878
ce9878
* Wed Jun 12 2002 Florian La Roche <Florian.LaRoche@redhat.de>
ce9878
- prereq install-info and add post/preun for info files
ce9878
ce9878
* Wed May 29 2002 Florian La Roche <Florian.LaRoche@redhat.de>
ce9878
- add info files #64667
ce9878
ce9878
* Fri Feb 22 2002 Florian La Roche <Florian.LaRoche@redhat.de>
ce9878
- rebuild in new environment
ce9878
ce9878
* Sun Feb 17 2002 Florian La Roche <Florian.LaRoche@redhat.de>
ce9878
- update to newest debian patch 1.17.2-16
ce9878
- patch4 is already included in that
ce9878
ce9878
* Thu Jan 31 2002 Florian La Roche <Florian.LaRoche@redhat.de>
ce9878
- disable printconf support, but do not yet delete it from the source rpm
ce9878
ce9878
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
ce9878
- automated rebuild
ce9878
ce9878
* Mon Jan 07 2002 Florian La Roche <Florian.LaRoche@redhat.de>
ce9878
- check string input
ce9878
ce9878
* Sat Jan 05 2002 Florian La Roche <Florian.LaRoche@redhat.de>
ce9878
- add URL tag
ce9878
ce9878
* Sat Jan 05 2002 Florian La Roche <Florian.LaRoche@redhat.de>
ce9878
- update to newest debian patch 1.17.2-13
ce9878
ce9878
* Thu Dec 06 2001 Florian La Roche <Florian.LaRoche@redhat.de>
ce9878
- update to newest debian patch 1.17.2-12
ce9878
ce9878
* Wed Aug 15 2001 Mike A. Harris <mharris@redhat.com> 1.17.2-3
ce9878
- Added symlink from soelim to zsoelim, fixing bug (#51037)
ce9878
ce9878
* Tue Aug 14 2001 Florian La Roche <Florian.LaRoche@redhat.de>
ce9878
- fixes security bug #50494
ce9878
ce9878
* Sun Aug 12 2001 Florian La Roche <Florian.LaRoche@redhat.de>
ce9878
- update to 1.17.2
ce9878
- strerror patch is not needed anymore
ce9878
- apply newest debian patch
ce9878
ce9878
* Fri Apr 27 2001 Bill Nottingham <notting@redhat.com>
ce9878
- rebuild for C++ exception handling on ia64
ce9878
ce9878
* Tue Apr 03 2001 Florian La Roche <Florian.LaRoche@redhat.de>
ce9878
- do not change groff to use /etc/papersize. Deleted the changes
ce9878
  in the debian patch.
ce9878
ce9878
* Fri Mar 30 2001 Trond Eivind Glomsrřd <teg@redhat.com>
ce9878
- Add hyphen.cs - file generated as described in Czech how-to, 6.7
ce9878
ce9878
* Wed Mar 28 2001 Florian La Roche <Florian.LaRoche@redhat.de>
ce9878
- updated to newest debian patch to get nippon/ascii8 support
ce9878
  better working
ce9878
ce9878
* Fri Feb  9 2001 Crutcher Dunnavant <crutcher@redhat.com>
ce9878
- switch to printconf filtration rules
ce9878
ce9878
* Tue Jan 09 2001 Florian La Roche <Florian.LaRoche@redhat.de>
ce9878
- change app-defaults to /usr/X11R6/lib/X11/app-defaults/
ce9878
  and do not mark it as config file
ce9878
ce9878
* Thu Dec 14 2000 Yukihiro Nakai <ynakai@redhat.com>
ce9878
- Add Japanese patch from RHL7J
ce9878
ce9878
* Fri Aug  4 2000 Florian La Roche <Florian.LaRoche@redhat.de>
ce9878
- update to bug-fix release 1.16.1
ce9878
ce9878
* Fri Jul 28 2000 Tim Waugh <twaugh@redhat.com>
ce9878
- Install troff-to-ps.fpi in /usr/lib/rhs-printfilters (#13634).
ce9878
ce9878
* Wed Jul 19 2000 Jeff Johnson <jbj@redhat.com>
ce9878
- rebuild with gcc-2.96-41.
ce9878
ce9878
* Mon Jul 17 2000 Jeff Johnson <jbj@redhat.com>
ce9878
- rebuild to fix miscompilation manifesting in alpha build of tcltk.
ce9878
ce9878
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
ce9878
- automatic rebuild
ce9878
ce9878
* Tue Jul  4 2000 Jakub Jelinek <jakub@redhat.com>
ce9878
- Rebuild with new C++
ce9878
ce9878
* Fri Jun  9 2000 Bill Nottingham <notting@redhat.com>
ce9878
- move mmroff to -perl
ce9878
ce9878
* Wed Jun  7 2000 Bernhard Rosenkraenzer <bero@redhat.com>
ce9878
- Fix build
ce9878
- FHS
ce9878
- 1.16
ce9878
ce9878
* Sun May 14 2000 Jeff Johnson <jbj@redhat.com>
ce9878
- install tmac.mse (FWIW tmac.se looks broken) to fix dangling symlink (#10757).
ce9878
- add README.A4, how to set up for A4 paper (#8276).
ce9878
- add other documents to package.
ce9878
ce9878
* Thu Mar  2 2000 Jeff Johnson <jbj@redhat.com>
ce9878
- permit sourcing on regular files within cwd tree (unless -U specified).
ce9878
ce9878
* Wed Feb  9 2000 Jeff Johnson <jbj@redhat.com>
ce9878
- fix incorrectly installed tmac.m file (#8362).
ce9878
ce9878
* Mon Feb  7 2000 Florian La Roche <Florian.LaRoche@redhat.com>
ce9878
- check if build system is sane again
ce9878
ce9878
* Thu Feb 03 2000 Cristian Gafton <gafton@redhat.com>
ce9878
- fix description and summary
ce9878
- man pages are compressed. This is ugly.
ce9878
ce9878
* Mon Jan 31 2000 Bill Nottingham <notting@redhat.com>
ce9878
- put the binaries actually in the package *oops*
ce9878
ce9878
* Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
ce9878
- split perl components into separate subpackage
ce9878
ce9878
* Wed Dec 29 1999 Bill Nottingham <notting@redhat.com>
ce9878
- update to 1.15
ce9878
ce9878
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
ce9878
- auto rebuild in the new build environment (release 9)
ce9878
* Tue Feb 16 1999 Cristian Gafton <gafton@redhat.com>
ce9878
- glibc 2.1 patch for xditview (#992)
ce9878
ce9878
* Thu Oct 22 1998 Bill Nottingham <notting@redhat.com>
ce9878
- build for Raw Hide
ce9878
ce9878
* Thu Sep 10 1998 Cristian Gafton <gafton@redhat.com>
ce9878
- fix makefiles to work with bash2
ce9878
ce9878
* Fri May 08 1998 Prospector System <bugs@redhat.com>
ce9878
- translations modified for de, fr, tr
ce9878
ce9878
* Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com>
ce9878
- use g++ for C++ code
ce9878
ce9878
* Wed Apr 08 1998 Cristian Gafton <gafton@redhat.com>
ce9878
- manhattan and buildroot
ce9878
ce9878
* Mon Nov  3 1997 Michael Fulbright <msf@redhat.com>
ce9878
- made xdefaults file a config file
ce9878
ce9878
* Thu Oct 23 1997 Erik Troan <ewt@redhat.com>
ce9878
- split perl components into separate subpackage
ce9878
ce9878
* Tue Oct 21 1997 Michael Fulbright <msf@redhat.com>
ce9878
- updated to 1.11a
ce9878
- added safe troff-to-ps.fpi
ce9878
ce9878
* Tue Oct 14 1997 Michael Fulbright <msf@redhat.com>
ce9878
- removed troff-to-ps.fpi for security reasons.
ce9878
ce9878
* Fri Jun 13 1997 Erik Troan <ewt@redhat.com>
ce9878
- built against glibc
ce9878