Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package html2text for openSUSE:Factory checked in at 2021-04-14 13:05:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/html2text (Old) and /work/SRC/openSUSE:Factory/.html2text.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "html2text" Wed Apr 14 13:05:11 2021 rev:21 rq:884916 version:2.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/html2text/html2text.changes 2017-04-30 21:23:47.241634734 +0200 +++ /work/SRC/openSUSE:Factory/.html2text.new.2401/html2text.changes 2021-04-14 13:05:14.177458651 +0200 @@ -1,0 +2,17 @@ +Tue Apr 13 10:48:40 UTC 2021 - Martin Pluskal <mplus...@suse.com> + +- Switch to new project url +- Update to version 2.0.0 boo#1168657 +- Drop patches: + * html2text-1.3.2a-400_remove_builtin_http_support.patch + * html2text-1.3.2a-611_recognize_input_encoding.patch + * html2text-debian-200_close_files_inside_main_loop.patch + * html2text-debian-220_nobs_when_stdout_is_a_tty.patch + * html2text-debian-500_utf8_support.patch + * html2text-debian-510_disable_backspaces.patch + * html2text-debian-600_multiple_meta_tags.patch + * html2text-debian-630_recode_output_to_locale_charset.patch + * html2text-debian-810_fix_deprecated_conversion_warnings.patch + * patch-amd64-html2text-1.3.2a.diff + +------------------------------------------------------------------- Old: ---- html2text-1.3.2a-400_remove_builtin_http_support.patch html2text-1.3.2a-611_recognize_input_encoding.patch html2text-1.3.2a.tar.gz html2text-1.3.2a.tar.gz.asc html2text-debian-200_close_files_inside_main_loop.patch html2text-debian-220_nobs_when_stdout_is_a_tty.patch html2text-debian-500_utf8_support.patch html2text-debian-510_disable_backspaces.patch html2text-debian-600_multiple_meta_tags.patch html2text-debian-630_recode_output_to_locale_charset.patch html2text-debian-810_fix_deprecated_conversion_warnings.patch html2text.keyring patch-amd64-html2text-1.3.2a.diff New: ---- html2text-2.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ html2text.spec ++++++ --- /var/tmp/diff_new_pack.XTVgu6/_old 2021-04-14 13:05:15.025459493 +0200 +++ /var/tmp/diff_new_pack.XTVgu6/_new 2021-04-14 13:05:15.025459493 +0200 @@ -1,7 +1,7 @@ # # spec file for package html2text # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,63 +12,43 @@ # 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: html2text -Version: 1.3.2a +Version: 2.0.0 Release: 0 Summary: HTML to ASCII Converter -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Publishing/HTML/Tools -Url: http://www.mbayer.de/html2text/ -Source0: http://www.mbayer.de/html2text/downloads/html2text-%{version}.tar.gz -Source1: http://www.mbayer.de/html2text/html2text-%{version}.tar.gz.asc -Source2: %{name}.keyring -Source3: html2text.1.gz -Patch0: html2text-debian-200_close_files_inside_main_loop.patch -Patch1: html2text-debian-220_nobs_when_stdout_is_a_tty.patch -Patch2: html2text-1.3.2a-400_remove_builtin_http_support.patch -Patch3: html2text-debian-500_utf8_support.patch -Patch4: html2text-debian-510_disable_backspaces.patch -Patch5: html2text-debian-600_multiple_meta_tags.patch -Patch6: html2text-1.3.2a-611_recognize_input_encoding.patch -Patch7: html2text-debian-630_recode_output_to_locale_charset.patch -Patch8: http://www.mbayer.de/html2text/downloads/patch-amd64-html2text-1.3.2a.diff -Patch9: html2text-debian-810_fix_deprecated_conversion_warnings.patch +URL: https://github.com/grobian/html2text +Source0: https://github.com/grobian/html2text/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source1: html2text.1.gz BuildRequires: gcc-c++ Requires(post): update-alternatives Requires(preun): update-alternatives -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description A tool for converting from HTML to ASCII. It can reasonably handle tables. %prep -%setup -q -%patch0 -p1 -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 -%patch4 -p1 -%patch5 -p1 -%patch6 -p1 -%patch7 -p1 -%patch8 -p1 -%patch9 -p1 -cp -a %{SOURCE3} . +%autosetup %build %configure -make %{?_smp_mflags} EXPLICIT="%{optflags}" +%make_build EXPLICIT="%{optflags}" %install # To avoid conflicts with the python3-html2text package -install -D -m 0755 html2text %{buildroot}%{_bindir}/html2text-cpp -install -D -m 0644 html2text.1.gz %{buildroot}%{_mandir}/man1/html2text-cpp.1.gz -install -D -m 0644 html2textrc.5.gz %{buildroot}%{_mandir}/man5/html2textrc.5.gz +install -Dpm 0755 html2text \ + %{buildroot}%{_bindir}/html2text-cpp +install -Dpm 0644 %{SOURCE1} \ + %{buildroot}%{_mandir}/man1/html2text-cpp.1.gz +gzip html2textrc.5 +install -Dpm 0644 html2textrc.5.gz \ + %{buildroot}%{_mandir}/man5/html2textrc.5.gz ln -s -f %{_sysconfdir}/alternatives/html2text %{buildroot}%{_bindir}/html2text ln -s -f %{_sysconfdir}/alternatives/html2text.1.gz %{buildroot}%{_mandir}/man1/html2text.1.gz @@ -83,14 +63,14 @@ fi %files -%defattr(-,root,root) -%doc README CHANGES COPYING TODO CREDITS KNOWN_BUGS RELEASE_NOTES +%license COPYING +%doc CHANGES TODO CREDITS KNOWN_BUGS RELEASE_NOTES %{_bindir}/html2text %{_bindir}/html2text-cpp %ghost %{_sysconfdir}/alternatives/html2text -%{_mandir}/man1/html2text.1.gz -%{_mandir}/man1/html2text-cpp.1.gz +%{_mandir}/man1/html2text.1%{?ext_man} +%{_mandir}/man1/html2text-cpp.1%{?ext_man} %ghost %{_sysconfdir}/alternatives/html2text.1.gz -%{_mandir}/man5/html2textrc.5.gz +%{_mandir}/man5/html2textrc.5%{?ext_man} %changelog ++++++ html2text-1.3.2a.tar.gz -> html2text-2.0.0.tar.gz ++++++ ++++ 40448 lines of diff (skipped) ++++++ html2text.1.gz ++++++ +++ empty output from diff against html2text.1.gz