Hello community,
here is the log from the commit of package cinnamon-menus for
openSUSE:Leap:15.2 checked in at 2020-02-21 23:52:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/cinnamon-menus (Old)
and /work/SRC/openSUSE:Leap:15.2/.cinnamon-menus.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cinnamon-menus"
Fri Feb 21 23:52:57 2020 rev:10 rq:777907 version:4.2.0
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/cinnamon-menus/cinnamon-menus.changes
2020-01-15 14:50:12.149407320 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.cinnamon-menus.new.26092/cinnamon-menus.changes
2020-02-21 23:53:01.833005117 +0100
@@ -1,0 +2,42 @@
+Mon Jul 1 03:24:35 UTC 2019 - Dead Mozay <[email protected]>
+
+- Update to version 4.2.0:
+ * Switch to modern realpath() (#20)
+ * Port to meson (#21)
+ * Update for meson changes and also adapt for cinnamon (#23)
+ * Build: fix the build options (#22)
+ * Add devhelp docs to cinnamon menus for easier reference (#24)
+ * Build: Set enable_debug to false
+ * Add option to disable docs (#25)
+ * Cleanup (#26)
+ * Meson simplification (#27)
+
+-------------------------------------------------------------------
+Fri Mar 15 01:23:23 UTC 2019 - Dead Mozay <[email protected]>
+
+- Update to version 4.0.0:
+ * CI: Remove Mint 18
+
+-------------------------------------------------------------------
+Sat Jun 16 15:48:41 UTC 2018 - [email protected]
+
+- Update to version 3.8.2:
+ * entry-directories.c: Restore retry handling to state prior to
+ commit 7516e8d.
+
+-------------------------------------------------------------------
+Thu May 8 20:40:20 UTC 2018 - [email protected]
+
+- Update to version 3.8.1:
+ * Check for a valid GDesktopAppInfo before calling
+ GDesktopAppInfo methods. Fix retry handling to only apply to
+ new entries. Use g_timeout_add instead of g_idle_add for change
+ signal accumulation.
+
+-------------------------------------------------------------------
+Thu Apr 19 20:07:54 UTC 2018 - [email protected]
+
+- Update to version 3.8.0:
+ * No changelog available.
+
+-------------------------------------------------------------------
Old:
----
cinnamon-menus-3.6.0.tar.gz
New:
----
cinnamon-menus-4.2.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ cinnamon-menus.spec ++++++
--- /var/tmp/diff_new_pack.8Dy6W4/_old 2020-02-21 23:53:02.325006094 +0100
+++ /var/tmp/diff_new_pack.8Dy6W4/_new 2020-02-21 23:53:02.325006094 +0100
@@ -1,7 +1,7 @@
#
# spec file for package cinnamon-menus
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -20,18 +20,19 @@
%define soname libcinnamon-menu-3
%define sover 0
Name: cinnamon-menus
-Version: 3.6.0
+Version: 4.2.0
Release: 0
Summary: A menu system for the Cinnamon Desktop
-License: LGPL-2.1+
+License: LGPL-2.1-or-later
Group: System/Libraries
-Url: https://github.com/linuxmint/cinnamon-menus
+URL: https://github.com/linuxmint/cinnamon-menus
Source:
https://github.com/linuxmint/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
Source1: baselibs.conf
BuildRequires: autoconf
BuildRequires: autoconf-archive
BuildRequires: automake
BuildRequires: intltool
+BuildRequires: meson
BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: python3-devel
@@ -89,13 +90,11 @@
%setup -q
%build
-NOCONFIGURE=1 ./autogen.sh
-%configure \
- --disable-static
-make %{?_smp_mflags} V=1
+%meson
+%meson_build
%install
-%make_install
+%meson_install
find %{buildroot} -type f -name "*.la" -delete -print
%post -n %{soname}-%{sover} -p /sbin/ldconfig
@@ -103,7 +102,8 @@
%postun -n %{soname}-%{sover} -p /sbin/ldconfig
%files -n %{soname}-%{sover}
-%doc AUTHORS COPYING* README debian/changelog
+%license COPYING*
+%doc AUTHORS README debian/changelog
%{_libdir}/%{soname}.so.%{sover}*
%files -n %{soname}-devel
++++++ cinnamon-menus-3.6.0.tar.gz -> cinnamon-menus-4.2.0.tar.gz ++++++
++++ 15603 lines of diff (skipped)