Hello community, here is the log from the commit of package texinfo for openSUSE:Factory checked in at 2012-07-19 17:45:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/texinfo (Old) and /work/SRC/openSUSE:Factory/.texinfo.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "texinfo", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/texinfo/texinfo.changes 2012-07-12 10:53:18.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.texinfo.new/texinfo.changes 2012-07-19 17:45:56.000000000 +0200 @@ -1,0 +2,6 @@ +Tue Jul 17 16:11:16 UTC 2012 - [email protected] + +- Split off makeinfo as separate package to independed from + TeXLive + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ texinfo.spec ++++++ --- /var/tmp/diff_new_pack.ZT5wBm/_old 2012-07-19 17:45:58.000000000 +0200 +++ /var/tmp/diff_new_pack.ZT5wBm/_new 2012-07-19 17:45:58.000000000 +0200 @@ -33,11 +33,11 @@ Group: Productivity/Publishing/Texinfo Url: http://www.texinfo.org PreReq: %{install_info_prereq} -Provides: makeinfo = %{version} Provides: texi2html = %{version_t2h} Provides: texi2roff = %{version_t2r} %if %suse_version > 1220 Requires: latex2html +Requires: makeinfo Requires: texlive-bibtex Requires: texlive-latex Requires: texlive-makeindex @@ -93,7 +93,7 @@ %package -n info Summary: A Stand-Alone Terminal-Based Info Browser -License: GPL-2.0+ +License: GPL-3.0+ Group: Productivity/Publishing/Texinfo PreReq: bash zlib libzio @@ -121,6 +121,18 @@ Robert J. Chassell <[email protected]> Roland McGrath <[email protected]> +%package -n makeinfo +Summary: Translate Texinfo documents to info format +License: GPL-3.0+ +Group: Productivity/Publishing/Texinfo +Provides: texinfo:/usr/bin/makeinfo +Suggests: texinfo + +%description -n makeinfo +Makeinfo translates Texinfo source documentation to various other +formats, by default Info files suitable for reading online with Emacs +or standalone GNU Info. + %prep rm -rf texi2html-%{version_t2h} texi2roff-%{version_t2r} %setup -q -b 1 -b 2 -n texinfo-4.13 @@ -220,7 +232,7 @@ %install_info_delete --info-dir=%{_infodir} %{_infodir}/info-stnd.info.gz %install_info_delete --info-dir=%{_infodir} %{_infodir}/info.info.gz -%files -f %{name}.lang +%files %defattr(-, root, root) %dir %{_defaultdocdir}/texi2html %dir %{_defaultdocdir}/texi2roff @@ -228,18 +240,21 @@ %doc doc/texinfo.tex doc/txi-*.tex %doc %{_defaultdocdir}/texi2html/* %doc %{_defaultdocdir}/texi2roff/* -%{_bindir}/makeinfo %{_bindir}/pdftexi* %{_bindir}/texi* %{_infodir}/texinfo*.gz %{_infodir}/texi2html*.gz -%{_mandir}/man1/makeinfo.1.gz %{_mandir}/man1/pdftexi2dvi.1.gz %{_mandir}/man1/texi*.1.gz %{_mandir}/man5/texinfo.5.gz %{_datadir}/texinfo %{_datadir}/texi2html +%files -n makeinfo -f %{name}.lang +%defattr(-,root,root) +%{_bindir}/makeinfo +%{_mandir}/man1/makeinfo.1.gz + %files -n info %defattr(-,root,root) %config(noreplace) %verify(not md5 size mtime) %{_infodir}/dir ++++++ texi2roff-2.0-gcc4.patch ++++++ --- /var/tmp/diff_new_pack.ZT5wBm/_old 2012-07-19 17:45:58.000000000 +0200 +++ /var/tmp/diff_new_pack.ZT5wBm/_new 2012-07-19 17:45:58.000000000 +0200 @@ -1,6 +1,5 @@ -diff -ru texi2roff-2.0/table.c texi2roff-2.0.new/table.c ---- texi2roff-2.0/table.c 1992-02-20 18:16:37.000000000 +0000 -+++ texi2roff-2.0.new/table.c 2005-03-18 17:59:54.000000000 +0000 +--- texi2roff-2.0/table.c ++++ texi2roff-2.0/table.c 2005-03-18 17:59:54.000000000 +0000 @@ -32,13 +32,14 @@ struct misccmds * cmds; struct tablerecd * table, * endoftable; @@ -17,3 +16,13 @@ int tablesize; switch (macropkg) { +--- texi2roff-2.0/texi2roff.c ++++ texi2roff-2.0/texi2roff.c 2012-07-17 16:09:22.852010105 +0000 +@@ -13,6 +13,7 @@ + #include <sys/types.h> + #endif + #include <sys/stat.h> ++#include <unistd.h> + #include "texi2roff.h" + + #if !defined(S_ISDIR) && defined(S_IFDIR) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
