Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lirc for openSUSE:Factory checked in at 2021-03-11 20:07:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lirc (Old) and /work/SRC/openSUSE:Factory/.lirc.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lirc" Thu Mar 11 20:07:32 2021 rev:71 rq:877893 version:0.10.1 Changes: -------- --- /work/SRC/openSUSE:Factory/lirc/lirc.changes 2019-12-07 15:23:11.595730431 +0100 +++ /work/SRC/openSUSE:Factory/.lirc.new.2401/lirc.changes 2021-03-11 20:08:08.472259450 +0100 @@ -1,0 +2,13 @@ +Sat Feb 20 11:09:50 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- switch away from the libusb-compat (0.1) to the maintained libusb 1.0 + (lirc has support for both) + +------------------------------------------------------------------- +Sat Dec 26 18:33:35 UTC 2020 - d_wer...@gmx.net + +- change the legacy directory /var/run to /run as requested by the + Additional rpm output: "please update the tmpfiles.d/ drop-in file" + and also the _rundir + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lirc.spec ++++++ --- /var/tmp/diff_new_pack.tAX0Kp/_old 2021-03-11 20:08:09.336260853 +0100 +++ /var/tmp/diff_new_pack.tAX0Kp/_new 2021-03-11 20:08:09.336260853 +0100 @@ -1,7 +1,7 @@ # # spec file for package lirc # -# Copyright (c) 2019 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 @@ -20,7 +20,7 @@ %define _udevdir %(pkg-config --variable udevdir udev) %if ! %{defined _rundir} -%define _rundir %{_localstatedir}/run +%define _rundir /run %endif Name: lirc Version: 0.10.1 @@ -46,7 +46,7 @@ BuildRequires: pkgconfig(libftdi1) BuildRequires: pkgconfig(libirman) BuildRequires: pkgconfig(libudev) -BuildRequires: pkgconfig(libusb) +BuildRequires: pkgconfig(libusb-1.0) %if %{with portaudio_drv} BuildRequires: pkgconfig(portaudio-2.0) %endif @@ -211,7 +211,7 @@ ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}d ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}md mkdir -p %{buildroot}%{_tmpfilesdir} -echo "d %{_localstatedir}/run/lirc 0755 root root 10d" \ +echo "d /run/lirc 0755 root root 10d" \ > %{buildroot}/%{_tmpfilesdir}/lirc.conf # # udev stuff