rpms/lirc/F-10 lirc.spec,1.48,1.49 sources,1.27,1.28

Jarod Wilson jwilson at fedoraproject.org
Thu May 28 17:09:14 UTC 2009


Author: jwilson

Update of /cvs/pkgs/rpms/lirc/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11979

Modified Files:
	lirc.spec sources 
Log Message:
* Thu May 28 2009 Jarod Wilson <jarod at redhat.com> 0.8.5-2
- Update to lirc 0.8.5
- Add irman support, now that libirman is in Fedora (#474992)



Index: lirc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lirc/F-10/lirc.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -p -r1.48 -r1.49
--- lirc.spec	17 Mar 2009 15:34:01 -0000	1.48
+++ lirc.spec	28 May 2009 17:08:43 -0000	1.49
@@ -14,10 +14,10 @@
 %bcond_without  portaudio
 %bcond_without  x
 %bcond_with     svgalib
-#define pre     pre2
+#define pre     pre3
 
 Name:           lirc
-Version:        0.8.4a
+Version:        0.8.5
 Release:        2%{?pre:.%{pre}}%{?dist}
 Summary:        The Linux Infrared Remote Control package
 
@@ -31,13 +31,14 @@ Source2:        %{name}.sysconfig
 Patch0:         lirc-use-new-instead-of-conf-as-filename-suffix.patch
 # https://bugzilla.redhat.com/show_bug.cgi?id=457273
 # http://thread.gmane.org/gmane.comp.hardware.lirc/6884
-Patch1:		lirc-0.8.4-standardize-remote-keycodes.patch
+Patch1:		lirc-0.8.5-standardized-remote-keycodes.patch
 Patch2:         lirc-0.8.4-make-remote-names-all-unique.patch
-Patch3:         lirc-0.8.4-standardized-name-fixups.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  %{__perl}
-BuildRequires:  libusb-devel
+BuildRequires:  libusb-devel, python-devel
+BuildRequires:  libftdi-devel, libirman-devel
+BuildRequires:  automake libtool
 %if %{with alsa}
 BuildRequires:  alsa-lib-devel
 %endif
@@ -117,9 +118,10 @@ of remote control configuration files.
 
 %prep
 %setup -q -n %{name}-%{version}%{?pre}
-%patch0 -p1 -b .suf
+%patch0 -p1
 
 chmod 644 contrib/*
+chmod +x contrib/hal
 
 sed -i -e 's|/usr/local/etc/|/etc/|' contrib/irman2lirc
 
@@ -153,7 +155,10 @@ touch -r aclocal.m4 configure.ac # avoid
 # Don't create a backup, or the original definitions will get installed
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
+# Re-run autofoo for new cvs features
+#autoreconf -i -f
+#automake
+chmod +x daemons/input_map.sh
 
 %build
 %configure \
@@ -260,155 +265,176 @@ fi
 
 
 %changelog
-* Tue Mar 17 2009 - Jarod Wilson <jarod at redhat.com> - 0.8.4a-2
+* Thu May 28 2009 Jarod Wilson <jarod at redhat.com> 0.8.5-2
+- Update to lirc 0.8.5
+- Add irman support, now that libirman is in Fedora (#474992)
+
+* Sun May 17 2009 Jarod Wilson <jarod at redhat.com> 0.8.5-1.pre3
+- Update to lirc 0.8.5pre3 cvs snapshot
+
+* Fri Apr 10 2009 Jarod Wilson <jarod at redhat.com> 0.8.5-1.pre2
+- Update to lirc 0.8.5pre2 cvs snapshot
+
+* Thu Feb 26 2009 Jarod Wilson <jarod at redhat.com> 0.8.5-1.pre1
+- Update to lirc 0.8.5pre1 cvs snapshot
+- Adds support for usb-connected ftdi-based homebrew transceivers
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Tue Dec 09 2008 Jarod Wilson <jarod at redhat.com> 0.8.4a-3
+- BR: automake and libtool to get cvs additions building
+
+* 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
+* 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
 
-* Thu Oct 16 2008 - Jarod Wilson <jarod at redhat.com> - 0.8.4-2
+* Thu Oct 16 2008 Jarod Wilson <jarod at redhat.com> 0.8.4-2
 - Make all remote configs have unique names (#467303)
 - Fix up some key names that got screwed up by standardization script
 
-* Sun Oct 12 2008 - Jarod Wilson <jarod at redhat.com> - 0.8.4-1
+* Sun Oct 12 2008 Jarod Wilson <jarod at redhat.com> 0.8.4-1
 - Update to 0.8.4 release
 
-* Fri Oct 10 2008 - Jarod Wilson <jarod at redhat.com> - 0.8.4-0.5.pre2
+* Fri Oct 10 2008 Jarod Wilson <jarod at redhat.com> 0.8.4-0.5.pre2
 - Re-enable portaudio driver by default, require v19 or later
 
-* Mon Oct 06 2008 - Jarod Wilson <jarod at redhat.com> - 0.8.4-0.4.pre2
+* Mon Oct 06 2008 Jarod Wilson <jarod at redhat.com> 0.8.4-0.4.pre2
 - Update to 0.8.4pre2
 
-* Mon Oct 06 2008 - Bastien Nocera <bnocera at redhat.com> - 0.8.4-0.3.pre1
+* Mon Oct 06 2008 Bastien Nocera <bnocera at redhat.com> 0.8.4-0.3.pre1
 - Fix more keycodes for the streamzap remote
 
-* Wed Oct 01 2008 - Bastien Nocera <bnocera at redhat.com> - 0.8.4-0.2.pre1
+* Wed Oct 01 2008 Bastien Nocera <bnocera at redhat.com> 0.8.4-0.2.pre1
 - Don't create a backup for the keycodes patch, or all the original files
   will also get installed, and get used in gnome-lirc-properties
 
-* Wed Sep 24 2008 - Jarod Wilson <jarod at redhat.com> - 0.8.4-0.1.pre1
+* Wed Sep 24 2008 Jarod Wilson <jarod at redhat.com> 0.8.4-0.1.pre1
 - Update to 0.8.4pre1
 - Drop upstream patches
 - Adds support for the CommandIR II userspace driver
 
-* Tue Sep 16 2008 - Jarod Wilson <jarod at redhat.com> - 0.8.3-7
+* Tue Sep 16 2008 Jarod Wilson <jarod at redhat.com> 0.8.3-7
 - Fix multilib upgrade path from F8 (Nicolas Chauvet, #462435)
 
-* Thu Aug 14 2008 - Bastien Nocera <bnocera at redhat.com> - 0.8.3-6
+* Thu Aug 14 2008 Bastien Nocera <bnocera at redhat.com> 0.8.3-6
 - Make lircd not exit when there's no device available, so that the
   daemon is running as expected when the hardware is plugged back in
   (#440231)
 
-* Thu Aug 14 2008 - Bastien Nocera <bnocera at redhat.com> - 0.8.3-5
+* Thu Aug 14 2008 Bastien Nocera <bnocera at redhat.com> 0.8.3-5
 - Add huge patch to fix the majority of remotes to have sensible keycodes,
   so they work out-of-the-box (#457273)
 
-* Mon Jun 23 2008 Jarod Wilson <jwilson at redhat.com> - 0.8.3-4
+* Mon Jun 23 2008 Jarod Wilson <jwilson at redhat.com> 0.8.3-4
 - Drop resume switch patch, no longer required
 - Add support for config option style used by gnome-lirc-properties (#442341)
 
-* Mon Jun 02 2008 Jarod Wilson <jwilson at redhat.com> - 0.8.3-3
+* Mon Jun 02 2008 Jarod Wilson <jwilson at redhat.com> 0.8.3-3
 - Add additional required patches for gnome-lirc-properties (#442248)
 - Put remote definitions in their own sub-package (#442328)
 
-* Mon May 12 2008 Jarod Wilson <jwilson at redhat.com> - 0.8.3-2
+* Mon May 12 2008 Jarod Wilson <jwilson at redhat.com> 0.8.3-2
 - Include upstream patch for lircd.conf remote include directives (#442248)
 - Include upstream patch to validate transmit buffers
 
-* Sun May 04 2008 Jarod Wilson <jwilson at redhat.com> - 0.8.3-1
+* Sun May 04 2008 Jarod Wilson <jwilson at redhat.com> 0.8.3-1
 - Update to 0.8.3 release
 
-* Sun Apr 27 2008 Jarod Wilson <jwilson at redhat.com> - 0.8.3-0.4.pre3
+* Sun Apr 27 2008 Jarod Wilson <jwilson at redhat.com> 0.8.3-0.4.pre3
 - Update to 0.8.3pre3
 
-* Sun Apr 06 2008 Jarod Wilson <jwilson at redhat.com> - 0.8.3-0.3.pre2
+* Sun Apr 06 2008 Jarod Wilson <jwilson at redhat.com> 0.8.3-0.3.pre2
 - Update to 0.8.3pre2
 
-* Tue Feb 12 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.8.3-0.2.pre1
+* Tue Feb 12 2008 Ville Skyttä <ville.skytta at iki.fi> 0.8.3-0.2.pre1
 - Split libraries into -libs subpackage.
 - Refresh autotools re-run avoidance hack.
 
-* Thu Oct 18 2007 Jarod Wilson <jwilson at redhat.com> - 0.8.3-0.1.pre1
+* Thu Oct 18 2007 Jarod Wilson <jwilson at redhat.com> 0.8.3-0.1.pre1
 - 0.8.3pre1
 - adds Mac IR support, resolves bz #284291
 
-* Wed Aug 15 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.8.2-2
+* Wed Aug 15 2007 Ville Skyttä <ville.skytta at iki.fi> 0.8.2-2
 - License: GPLv2+
 
-* Sun Jun 10 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.8.2-1
+* Sun Jun 10 2007 Ville Skyttä <ville.skytta at iki.fi> 0.8.2-1
 - 0.8.2.
 
-* Wed Jun  6 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.8.2-0.1.pre3
+* Wed Jun  6 2007 Ville Skyttä <ville.skytta at iki.fi> 0.8.2-0.1.pre3
 - 0.8.2pre3.
 - Fix up linefeeds and char encodings of more docs.
 
-* Fri May 18 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.8.2-0.1.pre2
+* Fri May 18 2007 Ville Skyttä <ville.skytta at iki.fi> 0.8.2-0.1.pre2
 - 0.8.2pre2.
 
-* Sun Jan  7 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.8.1-1
+* Sun Jan  7 2007 Ville Skyttä <ville.skytta at iki.fi> 0.8.1-1
 - 0.8.1.
 
-* Sat Dec 30 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.8.1-0.2.pre5
+* Sat Dec 30 2006 Ville Skyttä <ville.skytta at iki.fi> 0.8.1-0.2.pre5
 - 0.8.1pre5.
 
-* Tue Dec 12 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.8.1-0.2.pre4
+* Tue Dec 12 2006 Ville Skyttä <ville.skytta at iki.fi> 0.8.1-0.2.pre4
 - 0.8.1pre4.
 
-* Thu Nov 30 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.8.1-0.2.pre3
+* Thu Nov 30 2006 Ville Skyttä <ville.skytta at iki.fi> 0.8.1-0.2.pre3
 - 0.8.1pre3.
 
-* Sun Oct 15 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.8.1-0.2.pre2
+* Sun Oct 15 2006 Ville Skyttä <ville.skytta at iki.fi> 0.8.1-0.2.pre2
 - 0.8.1pre2, optflags patch no longer needed.
 
-* Mon Aug 28 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.8.1-0.2.pre1
+* Mon Aug 28 2006 Ville Skyttä <ville.skytta at iki.fi> 0.8.1-0.2.pre1
 - Rebuild.
 
-* Sat Jul  1 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.8.1-0.1.pre1
+* Sat Jul  1 2006 Ville Skyttä <ville.skytta at iki.fi> 0.8.1-0.1.pre1
 - 0.8.1pre1.
 - Add rpmbuild options for enabling/disabling ALSA, portaudio and/or X
   support, ALSA and X enabled by default, portaudio not.
 - Split most of the documentation to -doc subpackage.
 - Install irman2lirc as non-doc.
 
-* Tue Feb 14 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.8.0-3
+* Tue Feb 14 2006 Ville Skyttä <ville.skytta at iki.fi> 0.8.0-3
 - Avoid standard rpaths on lib64 archs.
 
-* Sat Jan 21 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.8.0-2
+* Sat Jan 21 2006 Ville Skyttä <ville.skytta at iki.fi> 0.8.0-2
 - 0.8.0.
 
-* Sat Jan 14 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.8.0-0.2.pre4
+* Sat Jan 14 2006 Ville Skyttä <ville.skytta at iki.fi> 0.8.0-0.2.pre4
 - 0.8.0pre4.
 
-* Sun Jan  1 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.8.0-0.2.pre3
+* Sun Jan  1 2006 Ville Skyttä <ville.skytta at iki.fi> 0.8.0-0.2.pre3
 - 0.8.0pre3.
 
 * Tue Dec 27 2005 Ville Skyttä <ville.skytta at iki.fi>
 - Split kernel modules into separate package.
 - Disable debugging features.
 
-* Wed Dec 14 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.8.0-0.2.pre2
+* Wed Dec 14 2005 Ville Skyttä <ville.skytta at iki.fi> 0.8.0-0.2.pre2
 - 0.8.0pre2, kernel >= 2.6.15 USB patch applied upstream.
 - lirc_clientd renamed to lircrcd.
 
-* Tue Nov 29 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.8.0-0.2.pre1
+* Tue Nov 29 2005 Ville Skyttä <ville.skytta at iki.fi> 0.8.0-0.2.pre1
 - Pull security fix for the new lirc_clientd from upstream CVS, and
   while at it, some other useful post-0.8.0pre1 changes.
 - Kernel >= 2.6.15 patchwork based on initial patch from Andy Burns (#172404).
 - Disable lirc_cmdir kernel module (unknown symbols).
 - Adapt to modular X.Org packaging.
 
-* Wed Nov  9 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.8.0-0.1.pre1
+* Wed Nov  9 2005 Ville Skyttä <ville.skytta at iki.fi> 0.8.0-0.1.pre1
 - 0.8.0pre1, usage message patch applied upstream.
 
-* Sun Oct 30 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.7.3-0.1.pre1
+* Sun Oct 30 2005 Ville Skyttä <ville.skytta at iki.fi> 0.7.3-0.1.pre1
 - 0.7.3pre1, "no device" crash fix applied upstream.
 - Fix lircd and lircmd usage messages.
 
-* Wed Aug 31 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.7.2-3
+* Wed Aug 31 2005 Ville Skyttä <ville.skytta at iki.fi> 0.7.2-3
 - Make the init script startup earlier and shutdown later by default.
 
-* Sun Aug 14 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.7.2-2
+* Sun Aug 14 2005 Ville Skyttä <ville.skytta at iki.fi> 0.7.2-2
 - 0.7.2, patch to fix crash at startup when no device is specified.
 - Enable audio input driver support (portaudio).
 - Improve package description.
@@ -418,18 +444,18 @@ fi
 - Simplify module package build (still work in progress, disabled by default).
 - Other minor specfile cleanups and maintainability improvements.
 
-* Thu May 26 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.7.1-3
+* Thu May 26 2005 Ville Skyttä <ville.skytta at iki.fi> 0.7.1-3
 - Adjust kernel module build for FC4 and add hauppauge, igorplugusb, imon,
   sasem, and streamzap to the list of modules to build.  This stuff is still
   disabled by default, rebuild with "--with modules --target $arch" to enable.
 
-* Sun Apr 17 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.7.1-2
+* Sun Apr 17 2005 Ville Skyttä <ville.skytta at iki.fi> 0.7.1-2
 - 0.7.1.
 
 * Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
 - rebuilt
 
-* Sun Dec  5 2004 Ville Skyttä <ville.skytta at iki.fi> - 0.7.0-1
+* Sun Dec  5 2004 Ville Skyttä <ville.skytta at iki.fi> 0.7.0-1
 - Update to 0.7.0; major rework of the package:
 - Change default driver to "any".
 - Add -devel subpackage.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/lirc/F-10/sources,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- sources	26 Oct 2008 20:06:09 -0000	1.27
+++ sources	28 May 2009 17:08:43 -0000	1.28
@@ -1 +1 @@
-606b714ed843d28060163ffc571fc1f7  lirc-0.8.4a.tar.bz2
+5a274e4eaff8156b17903c22ea01f506  lirc-0.8.5.tar.bz2




More information about the fedora-extras-commits mailing list