commit latex2rtf for openSUSE:Factory

2020-09-23 Thread root
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 
+
+- 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
+  * 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 roni...@gmail.com 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 roni...@gmail.com 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)




commit latex2rtf for openSUSE:Factory

2017-12-08 Thread root
Hello community,

here is the log from the commit of package latex2rtf for openSUSE:Factory 
checked in at 2017-12-08 13:01:09

Comparing /work/SRC/openSUSE:Factory/latex2rtf (Old)
 and  /work/SRC/openSUSE:Factory/.latex2rtf.new (New)


Package is "latex2rtf"

Fri Dec  8 13:01:09 2017 rev:5 rq:555027 version:2.3.16

Changes:

--- /work/SRC/openSUSE:Factory/latex2rtf/latex2rtf.changes  2017-07-02 
13:38:40.438866932 +0200
+++ /work/SRC/openSUSE:Factory/.latex2rtf.new/latex2rtf.changes 2017-12-08 
13:01:24.124986968 +0100
@@ -1,0 +2,6 @@
+Thu Dec  7 11:12:05 UTC 2017 - dims...@opensuse.org
+
+- Escape the usage of %{VERSION} when calling out to rpm.
+  RPM 4.14 has %{VERSION} defined as 'the main packages version'.
+
+---



Other differences:
--
++ latex2rtf.spec ++
--- /var/tmp/diff_new_pack.EgYr4e/_old  2017-12-08 13:01:25.300944498 +0100
+++ /var/tmp/diff_new_pack.EgYr4e/_new  2017-12-08 13:01:25.304944353 +0100
@@ -17,7 +17,7 @@
 
 
 # Get the major version of makeinfo.
