[lirc: 6/6] lirc 0.9.0-pre1

Jarod Wilson jwilson at fedoraproject.org
Tue Oct 26 21:58:01 UTC 2010


commit 71e0fe193c554e3eebb3669ecd653ed30031c997
Author: Jarod Wilson <jarod at redhat.com>
Date:   Tue Oct 26 17:57:43 2010 -0400

    lirc 0.9.0-pre1
    
    Signed-off-by: Jarod Wilson <jarod at redhat.com>

 .gitignore                                         |    1 +
 lirc-0.8.6-ioctl-portability.patch                 |   67 -----------
 lirc-dont-exit.patch                               |   20 ----
 lirc-in-kernel-ioctls.patch                        |  116 --------------------
 ...se-new-instead-of-conf-as-filename-suffix.patch |   21 ----
 lirc.spec                                          |   29 +++--
 sources                                            |    2 +-
 7 files changed, 19 insertions(+), 237 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2338501..5189218 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ lirc-*/
 lirc-0.8.7pre2.tar.bz2
 /lirc-0.8.7-pre3.tar.bz2
 /lirc-0.8.7.tar.bz2
+/lirc-0.9.0-pre1.tar.bz2
diff --git a/lirc.spec b/lirc.spec
index b026528..1dd8038 100644
--- a/lirc.spec
+++ b/lirc.spec
@@ -16,12 +16,13 @@
 %bcond_with     svgalib
 %bcond_without  irman
 %bcond_without  ftdi
+%bcond_with     iguanaIR
 
-%global released 1
-%define pre     pre3
+%global released 0
+%define pre     pre1
 
 Name:           lirc
-Version:        0.8.7
+Version:        0.9.0
 %if 0%{?released}
 Release:        1%{?dist}
 %else
@@ -39,13 +40,11 @@ Source0:        http://www.lirc.org/software/snapshots/%{name}-%{version}-%{pre}
 %endif
 Source1:        %{name}.init
 Source2:        %{name}.sysconfig
-Patch0:         lirc-use-new-instead-of-conf-as-filename-suffix.patch
-Patch1:         lirc-in-kernel-ioctls.patch
 # https://bugzilla.redhat.com/show_bug.cgi?id=457273
 # http://thread.gmane.org/gmane.comp.hardware.lirc/6884
-Patch2:		lirc-0.8.6-standardized-remote-keycodes.patch
-Patch3:         lirc-0.8.4-make-remote-names-all-unique.patch
-Patch4:         lirc-0.8.6-firefly-def.patch
+Patch0:		lirc-0.8.6-standardized-remote-keycodes.patch
+Patch1:         lirc-0.8.4-make-remote-names-all-unique.patch
+Patch2:         lirc-0.8.6-firefly-def.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  %{__perl}
@@ -69,6 +68,9 @@ BuildRequires:  svgalib-devel
 %if %{with x}
 BuildRequires:  libXt-devel
 %endif
+%if %{with iguanaIR}
+BuildRequires:  iguanaIR-devel
+%endif
 Requires:       %{name}-libs = %{version}-%{release}
 Requires(post): /sbin/chkconfig
 Requires(post): /sbin/ldconfig
@@ -140,8 +142,6 @@ of remote control configuration files.
 %else
 %setup -q -n %{name}-%{version}-%{pre}
 %endif
-%patch0 -p1
-%patch1 -p1
 
 chmod 644 contrib/*
 chmod +x contrib/hal
@@ -182,9 +182,9 @@ touch -r aclocal.m4 configure.ac # avoid autofoo re-run
 
 # Do this after, as we're touching the remote definitions earlier
 # Don't create a backup, or the original definitions will get installed
+%patch0 -p1
+%patch1 -p1
 %patch2 -p1
-%patch3 -p1
-%patch4 -p1
 # Re-run autofoo for new cvs features
 #autoreconf -i -f
 #automake
@@ -310,6 +310,11 @@ fi
 
 
 %changelog
+* Tue Oct 26 2010 Jarod Wilson <jarod at redhat.com> 0.9.0-0.1.pre1
+- Update to lirc 0.9.0-pre1 snapshot
+- Add conditional flag for building with iguanaIR support (there's an
+  iguanaIR package awaiting review right now)
+
 * Mon Sep 06 2010 Jarod Wilson <jarod at redhat.com> 0.8.7-1
 - Update to lirc 0.8.7 release
 
diff --git a/sources b/sources
index 88059bc..a435725 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fb1dcddbc8ca3d03c7f3a2d40cf28b71  lirc-0.8.7.tar.bz2
+13ba59178adee4e6be8a9a1966ab3133  lirc-0.9.0-pre1.tar.bz2


More information about the scm-commits mailing list