Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rtkit for openSUSE:Factory checked in at 2021-03-17 20:13:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rtkit (Old) and /work/SRC/openSUSE:Factory/.rtkit.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rtkit" Wed Mar 17 20:13:46 2021 rev:29 rq:879258 version:0.13 Changes: -------- --- /work/SRC/openSUSE:Factory/rtkit/rtkit.changes 2020-11-15 15:25:57.667423813 +0100 +++ /work/SRC/openSUSE:Factory/.rtkit.new.2401/rtkit.changes 2021-03-17 20:13:57.894826266 +0100 @@ -1,0 +2,15 @@ +Mon Mar 8 22:55:08 UTC 2021 - Dirk M??ller <[email protected]> + +- update to 0.13: + * Link to libsystemd instead of shipping a copy of sd-daemon + * Move D-Bus policy to datadir + * Install the D-Bus interface description + * Other fixes accumulated over the years from various distributions + * Add meson build files (autotools stays available for now) + * Replace the use of as with xxd for including a file as a string, which avoids + * some pitfalls (#15 and portability problems). The tarball contains the + * resulting file, so xxd is not necessary when building using autotools + * Move rtkit-daemon.service from graphical.target to multi-user.target (#12) + * Make libsystemd an optional dependency (#13) + +------------------------------------------------------------------- Old: ---- rtkit-0.11+git.20161005.tar.xz New: ---- rtkit-0.13.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rtkit.spec ++++++ --- /var/tmp/diff_new_pack.mz2jss/_old 2021-03-17 20:13:58.674827333 +0100 +++ /var/tmp/diff_new_pack.mz2jss/_new 2021-03-17 20:13:58.674827333 +0100 @@ -1,7 +1,7 @@ # # spec file for package rtkit # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,28 +17,27 @@ Name: rtkit -Version: 0.11+git.20161005 +Version: 0.13 Release: 0 Summary: Realtime Policy and Watchdog Daemon # The daemon itself is GPL v3 or later, the reference implementation for # the client BSD-3-Clause License: GPL-3.0-or-later AND BSD-3-Clause Group: System/Base -URL: http://git.0pointer.de/?p=rtkit.git -Source: %{name}-%{version}.tar.xz +URL: https://github.com/heftig/rtkit +Source: https://github.com/heftig/rtkit/releases/download/v%{version}/rtkit-%{version}.tar.xz BuildRequires: automake BuildRequires: libcap-devel BuildRequires: pkg-config +BuildRequires: systemd-devel BuildRequires: systemd-rpm-macros +BuildRequires: vim BuildRequires: xz BuildRequires: pkgconfig(dbus-1) >= 1.2 BuildRequires: pkgconfig(polkit-agent-1) BuildRequires: pkgconfig(polkit-gobject-1) Requires: polkit Requires(pre): dbus-1 -Provides: %{name} = 0.11_git201205151338 -Obsoletes: %{name} = 0.11_git201205151338 -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description RealtimeKit is a D-Bus system service that changes the scheduling policy of @@ -89,11 +88,14 @@ %doc README rtkit.c rtkit.h %attr(0755,root,root) %{_sbindir}/rtkitctl %dir %{_libexecdir}/rtkit +%dir %{_libexecdir}/rtkit/installed-tests +%dir %{_libexecdir}/rtkit/installed-tests/rtkit %attr(0755,root,root) %{_libexecdir}/rtkit/rtkit-daemon +%{_libexecdir}/rtkit/installed-tests/rtkit/rtkit-test %{_datadir}/dbus-1/system-services/org.freedesktop.RealtimeKit1.service %{_datadir}/dbus-1/interfaces/org.freedesktop.RealtimeKit1.xml %{_datadir}/polkit-1/actions/org.freedesktop.RealtimeKit1.policy -%{_sysconfdir}/dbus-1/system.d/org.freedesktop.RealtimeKit1.conf +%{_datadir}/dbus-1/system.d/org.freedesktop.RealtimeKit1.conf %{_mandir}/man8/rtkitctl.8%{ext_man} %{_sbindir}/rcrtkit-daemon %{_unitdir}/rtkit-daemon.service ++++++ _service ++++++ --- /var/tmp/diff_new_pack.mz2jss/_old 2021-03-17 20:13:58.702827371 +0100 +++ /var/tmp/diff_new_pack.mz2jss/_new 2021-03-17 20:13:58.706827377 +0100 @@ -1,14 +1,14 @@ <services> - <service mode="localonly" name="tar_scm"> - <param name="url">http://git.0pointer.net/clone/rtkit.git</param> + <service mode="disabled" name="tar_scm"> + <param name="url">https://git.0pointer.net/clone/rtkit.git</param> <param name="scm">git</param> <param name="changesgenerate">enable</param> <param name="filename">rtkit</param> <param name="versionformat">0.11+git.%cd</param> </service> - <service mode="localonly" name="recompress"> + <service mode="disabled" name="recompress"> <param name="file">*.tar</param> <param name="compression">xz</param> </service> - <service mode="localonly" name="set_version"/> + <service mode="disabled" name="set_version"/> </services> ++++++ rtkit-0.11+git.20161005.tar.xz -> rtkit-0.13.tar.xz ++++++ ++++ 17908 lines of diff (skipped)
