]> git.pld-linux.org Git - packages/lirc.git/commitdiff
rediff patches; rel 6 auto/th/lirc-0.10.1-6
authorJan Palus <atler@pld-linux.org>
Mon, 1 Mar 2021 21:56:59 +0000 (22:56 +0100)
committerJan Palus <atler@pld-linux.org>
Mon, 1 Mar 2021 21:56:59 +0000 (22:56 +0100)
lirc-link.patch
lirc-tmp.patch
lirc.spec

index 6fbc332bc388eb47515763e1157e8313baa477d8..c484411a3ef2d5126e3fd7070607f43f480a79fd 100644 (file)
@@ -1,13 +1,13 @@
 --- lirc-0.9.3/lib/Makefile.am.orig    2015-09-02 21:43:49.000000000 +0200
 +++ lirc-0.9.3/lib/Makefile.am 2015-10-06 16:26:21.296067036 +0200
 @@ -31,6 +31,7 @@
-                               util.c
+                               transmit.c
  
- libirrecord_la_SOURCES      = irrecord.c
+ libirrecord_la_LIBADD       = liblirc.la
 +libirrecord_la_LIBADD = liblirc.la
+ libirrecord_la_SOURCES      = irrecord.c
  
- liblirc_client_la_LDFLAGS   = -version-info 3:0:3
- liblirc_client_la_SOURCES   = lirc_client.c lirc_client.h lirc_log.c lirc_log.h
+ liblirc_client_la_LDFLAGS   = -version-info 6:0:6
 @@ -49,6 +50,7 @@
                                serial.c \
                                transmit.c \
index 5b05a924b91b8f5546adae5e922e14fa85b0681d..0f69b04f74c2512c21c3b0262ebc435f0a9eeb2b 100644 (file)
@@ -1,7 +1,7 @@
 --- lirc-0.9.3/lib/lirc_config.h.orig  2015-09-02 21:43:49.000000000 +0200
 +++ lirc-0.9.3/lib/lirc_config.h       2015-10-04 20:23:15.392722256 +0200
 @@ -45,7 +45,7 @@
- #endif /* LIRC_HAVE_DEVFS */
+ #define LIRC_DRIVER_DEVICE      "/dev/lirc/0"
  
  /** Complete lircd socket path. */
 -#define LIRCD                   VARRUNDIR "/" PACKAGE "/" DEV_LIRCD
@@ -12,7 +12,7 @@
 --- lirc-0.9.3/lib/lirc/lirc_config.h.orig     2015-09-03 13:19:20.000000000 +0200
 +++ lirc-0.9.3/lib/lirc/lirc_config.h  2015-10-04 20:23:56.489387202 +0200
 @@ -45,7 +45,7 @@
- #endif /* LIRC_HAVE_DEVFS */
+ #define LIRC_DRIVER_DEVICE      "/dev/lirc/0"
  
  /** Complete lircd socket path. */
 -#define LIRCD                   VARRUNDIR "/" PACKAGE "/" DEV_LIRCD
index 41b249b507bb2a3fa9f2796c80b3cf1a89708b69..8258dce44040a596416d02e8259b1c2c2647e608 100644 (file)
--- a/lirc.spec
+++ b/lirc.spec
@@ -12,7 +12,7 @@ Summary:      Linux Infrared Remote Control daemons
 Summary(pl.UTF-8):     Demony do zdalnego sterowania Linuksem za pomocą podczerwieni
 Name:          lirc
 Version:       0.10.1
-Release:       5
+Release:       6
 License:       GPL v2+
 Group:         Daemons
 Source0:       http://downloads.sourceforge.net/lirc/%{name}-%{version}.tar.bz2
This page took 0.192396 seconds and 4 git commands to generate.