Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bookworm for openSUSE:Factory checked in at 2021-10-08 00:06:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bookworm (Old) and /work/SRC/openSUSE:Factory/.bookworm.new.2443 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bookworm" Fri Oct 8 00:06:32 2021 rev:6 rq:924085 version:1.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/bookworm/bookworm.changes 2019-08-27 10:26:42.099917510 +0200 +++ /work/SRC/openSUSE:Factory/.bookworm.new.2443/bookworm.changes 2021-10-08 00:07:31.561903408 +0200 @@ -1,0 +2,5 @@ +Thu Oct 7 16:12:53 UTC 2021 - Matej Cepl <mc...@suse.com> + +- Remove dependency on Python 2 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bookworm.spec ++++++ --- /var/tmp/diff_new_pack.Rhsjkv/_old 2021-10-08 00:07:31.957904079 +0200 +++ /var/tmp/diff_new_pack.Rhsjkv/_new 2021-10-08 00:07:31.961904086 +0200 @@ -1,7 +1,7 @@ # # spec file for package bookworm # -# Copyright (c) 2019 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 @@ -25,9 +25,9 @@ URL: https://babluboy.github.io/bookworm Source: https://github.com/babluboy/bookworm/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: ImageMagick -BuildRequires: meson BuildRequires: fdupes BuildRequires: hicolor-icon-theme +BuildRequires: meson BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: vala @@ -42,9 +42,9 @@ BuildRequires: poppler-tools Requires: html2text Requires: poppler-tools +Recommends: %{name}-lang Recommends: unrar Recommends: unzip -Recommends: %{name}-lang %description An eBook reader for Elementary OS. @@ -58,6 +58,9 @@ chmod -x AUTHORS +# Fix shebangs for Python files +find . -name \*.py -exec sed -E -i "1{s/env\s*python2?\s*$/python3/}" '{}' \; + %build %meson %meson_build