|
|
Author: tjanouse
Update of /cvs/dist/rpms/brltty/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv16703
Modified Files:
brltty.spec
Added Files:
brltty-3.7.2-debuginfo.patch brltty-3.7.2-vt-buildfix.patch
Log Message:
merge from devel:
* Tue Jan 30 2007 Tomas Janousek <tjanouse@xxxxxxxxxx> - 3.7.2-2.1
- quiet postinstall scriptlet, really fixes #224570
* Tue Jan 30 2007 Tomas Janousek <tjanouse@xxxxxxxxxx> - 3.7.2-2
- failsafe postinstall script, fixes #224570
- makefile fix - debuginfo extraction now works
* Thu Jan 25 2007 Tomas Janousek <tjanouse@xxxxxxxxxx> - 3.7.2-1.1
- fix building with newer kernel-headers (#224149, #235494)
brltty-3.7.2-debuginfo.patch:
config.mk.in | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE brltty-3.7.2-debuginfo.patch ---
--- brltty-3.7.2/config.mk.in.debuginfo 2005-12-26 13:58:07.000000000 +0100
+++ brltty-3.7.2/config.mk.in 2007-01-30 12:39:10.000000000 +0100
@@ -89,7 +89,7 @@
INSTALL = @INSTALL@
INSTALL_SCRIPT = $(INSTALL)
-INSTALL_PROGRAM = $(INSTALL_SCRIPT) -s
+INSTALL_PROGRAM = $(INSTALL_SCRIPT)
INSTALL_DATA = $(INSTALL) -m 644
INSTALL_DIRECTORY = $(INSTALL) -d
brltty-3.7.2-vt-buildfix.patch:
api_client.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE brltty-3.7.2-vt-buildfix.patch ---
--- brltty-3.7.2/Programs/api_client.c.vt-buildfix 2005-12-26
13:57:11.000000000 +0100
+++ brltty-3.7.2/Programs/api_client.c 2007-01-25 11:54:44.000000000 +0100
@@ -74,7 +74,7 @@
#ifdef linux
#include <linux/major.h>
-#include <linux/tty.h>
+#include <linux/vt.h>
#define MAXIMUM_VIRTUAL_CONSOLE MAX_NR_CONSOLES
#endif /* linux */
Index: brltty.spec
===================================================================
RCS file: /cvs/dist/rpms/brltty/FC-6/brltty.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- brltty.spec 12 Jul 2006 11:48:49 -0000 1.19
+++ brltty.spec 6 Apr 2007 10:16:24 -0000 1.20
@@ -1,11 +1,13 @@
Name: brltty
Version: 3.7.2
-Release: 1%{?dist}
+Release: 2.1%{?dist}
License: GPL
Group: System Environment/Daemons
URL: http://mielke.cc/brltty/
Source: http://mielke.cc/brltty/releases/%{name}-%{version}.tar.gz
Patch0: brltty-3.7.2-linux-compiler-h.patch
+Patch1: brltty-3.7.2-vt-buildfix.patch
+Patch2: brltty-3.7.2-debuginfo.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-InstallRoot
Summary: Braille display driver for Linux/Unix.
Requires(post): coreutils
@@ -53,6 +55,8 @@
%prep
%setup -n brltty-3.7.2
%patch0 -p1 -b .linux-compiler-h
+%patch1 -p1 -b .vt-buildfix
+%patch2 -p1 -b .debuginfo
%build
%configure --with-install-root="${RPM_BUILD_ROOT}" --with-braille-driver=-tt
@@ -86,13 +90,12 @@
if $install
then
device="$(set -- ${devices} && echo "${1}")"
- echo -n "Creating screen inspection device ${device}..."
mkdir -p "${device%/*}"
mknod -m o= "${device}" c 7 128
chmod 660 "${device}"
chown root.tty "${device}"
- echo "done."
fi
+exit 0
%files
%defattr(-,root,root)
@@ -122,6 +125,16 @@
%doc Documents/BrlAPIref-HTML
%changelog
+* Tue Jan 30 2007 Tomas Janousek <tjanouse@xxxxxxxxxx> - 3.7.2-2.1
+- quiet postinstall scriptlet, really fixes #224570
+
+* Tue Jan 30 2007 Tomas Janousek <tjanouse@xxxxxxxxxx> - 3.7.2-2
+- failsafe postinstall script, fixes #224570
+- makefile fix - debuginfo extraction now works
+
+* Thu Jan 25 2007 Tomas Janousek <tjanouse@xxxxxxxxxx> - 3.7.2-1.1
+- fix building with newer kernel-headers (#224149, #235494)
+
* Wed Jul 12 2006 Petr Rockai <prockai@xxxxxxxxxx> - 3.7.2-1
- upgrade to latest upstream version
- split off brlapi and brlapi-devel packages
--
fedora-cvs-commits mailing list
fedora-cvs-commits@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-cvs-commits
|
|