Hello community,

here is the log from the commit of package yodl for openSUSE:Factory checked in 
at 2019-01-03 18:05:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yodl (Old)
 and      /work/SRC/openSUSE:Factory/.yodl.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yodl"

Thu Jan  3 18:05:14 2019 rev:31 rq:662191 version:4.02.01

Changes:
--------
--- /work/SRC/openSUSE:Factory/yodl/yodl.changes        2017-12-23 
12:17:56.736090960 +0100
+++ /work/SRC/openSUSE:Factory/.yodl.new.28833/yodl.changes     2019-01-03 
18:05:17.536211602 +0100
@@ -1,0 +2,23 @@
+Mon Dec 31 08:37:02 UTC 2018 - Petr Gajdos <pgaj...@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). 
+
+-------------------------------------------------------------------

Old:
----
  4.01.00.tar.gz

New:
----
  yodl-4.02.01.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yodl.spec ++++++
--- /var/tmp/diff_new_pack.t7SmhE/_old  2019-01-03 18:05:17.984211204 +0100
+++ /var/tmp/diff_new_pack.t7SmhE/_new  2019-01-03 18:05:17.988211200 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yodl
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           yodl
-Version:        4.01.00
+Version:        4.02.01
 Release:        0
 Summary:        Yet One-other Document Language
-License:        GPL-3.0
+License:        GPL-3.0-only
 Group:          Development/Tools/Doc Generators
-Url:            https://fbb-git.github.io/yodl/
-Source:         https://github.com/fbb-git/yodl/archive/%{version}.tar.gz
+Url:            https://fbb-git.gitlab.io/yodl/
+Source:         
https://gitlab.com/fbb-git/yodl/-/archive/%{version}/yodl-%{version}.tar.gz
 Patch0:         %{name}-doc-packages.patch
 BuildRequires:  bison
 BuildRequires:  fdupes
@@ -34,14 +34,11 @@
 BuildRequires:  sed
 BuildRequires:  texlive-latex
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} > 1220
 BuildRequires:  texlive-collection-binextra
 BuildRequires:  texlive-collection-latex
 BuildRequires:  tex(a4.sty)
 BuildRequires:  tex(epsf.sty)
-%else
-BuildRequires:  texlive-bin
-%endif
+BuildRequires:  tex(makecell.sty)
 
 %description
 YODL is a package that consists of programs, some shell scripts, and
@@ -105,5 +102,6 @@
 %{_mandir}/man7/yodlletter.7%{ext_man}
 %{_mandir}/man7/yodlmacros.7%{ext_man}
 %{_mandir}/man7/yodlmanpage.7%{ext_man}
+%{_mandir}/man7/yodltables.7%{ext_man}
 
 %changelog


Reply via email to