Hello community,

here is the log from the commit of package picom for openSUSE:Factory checked 
in at 2020-06-15 20:29:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/picom (Old)
 and      /work/SRC/openSUSE:Factory/.picom.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "picom"

Mon Jun 15 20:29:42 2020 rev:2 rq:814595 version:8

Changes:
--------
--- /work/SRC/openSUSE:Factory/picom/picom.changes      2019-11-28 
10:13:28.419636773 +0100
+++ /work/SRC/openSUSE:Factory/.picom.new.3606/picom.changes    2020-06-15 
20:29:54.910250567 +0200
@@ -1,0 +2,51 @@
+Sun Jun 14 18:03:52 UTC 2020 - Callum Farmer <[email protected]>
+
+- Since it requires dbus, use dbus by default. 
+
+-------------------------------------------------------------------
+Sat May  9 14:03:44 UTC 2020 - Callum Farmer <[email protected]>
+
+- Updated to version 8
+  * You can now use the time variable in window shaders to get a
+    timestamp. An example usage is to create animated effects,
+    e.g. https://streamable.com/e0x7r
+  * --max-brightness, which allows you to dim windows that are
+    too bright. When enabled, all windows' average brightness will
+    be clamped to the set value.
+  * Automatic configuration file reloading after it's changed.
+  * A lot of the artifacts seen with blur and use-damage enabled
+    are fixed.
+  * _NET_WM_BYPASS_COMPOSITOR property are now handled.
+    (Related to i3/i3lock#204)
+  * Completely transparent windows won't have a blurred background
+    anymore.
+  * Improved fullscreen window detection. Now EWMH is used to
+    detect fullscreen windows as well. You can turn it off with
+    --no-ewmh-fullscreen
+  * Various improvments to the inverter.sh script
+  * wintype notify has been renamed to notification to match the
+    EWMH names. (Old name still works)
+  * picom no longer sets the opacity property on windows based on
+    opacity rules. This is to fix the problem where picom "forgets"
+    it set the opacity property after, e.g., window manager
+    restarts.
+  * libxdg-basedir is no longer a dependency
+  * Fixed wrong client window detection after i3wm restarts
+  * Fixed wallpaper disappearing after screen resolution changes.
+  * Fixed crashing when a really big window is created with shadow
+  * Fixed --frame-opacity with the experimental backends
+  * --blur-* command line options are now handled properly
+  * Various build fixes
+  * Various memory leakage fixes
+  * Various documentation fixes and improvments
+  * Various other crash, assertion failure fixes
+  * Fixed some left over problems related to terminals in floating
+    scratchpads losing transparency after restarting i3
+  * Using these options is now an error: alpha-step, -d, -S,
+    --no-named-pixmap xrender-sync. They were deprecated in v5.
+    paint-on-overlay, --dbe. They were deprecated in v4.
+  * Error messages will no longer be printed for these removed
+    options: glx-use-copysubbuffermesa, glx-copy-from-front.
+    They were removed in v7
+
+-------------------------------------------------------------------

Old:
----
  _service
  _servicedata
  picom-7.4+159.g9a88d97.obscpio
  picom.obsinfo

New:
----
  v8.tar.gz

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

Other differences:
------------------
++++++ picom.spec ++++++
--- /var/tmp/diff_new_pack.57FLeu/_old  2020-06-15 20:29:58.826264133 +0200
+++ /var/tmp/diff_new_pack.57FLeu/_new  2020-06-15 20:29:58.826264133 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package picom
 #
-# Copyright (c) 2019 SUSE LLC
+# 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
@@ -17,13 +17,13 @@
 
 
 Name:           picom
-Version:        7.4+159.g9a88d97
+Version:        8
 Release:        0
 Summary:        Stand-alone compositor for X11
 License:        MPL-2.0 AND MIT
 Group:          System/X11/Utilities
 URL:            https://github.com/yshui/picom
-Source0:        %{name}-%{version}.tar.xz
+Source0:        https://github.com/yshui/picom/archive/v8.tar.gz
 Source1:        picom.desktop
 BuildRequires:  asciidoc
 BuildRequires:  c_compiler
@@ -77,7 +77,7 @@
 cp %{SOURCE1} %{buildroot}%{_datadir}/applications/%{name}.desktop
 
 %files
-%license COPYING
+%license LICENSES/MPL-2.0 LICENSES/MIT COPYING
 %doc CONTRIBUTORS README.md README_orig.md picom.sample.conf
 %{_bindir}/*
 %{_datadir}/icons/hicolor/*/apps/%{name}*

++++++ picom.desktop ++++++
--- /var/tmp/diff_new_pack.57FLeu/_old  2020-06-15 20:29:58.854264230 +0200
+++ /var/tmp/diff_new_pack.57FLeu/_new  2020-06-15 20:29:58.858264243 +0200
@@ -3,8 +3,9 @@
 Type=Application
 Name=picom
 GenericName=X compositor
-Comment=Stand-alone X compositor
+Comment=A stand-alone X compositor
 Categories=Utility;X-SuSE-DesktopUtility;
 Keywords=compositor;composite manager;window effects;transparency;opacity;
 TryExec=picom
-Exec=picom
+Exec=picom --dbus
+Icon=picom


Reply via email to