Accepting request 405490 from home:pluskalm:branches:vdr
- Update to version 0.9.4a: OBS-URL: https://build.opensuse.org/request/show/405490 OBS-URL: https://build.opensuse.org/package/show/vdr/lirc?expand=0&rev=69
This commit is contained in:
parent
77904fb1ea
commit
cdcb4168b6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dd18a6751674fd61e4a96eebc3b9e5c883389d6230811943513443522dfc5dd0
|
|
||||||
size 2291164
|
|
3
lirc-0.9.4a.tar.bz2
Normal file
3
lirc-0.9.4a.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:386086a74c7d12e7e8f26f7dbc8f40d20b9968c9ad2a42599483a51dd2da03ba
|
||||||
|
size 2292119
|
17
lirc.changes
17
lirc.changes
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 29 14:24:22 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.9.4a:
|
||||||
|
* Fix syntax errors in systemd unit files (rhbz: 1350750).
|
||||||
|
* irrecord: Enhance "Don't use devinput" message (#180).
|
||||||
|
* plugins/uirt2_raw: Reset device to UIR mode on deinit.
|
||||||
|
* plugins/girs.c: Enable reception after sending.
|
||||||
|
* lirc.org: Updates and bugfixes
|
||||||
|
* lircd, liblirc_client: Fix freeaddrinfo handling (#195).
|
||||||
|
* Don't build commandir unless we have usb.h (#191).
|
||||||
|
* lirc_options.conf: debug => loglevel (#199).
|
||||||
|
* lib: use proper linking method to avoid parallel build issue
|
||||||
|
* tools: make_rel_symlink.py can also use python2
|
||||||
|
* plugins/devinput: Make the list-devices support available.
|
||||||
|
* configure.ac: Bugfix (BSD setting reported wrong).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 13 11:20:36 UTC 2016 - p.drouand@gmail.com
|
Mon Jun 13 11:20:36 UTC 2016 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%endif
|
%endif
|
||||||
Name: lirc
|
Name: lirc
|
||||||
#
|
#
|
||||||
Version: 0.9.4
|
Version: 0.9.4a
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tools for Infrared Receivers
|
Summary: Tools for Infrared Receivers
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -40,15 +40,16 @@ Patch1: 0002-lircd-Fix-bad-default-for-lircdfile.patch
|
|||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: kmod-compat
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: libxslt-tools
|
BuildRequires: libxslt-tools
|
||||||
BuildRequires: kmod-compat
|
|
||||||
# for hw_atilibusb driver
|
# for hw_atilibusb driver
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(alsa)
|
BuildRequires: pkgconfig(alsa)
|
||||||
%if 0%{?suse_version} > 1320
|
%if 0%{?suse_version} > 1320
|
||||||
BuildRequires: pkgconfig(libftdi1)
|
BuildRequires: pkgconfig(libftdi1)
|
||||||
BuildRequires: pkgconfig(libirman)
|
BuildRequires: pkgconfig(libirman)
|
||||||
|
BuildRequires: pkgconfig(libudev)
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: python3
|
BuildRequires: python3
|
||||||
BuildRequires: python3-PyYAML
|
BuildRequires: python3-PyYAML
|
||||||
@ -217,6 +218,8 @@ sed -i 's|run|%{_localstatedir}/run|g' systemd/lircd.socket
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
# we are using python3
|
||||||
|
sed "s|python|python3|g" -i ./tools/make_rel_symlink.py
|
||||||
%configure \
|
%configure \
|
||||||
--enable-ipv6
|
--enable-ipv6
|
||||||
# make %%{?_smp_mflags}
|
# make %%{?_smp_mflags}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user