Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mcomix for openSUSE:Factory checked in at 2022-12-27 11:54:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mcomix (Old) and /work/SRC/openSUSE:Factory/.mcomix.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mcomix" Tue Dec 27 11:54:55 2022 rev:3 rq:1045421 version:2.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/mcomix/mcomix.changes 2022-06-28 15:22:52.989988143 +0200 +++ /work/SRC/openSUSE:Factory/.mcomix.new.1563/mcomix.changes 2022-12-27 11:55:02.599308369 +0100 @@ -1,0 +2,13 @@ +Mon Dec 26 14:31:45 UTC 2022 - Andrea Manzini <andrea.manz...@suse.com> + +- fix wrong attributes in original archived source + +------------------------------------------------------------------- +Sat Dec 24 16:35:16 UTC 2022 - Andrea Manzini <andrea.manz...@suse.com> + +- Update to 2.1.0: + * Fixed byte/unicode error in library search text field. + * Fixed DPI detection for PDFs which cannot be decoded using UTF-8. + * Fixed magnifying lens errors when image was rotated + +------------------------------------------------------------------- Old: ---- mcomix-2.0.2.tar.gz New: ---- mcomix-2.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mcomix.spec ++++++ --- /var/tmp/diff_new_pack.GvIcvS/_old 2022-12-27 11:55:03.243311952 +0100 +++ /var/tmp/diff_new_pack.GvIcvS/_new 2022-12-27 11:55:03.247311974 +0100 @@ -17,7 +17,7 @@ Name: mcomix -Version: 2.0.2 +Version: 2.1.0 Release: 0 Summary: Comics Viewer License: GPL-2.0-only @@ -44,6 +44,8 @@ %prep %setup -q +# remove extra executable flags +find . -type f | xargs chmod a-x %build @@ -62,7 +64,7 @@ %endif %files -n %{name} -f %{name}.lang -%{_bindir}/mcomix +%attr(755,root,root) %{_bindir}/mcomix %{python_sitelib}/mcomix-* %dir %{python_sitelib}/mcomix/ %{python_sitelib}/mcomix/*.py* ++++++ mcomix-2.0.2.tar.gz -> mcomix-2.1.0.tar.gz ++++++ ++++ 2388 lines of diff (skipped)