26 Commits

Author SHA256 Message Date
960bfff684 - version update to 4.03.03
* Removed -q from yodl's build script

OBS-URL: https://build.opensuse.org/package/show/Publishing/yodl?expand=0&rev=46
2021-12-13 09:20:36 +00:00
c067976f66 Accepting request 891028 from home:susnux:branches:Publishing
Update to version 4.03.02

OBS-URL: https://build.opensuse.org/request/show/891028
OBS-URL: https://build.opensuse.org/package/show/Publishing/yodl?expand=0&rev=44
2021-05-06 13:20:45 +00:00
ff4df703bb Accepting request 865311 from home:pluskalm:branches:Publishing
- 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

OBS-URL: https://build.opensuse.org/request/show/865311
OBS-URL: https://build.opensuse.org/package/show/Publishing/yodl?expand=0&rev=42
2021-01-21 09:57:27 +00:00
78173bd0e4 - 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.

OBS-URL: https://build.opensuse.org/package/show/Publishing/yodl?expand=0&rev=40
2019-12-19 11:44:16 +00:00
f0fca50bb2 Accepting request 733082 from openSUSE:Factory:zSystems
remove clear screen from build to make this package build on s390x

OBS-URL: https://build.opensuse.org/request/show/733082
OBS-URL: https://build.opensuse.org/package/show/Publishing/yodl?expand=0&rev=38
2019-09-25 06:40:04 +00:00
55ab90399d Accepting request 730485 from home:StefanBruens:branches:openSUSE:Factory
Remove Mesa, Java, ... from indirect build dependencies

OBS-URL: https://build.opensuse.org/request/show/730485
OBS-URL: https://build.opensuse.org/package/show/Publishing/yodl?expand=0&rev=36
2019-09-13 05:23:25 +00:00
e1beb640b9 Accepting request 686996 from home:dimstar:Factory
- Use / as sed command delimiter. Comma can actually show up in
  optflags (think -Wl,…), which then breaks the sed command line
  parsing.

OBS-URL: https://build.opensuse.org/request/show/686996
OBS-URL: https://build.opensuse.org/package/show/Publishing/yodl?expand=0&rev=34
2019-03-21 08:10:33 +00:00
911e2ceafe - 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).

OBS-URL: https://build.opensuse.org/package/show/Publishing/yodl?expand=0&rev=32
2018-12-31 08:38:31 +00:00
981901d020 - 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.

OBS-URL: https://build.opensuse.org/package/show/Publishing/yodl?expand=0&rev=30
2017-12-18 11:14:41 +00:00
3dfd0a4dac - 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.

OBS-URL: https://build.opensuse.org/package/show/Publishing/yodl?expand=0&rev=28
2017-05-29 08:15:16 +00:00
2f3521de63 - Update to version 3.08.02:
OBS-URL: https://build.opensuse.org/package/show/Publishing/yodl?expand=0&rev=26
2017-05-10 07:21:51 +00:00
4b3a4b254c Accepting request 455833 from home:dimstar:Factory
- Explicitly package %{_docdir}/%{name} to fix build with RPM 4.13.

OBS-URL: https://build.opensuse.org/request/show/455833
OBS-URL: https://build.opensuse.org/package/show/Publishing/yodl?expand=0&rev=24
2017-02-10 09:14:16 +00:00
9a03919003 - Update to 3.08.01:
* See https://fbb-git.github.io/yodl/changelog.txt

OBS-URL: https://build.opensuse.org/package/show/Publishing/yodl?expand=0&rev=22
2016-11-21 14:34:20 +00:00
0cb1de6c42 Accepting request 353194 from home:pluskalm:branches:Publishing
- Update to 3.06.00
- Needs latest icmake - perhaps it would be resonable to link it to devel
  projec

OBS-URL: https://build.opensuse.org/request/show/353194
OBS-URL: https://build.opensuse.org/package/show/Publishing/yodl?expand=0&rev=20
2016-01-12 09:36:53 +00:00
22241934f6 Accepting request 332473 from home:pluskalm:branches:Publishing
- 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

OBS-URL: https://build.opensuse.org/request/show/332473
OBS-URL: https://build.opensuse.org/package/show/Publishing/yodl?expand=0&rev=18
2015-09-23 09:05:48 +00:00
00ec6eff83 Accepting request 293562 from home:pluskalm:branches:Publishing
- Update to 3.05
- Cleanup spec file with spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/293562
OBS-URL: https://build.opensuse.org/package/show/Publishing/yodl?expand=0&rev=16
2015-03-30 06:24:08 +00:00
c9bd06f409 - 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.

OBS-URL: https://build.opensuse.org/package/show/Publishing/yodl?expand=0&rev=14
2014-11-18 15:25:11 +00:00
618f4c3c92 - 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

OBS-URL: https://build.opensuse.org/package/show/Publishing/yodl?expand=0&rev=12
2013-11-27 08:09:35 +00:00
02441c0da9 .
OBS-URL: https://build.opensuse.org/package/show/Publishing/yodl?expand=0&rev=10
2013-04-18 10:53:19 +00:00
OBS User mrdocs
12c844f317 Accepting request 162704 from home:namtrac:bugfix
- Add Source URL, see https://en.opensuse.org/SourceUrls

OBS-URL: https://build.opensuse.org/request/show/162704
OBS-URL: https://build.opensuse.org/package/show/Publishing/yodl?expand=0&rev=8
2013-04-05 17:45:05 +00:00
Ismail Dönmez
a91198eda2 - Use %{optflags}
OBS-URL: https://build.opensuse.org/package/show/Publishing/yodl?expand=0&rev=6
2013-01-14 13:33:11 +00:00
Ismail Dönmez
aa41969c7a Accepting request 145252 from home:kwk:branches:Publishing
- 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

OBS-URL: https://build.opensuse.org/request/show/145252
OBS-URL: https://build.opensuse.org/package/show/Publishing/yodl?expand=0&rev=5
2012-12-13 18:54:40 +00:00
Stephan Kulow
005de05edf Accepting request 133352 from Publishing
- Add explicit makeinfo dependency
- Format spec file

Fixes build failure seen in openSUSE:Factory:Staging

OBS-URL: https://build.opensuse.org/request/show/133352
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yodl?expand=0&rev=14
2012-09-11 07:22:31 +00:00
OBS User unknown
0fad7ffcf0 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yodl?expand=0&rev=3 2007-04-21 23:04:00 +00:00
OBS User unknown
281ee1f18c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yodl?expand=0&rev=2 2007-03-29 20:26:28 +00:00
OBS User unknown
8605c1b2f9 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yodl?expand=0&rev=1 2007-01-15 23:45:38 +00:00