Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bolt for openSUSE:Factory checked in at 2024-07-11 20:29:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bolt (Old) and /work/SRC/openSUSE:Factory/.bolt.new.17339 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bolt" Thu Jul 11 20:29:37 2024 rev:15 rq:1186694 version:0.9.8 Changes: -------- --- /work/SRC/openSUSE:Factory/bolt/bolt.changes 2024-05-16 17:15:16.776149035 +0200 +++ /work/SRC/openSUSE:Factory/.bolt.new.17339/bolt.changes 2024-07-11 20:29:58.773820488 +0200 @@ -1,0 +2,10 @@ +Sat Jun 29 10:06:56 UTC 2024 - Enrico Belleri <kilgore.tr...@idesmi.eu> + +- Edit license: LGPL-2.1-or-later +- Add BuildRequires: asciidoc to produce manpages: + * boltd.8 boltctl.1 +- Switch dependencies to provided pkgconfig +- Update meson required version 0.60 +- Use autosetup + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bolt.spec ++++++ --- /var/tmp/diff_new_pack.PzPbQb/_old 2024-07-11 20:29:59.197836157 +0200 +++ /var/tmp/diff_new_pack.PzPbQb/_new 2024-07-11 20:29:59.201836305 +0200 @@ -21,16 +21,20 @@ Version: 0.9.8 Release: 0 Summary: Thunderbolt 3 device manager -License: GPL-2.0-or-later +License: LGPL-2.1-or-later Group: System/Daemons URL: https://gitlab.freedesktop.org/bolt/bolt Source0: https://gitlab.freedesktop.org/bolt/bolt/-/archive/%{version}/bolt-%{version}.tar.bz2 -BuildRequires: glib2-devel -BuildRequires: glibc-devel >= 2.27 -BuildRequires: meson >= 0.46 +BuildRequires: asciidoc +BuildRequires: c_compiler +BuildRequires: meson >= 0.60 BuildRequires: ninja -BuildRequires: polkit-devel +BuildRequires: pkgconfig +BuildRequires: pkgconfig(gio-2.0) +BuildRequires: pkgconfig(gio-unix-2.0) +BuildRequires: pkgconfig(glib-2.0) >= 2.56.0 BuildRequires: pkgconfig(libudev) +BuildRequires: pkgconfig(polkit-gobject-1) BuildRequires: pkgconfig(udev) %description @@ -47,7 +51,7 @@ software framework. %prep -%setup -q -n bolt-%{version} +%autosetup %build %meson @@ -65,7 +69,7 @@ # move polkit rules to doc folder: the wheel group does not have special # meaning on SUSE based distros mkdir -p %{buildroot}/%{_docdir}/bolt/ -mv %{buildroot}/usr/share/polkit-1/rules.d/org.freedesktop.bolt.rules %{buildroot}/%{_docdir}/bolt/ +mv %{buildroot}%{_datadir}/polkit-1/rules.d/org.freedesktop.bolt.rules %{buildroot}/%{_docdir}/bolt/ %preun %service_del_preun bolt.service @@ -82,6 +86,7 @@ %files %doc README.md INSTALL.md BUGS.md %license COPYING +%{_mandir}/man8/boltd.8%{?ext_man} %{_libexecdir}/boltd %{_unitdir}/bolt.service %{_sbindir}/rcbolt @@ -94,4 +99,5 @@ %files tools %{_bindir}/boltctl +%{_mandir}/man1/boltctl.1%{?ext_man}