Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tumbler for openSUSE:Factory checked in at 2022-09-25 15:34:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tumbler (Old) and /work/SRC/openSUSE:Factory/.tumbler.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tumbler" Sun Sep 25 15:34:57 2022 rev:43 rq:1005630 version:4.16.1 Changes: -------- --- /work/SRC/openSUSE:Factory/tumbler/tumbler.changes 2022-08-16 17:07:15.371790629 +0200 +++ /work/SRC/openSUSE:Factory/.tumbler.new.2275/tumbler.changes 2022-09-25 15:35:16.755619491 +0200 @@ -1,0 +2,8 @@ +Thu Sep 22 07:12:24 UTC 2022 - Dominique Leuenberger <dims...@opensuse.org> + +- Allow building against libgepub-0.7 (boo#1203644): + + Adjust BuildRequires to work with libgepub-0.6 or libgepub-0.7. + + Replace libgepub-0.6 occurences in configure script with + libgepub-0.7 when libgepub 0.7 is present. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tumbler.spec ++++++ --- /var/tmp/diff_new_pack.UVc0Lu/_old 2022-09-25 15:35:17.191620542 +0200 +++ /var/tmp/diff_new_pack.UVc0Lu/_new 2022-09-25 15:35:17.199620561 +0200 @@ -60,7 +60,7 @@ # OMDB cover plugin BuildRequires: pkgconfig(libcurl) # EPUB Plugin -BuildRequires: pkgconfig(libgepub-0.6) +BuildRequires: (pkgconfig(libgepub-0.6) or pkgconfig(libgepub-0.7)) %if %{with git} BuildRequires: xfce4-dev-tools %endif @@ -134,6 +134,7 @@ %prep %autosetup sed -i "s/libopenraw-gnome-1.0/libopenraw-gnome-0.1/g" acinclude.m4 +pkg-config --exists libgepub-0.7 && sed -i "s/gepub-0.6/gepub-0.7/g" configure || true tar -xzf %SOURCE1