Hello community,

here is the log from the commit of package cinnamon for openSUSE:Factory 
checked in at 2016-04-30 23:29:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-04-01 
13:03:02.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cinnamon.new/cinnamon.changes   2016-04-30 
23:29:21.000000000 +0200
@@ -1,0 +2,68 @@
+Mon Apr 25 05:00:35 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 3.0.0:
+  * Add option to show/hide favbox in menu applet.
+  * Add new default application buttons.
+  * Show panel-launchers actions.
+  * Tab indents into space indents, more item without dots.
+  * Move sound settings to python as a native module.
+  * Add a custom page to display when no input devices are
+    available or applications are currently playing. Add a custom
+    settings box for the sound effects page to prevent getting a
+    very tall window when opening the settings. Make a few tweaks
+    to the test sound dialog and add the relevant icons.
+  * Some visual tweaks to the sound settings.
+  * Sound settings: Add mute to all volume controls.
+  * cs_sound.py: Few fixes to the volume slider/mute button.
+  * layout.js: Remove code for interaction with the screensaver.
+  * cs_sound.py: Add padding to the end of stream names in
+    applications page.
+  * Viber stealing focus fix.
+  * magnifier.js: Update the lens size as well as shape when we turn
+    on lens mode.
+  * Generate new desktop files for sound and accessibility.
+  * Touchpad settings: Rename "natural scrolling" to
+    "reverse scrolling direction".
+  * Fix middle click action in the photo frame.
+  * photoframe: Recurse subdirectories.
+  * Sound settings: Fix device not showing when its icon isn't
+    found (fixes bluetooth devices not showing up).
+  * Power settings: Don't add the Gtk.Stack if it's empty.
+  * Power settings/applet: Let the user rename battery powered
+    devices.
+  * Power settings: Fix power bars not being aligned.
+  * tooltips.js: Hide if the stage's key focus changes - prevents
+    tooltips from becoming stuck if you use the keyboard to switch
+    focus (hit the menu key while a window list preview is showing).
+  * cs_keyboard: Add a "wide" style class to the pane separator in
+    the shortcuts page and remove some unneeded padding so this
+    looks a little nicer in most newer themes.
+  * effects: Enable effects on dialogs and menus by default.
+  * Sound applet: Correctly identify changed artwork from Spotify
+    (and add support for new URLs in version 0.27.x).
+  * Theme settings: Don't filter themes missing gtk-3.0 if they
+    provide gtk-3.*.
+  * Show multi line descriptions in applet about.
+  * Sound applet: Use wget to download remote artwork covers.
+  * layout: Tweak the handling of menus in the top_window_group to
+    match muffin changes.
+  * Cinnamon Settings: Fixed gi.require_version() warnings.
+  * Cinnamon Settings: Remove a couple of old debug output.
+  * Cinnamon Settings: Retire cinnamon-bluetooth
+    (replaced with Blueberry).
+  * Revert "St-texture-cache: Don't monitor file changes (should
+    increase performance, might cause regressions in cases where the
+    St texture needs to be refreshed following a file change)".
+  * panel-launcher: Fix an undeclared variable warning.
+  * Fixed cinnamon slideshow error.
+  * Adjust to Muffin API changes for handling fullscreen windows.
+  * Extensions: Fix the "Disable all extensions" not working.
+  * Update generated files.
+  * Update pot file.
+- Remove cinnamon-fix-backgrounds-lookup.patch,
+  cinnamon-icon-themes-with-cursors.patch: merged upstream.
+- Rebase cinnamon-settings-native.patch,
+  cinnamon-no-gksu-requirement.patch,
+  cinnamon-favourite-applications.patch.
+
+-------------------------------------------------------------------

Old:
----
  cinnamon-2.8.8.tar.gz
  cinnamon-fix-backgrounds-lookup.patch
  cinnamon-icon-themes-with-cursors.patch

New:
----
  cinnamon-3.0.0.tar.gz

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

Other differences:
------------------
++++++ cinnamon.spec ++++++
--- /var/tmp/diff_new_pack.BAkRC6/_old  2016-04-30 23:29:22.000000000 +0200
+++ /var/tmp/diff_new_pack.BAkRC6/_new  2016-04-30 23:29:22.000000000 +0200
@@ -16,12 +16,12 @@
 #
 
 
