Hello community, here is the log from the commit of package cinnamon-desktop for openSUSE:Leap:15.2 checked in at 2020-02-21 23:52:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/cinnamon-desktop (Old) and /work/SRC/openSUSE:Leap:15.2/.cinnamon-desktop.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cinnamon-desktop" Fri Feb 21 23:52:52 2020 rev:10 rq:777879 version:4.2.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/cinnamon-desktop/cinnamon-desktop.changes 2020-01-15 14:50:12.017407239 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.cinnamon-desktop.new.26092/cinnamon-desktop.changes 2020-02-21 23:52:57.312996134 +0100 @@ -1,0 +2,52 @@ +Sun Jul 21 05:22:22 UTC 2019 - Marguerite Su <[email protected]> + +- Update to version 4.2.0 + * gnome-wall-clock.c: Fix memory leak when a custom format + string is in use. + * Privacy: Enable recents by default + * Remove legacy migration script from cinnamon 2.4 + +------------------------------------------------------------------- +Wed Mar 13 04:32:21 UTC 2019 - Dead Mozay <[email protected]> + +- Update to version 4.0.1: + * gnome-wall-clock.c: Fix memory leak when a custom format string is. + * Updated slovak translation - translated new strings(100%), fixed date/time format + * Update for meson changes + * Following the review of docinfo, this should be enabled by default. + +------------------------------------------------------------------- +Thu May 8 20:40:20 UTC 2018 - [email protected] + +- Update to version 3.8.1: + * Add key binding setting for showing desklets. + * Fix pkgconfig version and fix spacing. + +------------------------------------------------------------------- +Thu Apr 19 20:07:54 UTC 2018 - [email protected] + +- Update to version 3.8.0: + * Switch to Meson. + * gnome-wall-clock.c: Adjust DATE_ONLY msgid to match the one + originally in cinnamon-screensaver, and graft in existing + translations from cinnamon-screensaver 3.2.2. + * gnome-wall-clock.c: Add some comments for translators for our + date formats. + * Remove gsettings key org.cinnamon.desktop.interface + gtk-decoration-layout. + * Add a setting for maximum sound volume. + * Remove libgsystem. + * Fix AccountsService set_background check. + * Make alsa support opt-in. + * libcvc: Fix pc version. + * libcinnamon-desktop: Fix enum generation. + * gnome-bg.c: Add support for setting the user background via + org.freedesktop.DisplayManager.AccountsService, whilst + retaining support for the old method (for ubuntu 16.04) + * gnome-bg.c: Fix SetBackgroundFile call - parameters must be a + GVariant tuple. + * Notifications: Add bottom position option. + * gnome-bg: Don't unref NULL gvariant. + * gnome-bg: Proper fix for NULL gvariant unref. + +------------------------------------------------------------------- Old: ---- cinnamon-desktop-3.6.2.tar.gz New: ---- cinnamon-desktop-4.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cinnamon-desktop.spec ++++++ --- /var/tmp/diff_new_pack.yHnYk5/_old 2020-02-21 23:52:57.600996706 +0100 +++ /var/tmp/diff_new_pack.yHnYk5/_new 2020-02-21 23:52:57.600996706 +0100 @@ -1,7 +1,7 @@ # # spec file for package cinnamon-desktop # -# Copyright (c) 2017 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,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/ # @@ -23,23 +23,20 @@ %define typelib typelib-1_0-CinnamonDesktop-3_0 %define typelib_cvc typelib-1_0-Cvc-1_0 Name: cinnamon-desktop -Version: 3.6.2 +Version: 4.2.0 Release: 0 Summary: Libcinnamon-desktop API -License: GPL-2.0+ AND MIT +License: GPL-2.0-or-later AND MIT Group: System/GUI/Other -Url: https://github.com/linuxmint/cinnamon-desktop -Source: https://github.com/linuxmint/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz +URL: https://github.com/linuxmint/cinnamon-desktop +Source: https://github.com/linuxmint/%{name}/archive/%{version}/%{name}-%{version}.tar.gz # Some documentation for people writing branding packages, shipped in the branding-upstream package. Source1: README.Gsettings-overrides Source2: baselibs.conf # PATCH-FIX-OPENSUSE cinnamon-desktop-correct-background-path.patch [email protected] -- Fix path to Adwaita background. Patch0: %{name}-correct-background-path.patch -BuildRequires: autoconf -BuildRequires: autoconf-archive -BuildRequires: automake BuildRequires: intltool -BuildRequires: libtool +BuildRequires: meson BuildRequires: pam-devel BuildRequires: pkgconfig BuildRequires: python3-devel @@ -113,7 +110,7 @@ Requires: gnome-backgrounds Requires: metatheme-adwaita-common Supplements: packageand(%{soname}-data:branding-upstream) -Conflicts: otherproviders(%{soname}-data-branding) +Conflicts: %{soname}-data-branding Provides: %{soname}-data-branding = %{version} BuildArch: noarch #BRAND: A /usr/share/glib-2.0/schemas/$NAME.gschema.override file can @@ -194,16 +191,28 @@ cp -a %{SOURCE1} . %build -NOCONFIGURE=1 ./autogen.sh -%configure -make %{?_smp_mflags} V=1 +%if 0%{?suse_version} < 1500 +mkdir -p bin +cat > bin/g-ir-scanner << EOF +#!/bin/sh +# This breaks the build. There are also useless entries in shared-library= in +# .gir files but that doesn't seem to have any actual implications here. +export SUSE_ASNEEDED=0 +exec %{_bindir}/g-ir-scanner "\$%{nil}@" +EOF +chmod a+x bin/g-ir-scanner + +export PATH="$PWD/bin:$PATH" +%endif +%meson +%meson_build %install -%make_install +%meson_install find %{buildroot} -type f -name "*.la" -delete -print %find_lang %{name} %{?no_lang_C} -%if 0%{?suse_version} <= 1320 +%if 0%{?suse_version} < 1500 %post -n %{soname}-data %glib2_gsettings_schema_post @@ -220,14 +229,16 @@ %postun -n %{soname_cvc}%{sover_cvc} -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}-lang -f %{name}.lang %files -n %{soname}-data -%doc AUTHORS COPYING* README debian/changelog -%{_bindir}/cinnamon-desktop-migrate-mediakeys +%license COPYING* +%doc AUTHORS README debian/changelog +#%{_bindir}/cinnamon-desktop-migrate-mediakeys %{_datadir}/glib-2.0/schemas/*.xml %{_datadir}/%{soname}/ @@ -246,7 +257,8 @@ %{_datadir}/gir-1.0/CDesktopEnums-3.0.gir %files -n %{soname_cvc}%{sover_cvc} -%doc AUTHORS COPYING* README debian/changelog +%license COPYING* +%doc AUTHORS README debian/changelog %{_libdir}/%{soname_cvc}.so.%{sover_cvc}* %files -n %{typelib_cvc} ++++++ cinnamon-desktop-3.6.2.tar.gz -> cinnamon-desktop-4.2.0.tar.gz ++++++ ++++ 22078 lines of diff (skipped)
