* Removed -q from yodl's build script OBS-URL: https://build.opensuse.org/package/show/Publishing/yodl?expand=0&rev=46
325 lines
12 KiB
Plaintext
325 lines
12 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Dec 13 09:20:20 UTC 2021 - pgajdos@suse.com
|
|
|
|
- version update to 4.03.03
|
|
* Removed -q from yodl's build script
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 6 12:37:16 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
|
|
|
- Update to version 4.03.02:
|
|
* Fixes for documentation and man pages
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 21 09:19:40 UTC 2021 - Martin Pluskal <mpluskal@suse.com>
|
|
|
|
- Update to version 4.03.00:
|
|
* added -V to yodlverbinsert (suppresses verb())
|
|
- Refresh yodl-doc-packages.patch and user recomended patchlevel
|
|
- Small spec file modernisation
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 19 11:37:43 UTC 2019 - pgajdos@suse.com
|
|
|
|
- version update to 4.02.02
|
|
* Yodlverbinsert's -N option appends verb('s closing ) to the last line of
|
|
the verbatim text, preventing an extra blank line at the end. The
|
|
description of the verb(...) macro in yodlmacros(7) advises on how to
|
|
prevent extra blank lines when using the verb(...) macros in Yodl text.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 23 10:43:22 UTC 2019 - Berthold Gunreben <azouhr@opensuse.org>
|
|
|
|
- Remove clear screen from build for s390x since this is broken on
|
|
emulated terminal in OBS.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 13 01:50:23 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
|
|
|
- Replace texlive-collection BuildRequires with actually required
|
|
dependencies.
|
|
- Fix cleanup of build artifacts, and remove Postscript documentation
|
|
(PDF and HTML should be enough).
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 20 13:57:02 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
- Use / as sed command delimiter. Comma can actually show up in
|
|
optflags (think -Wl,…), which then breaks the sed command line
|
|
parsing.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 31 08:37:02 UTC 2018 - Petr Gajdos <pgajdos@suse.com>
|
|
|
|
- updated to 4.02.01:
|
|
* Migrated from Github to Gitlab
|
|
* End-of-line comment is now available as the triplet \//. Following \// all
|
|
subsequent characters on its line as well as initial blanks on the next
|
|
line are skipped.
|
|
* Added Yodl builtin commands SUBSTR and STRLEN
|
|
* Added the evalsymbol() macro, assigning a value to a symbol using EVAL.
|
|
* Added the nbsp() macro, writing a non-breaking space character
|
|
* Added the manttquoted() macro, optionally embedding arguments of tt macros
|
|
in quotes.
|
|
* Redesigned yodlverbinsert, which now also concatenates multiple
|
|
identically marked sections.
|
|
* Added scripts/newmacros primarily used when designing multiple new .raw
|
|
macro definition files.
|
|
* Added the macro `tbl' (and support macros `tr, tc, tnc, ta, tnac, tao,'
|
|
`tline', and `twrap') as alternative to `table' (and support macros). The
|
|
`tbl' macro extends `table', and simplifies defining tables.
|
|
* SETCOUNTER and ADDTOCOUNTER's second arguments may be additive
|
|
expressions (not containing blanks spaces).
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 18 11:12:19 UTC 2017 - pgajdos@suse.com
|
|
|
|
- update to 4.01.00:
|
|
* Fixed flaw in handling the LaTex chartable's SUBST(--) definition and
|
|
occurrences of -- in, e.g., letteradmin.raw.
|
|
* The LaTeX specific way of handling two dashes is available, outside of
|
|
NOEXPAND environments as used by, e.g., the verb() and tt() macros, is
|
|
available through the new `dashes()' macro.
|
|
* New macros ttbegin() and ttend() can be used to fine-tune how text set in
|
|
teletype font is handled, in particular in LaTeX conversions.
|
|
* Added builtin functions PUSHSUBST and POPSUBST, as well as the (internally
|
|
used) builtin function XXSUBST.
|
|
* Removed old macros and builtin commands, obsoleted since Yodl 2.00.00.
|
|
(see also the manual section `what's new in 4.00.00').
|
|
* The predefined macro `verb(...)' now starts with PUSHSUBST(0) and ends
|
|
with POPSUBST: SUBST definitions are not interpreted anymore inside a
|
|
'verb()' macro (SUBST definitions were already ignored in files inserted
|
|
by the NOEXAPAND(PATH)INCLUDE builtin commands).
|
|
* The original definition of the `verb(...)' macro remains available in the
|
|
new predefined macro `verborg(...)'.
|
|
* The contents of the formerly used ./yo subdirectory of ./manual are now
|
|
in ./manual; ./yo has been removed.
|
|
* In LaTeX conversions the -- sequence is now defined in a SUBST definition
|
|
in macros/yodl/chartables/latex.tables.yo as
|
|
SUBST(--)(+NOTRANS(-{}-{}))
|
|
due to which text like `operator--()' now clearly shows the two minus
|
|
characters (single minus chars are OK, and cannot be translated, because
|
|
LaTeX sometimes uses them in expressions like `\cline{1-4}').
|
|
* Documentation was updated.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 29 08:13:43 UTC 2017 - pgajdos@suse.com
|
|
|
|
- updated to 3.10.00:
|
|
* Redefined some elements in the standard LaTeX translation table:
|
|
no-argument macros like
|
|
'|' = "\\textbar"
|
|
received an empty parameter box ("\\textbar{}") to avoid subsequent blanks
|
|
being consumed by LaTex. Cf.,
|
|
https://tex.stackexchange.com/questions/31091/space-after-latex-commands
|
|
* Added a new macro `tableatt' using the attributes specified at the last
|
|
`attrib' macro call to set html-attributes for the html `<table>' tag.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 10 07:14:14 UTC 2017 - mpluskal@suse.com
|
|
|
|
- Update to version 3.08.02:
|
|
* Reorganized the yodl-manpage macro (macros/rawmacros/manpage.raw):
|
|
+ man-pages can now be converted to roff, html, and plain text
|
|
format.
|
|
+ References to the todl manual page format in Yodl's user
|
|
guide and man-pages were updated accordingly.
|
|
* The reorganization also fixes a bug in the manpage html
|
|
conversion.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 9 19:21:11 UTC 2017 - dimstar@opensuse.org
|
|
|
|
- Explicitly package %{_docdir}/%{name} to fix build with RPM 4.13.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 21 14:27:32 UTC 2016 - pgajdos@suse.com
|
|
|
|
- Update to 3.08.01:
|
|
* See https://fbb-git.github.io/yodl/changelog.txt
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 12 09:25:05 UTC 2016 - mpluskal@suse.com
|
|
|
|
- Update to 3.06.00
|
|
* No changelog available
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 20 20:11:43 UTC 2015 - mpluskal@suse.com
|
|
|
|
- Update to 3.05.01
|
|
* The chartables defined in latex.tables.yo now surround <, >
|
|
and * characters by $s (e.g., $<$), preventing LaTeX from
|
|
processing them in a special way (e.g., forming ligatures like
|
|
one character for >>).
|
|
* Added the file `required' listing the non-standard software
|
|
that is required to build yodl and its user guide
|
|
- Update project and download url
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 28 13:35:25 UTC 2015 - mpluskal@suse.com
|
|
|
|
- Update to 3.05
|
|
* Html conversion by default uses html5, and generates html5
|
|
type html pages, several macros were adapted accordingly.
|
|
* New macros (use `man yodlmacros' for their definitions):
|
|
+ attrib
|
|
+ htmlheadfile
|
|
+ htmlstyle
|
|
+ nohtmlfive
|
|
+ nohtmlimgstyle
|
|
+ sethtmlmetacharset
|
|
* Modified macros:
|
|
+ @counters
|
|
+ @symbols
|
|
+ center
|
|
+ dit
|
|
+ endcenter
|
|
+ figure
|
|
+ htmlbodyopt - deprecated
|
|
+ htmlheadopt
|
|
+ htmlstylesheet
|
|
+ itdesc
|
|
+ notocclearpage
|
|
+ sc
|
|
+ startcenter
|
|
+ strong
|
|
+ tt
|
|
- Cleanup spec file with spec-cleaner
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 18 15:23:27 UTC 2014 - pgajdos@suse.com
|
|
|
|
- updated to 3.04:
|
|
* The redef() and redefinemacro() descriptions missed the name of the macro
|
|
to be redefined: they require 3 instead of 2 args.
|
|
* The yodlverbinsert program is now C++, and supports -a: process all lines
|
|
and -n: prefix lines by numbers. Yodlverbinsert ignores initial and
|
|
trailing blank lines.
|
|
* Removed some compiler warnings.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 27 07:33:27 UTC 2013 - pgajdos@suse.com
|
|
|
|
- updated to 3.03:
|
|
* bugfixes
|
|
* see changelog for details
|
|
- fix-path.patch renamed to yodl-doc-packages.patch
|
|
- fix-tex-include.patch merged into yodl-doc-packages.patch as
|
|
changes in both patches relate
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 18 10:53:08 UTC 2013 - werner@suse.de
|
|
|
|
- Make it build with openSUSE >= 12.2
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 5 07:51:36 UTC 2013 - idonmez@suse.com
|
|
|
|
- Add Source URL, see https://en.opensuse.org/SourceUrls
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 14 13:32:37 UTC 2013 - idonmez@suse.com
|
|
|
|
- Use %{optflags}
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 12 11:26:07 UTC 2012 - kkaempf@suse.com
|
|
|
|
- Update to 3.00.0
|
|
To get the pre-3.00.0 include behavior, use the -L
|
|
(--legacy-include) option
|
|
|
|
2.00.0 was a complete rewrite. See the manual for the modifications.
|
|
Old yodl-sources will usually require minor modifications
|
|
See /usr/share/doc/packages/yodl/CHANGES
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 8 10:57:11 UTC 2012 - idonmez@suse.com
|
|
|
|
- Add explicit makeinfo dependency
|
|
- Format spec file
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Apr 21 15:15:31 CEST 2007 - aj@suse.de
|
|
|
|
- Use texlive.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 29 22:21:28 CEST 2007 - meissner@suse.de
|
|
|
|
- added bison,flex
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 7 13:24:26 CET 2006 - meissner@suse.de
|
|
|
|
- use RPM_OPT_FLAGS
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 26 22:12:50 CEST 2006 - cthiel@suse.de
|
|
|
|
- fix build with python 2.5
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 25 21:43:42 CET 2006 - mls@suse.de
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 16 17:55:14 CET 2006 - schwab@suse.de
|
|
|
|
- Don't strip binaries.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 17 16:12:04 CET 2004 - postadal@suse.cz
|
|
|
|
- added includes to avoid warnings in code
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 10 17:00:51 CET 2004 - adrian@suse.de
|
|
|
|
- add %defattr
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 24 12:20:23 CEST 2003 - ro@suse.de
|
|
|
|
- fix install_info --delete call and move from preun to postun
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 26 13:13:42 CET 2003 - postadal@suse.cz
|
|
|
|
- used install-info macros (with section and dir entry)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 15 14:41:33 CET 2000 - vinil@suse.cz
|
|
|
|
- regrouped
|
|
- CHANGES added
|
|
- buildroot used better
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 20 13:56:11 CEST 2000 - vinil@suse.cz
|
|
|
|
- buildroot added
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 21 01:11:47 CET 2000 - ro@suse.de
|
|
|
|
- update to 1.31.18, move info,man to usr/share
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
|
|
|
|
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 28 11:11:03 MET 1998 - ro@suse.de
|
|
|
|
- switch used default groff-macro from gs to s
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 24 12:29:59 MEST 1998 - ro@suse.de
|
|
|
|
- initial package v 1.31.5
|
|
|