Hello community,

here is the log from the commit of package cinnamon-desktop for 
openSUSE:Factory checked in at 2018-04-26 13:37:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cinnamon-desktop (Old)
 and      /work/SRC/openSUSE:Factory/.cinnamon-desktop.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cinnamon-desktop"

Thu Apr 26 13:37:08 2018 rev:12 rq:599305 version:3.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/cinnamon-desktop/cinnamon-desktop.changes        
2017-11-14 12:57:00.811406212 +0100
+++ /work/SRC/openSUSE:Factory/.cinnamon-desktop.new/cinnamon-desktop.changes   
2018-04-26 13:37:11.265935278 +0200
@@ -1,0 +2,27 @@
+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-3.8.0.tar.gz

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

Other differences:
------------------
++++++ cinnamon-desktop.spec ++++++
--- /var/tmp/diff_new_pack.lUZf1L/_old  2018-04-26 13:37:11.901911971 +0200
+++ /var/tmp/diff_new_pack.lUZf1L/_new  2018-04-26 13:37:11.905911824 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cinnamon-desktop
 #
-# 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
@@ -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:        3.8.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
+URL:            https://github.com/linuxmint/cinnamon-desktop
 Source:         
https://github.com/linuxmint/%{name}/archive/%{version}.tar.gz#/%{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,15 @@
 cp -a %{SOURCE1} .
 
 %build
-NOCONFIGURE=1 ./autogen.sh
-%configure
-make %{?_smp_mflags} V=1
+%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,13 +216,15 @@
 %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
+%license COPYING*
+%doc AUTHORS README debian/changelog
 %{_bindir}/cinnamon-desktop-migrate-mediakeys
 %{_datadir}/glib-2.0/schemas/*.xml
 %{_datadir}/%{soname}/
@@ -246,7 +244,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-3.8.0.tar.gz ++++++
++++ 21665 lines of diff (skipped)


Reply via email to