Hello community, here is the log from the commit of package latex2rtf for openSUSE:Factory checked in at 2020-09-23 18:43:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/latex2rtf (Old) and /work/SRC/openSUSE:Factory/.latex2rtf.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "latex2rtf" Wed Sep 23 18:43:47 2020 rev:6 rq:836189 version:2.3.18a Changes: -------- --- /work/SRC/openSUSE:Factory/latex2rtf/latex2rtf.changes 2017-12-08 13:01:24.124986968 +0100 +++ /work/SRC/openSUSE:Factory/.latex2rtf.new.4249/latex2rtf.changes 2020-09-23 18:44:51.345567227 +0200 @@ -1,0 +2,15 @@ +Tue Sep 22 14:48:48 UTC 2020 - Ronan Chagas <[email protected]> + +- Version bump to 2.3.18a. + Changelog: + * Added support for non-ascii characters in verbatim blocks + * Added support for theorem captions + * Added support for the proof environment + * Fixed bug "latex2rtf ignores '-C'" + * Added support for user defined counters accessed through + \the<counter> + * Cleaned up Makefile, isolating DESTDIR from PREFIX + * Added hebrew.cfg +- Remove unnecessary patch `fix_makefile_dist.patch`. + +------------------------------------------------------------------- Old: ---- fix_makefile_dist.patch latex2rtf-2.3.16.tar.gz New: ---- latex2rtf-2.3.18a.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ latex2rtf.spec ++++++ --- /var/tmp/diff_new_pack.i4v2Lc/_old 2020-09-23 18:44:53.893569572 +0200 +++ /var/tmp/diff_new_pack.i4v2Lc/_new 2020-09-23 18:44:53.897569575 +0200 @@ -1,7 +1,7 @@ # # spec file for package latex2rtf # -# 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,25 +12,25 @@ # 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/ # # Get the major version of makeinfo. %define makeinfo_major_version %(MJ="`rpm -q --queryformat='%%{VERSION}' makeinfo | cut -c 1`"; echo $MJ) +%define mversion 2.3.18 Name: latex2rtf -Version: 2.3.16 +Version: 2.3.18a Release: 0 Summary: LaTeX to RTF Converter -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Other -Url: http://latex2rtf.sourceforge.net/index.html -Source0: http://downloads.sourceforge.net/project/latex2rtf/latex2rtf-unix/2.3.16/latex2rtf-%{version}.tar.gz -# PATCH-FIX-OPENSUSE fix_makefile_dist.patch [email protected] Fix Makefile to allow latex2rtf to be build by a server farm -Patch1: fix_makefile_dist.patch +URL: http://latex2rtf.sourceforge.net/index.html +Source0: http://downloads.sourceforge.net/project/latex2rtf/latex2rtf-unix/%{mversion}/latex2rtf-%{version}.tar.gz # PATCH-FIX-OPENSUSE fix_latex2rtf_texi.patch [email protected] Fix info page of latex2rtf -Patch2: fix_latex2rtf_texi.patch +Patch1: fix_latex2rtf_texi.patch BuildRequires: gcc-c++ +BuildRequires: info BuildRequires: m4 BuildRequires: makeinfo BuildRequires: texinfo @@ -46,13 +46,12 @@ This standard can be ambiguous in places, but RTF is supported by many text editors. Specifically, it is supported by Microsoft Word. This means that the conversion of a LaTeX document to RTF allows anyone with a copy of Word to -convert LaTeX files to Word .doc or .docx files. +ponvert LaTeX files to Word .doc or .docx files. %prep -%setup -q -n %{name}-%{version} +%setup -q -n %{name}-%{mversion} %patch1 -p1 -%patch2 -p1 %build ++++++ latex2rtf-2.3.16.tar.gz -> latex2rtf-2.3.18a.tar.gz ++++++ ++++ 27783 lines of diff (skipped)
