Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gpaste for openSUSE:Factory checked in at 2022-03-23 20:17:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gpaste (Old) and /work/SRC/openSUSE:Factory/.gpaste.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gpaste" Wed Mar 23 20:17:38 2022 rev:36 rq:963610 version:3.42.5 Changes: -------- --- /work/SRC/openSUSE:Factory/gpaste/gpaste.changes 2022-02-17 00:32:24.837413823 +0100 +++ /work/SRC/openSUSE:Factory/.gpaste.new.25692/gpaste.changes 2022-03-23 20:19:37.082504840 +0100 @@ -17,0 +18,6 @@ +Wed Jan 12 12:26:01 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com> + +- Add gpaste-bump-mutter-clutter.patch: Bump mutter-clutter version + needed. + +------------------------------------------------------------------- New: ---- gpaste-bump-mutter-clutter.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gpaste.spec ++++++ --- /var/tmp/diff_new_pack.41rofY/_old 2022-03-23 20:19:37.622505146 +0100 +++ /var/tmp/diff_new_pack.41rofY/_new 2022-03-23 20:19:37.626505148 +0100 @@ -26,6 +26,9 @@ Group: System/GUI/GNOME URL: https://github.com/Keruspe/GPaste Source0: http://www.imagination-land.org/files/%{name}/%{name}-%{version}.tar.xz +# PATCH-FIX-UPSTREAM gpaste-bump-mutter-clutter.patch -- Bump mutter-clutter version needed +Patch1: gpaste-bump-mutter-clutter.patch + # For directory ownership BuildRequires: gnome-shell >= 3.28 BuildRequires: gobject-introspection-devel >= 1.58.0 ++++++ gpaste-bump-mutter-clutter.patch ++++++ --- orig-gpaste-3.42.2/meson.build 2021-11-24 20:47:25.000000000 +0100 +++ gpaste-3.42.2/meson.build 2022-01-12 13:24:14.348546362 +0100 @@ -38,7 +38,7 @@ libgpaste_deps = [ gdk_dep, gdk_pixbuf_dep, glib_dep, gtk_dep ] if get_option('introspection') - mutter_clutter_dep = dependency('mutter-clutter-9', version: mutter_clutter_req) + mutter_clutter_dep = dependency('mutter-clutter-10', version: mutter_clutter_req) gjs_dep = dependency('gjs-1.0', version: gjs_req) endif