Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package upower for openSUSE:Factory checked 
in at 2022-03-05 14:44:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/upower (Old)
 and      /work/SRC/openSUSE:Factory/.upower.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "upower"

Sat Mar  5 14:44:00 2022 rev:77 rq:959380 version:0.99.16

Changes:
--------
--- /work/SRC/openSUSE:Factory/upower/upower.changes    2021-12-18 
20:30:15.854243150 +0100
+++ /work/SRC/openSUSE:Factory/.upower.new.1958/upower.changes  2022-03-05 
14:44:45.279721172 +0100
@@ -1,0 +2,33 @@
+Fri Mar  4 10:41:16 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com>
+
+- Pass --libexecdir=%%{_libexecdir}/upower to meson, keep our
+  previous setup.
+- Use ldconfig_scriptlets macro for post(un) handling.
+- Stop removing .la files no longer present.
+
+-------------------------------------------------------------------
+Wed Mar  2 09:44:22 UTC 2022 - Paolo Stivanin <i...@paolostivanin.com>
+
+- Update to version 0.99.16:
+  + Silence unnecessary udev event warnings
+  + Increase test timeout
+  + Explicitly link with plist
+  + Fix UpClient reference leak
+  + Fix DisplayDevice state on battery hotplug
+  + Fix critical action to work after it was cancelled
+- Changes from version 0.99.15:
+  + Various build fixes
+  + Update bluetooth device alias when it changes
+- Changes from version 0.99.14:
+  + Port build system to meson
+  + New ChargeCycles D-Bus property
+  + New async GLib APIs
+  + lid related functions are now deprecated
+  + Refresh API is now deprecated
+  + Fix leak of inhibitor lock
+  + Recognize USB power supplies
+  + Fix time compression of data points
+  + Fix disk write amplification when battery is low
+- Add meson BuildRequires and macros following upstreams port.
+
+-------------------------------------------------------------------

Old:
----
  upower-0.99.13.obscpio

New:
----
  upower-0.99.16.obscpio

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

Other differences:
------------------
++++++ upower.spec ++++++
--- /var/tmp/diff_new_pack.rCBjaC/_old  2022-03-05 14:44:45.823721309 +0100
+++ /var/tmp/diff_new_pack.rCBjaC/_new  2022-03-05 14:44:45.827721310 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package upower
 #
-# Copyright (c) 2021 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
@@ -23,30 +23,29 @@
 %endif
 
 Name:           upower
-Version:        0.99.13
+Version:        0.99.16
 Release:        0
 Summary:        Power Device Enumeration Framework
 License:        GPL-2.0-or-later
 Group:          System/Daemons
 URL:            https://upower.freedesktop.org/
-#Source0:        
https://gitlab.freedesktop.org/upower/upower/uploads/c438511024b9bc5a904f8775cfc8e4c4/%%{name}-%%{version}.tar.xz
 Source:         %{name}-%{version}.tar.xz
 # PATCH-FEATURE-OPENSUSE upower-hibernate-insteadof-hybridsleep.patch 
boo#985741 dims...@opensuse.org -- Set the system per default to hibernate, not 
hybridsleep
 Patch0:         upower-hibernate-insteadof-hybridsleep.patch
 # PATCH-FEATURE-SLE upower-sle15.patch fcro...@suse.com -- Disable some 
hardenings, don't work on SLE15 SP2+
 Patch1:         upower-sle15.patch
-
 BuildRequires:  gobject-introspection-devel >= 0.9.9
 BuildRequires:  gtk-doc >= 1.11
 BuildRequires:  intltool
 BuildRequires:  libtool
+BuildRequires:  meson >= 0.49.0
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gio-2.0) >= 2.16.1
 BuildRequires:  pkgconfig(gio-unix-2.0)
 BuildRequires:  pkgconfig(glib-2.0) >= 2.34.0
 BuildRequires:  pkgconfig(gobject-2.0)
-BuildRequires:  pkgconfig(gudev-1.0) >= 147
+BuildRequires:  pkgconfig(gudev-1.0) >= 235
 BuildRequires:  pkgconfig(libimobiledevice-1.0) >= 0.9.7
 %if %libplist2
 BuildRequires:  pkgconfig(libplist-2.0)
@@ -115,18 +114,13 @@
 %endif
 
 %build
-NOCONFIGURE=1 ./autogen.sh
-%configure \
-       --disable-static \
+%meson \
        --libexecdir=%{_libexecdir}/upower \
-       --enable-gtk-doc \
-       --with-udevrulesdir=%{_udevrulesdir} \
        %{nil}
-%make_build
+%meson_build
 
 %install
-%make_install
-find %{buildroot} -type f -name "*.la" -delete -print
+%meson_install
 install -d %{buildroot}%{_sbindir}
 ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
 %find_lang %{name}
@@ -144,8 +138,7 @@
 %postun
 %service_del_postun upower.service
 
-%post -n libupower-glib3 -p /sbin/ldconfig
-%postun -n libupower-glib3 -p /sbin/ldconfig
+%ldconfig_scriptlets -n libupower-glib3
 
 %files
 %license COPYING

++++++ _service ++++++
--- /var/tmp/diff_new_pack.rCBjaC/_old  2022-03-05 14:44:45.855721317 +0100
+++ /var/tmp/diff_new_pack.rCBjaC/_new  2022-03-05 14:44:45.859721318 +0100
@@ -2,8 +2,8 @@
   <service name="obs_scm" mode="disabled">
     <param name="url">https://gitlab.freedesktop.org/upower/upower.git</param>
     <param name="scm">git</param>
-    <param name="version">0.99.13</param>
-    <param name="revision">UPOWER_0_99_13</param>
+    <param name="version">0.99.16</param>
+    <param name="revision">v0.99.16</param>
   </service>
   <service mode="disabled" name="set_version" />
 

++++++ upower-0.99.13.obscpio -> upower-0.99.16.obscpio ++++++
++++ 7812 lines of diff (skipped)

++++++ upower.obsinfo ++++++
--- /var/tmp/diff_new_pack.rCBjaC/_old  2022-03-05 14:44:46.019721358 +0100
+++ /var/tmp/diff_new_pack.rCBjaC/_new  2022-03-05 14:44:46.023721359 +0100
@@ -1,6 +1,5 @@
 name: upower
-version: 0.99.13
-mtime: 1629208559
-commit: 0f6cc0a10be22d7ddd684e1cd851e4364a440494
-
+version: 0.99.16
+mtime: 1645634811
+commit: 2e5ba3ef806fab1028c5030ef630f66e29b4366d
 

Reply via email to