Hello community, here is the log from the commit of package cinnamon-menus for openSUSE:Factory checked in at 2020-03-17 13:10:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cinnamon-menus (Old) and /work/SRC/openSUSE:Factory/.cinnamon-menus.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cinnamon-menus" Tue Mar 17 13:10:49 2020 rev:12 rq:785764 version:4.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/cinnamon-menus/cinnamon-menus.changes 2019-07-18 15:19:39.284152260 +0200 +++ /work/SRC/openSUSE:Factory/.cinnamon-menus.new.3160/cinnamon-menus.changes 2020-03-17 13:11:01.261839311 +0100 @@ -1,0 +2,6 @@ +Mon Mar 16 14:53:56 UTC 2020 - Marguerite Su <i...@marguerite.su> + +- update version 4.4.0 + * version bump with no change + +------------------------------------------------------------------- Old: ---- cinnamon-menus-4.2.0.tar.gz New: ---- cinnamon-menus-4.4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cinnamon-menus.spec ++++++ --- /var/tmp/diff_new_pack.Icf3n0/_old 2020-03-17 13:11:02.249840069 +0100 +++ /var/tmp/diff_new_pack.Icf3n0/_new 2020-03-17 13:11:02.277840091 +0100 @@ -1,7 +1,7 @@ # # spec file for package cinnamon-menus # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # 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/ # @@ -20,7 +20,7 @@ %define soname libcinnamon-menu-3 %define sover 0 Name: cinnamon-menus -Version: 4.2.0 +Version: 4.4.0 Release: 0 Summary: A menu system for the Cinnamon Desktop License: LGPL-2.1-or-later @@ -32,8 +32,8 @@ BuildRequires: autoconf-archive BuildRequires: automake BuildRequires: intltool -BuildRequires: meson BuildRequires: libtool +BuildRequires: meson BuildRequires: pkgconfig BuildRequires: python3-devel BuildRequires: pkgconfig(glib-2.0) ++++++ cinnamon-menus-4.2.0.tar.gz -> cinnamon-menus-4.4.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cinnamon-menus-4.2.0/debian/changelog new/cinnamon-menus-4.4.0/debian/changelog --- old/cinnamon-menus-4.2.0/debian/changelog 2019-06-23 15:33:59.000000000 +0200 +++ new/cinnamon-menus-4.4.0/debian/changelog 2019-11-16 11:45:26.000000000 +0100 @@ -1,3 +1,9 @@ +cinnamon-menus (4.4.0) tricia; urgency=medium + + * 4.4.0 + + -- Clement Lefebvre <r...@linuxmint.com> Sat, 16 Nov 2019 11:44:53 +0100 + cinnamon-menus (4.2.0) tina; urgency=medium [ Pino Toscano ] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cinnamon-menus-4.2.0/meson.build new/cinnamon-menus-4.4.0/meson.build --- old/cinnamon-menus-4.2.0/meson.build 2019-06-23 15:33:59.000000000 +0200 +++ new/cinnamon-menus-4.4.0/meson.build 2019-11-16 11:45:26.000000000 +0100 @@ -1,4 +1,4 @@ -project('cinnamon-menus', 'c', version : '4.2.0', meson_version: '>=0.40.0') +project('cinnamon-menus', 'c', version : '4.4.0', meson_version: '>=0.40.0') gnome = import('gnome')