-%define makeinfo_major_version %(MJ="`rpm -q --queryformat='%{VERSION}' 
makeinfo | cut -c 1`"; echo $MJ)
+%define makeinfo_major_version %(MJ="`rpm -q --queryformat='%%{VERSION}' 
makeinfo | cut -c 1`"; echo $MJ)
 Name:   latex2rtf
 Version:2.3.16
 Release:0




commit latex2rtf for openSUSE:Factory

2017-07-02 Thread root
Hello community,

here is the log from the commit of package latex2rtf for openSUSE:Factory 
checked in at 2017-07-02 13:38:30

Comparing /work/SRC/openSUSE:Factory/latex2rtf (Old)
 and  /work/SRC/openSUSE:Factory/.latex2rtf.new (New)


Package is "latex2rtf"

Sun Jul  2 13:38:30 2017 rev:4 rq:507547 version:2.3.16

Changes:

--- /work/SRC/openSUSE:Factory/latex2rtf/latex2rtf.changes  2016-08-13 
18:30:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.latex2rtf.new/latex2rtf.changes 2017-07-02 
13:38:40.438866932 +0200
@@ -1,0 +2,24 @@
+Sat Jul  1 11:03:18 UTC 2017 - stathisagrapi...@gmail.com
+
+- Version bump to 2.3.16.
+  Changelog:
+  * Added check for buffer overflow in l2rshell.cpp
+during construction of command line for latex2rt.exe
+  * Released as v.2.3.16
+  * Fixed ukrainian.cfg
+  * Updated version info for l2rshell
+  * Released as v.2.3.15
+  * Fixed bug when \int was followed by \frac
+  * Fixed bug when \int was followed by \left or \right
+  * Released as v.2.3.14
+  * Added support for package bm, supporting \bm (bold math)
+  * Fixed bug in main.c line 368: comparison changed to using
+strcmp() (was =)
+  * Released as v.2.3.13
+  * Updated documentation for installation under unix
+  * Changed variable PREFIX to DESTDIR in MAKEFILE
+  * Added error message if output file is equal to input file
+  * Fixed windows gui shell handling of output file choice
+  * Released as v.2.3.12
+
+---

Old:

  latex2rtf-2.3.11a.tar.gz

New:

  latex2rtf-2.3.16.tar.gz



Other differences:
--
++ latex2rtf.spec ++
--- /var/tmp/diff_new_pack.dTZ7Gl/_old  2017-07-02 13:38:41.146767107 +0200
+++ /var/tmp/diff_new_pack.dTZ7Gl/_new  2017-07-02 13:38:41.146767107 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package latex2rtf
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -19,13 +19,13 @@
 # Get the major version of makeinfo.
 %define makeinfo_major_version %(MJ="`rpm -q --queryformat='%{VERSION}' 
makeinfo | cut -c 1`"; echo $MJ)
 Name:   latex2rtf
-Version:2.3.11a
+Version:2.3.16
 Release:0
 Summary:LaTeX to RTF Converter
 License:GPL-2.0+
 Group:  Productivity/Other
 Url:http://latex2rtf.sourceforge.net/index.html
-Source0:
http://downloads.sourceforge.net/project/latex2rtf/latex2rtf-unix/2.3.11/latex2rtf-%{version}.tar.gz
+Source0:
http://downloads.sourceforge.net/project/latex2rtf/latex2rtf-unix/2.3.16/latex2rtf-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE fix_makefile_dist.patch roni...@gmail.com Fix Makefile to 
allow latex2rtf to be build by a server farm
 Patch1: fix_makefile_dist.patch
 # PATCH-FIX-OPENSUSE fix_latex2rtf_texi.patch roni...@gmail.com Fix info page 
of latex2rtf
@@ -49,7 +49,7 @@
 convert LaTeX files to Word .doc or .docx files.
 
 %prep
-%setup -q -n %{name}-2.3.11
+%setup -q -n %{name}-%{version}
 
 %patch1 -p1
 %patch2 -p1
@@ -99,7 +99,7 @@
 %defattr(-,root,root)
 %doc ChangeLog HACKING README ToDo doc/credits doc/copying.txt
 %{_bindir}/latex2rtf
-%{_bindir}/latex2png
+%attr(0755,root,root) %{_bindir}/latex2png
 %dir %{_datadir}/latex2rtf
 %attr(0644,root,root) %{_datadir}/latex2rtf/latex2rtf.*
 %dir %{_datadir}/latex2rtf/cfg

++ latex2rtf-2.3.11a.tar.gz -> latex2rtf-2.3.16.tar.gz ++
 12549 lines of diff (skipped)




commit latex2rtf for openSUSE:Factory

2016-08-13 Thread h_root
Hello community,

here is the log from the commit of package latex2rtf for openSUSE:Factory 
checked in at 2016-08-13 18:30:39

Comparing /work/SRC/openSUSE:Factory/latex2rtf (Old)
 and  /work/SRC/openSUSE:Factory/.latex2rtf.new (New)


Package is "latex2rtf"

Changes:

--- /work/SRC/openSUSE:Factory/latex2rtf/latex2rtf.changes  2016-06-07 
23:47:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.latex2rtf.new/latex2rtf.changes 2016-08-13 
18:30:45.0 +0200
@@ -1,0 +2,13 @@
+Thu Aug  4 21:25:47 UTC 2016 - roni...@gmail.com
+
+- Version bump to 2.3.11a.
+  Changelog:
+  * Increased malloc size for character array by one to allow
+terminating null character in definitions.c line 157,
+graphics.c line 1882, tables.c line 1548 and line 1561.
+  * Released as v.2.3.11.
+- Remove unneeded patches:
+* `latex2rtf-fix-memory-leak.patch`
+* `texinfo5.patch`
+
+---

Old:

  latex2rtf-2.3.10.tar.gz
  latex2rtf-fix-memory-leak.patch
  texinfo5.patch

New:

  latex2rtf-2.3.11a.tar.gz



Other differences:
--
++ latex2rtf.spec ++
--- /var/tmp/diff_new_pack.QOU1d0/_old  2016-08-13 18:30:46.0 +0200
+++ /var/tmp/diff_new_pack.QOU1d0/_new  2016-08-13 18:30:46.0 +0200
@@ -19,21 +19,17 @@
 # Get the major version of makeinfo.
 %define makeinfo_major_version %(MJ="`rpm -q --queryformat='%{VERSION}' 
makeinfo | cut -c 1`"; echo $MJ)
 Name:   latex2rtf
-Version:2.3.10
+Version:2.3.11a
 Release:0
 Summary:LaTeX to RTF Converter
 License:GPL-2.0+
 Group:  Productivity/Other
 Url:http://latex2rtf.sourceforge.net/index.html
-Source0:
http://downloads.sourceforge.net/project/latex2rtf/latex2rtf-unix/%{version}/latex2rtf-%{version}.tar.gz
+Source0:
http://downloads.sourceforge.net/project/latex2rtf/latex2rtf-unix/2.3.11/latex2rtf-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE fix_makefile_dist.patch roni...@gmail.com Fix Makefile to 
allow latex2rtf to be build by a server farm
 Patch1: fix_makefile_dist.patch
 # PATCH-FIX-OPENSUSE fix_latex2rtf_texi.patch roni...@gmail.com Fix info page 
of latex2rtf
 Patch2: fix_latex2rtf_texi.patch
-# PATCH-FIX-OPENSUSE texinfo5.patch i...@cicku.me Fix building of latex2rtf 
using texinfo 5
-Patch3: texinfo5.patch
-# PATCH-FIX-UPSTREAM latex2rtf-fix-memory-leak.patch roni...@gmail.com Fix 
memory leak in `abbreviate` function.
-Patch4: latex2rtf-fix-memory-leak.patch
 BuildRequires:  gcc-c++
 BuildRequires:  m4
 BuildRequires:  makeinfo
@@ -53,18 +49,11 @@
 convert LaTeX files to Word .doc or .docx files.
 
 %prep
-%setup -q
+%setup -q -n %{name}-2.3.11
 
 %patch1 -p1
 %patch2 -p1
 
-# If makeinfo version is 5 or 6, then apply Patch3.
-%if "%{makeinfo_major_version}" == "5" || "%{makeinfo_major_version}" == "6"
-%patch3 -p1
-%endif
-
-%patch4 -p1
-
 %build
 
 make DESTDIR=%{buildroot} \

++ latex2rtf-2.3.10.tar.gz -> latex2rtf-2.3.11a.tar.gz ++
 99814 lines of diff (skipped)




commit latex2rtf for openSUSE:Factory

2016-06-07 Thread h_root
Hello community,

here is the log from the commit of package latex2rtf for openSUSE:Factory 
checked in at 2016-06-07 23:47:16

Comparing /work/SRC/openSUSE:Factory/latex2rtf (Old)
 and  /work/SRC/openSUSE:Factory/.latex2rtf.new (New)


Package is "latex2rtf"

Changes:

--- /work/SRC/openSUSE:Factory/latex2rtf/latex2rtf.changes  2016-01-12 
16:13:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.latex2rtf.new/latex2rtf.changes 2016-06-07 
23:47:17.0 +0200
@@ -1,0 +2,8 @@
+Thu Jun  2 18:48:00 UTC 2016 - roni...@gmail.com
+
+- Add patch ` latex2rtf-fix-memory-leak.patch` to fix a memory leak
+  in `abbreviate` function. For more information, see:
+
+https://sourceforge.net/p/latex2rtf/mailman/message/35132586/
+
+---

New:

  latex2rtf-fix-memory-leak.patch



Other differences:
--
++ latex2rtf.spec ++
--- /var/tmp/diff_new_pack.LvERAw/_old  2016-06-07 23:47:18.0 +0200
+++ /var/tmp/diff_new_pack.LvERAw/_new  2016-06-07 23:47:18.0 +0200
@@ -32,6 +32,8 @@
 Patch2: fix_latex2rtf_texi.patch
 # PATCH-FIX-OPENSUSE texinfo5.patch i...@cicku.me Fix building of latex2rtf 
using texinfo 5
 Patch3: texinfo5.patch
+# PATCH-FIX-UPSTREAM latex2rtf-fix-memory-leak.patch roni...@gmail.com Fix 
memory leak in `abbreviate` function.
+Patch4: latex2rtf-fix-memory-leak.patch
 BuildRequires:  gcc-c++
 BuildRequires:  m4
 BuildRequires:  makeinfo
@@ -61,6 +63,8 @@
 %patch3 -p1
 %endif
 
+%patch4 -p1
+
 %build
 
 make DESTDIR=%{buildroot} \

++ latex2rtf-fix-memory-leak.patch ++
Index: latex2rtf-2.3.10/graphics.c
===
--- latex2rtf-2.3.10.orig/graphics.c
+++ latex2rtf-2.3.10/graphics.c
@@ -1879,7 +1879,7 @@ static char * abbreviate(const char *s,
 if (n