diff --git a/lirc-0.8.2.tar.bz2 b/lirc-0.8.2.tar.bz2 new file mode 100644 index 0000000..6688026 --- /dev/null +++ b/lirc-0.8.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:717e62ee763bad9c1ffc25dd096a8845d252eaa050f16f67c6fe3506194e7f62 +size 634331 diff --git a/lirc-0.8.2pre3.tar.bz2 b/lirc-0.8.2pre3.tar.bz2 deleted file mode 100644 index 602b11a..0000000 --- a/lirc-0.8.2pre3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09a434a805d68101c404d6deb58df9f781db866fe66890914d25a9a7f4fa1c4c -size 631669 diff --git a/lirc-kernel.changes b/lirc-kernel.changes index 420ba71..c200288 100644 --- a/lirc-kernel.changes +++ b/lirc-kernel.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 10 15:07:12 CEST 2007 - lnussel@suse.de + +- upgrade to 0.8.2 final, just minor changes + ------------------------------------------------------------------- Fri Jun 1 09:47:17 CEST 2007 - lnussel@suse.de diff --git a/lirc-kernel.spec b/lirc-kernel.spec index 5d703d4..602db22 100644 --- a/lirc-kernel.spec +++ b/lirc-kernel.spec @@ -1,5 +1,5 @@ # -# spec file for package lirc-kernel (Version 0.8.1_0.8.2pre3) +# spec file for package lirc-kernel (Version 0.8.2) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -13,12 +13,12 @@ Name: lirc-kernel BuildRequires: kernel-source kernel-syms module-init-tools -License: GNU General Public License (GPL) +License: GPL v2 or later Group: System/Kernel Summary: LIRC kernel modules -Version: 0.8.1_0.8.2pre3 -Release: 2 -Source0: lirc-0.8.2pre3.tar.bz2 +Version: 0.8.2 +Release: 1 +Source0: lirc-0.8.2.tar.bz2 Source1: Makefile.module Source2: Makefile.modsub Patch: lirc-0.8.1-kernel_SLAB_ATOMIC.diff @@ -42,7 +42,7 @@ receivers for the serial port. %prep -%setup -q -n lirc-0.8.2pre3 +%setup -q -n lirc-0.8.2 pushd drivers cp -av lirc_imon lirc_imon2 mv lirc_imon2/lirc_imon.c lirc_imon2/lirc_imon2.c @@ -78,6 +78,8 @@ for flavor in %flavors_to_build; do done %changelog +* Fri Aug 10 2007 - lnussel@suse.de +- upgrade to 0.8.2 final, just minor changes * Fri Jun 01 2007 - lnussel@suse.de - update to 0.8.2pre3: * added support for TechnoTrend USB IR receiver (Stefan Macher) diff --git a/lirc.changes b/lirc.changes index c883b3a..2d47405 100644 --- a/lirc.changes +++ b/lirc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 10 15:06:50 CEST 2007 - lnussel@suse.de + +- upgrade to 0.8.2 final, just minor changes + ------------------------------------------------------------------- Thu Jun 21 10:51:09 CEST 2007 - lnussel@suse.de diff --git a/lirc.spec b/lirc.spec index 11608fe..7946cb1 100644 --- a/lirc.spec +++ b/lirc.spec @@ -1,5 +1,5 @@ # -# spec file for package lirc (Version 0.8.1_0.8.2pre3) +# spec file for package lirc (Version 0.8.2) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -16,14 +16,14 @@ BuildRequires: alsa-devel xorg-x11-devel BuildRequires: fdupes %endif URL: http://www.lirc.org/ -License: GNU General Public License (GPL) +License: GPL v2 or later Group: Hardware/Other Autoreqprov: on -Version: 0.8.1_0.8.2pre3 -Release: 8 +Version: 0.8.2 +Release: 1 PreReq: %fillup_prereq Summary: Tools for Infrared Receivers -Source0: lirc-0.8.2pre3.tar.bz2 +Source0: lirc-0.8.2.tar.bz2 Source4: rc.lirc Source5: sysconfig.lirc Source6: fix-remote-keys.pl @@ -36,6 +36,7 @@ Patch2: imon2_conf.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: udev Suggests: lirc-kmp +Provides: lirc-devel %description LIRC is a package that supports receiving and sending IR signals with @@ -47,7 +48,7 @@ control your computer with a remote control. %prep -%setup -q -n lirc-0.8.2pre3 +%setup -q -n lirc-0.8.2 #%patch0 -p1 -b .hw %patch1 -p1 -b .var %patch2 -p1 @@ -122,7 +123,7 @@ install -D -m 644 /dev/null %{buildroot}/etc/lircd.conf %files %defattr (-,root,root) -%doc ANNOUNCE AUTHORS COPYING ChangeLog INSTALL NEWS README TODO +%doc ANNOUNCE AUTHORS COPYING ChangeLog NEWS README TODO %doc README.SUSE %doc doc/[a-z]* contrib %dir /usr/include/lirc @@ -155,6 +156,8 @@ install -D -m 644 /dev/null %{buildroot}/etc/lircd.conf rm -rf %{buildroot} %changelog +* Fri Aug 10 2007 - lnussel@suse.de +- upgrade to 0.8.2 final, just minor changes * Thu Jun 21 2007 - lnussel@suse.de - require $remote_fs in init script (#285548) * Fri Jun 01 2007 - lnussel@suse.de