Hello community,

here is the log from the commit of package cinnamon for openSUSE:Factory 
checked in at 2016-06-29 15:10:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cinnamon (Old)
 and      /work/SRC/openSUSE:Factory/.cinnamon.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cinnamon"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cinnamon/cinnamon.changes        2016-06-02 
09:39:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cinnamon.new/cinnamon.changes   2016-06-29 
15:10:19.000000000 +0200
@@ -1,0 +2,49 @@
+Thu Jun 23 18:43:19 UTC 2016 - [email protected]
+
+- Update to version 3.0.6:
+  * Add a generic "bluetooth" icon.
+  * power applet: Don't connect to any signals that call
+    _devicesChanged until we have the power proxy (since the
+    callbacks assume we do have it).
+  * windowAttentionHandler.js: Make the ignored application check
+    case- insensitive. While we're here make it a gsettings array
+    for convenience.
+  * org.cinnamon.gschema.in: Add pidgin to ignored wm classes.
+  * Touchpad settings: Invert motion-threshold setting widget.
+  * appletManager.js: Fix copy/pasting applet panel applet layouts.
+    Extension.get_max_instances() needed an extra argument, and
+    then we were doing work twice - finished removing obsolete code.
+  * cinnamon-recorder: Fix crash when starting recorder.
+  * cinnamon-recorder.c: Restore avoidance of the panel when
+    drawing the recording indicators. This was removed during some
+    panel work a while back and never restored. Always draw them on
+    the primary monitor now (the only monitor with reliable,
+    simple-to-get workarea information).
+  * Fix spelling mistakes.
+  * onscreen keyboard: Add option to change activation behaviour -
+    accessible mode has the keyboard appear whenever focus demands
+    it (ordinary accessibility behavior). On-demand mode will have
+    the keyboard only appear when the user requests it via an
+    applet click or keyboard shortcut.
+  * Themes settings: Fix loading icon themes when a theme isn't
+    readable.
+  * popupMenu.js: Use the signalManager.disconnect correctly -
+    the source actor (the panel actor for the applet) has to be the
+    second argument, the object to disconnect from. Was causing
+    flickering in the menu applet after repositioning it.
+  * Settings: Don't hardcode "more info" link colour in spices
+    modules.
+  * [desrt] network: Properly remove connections from list.
+  * Network applet: Fix icon not showing VPN status.
+  * Network applet: Delete trailing spaces.
+  * Network applet: Fix applet showing "Auto" wireless connection
+    when turning wifi OFF and then back ON.
+  * tray icons: Bump icon request to 24px, then scale back to 20px
+    in the applet. This is needed due to changes to GtkIconSize
+    values in Gtk3. GtkStatusIcon iterates thru the built-in icon
+    sizes to pick an appropriate icon to use, and as of 3.18 there
+    are no sizes between 16px and 24px.
+  * Preferred application settings: Set mimetypes more exhaustively.
+- Rebase cinnamon-network-user-connections.patch.
+
+-------------------------------------------------------------------

Old:
----
  cinnamon-3.0.5.tar.gz

New:
----
  cinnamon-3.0.6.tar.gz

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

Other differences:
------------------
++++++ cinnamon.spec ++++++
--- /var/tmp/diff_new_pack.osq7Y0/_old  2016-06-29 15:10:20.000000000 +0200
+++ /var/tmp/diff_new_pack.osq7Y0/_new  2016-06-29 15:10:20.000000000 +0200
@@ -21,7 +21,7 @@
 %define _name   Cinnamon
 %define _version 3.0.0
 Name:           cinnamon
-Version:        3.0.5
+Version:        3.0.6
 Release:        0
 Summary:        GNU/Linux Desktop featuring a traditional layout
 License:        GPL-2.0+ and LGPL-2.1
@@ -51,7 +51,7 @@
 BuildRequires:  gnome-common
 # For distributor.svg.
 BuildRequires:  hicolor-icon-theme-branding-openSUSE
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  python-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(cinnamon-desktop) >= %{_version}
@@ -87,7 +87,7 @@
 Requires:       libgnomekbd
 Requires:       muffin >= %{_version}
 Requires:       nemo
-Requires:       pkg-config
+Requires:       pkgconfig
 Requires:       polkit-gnome
 Requires:       python-Pillow
 Requires:       python-cairo
@@ -252,6 +252,7 @@
 %{_datadir}/icons/hicolor/*/*/pan-*.*
 %{_datadir}/icons/hicolor/*/actions/*-lock-*.*
 %{_datadir}/icons/hicolor/*/devices/audio-*.*
+%{_datadir}/icons/hicolor/*/devices/bluetooth.*
 %{_mandir}/man?/*%{name}*.?%{?ext_man}
 %{_datadir}/dbus-1/services/org.Cinnamon.*.service
 %{_datadir}/polkit-1/actions/org.cinnamon.settings-users.policy

++++++ cinnamon-3.0.5.tar.gz -> cinnamon-3.0.6.tar.gz ++++++
++++ 2737 lines of diff (skipped)

++++++ cinnamon-network-user-connections.patch ++++++
--- /var/tmp/diff_new_pack.osq7Y0/_old  2016-06-29 15:10:21.000000000 +0200
+++ /var/tmp/diff_new_pack.osq7Y0/_new  2016-06-29 15:10:21.000000000 +0200
@@ -38,7 +38,7 @@
          // breaking the layers with this, but cannot call
          // this.connectionValid until I have a device
          this.device = device;
-@@ -1546,12 +1555,27 @@ NMDeviceWireless.prototype = {
+@@ -1555,12 +1564,27 @@ NMDeviceWireless.prototype = {
  
          let connection = new NetworkManager.Connection();
          connection.add_setting(new NetworkManager.SettingWireless());


Reply via email to