rpms/lirc/devel lirc.spec,1.46,1.47

Jarod Wilson jwilson at fedoraproject.org
Mon Dec 8 22:41:02 UTC 2008


Author: jwilson

Update of /cvs/pkgs/rpms/lirc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20873

Modified Files:
	lirc.spec 
Log Message:
* Mon Dec 08 2008 - Jarod Wilson <jarod at redhat.com> - 0.8.4a-2
- Nuke bogus and harmful %postun --try-restart (#474960)
- Assorted updates from lirc cvs:
  * Add uinput injection support
  * Add support for binding lircd listener to a specific ip



Index: lirc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lirc/devel/lirc.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- lirc.spec	26 Oct 2008 20:06:08 -0000	1.46
+++ lirc.spec	8 Dec 2008 22:40:31 -0000	1.47
@@ -18,7 +18,7 @@
 
 Name:           lirc
 Version:        0.8.4a
-Release:        1%{?pre:.%{pre}}%{?dist}
+Release:        2%{?pre:.%{pre}}%{?dist}
 Summary:        The Linux Infrared Remote Control package
 
 Group:          System Environment/Daemons
@@ -34,6 +34,7 @@
 Patch1:		lirc-0.8.4-standardize-remote-keycodes.patch
 Patch2:         lirc-0.8.4-make-remote-names-all-unique.patch
 Patch3:         lirc-0.8.4-standardized-name-fixups.patch
+Patch4:         lirc-0.8.4-cvs-update.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  %{__perl}
@@ -154,6 +155,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 %configure \
@@ -222,11 +224,6 @@
   /sbin/chkconfig --del lirc || :
 fi
 
-%postun
-if [ $1 -gt 0 ] ; then
-  %{_initrddir}/lirc try-restart >/dev/null || :
-fi
-
 %postun libs -p /sbin/ldconfig
 
 
@@ -265,6 +262,12 @@
 
 
 %changelog
+* Mon Dec 08 2008 - Jarod Wilson <jarod at redhat.com> - 0.8.4a-2
+- Nuke bogus and harmful %%postun --try-restart (#474960)
+- Assorted updates from lirc cvs:
+  * Add uinput injection support
+  * Add support for binding lircd listener to a specific ip
+
 * Sun Oct 26 2008 - Jarod Wilson <jarod at redhat.com> - 0.8.4a-1
 - Update to lirc 0.8.4a release (fixes mode2 irrecord failures)
 - Really fix the mceusb remote config file this time




More information about the fedora-extras-commits mailing list