commit gnome-menus for openSUSE:Factory
Hello community, here is the log from the commit of package gnome-menus for openSUSE:Factory checked in at 2019-05-03 22:13:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-menus (Old) and /work/SRC/openSUSE:Factory/.gnome-menus.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "gnome-menus" Fri May 3 22:13:34 2019 rev:97 rq:695726 version:3.32.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-menus/gnome-menus.changes 2018-03-08 10:44:04.958318368 +0100 +++ /work/SRC/openSUSE:Factory/.gnome-menus.new.5148/gnome-menus.changes 2019-05-03 22:13:35.739646344 +0200 @@ -1,0 +2,55 @@ +Tue Mar 12 06:27:45 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com> + +- Update to version 3.32.0: + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 4 14:58:36 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com> + +- Update to version 3.31.92: + + Stop using gnome-common. + + Add nm-connection-editor to the Utilities category. + + Restore minimal Sundry app folder for upgrades. Users can + remove it by running gsettings reset-recursively + org.gnome.desktop.app-folders and logging out and logging back + in. + + Updated translations. + +------------------------------------------------------------------- +Tue Feb 19 23:28:03 UTC 2019 - bjorn.lie@gmail.com + +- Update to version 3.31.90: + + Fix missing close tag that broke traditional menu users. + + Add CI to check the validity of our menu file so we don't make + that mistake as easily next time. + + Add gnome-abrt to the Utilities category. + + Updated translations. + +------------------------------------------------------------------- +Tue Jan 22 11:41:31 UTC 2019 - bjorn.lie@gmail.com + +- Update to version 3.31.4: + + Remove the Sundry category. + + Switch to modern realpath. + + Stop using intltool. + + Updated translations. +- Drop python-devel and python-gtk BuildRequires: They are not + needed nor used. + +------------------------------------------------------------------- +Thu Jan 3 14:09:28 UTC 2019 - bjorn.lie@gmail.com + +- Update to version 3.31.3: + + desktop-entries: support multiple desktops in + XDG_CURRENT_DESKTOP. + + libmenu: Remove support for legacy-dirs. + + layout: + - Update .desktop filenames. + - Drop obsolete Fedora special case .desktop filenames. + + Miscellaneous fixes. +- Drop intltool BuildRequires: No longer needed. +- Drop upstream fixed patches: + + 0001-desktop-entries-support-multiple-desktops-in-XDG_CUR.patch + + 0001-desktop-entries-fix-trivial-bug-in-handling-of-multi.patch + +------------------------------------------------------------------- Old: ---- 0001-desktop-entries-fix-trivial-bug-in-handling-of-multi.patch 0001-desktop-entries-support-multiple-desktops-in-XDG_CUR.patch gnome-menus-3.13.3.tar.xz New: ---- gnome-menus-3.32.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-menus.spec ++++++ --- /var/tmp/diff_new_pack.98ZWC5/_old 2019-05-03 22:13:36.159647173 +0200 +++ /var/tmp/diff_new_pack.98ZWC5/_new 2019-05-03 22:13:36.159647173 +0200 @@ -1,7 +1,7 @@ # # spec file for package gnome-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,29 +12,23 @@ # 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/ # Name: gnome-menus -Version: 3.13.3 +Version: 3.32.0 Release: 0 Summary: The GNOME Desktop Menu License: LGPL-2.1-or-later Group: System/GUI/GNOME URL: http://www.gnome.org -Source: http://download.gnome.org/sources/gnome-menus/3.13/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gnome-menus/3.32/%{name}-%{version}.tar.xz Source99: baselibs.conf -# PATCH-FIX-UPSTREAM 0001-desktop-entries-support-multiple-desktops-in-XDG_CUR.patch bsc#988595 fezhang@suse.com -- Support multiple desktops specified by XDG_CURRENT_DESKTOP -Patch0: 0001-desktop-entries-support-multiple-desktops-in-XDG_CUR.patch -# PATCH-FIX-UPSTREAM 0001-desktop-entries-fix-trivial-bug-in-handling-of-multi.patch bsc#988595 bgo#741505 fezhang@suse.com -- Fix a typo in 0001-desktop-entries-support-multiple-desktops-in-XDG_CUR.patch -Patch1: 0001-desktop-entries-fix-trivial-bug-in-handling-of-multi.patch + BuildRequires: fdupes BuildRequires: gobject-introspection-devel -BuildRequires: intltool BuildRequires: pkgconfig -BuildRequires: python-devel -BuildRequires: python-gtk BuildRequires: translation-update-upstream BuildRequires: update-desktop-files BuildRequires: pkgconfig(gio-unix-2.0) >= 2.29.15 @@ -80,7 +74,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. @@ -107,20 +101,19 @@ %lang_package %prep -%setup -q +%autosetup -p1 translation-update-upstream -%patch0 -p1 -%patch1 -p1 %build -%configure\ +%configure \ --disable-static -make %{?_smp_mflags} + %{nil} +%make_build %install %make_install find %{buildroot} -type f -name "*.la" -delete -print -%find_lang %{name}-3.0 %{?no_lang_C} +%find_lang %{name} %{?no_lang_C} for dotdirectory in %{buildroot}%{_datadir}/desktop-directories/*.directory; do %suse_update_desktop_file $dotdirectory done @@ -142,7 +135,7 @@ %files -n typelib-1_0-GMenu-3_0 %{_libdir}/girepository-1.0/GMenu-3.0.typelib -%files lang -f %{name}-3.0.lang +%files lang -f %{name}.lang %files branding-upstream %{_sysconfdir}/xdg/menus/gnome-applications.menu ++++++ gnome-menus-3.13.3.tar.xz -> gnome-menus-3.32.0.tar.xz ++++++ ++++ 58146 lines of diff (skipped)
participants (1)
-
root