-%define __requires_exclude typelib\\((Cinnamon(|JS)|Gvc|St)\\)
+%define __requires_exclude typelib\\((Cinnamon(|JS)|St)\\)
 %define __provides_exclude typelib\\(.*\\)
 %define _name   Cinnamon
-%define _version 2.8.0
+%define _version 3.0.0
 Name:           cinnamon
-Version:        2.8.8
+Version:        3.0.0
 Release:        0
 Summary:        GNU/Linux Desktop featuring a traditional layout
 License:        GPL-2.0+ and LGPL-2.1
@@ -30,24 +30,20 @@
 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
-# PATCH-FIX-UPSTREAM cinnamon-fix-backgrounds-lookup.patch sor.ale...@meowr.ru 
-- Don't ignore backgrounds with specified size.
-Patch0:         %{name}-fix-backgrounds-lookup.patch
-# PATCH-FIX-UPSTREAM cinnamon-icon-themes-with-cursors.patch 
sor.ale...@meowr.ru -- Do not discard icon themes that happend to also have a 
cursor theme.
-Patch1:         %{name}-icon-themes-with-cursors.patch
+# PATCH-FIX-UPSTREAM cinnamon-network-user-connections.patch j...@debian.org 
-- Do not ask password everytime for wireless networks at login.
+Patch0:         %{name}-network-user-connections.patch
 # PATCH-FIX-OPENSUSE cinnamon-wheel-and-sbin-path sor.ale...@meowr.ru -- Make 
full sbin paths and use wheel as a sudo group.
-Patch2:         %{name}-wheel-and-sbin-path.patch
+Patch1:         %{name}-wheel-and-sbin-path.patch
 # PATCH-FIX-OPENSUSE cinnamon-settings-native.patch sor.ale...@meowr.ru -- 
Remove foreign configuration tools and add openSUSE's native.
-Patch3:         %{name}-settings-native.patch
-# PATCH-FIX-UPSTREAM cinnamon-network-user-connections.patch j...@debian.org 
-- Do not ask password everytime for wireless networks at login.
-Patch4:         %{name}-network-user-connections.patch
+Patch2:         %{name}-settings-native.patch
 # PATCH-FIX-OPENSUSE cinnamon-settings-xscreensaver-path.patch boo#960165 
sor.ale...@meowr.ru -- Fix xscreensaver configs path.
-Patch5:         %{name}-settings-xscreensaver-path.patch
+Patch3:         %{name}-settings-xscreensaver-path.patch
 # PATCH-FIX-OPENSUSE cinnamon-no-gksu-requirement.patch sor.ale...@meowr.ru -- 
Don't require gksu.
-Patch6:         %{name}-no-gksu-requirement.patch
+Patch4:         %{name}-no-gksu-requirement.patch
 # PATCH-FEATURE-OPENSUSE cinnamon-favourite-applications.patch 
sor.ale...@meowr.ru -- Remove mintinstall from favourites and add YaST.
-Patch7:         %{name}-favourite-applications.patch
+Patch5:         %{name}-favourite-applications.patch
 # PATCH-FEATURE-OPENSUSE cinnamon-fallback-icewm.patch sor.ale...@meowr.ru -- 
Use IceWM as fallback.
-Patch8:         %{name}-fallback-icewm.patch
+Patch6:         %{name}-fallback-icewm.patch
 # For gnome-background-properties.
 BuildRequires:  desktop-data-openSUSE-extra
 BuildRequires:  fdupes
@@ -55,6 +51,7 @@
 BuildRequires:  gnome-common
 # For distributor.svg.
 BuildRequires:  hicolor-icon-theme-branding-openSUSE
+BuildRequires:  pkg-config
 BuildRequires:  python-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(cinnamon-desktop)
@@ -69,7 +66,6 @@
 BuildRequires:  pkgconfig(libmuffin)
 BuildRequires:  pkgconfig(libnm-glib)
 BuildRequires:  pkgconfig(libnm-util)
-BuildRequires:  pkgconfig(libpulse-mainloop-glib)
 BuildRequires:  pkgconfig(libsoup-2.4)
 BuildRequires:  pkgconfig(libstartup-notification-1.0)
 BuildRequires:  pkgconfig(polkit-agent-1)
