Hello community, here is the log from the commit of package mate-menus for openSUSE:Leap:15.2 checked in at 2020-03-02 13:25:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/mate-menus (Old) and /work/SRC/openSUSE:Leap:15.2/.mate-menus.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mate-menus" Mon Mar 2 13:25:38 2020 rev:17 rq:780556 version:1.23.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/mate-menus/mate-menus.changes 2020-01-15 15:28:28.670679030 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.mate-menus.new.26092/mate-menus.changes 2020-03-02 13:25:39.174672214 +0100 @@ -1,0 +2,40 @@ +Wed Jul 17 13:52:18 UTC 2019 - Jonathan Brielmaier <[email protected]> + +- Update to version 1.23.0: + * Update translations. + * Use datadir and libdir when install gir files + * Change url project's website +- remove patch: + * mate-menus-glib-2.48.patch: we don't support glib2.48 anymore +- build require glib >= 2.50 and gio >= 2.50 + +------------------------------------------------------------------- +Tue Mar 5 15:19:33 UTC 2019 - [email protected] + +- Update to version 1.22.0: + * Update examples. + * Backports from gnome-menus. + * Use G_BEGIN/END_DECLS. + * Require gio-unix, drop python example. + * Drop python2 support. + * Switch to modern realpath(). + * Drop Python support leftovers. + * Update translations. +- Rebase mate-menus-glib-2.48.patch. +- Drop the python2-mate-menus package and move examples to the + devel package. + +------------------------------------------------------------------- +Sat Dec 22 20:48:48 UTC 2018 - [email protected] + +- Update to version 1.20.2: + * Disable deprecation warnings for distcheck. + * Update translations. + +------------------------------------------------------------------- +Sat Jun 16 15:48:41 UTC 2018 - [email protected] + +- Update to version 1.20.1: + * Update translations. + +------------------------------------------------------------------- Old: ---- mate-menus-1.20.0.tar.xz mate-menus-glib-2.48.patch New: ---- mate-menus-1.23.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mate-menus.spec ++++++ --- /var/tmp/diff_new_pack.6vLQv3/_old 2020-03-02 13:25:39.434672731 +0100 +++ /var/tmp/diff_new_pack.6vLQv3/_new 2020-03-02 13:25:39.438672738 +0100 @@ -1,7 +1,7 @@ # # spec file for package mate-menus # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,35 +12,35 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define soname libmate-menu %define sover 2 %define typelib typelib-1_0-MateMenu-2_0 -%define _version 1.20 +%define _version 1.23 Name: mate-menus -Version: 1.20.0 +Version: 1.23.0 Release: 0 Summary: MATE Desktop Menu License: GPL-2.0-or-later AND LGPL-2.1-or-later Group: System/GUI/Other -Url: https://mate-desktop.org/ -Source: http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz +URL: https://mate-desktop.org/ +Source: https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz Source1: baselibs.conf -# PATCH-FEATURE-OPENSUSE mate-menus-glib-2.48.patch -- Restore GLib 2.48 support. -Patch0: mate-menus-glib-2.48.patch BuildRequires: intltool -BuildRequires: mate-common >= %{_version} +# set to _version when mate-common has an equal release +BuildRequires: mate-common >= 1.22 BuildRequires: pkgconfig -BuildRequires: python-devel BuildRequires: update-desktop-files -BuildRequires: pkgconfig(gio-2.0) >= 2.48 -BuildRequires: pkgconfig(glib-2.0) >= 2.48 +BuildRequires: pkgconfig(gio-2.0) >= 2.50 +BuildRequires: pkgconfig(glib-2.0) >= 2.50 BuildRequires: pkgconfig(gobject-introspection-1.0) Requires: %{name}-branding Recommends: %{name}-lang +Obsoletes: python-%{name} < %{version} +Obsoletes: python2-%{name} < %{version} %description mate-menus contains the libmate-menu library, the layout @@ -61,7 +61,7 @@ BuildArch: noarch #BRAND: This package contains set of needed .menu files in #BRAND: /etc/xdg/menus. .directory files in -#BRAND: %{_datadir}/desktop-directories/Multimedia.directory are part of +#BRAND: %%{_datadir}/desktop-directories/Multimedia.directory are part of #BRAND: the main package. If you need custom one, simply it put there #BRAND: and modify .menu file to refer to it. @@ -91,36 +91,11 @@ The libmate-menu library implements the "Desktop Menu Specification" from freedesktop.org. -%if 0%{?suse_version} >= 1500 -%package -n python2-%{name} -%else -%package -n python-%{name} -%endif -Summary: Python Bindings for MATE Desktop Menu -License: GPL-2.0-or-later AND LGPL-2.1-or-later -Group: System/GUI/Other -Requires: %{soname}%{sover} = %{version} -%if 0%{?suse_version} >= 1500 -# python-mate-menus was last used in openSUSE Leap 42.3. -Provides: python-%{name} = %{version}-%{release} -Obsoletes: python-%{name} < %{version}-%{release} - -%description -n python2-%{name} -%else - -%description -n python-%{name} -%endif -mate-menus contains the libmate-menu library, the layout -configuration files for the MATE menu, as well as a simple menu -editor. - -The libmate-menu library implements the "Desktop Menu Specification" -from freedesktop.org. - %package devel Summary: MATE Desktop Menu License: GPL-2.0-or-later AND LGPL-2.1-or-later Group: Development/Libraries/C and C++ +Obsoletes: python2-%{name} < %{version} Requires: %{soname}%{sover} = %{version} Requires: %{typelib} = %{version} Requires: pkgconfig(glib-2.0) @@ -136,11 +111,9 @@ %prep %setup -q -%patch0 -p1 %build NOCONFIGURE=1 mate-autogen -export PYTHON=python2 %configure \ --disable-static make %{?_smp_mflags} V=1 @@ -155,11 +128,7 @@ %postun -n %{soname}%{sover} -p /sbin/ldconfig %files -%if 0%{?suse_version} >= 1500 %license COPYING -%else -%doc COPYING -%endif %doc ChangeLog README %dir %{_sysconfdir}/xdg/menus/ %config %{_sysconfdir}/xdg/menus/mate-settings.menu @@ -176,15 +145,6 @@ %files -n %{typelib} %{_libdir}/girepository-1.0/MateMenu-2.0.typelib -%if 0%{?suse_version} >= 1500 -%files -n python2-mate-menus -%else -%files -n python-mate-menus -%endif -%{python_sitearch}/matemenu.so -%dir %{_datadir}/mate-menus/ -%{_datadir}/mate-menus/examples/ - %files -n %{soname}%{sover} %{_libdir}/%{soname}.so.%{sover}* @@ -193,6 +153,8 @@ %{_libdir}/%{soname}.so %{_libdir}/pkgconfig/*.pc %{_datadir}/gir-1.0/MateMenu-2.0.gir +%dir %{_datadir}/mate-menus/ +%{_datadir}/mate-menus/examples/ %files lang -f %{name}.lang ++++++ mate-menus-1.20.0.tar.xz -> mate-menus-1.23.0.tar.xz ++++++ ++++ 26006 lines of diff (skipped)
