Hello community, here is the log from the commit of package dpic for openSUSE:Factory checked in at 2020-09-18 16:43:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dpic (Old) and /work/SRC/openSUSE:Factory/.dpic.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dpic" Fri Sep 18 16:43:59 2020 rev:24 rq:827494 version:2020.06.01 Changes: -------- --- /work/SRC/openSUSE:Factory/dpic/dpic.changes 2017-08-24 18:55:38.849975267 +0200 +++ /work/SRC/openSUSE:Factory/.dpic.new.4249/dpic.changes 2020-09-18 16:44:19.718209805 +0200 @@ -1,0 +2,23 @@ +Mon Aug 17 12:20:14 UTC 2020 - Dirk Mueller <[email protected]> + +- update to 2020.06.01: + * SVG text adjustments; GCC-10 conformance. + * Commas protected by brackets; zero-repetition "for" loop bugfix + under bison. + * Fix of environment variable scope, arc attribute; improved error + messages; generalized macro definition. + * Corrected typos, copyright notices, version number, string treatment. + * Bugfix for buffer overflow with extreme arguments of wfloat(). + * This is a major clone of the previous distribution, which + contained compilable C code together with the original pascal + source. The pascal was translated to C code using p2c, + which was included, and parsing was automated by a custom + compiler-compiler which was also provided. The current + package includes C source only with parsing automated using + GNU bison. The original lexical analyser has been kept. To + avoid introducing bugs, the C code has been changed only to + accommodate bison; some p2c idiosyncrasies remain. The result + is functionally identical to the previous version for correct + input. + +------------------------------------------------------------------- Old: ---- dpic-2017.08.01.tar.gz New: ---- dpic-2020.06.01.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dpic.spec ++++++ --- /var/tmp/diff_new_pack.bbtLP4/_old 2020-09-18 16:44:25.302214972 +0200 +++ /var/tmp/diff_new_pack.bbtLP4/_new 2020-09-18 16:44:25.306214976 +0200 @@ -1,7 +1,7 @@ # # spec file for package dpic # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,17 +12,17 @@ # 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: dpic -Version: 2017.08.01 +Version: 2020.06.01 Release: 0 Summary: Pic language processor License: BSD-2-Clause AND CC-BY-3.0 Group: Productivity/Publishing/Other -Url: http://www.ece.uwaterloo.ca/~aplevich/dpic/ +URL: http://www.ece.uwaterloo.ca/~aplevich/dpic/ Source0: https://ece.uwaterloo.ca/~aplevich/dpic/%{name}-%{version}.tar.gz %description @@ -51,14 +51,15 @@ %make_install PREFIX=%{_prefix} DOCDIR=%{buildroot}%{_docdir}/%{name} %files +%license Copyright.txt %doc README CHANGES -%exclude %{_docdir}/dpic/dpicdoc.pdf +%exclude %{_docdir}/dpic/dpic-doc.pdf %exclude %{_docdir}/dpic/dpictools.pic %{_bindir}/%{name} %{_mandir}/man1/dpic.1* %files doc -%{_docdir}/dpic/dpicdoc.pdf +%{_docdir}/dpic/dpic-doc.pdf %{_docdir}/dpic/dpictools.pic %changelog ++++++ dpic-2017.08.01.tar.gz -> dpic-2020.06.01.tar.gz ++++++ ++++ 135660 lines of diff (skipped)
