Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package menulibre for openSUSE:Factory 
checked in at 2021-09-27 20:08:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/menulibre (Old)
 and      /work/SRC/openSUSE:Factory/.menulibre.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "menulibre"

Mon Sep 27 20:08:56 2021 rev:3 rq:921691 version:2.2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/menulibre/menulibre.changes      2019-06-19 
21:02:49.306210760 +0200
+++ /work/SRC/openSUSE:Factory/.menulibre.new.1899/menulibre.changes    
2021-09-27 20:09:20.438490683 +0200
@@ -1,0 +2,46 @@
+Mon Sep 27 05:33:07 UTC 2021 - Maurizio Galli <maurizio.ga...@gmail.com>
+
+- Fixed Source URL (previous commit was wrong)
+
+-------------------------------------------------------------------
+Mon Sep 27 03:19:35 UTC 2021 - Maurizio Galli <maurizio.ga...@gmail.com>
+
+- Fixed Source URL
+
+-------------------------------------------------------------------
+Sun Sep 26 19:36:10 UTC 2021 - Marcel Kuehlhorn <tu...@opensuse.org>
+
+- Update to version 2.2.3
+  * Fixed making diagnostic text selectable on KDE
+  * Fixed loading from non-existent directories
+  * Added diagnostics for failed menu loading
+  * Added support for GNOME-specific categories
+    (gh#bluesabre/menulibre#56)
+  * Added support for PrefersNonDefaultGPU (gh#bluesabre/menulibre#50)
+  * Added support for unprefixed applications.menu
+    (gh#bluesabre/menulibre#67)
+  * Added support for X-GNOME-UsesNotifications
+    (gh#bluesabre/menulibre#79)
+  * Added support for XFCE specific categories
+    (gh#bluesabre/menulibre#54)
+  * Enabled opening a root editor for root-owned files with pkexec
+    (gh#bluesabre/menulibre#62)
+  * Enabled searching for Exec key and desktop entry
+    (gh#bluesabre/menulibre#52)
+  * Added AppData file (gh#bluesabre/menulibre#61)
+  * Documented intltool build requirement (gh#bluesabre/menulibre#59)
+  * Switched to the MenuLibre wiki for key descriptions
+    (gh#bluesabre/menulibre#48)
+  * Added valid types to validator, reducing false positives
+    (gh#bluesabre/menulibre#66)
+  * Fixed builds with newer versions of GTK (gh#bluesabre/menulibre#77)
+  * Fixed history state when editing Name and Comment
+    (gh#bluesabre/menulibre#57)
+  * Fixed msgfmt errors
+  * Fixed running with newer versions of GTK (gh#bluesabre/menulibre#82)
+  * Fixed selection leaving screen while moving items
+    (gh#bluesabre/menulibre#25)
+  * Fixed typo in desktop file processing error
+  * Translation Updates
+
+-------------------------------------------------------------------

Old:
----
  menulibre-2.2.1.tar.gz

New:
----
  menulibre-2.2.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ menulibre.spec ++++++
--- /var/tmp/diff_new_pack.Q2Nydq/_old  2021-09-27 20:09:20.994491295 +0200
+++ /var/tmp/diff_new_pack.Q2Nydq/_new  2021-09-27 20:09:21.006491309 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package menulibre
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,13 +19,14 @@
 %bcond_with git
 
 Name:           menulibre
-Version:        2.2.1
+Version:        2.2.3
 Release:        0
 Summary:        Desktop menu editor
 License:        GPL-3.0-only
 Group:          System/GUI/Other
 URL:            https://bluesabre.org/projects/menulibre/
-Source:         
https://launchpad.net/menulibre/2.2/%{version}/+download/%{name}-%{version}.tar.gz
+Source:         
https://github.com/bluesabre/menulibre/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
+BuildRequires:  appstream-glib
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
 BuildRequires:  gnome-menus
@@ -89,28 +90,20 @@
 
 desktop-file-validate %{buildroot}/%{_datadir}/applications/menulibre.desktop
 
+rm -f %{buildroot}%{_datadir}/menulibre/metainfo/menulibre.appdata.xml.in
+appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.xml
+
 %find_lang %{name}
 
 %files -f %{name}.lang
 
 %files
 %license COPYING
-%doc AUTHORS NEWS README
+%doc AUTHORS NEWS README.md
 %{_bindir}/%{name}*
 %{_datadir}/applications/%{name}.desktop
-%dir %{_datadir}/icons/hicolor/
-%dir %{_datadir}/icons/hicolor/64x64/apps/
-%dir %{_datadir}/icons/hicolor/48x48/apps/
-%dir %{_datadir}/icons/hicolor/32x32/apps/
-%dir %{_datadir}/icons/hicolor/24x24/apps/
-%dir %{_datadir}/icons/hicolor/16x16/apps/
-%dir %{_datadir}/icons/hicolor/scalable/apps/
-%{_datadir}/icons/hicolor/64x64/apps/%{name}.svg
-%{_datadir}/icons/hicolor/48x48/apps/%{name}.svg
-%{_datadir}/icons/hicolor/32x32/apps/%{name}.svg
-%{_datadir}/icons/hicolor/24x24/apps/%{name}.svg
-%{_datadir}/icons/hicolor/16x16/apps/%{name}.svg
-%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
+%{_datadir}/icons/hicolor/*/apps/%{name}.svg
+%{_datadir}/metainfo/%{name}.appdata.xml
 %{_datadir}/pixmaps/%{name}.png
 %{_mandir}/man?/%{name}*.?%{ext_man}
 %{python3_sitelib}/%{name}-%{version}-py%{py3_ver}.egg-info

++++++ menulibre-2.2.1.tar.gz -> menulibre-2.2.3.tar.gz ++++++
++++ 26839 lines of diff (skipped)

Reply via email to