Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package contractor for openSUSE:Factory checked in at 2024-08-14 14:14:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/contractor (Old) and /work/SRC/openSUSE:Factory/.contractor.new.7232 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "contractor" Wed Aug 14 14:14:39 2024 rev:5 rq:1192935 version:0.3.5 Changes: -------- --- /work/SRC/openSUSE:Factory/contractor/contractor.changes 2023-02-22 15:22:02.826018006 +0100 +++ /work/SRC/openSUSE:Factory/.contractor.new.7232/contractor.changes 2024-08-14 14:15:11.533395086 +0200 @@ -1,0 +2,5 @@ +Fri Aug 9 01:45:27 UTC 2024 - Richard Rahl <[email protected]> + +- change url to github, as we don't want to link to a different OS + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ contractor.spec ++++++ --- /var/tmp/diff_new_pack.8Xe532/_old 2024-08-14 14:15:12.081417995 +0200 +++ /var/tmp/diff_new_pack.8Xe532/_new 2024-08-14 14:15:12.085418163 +0200 @@ -1,7 +1,7 @@ # # spec file for package contractor # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,14 +16,14 @@ # +%define appid org.elementary.contractor Name: contractor Version: 0.3.5 Release: 0 Summary: A desktop-wide extension service License: GPL-3.0-or-later -Group: System/Daemons -URL: https://elementary.io/ -Source: https://github.com/elementary/contractor/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz +URL: https://github.com/elementary/contractor +Source: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: meson >= 0.44.4 BuildRequires: pkgconfig BuildRequires: vala >= 0.28.0 @@ -39,7 +39,7 @@ Designed for Elementary OS. %prep -%setup -q +%autosetup %build %meson @@ -50,7 +50,7 @@ %files %license COPYING -%doc README.md -%{_bindir}/contractor -%{_datadir}/dbus-1/services/org.elementary.contractor.service +%doc README.md CODE_OF_CONDUCT.md +%{_bindir}/%{name} +%{_datadir}/dbus-1/services/%{appid}.service