@@ -94,13 +90,14 @@
 Requires:       pkg-config
 Requires:       polkit-gnome
 Requires:       python-Pillow
-Requires:       python-gconf
+Requires:       python-cairo
+Requires:       python-gobject
 Requires:       python-gobject-cairo
-Requires:       python-gtk
-Requires:       python-opencv
 Requires:       python-pam
 Requires:       python-pexpect
 Requires:       python-pyinotify
+Requires:       v4l-tools
+Requires:       wget
 Requires:       xdg-utils
 Recommends:     blueberry
 Recommends:     cinnamon-themes
@@ -163,8 +160,6 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
-%patch7 -p1
-%patch8 -p1
 cp -a %{SOURCE1} .
 
 %build
@@ -243,7 +238,6 @@
 # Note the requirements exclude list above.
 %{_libdir}/%{name}/Cinnamon-0.1.typelib
 %{_libdir}/%{name}/CinnamonJS-0.1.typelib
-%{_libdir}/%{name}/Gvc-1.0.typelib
 %{_libdir}/%{name}/St-1.0.typelib
 %{_datadir}/%{name}/
 %{_datadir}/%{name}-background-properties
@@ -253,6 +247,8 @@
 %{_datadir}/applications/%{name}*.desktop
 %{_datadir}/icons/hicolor/*/*/cs-*.*
 %{_datadir}/icons/hicolor/*/*/pan-*.*
+%{_datadir}/icons/hicolor/*/actions/*-lock-*.*
+%{_datadir}/icons/hicolor/*/devices/audio-*.*
 %{_mandir}/man?/*%{name}*.?%{?ext_man}
 %{_datadir}/dbus-1/services/org.Cinnamon.*.service
 %{_datadir}/polkit-1/actions/org.cinnamon.settings-users.policy

++++++ cinnamon-2.8.8.tar.gz -> cinnamon-3.0.0.tar.gz ++++++
++++ 32524 lines of diff (skipped)

++++++ cinnamon-favourite-applications.patch ++++++
--- /var/tmp/diff_new_pack.BAkRC6/_old  2016-04-30 23:29:23.000000000 +0200
+++ /var/tmp/diff_new_pack.BAkRC6/_new  2016-04-30 23:29:23.000000000 +0200
@@ -1,6 +1,6 @@
 --- a/data/org.cinnamon.gschema.xml.in
 +++ b/data/org.cinnamon.gschema.xml.in
-@@ -367,7 +367,7 @@
+@@ -382,7 +382,7 @@
      </key>
  
      <key name="favorite-apps" type="as">

++++++ cinnamon-no-gksu-requirement.patch ++++++
--- /var/tmp/diff_new_pack.BAkRC6/_old  2016-04-30 23:29:23.000000000 +0200
+++ /var/tmp/diff_new_pack.BAkRC6/_new  2016-04-30 23:29:23.000000000 +0200
@@ -22,7 +22,7 @@
      }
 --- a/files/usr/share/cinnamon/cinnamon-settings/bin/SettingsWidgets.py
 +++ b/files/usr/share/cinnamon/cinnamon-settings/bin/SettingsWidgets.py
-@@ -411,6 +411,7 @@ class SAModule:
+@@ -415,6 +415,7 @@ class SAModule:
      def process (self):
          name = self.name.replace("gksudo ", "")
          name = name.replace("gksu ", "")

++++++ cinnamon-settings-native.patch ++++++
--- /var/tmp/diff_new_pack.BAkRC6/_old  2016-04-30 23:29:23.000000000 +0200
+++ /var/tmp/diff_new_pack.BAkRC6/_new  2016-04-30 23:29:23.000000000 +0200
@@ -1,6 +1,6 @@
 --- a/files/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py
 +++ b/files/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py
-@@ -76,12 +76,9 @@ CONTROL_CENTER_MODULES = [
+@@ -73,12 +73,9 @@ CONTROL_CENTER_MODULES = [
  STANDALONE_MODULES = [
  #         Label                          Executable                          
Icon                Category        Keywords for filter
      [_("Printers"),                      "system-config-printer",        
"cs-printer",         "hardware",       _("printers, laser, inkjet")],


Reply via email to