Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cups-pk-helper for openSUSE:Factory checked in at 2022-08-15 19:56:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cups-pk-helper (Old) and /work/SRC/openSUSE:Factory/.cups-pk-helper.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cups-pk-helper" Mon Aug 15 19:56:54 2022 rev:34 rq:994801 version:0.2.7 Changes: -------- --- /work/SRC/openSUSE:Factory/cups-pk-helper/cups-pk-helper.changes 2020-01-14 20:58:36.686522022 +0100 +++ /work/SRC/openSUSE:Factory/.cups-pk-helper.new.1521/cups-pk-helper.changes 2022-08-15 19:56:56.372845877 +0200 @@ -1,0 +2,16 @@ +Thu Aug 04 11:55:06 UTC 2022 - gm...@opensuse.org + +- Update to version 0.2.7: + + Use meson build system. + + Remove code using CUPS 1.5 and lower. + + Remove calls to deprecated g_type_init(). + + Move D-Bus conf file to $(datadir)/dbus-1/system.d + (bsc#1202338). + + Don't compare signed and unsigned int. + + Add default statements to silence compiler warnings. + + Add Code of Conduct. + + Updated translations. +- Add meson BuildRequires and replace configure/make/make_install + macros with relevant meson/meson_build/meson_install ones. + +------------------------------------------------------------------- Old: ---- cups-pk-helper-0.2.6.tar.xz New: ---- cups-pk-helper-0.2.7.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cups-pk-helper.spec ++++++ --- /var/tmp/diff_new_pack.itzflU/_old 2022-08-15 19:56:56.872847271 +0200 +++ /var/tmp/diff_new_pack.itzflU/_new 2022-08-15 19:56:56.884847304 +0200 @@ -1,7 +1,7 @@ # # spec file for package cups-pk-helper # -# 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 @@ -17,22 +17,21 @@ Name: cups-pk-helper -Version: 0.2.6 +Version: 0.2.7 Release: 0 Summary: PolicyKit helper to configure cups with fine-grained privileges License: GPL-2.0-or-later Group: Hardware/Printing URL: https://www.freedesktop.org/wiki/Software/cups-pk-helper/ Source0: https://www.freedesktop.org/software/cups-pk-helper/releases/%{name}-%{version}.tar.xz - BuildRequires: cups-devel +BuildRequires: meson # For directory ownership BuildRequires: dbus-1 BuildRequires: glib2-devel -BuildRequires: intltool BuildRequires: polkit-devel # Without cups installed, the cups-pk-helper-mechanism gives error: CRITICAL **: Failed to connect to cupsd -Requires: cups +Requires: cups >= 1.6 %description This package provides a PolicyKit helper to configure cups with @@ -46,18 +45,17 @@ %autosetup -p1 %build -%configure \ - %{nil} -%make_build +%meson +%meson_build %install -%make_install +%meson_install %find_lang %{name} %{?no_lang_C} %files %license COPYING %doc AUTHORS NEWS README -%{_sysconfdir}/dbus-1/system.d/org.opensuse.CupsPkHelper.Mechanism.conf +%{_datadir}/dbus-1/system.d/org.opensuse.CupsPkHelper.Mechanism.conf %{_libexecdir}/cups-pk-helper-mechanism %{_datadir}/dbus-1/system-services/org.opensuse.CupsPkHelper.Mechanism.service %{_datadir}/locale/en/ ++++++ cups-pk-helper-0.2.6.tar.xz -> cups-pk-helper-0.2.7.tar.xz ++++++ ++++ 29694 lines of diff (skipped)