Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mate-media for openSUSE:Factory checked in at 2024-04-09 16:47:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mate-media (Old) and /work/SRC/openSUSE:Factory/.mate-media.new.29460 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mate-media" Tue Apr 9 16:47:05 2024 rev:22 rq:1165585 version:1.28.1 Changes: -------- --- /work/SRC/openSUSE:Factory/mate-media/mate-media.changes 2023-05-17 10:53:23.863433511 +0200 +++ /work/SRC/openSUSE:Factory/.mate-media.new.29460/mate-media.changes 2024-04-09 16:51:06.344653115 +0200 @@ -1,0 +2,18 @@ +Mon Mar 25 02:10:59 UTC 2024 - Hillwood Yang <[email protected]> + +- Update version to 1.28.1 + * Translations update + * meson: fix building wayland support + * add meson build support + * fix building with libxml 2.12.0 + * Fix various instance checks + * applet: Do not override the process' text domain + * replace deprecated gtk_image_menu_item + * in-process: enable scrolling on icon as in out of process builds + * Wayland: fix slider rendering underneath fullscreen windows + * position popup slider properly in wayland and make wayland optional (#196) + * build: fix typo from last commit + * Applet: port to in-process for wayland support + * Distribute Meson build system + +------------------------------------------------------------------- Old: ---- mate-media-1.26.1.tar.xz New: ---- mate-media-1.28.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mate-media.spec ++++++ --- /var/tmp/diff_new_pack.echC6P/_old 2024-04-09 16:51:06.716666839 +0200 +++ /var/tmp/diff_new_pack.echC6P/_new 2024-04-09 16:51:06.720666986 +0200 @@ -1,7 +1,7 @@ # # spec file for package mate-media # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,10 @@ # -%define _version 1.26 +%define _version 1.28 + Name: mate-media -Version: 1.26.1 +Version: 1.28.1 Release: 0 Summary: MATE Desktop multimedia stack License: GPL-2.0-or-later AND LGPL-2.1-or-later @@ -29,15 +30,22 @@ BuildRequires: itstool BuildRequires: mate-common >= %{_version} BuildRequires: mate-control-center-devel >= %{_version} +BuildRequires: mate-panel >= %{_version} +BuildRequires: meson BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: pkgconfig(dbus-1) +BuildRequires: pkgconfig(gdk-wayland-3.0) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gtk+-3.0) +BuildRequires: pkgconfig(gtk-layer-shell-0) +BuildRequires: pkgconfig(gtk-layer-shell-0) BuildRequires: pkgconfig(libcanberra-gtk3) BuildRequires: pkgconfig(libmatemixer) >= %{_version} BuildRequires: pkgconfig(libmatepanelapplet-4.0) >= %{_version} BuildRequires: pkgconfig(libxml-2.0) +BuildRequires: pkgconfig(mate-desktop-2.0) +BuildRequires: pkgconfig(wayland-client) Recommends: %{name}-lang %glib2_gsettings_schema_requires @@ -50,31 +58,32 @@ %setup -q %build -NOCONFIGURE=1 mate-autogen -%configure \ - --disable-static \ - --libexecdir=%{_libexecdir}/%{name} \ - --disable-statusicon \ - --enable-profiles -%make_build +%meson -Dwayland=true \ + -Din-process=true +%meson_build %install -%make_install +%meson_install + %find_lang %{name} %{?no_lang_C} find %{buildroot} -type f -name "*.la" -delete -print %suse_update_desktop_file mate-volume-control -%fdupes %{buildroot}%{_datadir}/ +%fdupes %{buildroot}%{_datadir} %files %license COPYING %doc AUTHORS NEWS README %{_bindir}/mate-volume-control -%{_libexecdir}/mate-media/ +%{_bindir}/mate-volume-control-status-icon +%{_libdir}/liblibmate-volume-control-applet.so +#%{_libexecdir}/mate-media/ +%config %{_sysconfdir}/xdg/autostart/mate-volume-control-status-icon.desktop %{_datadir}/mate-media/ -%{_datadir}/dbus-1/services/org.mate.panel.applet.GvcAppletFactory.service +%{_datadir}/mate-panel/applets/org.mate.applets.GvcApplet.mate-panel-applet.desktop +#%{_datadir}/dbus-1/services/org.mate.panel.applet.GvcAppletFactory.service %dir %{_datadir}/mate-panel/ %dir %{_datadir}/mate-panel/applets/ -%{_datadir}/mate-panel/applets/org.mate.applets.GvcApplet.mate-panel-applet +#%{_datadir}/mate-panel/applets/org.mate.applets.GvcApplet.mate-panel-applet %{_datadir}/sounds/mate/ %{_datadir}/applications/*.desktop %{_mandir}/man?/mate-volume-control-status-icon.?%{?ext_man} ++++++ mate-media-1.26.1.tar.xz -> mate-media-1.28.1.tar.xz ++++++ ++++ 49136 lines of diff (skipped)
