Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xfce4-power-manager for 
openSUSE:Factory checked in at 2022-01-08 23:23:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfce4-power-manager (Old)
 and      /work/SRC/openSUSE:Factory/.xfce4-power-manager.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xfce4-power-manager"

Sat Jan  8 23:23:40 2022 rev:75 rq:944796 version:4.16.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/xfce4-power-manager/xfce4-power-manager.changes  
2021-01-12 10:28:56.673220148 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-power-manager.new.1892/xfce4-power-manager.changes
        2022-01-08 23:24:20.270266840 +0100
@@ -1,0 +2,7 @@
+Mon Jan  3 21:11:05 UTC 2022 - Predrag Ivanovi?? <predi...@mts.rs>
+
+- Add inhibit_dpms.patch
+   Inhibit DPMS when getting power inhibit request.
+    (gxo#xfce/xfce4-power-manager!22)
+
+-------------------------------------------------------------------

New:
----
  inhibit_dpms.patch

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

Other differences:
------------------
++++++ xfce4-power-manager.spec ++++++
--- /var/tmp/diff_new_pack.gFuBt1/_old  2022-01-08 23:24:20.942267389 +0100
+++ /var/tmp/diff_new_pack.gFuBt1/_new  2022-01-08 23:24:20.946267392 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-power-manager
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,6 +27,7 @@
 URL:            https://docs.xfce.org/xfce/xfce4-power-manager/start
 Source0:        
https://archive.xfce.org/src/xfce/xfce4-power-manager/4.16/%{name}-%{version}.tar.bz2
 Source1:        xfce4-power-manager.xml
+Patch0:         inhibit_dpms.patch
 BuildRequires:  appstream-glib
 BuildRequires:  fdupes
 BuildRequires:  intltool
@@ -102,7 +103,7 @@
 %lang_package
 
 %prep
-%autosetup
+%autosetup -p1
 
 # xfce4-pm-helper is only needed on non-systemd systems
 xsltproc --nonet - ./src/org.xfce.power.policy.in2 <<'EOF' \

++++++ inhibit_dpms.patch ++++++
diff -Naur xfce4-power-manager-4.16.0/src/xfpm-power.c 
xfce4-power-manager-4.16.0.new/src/xfpm-power.c
--- xfce4-power-manager-4.16.0/src/xfpm-power.c 2020-11-06 23:13:15.000000000 
+0100
+++ xfce4-power-manager-4.16.0.new/src/xfpm-power.c     2022-01-03 
22:05:53.664020771 +0100
@@ -952,6 +952,8 @@
                 power->priv->screensaver_inhibited ? "TRUE" : "FALSE",
                 power->priv->presentation_mode ? "TRUE" : "FALSE");
 
+    xfpm_dpms_inhibit (power->priv->dpms, is_inhibit);
+
     /* If we are inhibited make sure we inhibit the screensaver too */
     if (is_inhibit)
     {
@@ -976,6 +978,8 @@
   power->priv->inhibited ? "TRUE" : "FALSE",
   power->priv->screensaver_inhibited ? "TRUE" : "FALSE",
   power->priv->presentation_mode ? "TRUE" : "FALSE");
+
+  xfpm_update_blank_time (power);
 }
 
 static void

Reply via email to