rpms/brltty/devel brltty-parallel.patch, 1.2, 1.3 brltty.spec, 1.42, 1.43

Tom Callaway spot at fedoraproject.org
Fri May 21 20:29:22 UTC 2010


Author: spot

Update of /cvs/pkgs/rpms/brltty/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv29116

Modified Files:
	brltty-parallel.patch brltty.spec 
Log Message:
rework parallel patch and reapply

brltty-parallel.patch:
 Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: brltty-parallel.patch
===================================================================
RCS file: /cvs/pkgs/rpms/brltty/devel/brltty-parallel.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- brltty-parallel.patch	9 Oct 2009 11:48:43 -0000	1.2
+++ brltty-parallel.patch	21 May 2010 20:29:22 -0000	1.3
@@ -5,14 +5,14 @@
 	"make brlapi" when parallel make is used.  Recursive make is
 	harmful.
 
---- brltty-4.0/Programs/Makefile.in.parallel	2009-10-07 20:48:57.000000000 +0200
-+++ brltty-4.0/Programs/Makefile.in	2009-10-07 20:50:03.000000000 +0200
-@@ -428,7 +428,7 @@
+--- brltty-4.2/Programs/Makefile.in.BAD	2010-05-21 16:27:45.231183660 -0400
++++ brltty-4.2/Programs/Makefile.in	2010-05-21 16:27:51.437122063 -0400
+@@ -484,7 +484,7 @@ apitest.$O:
  
  ###############################################################################
  
--braille-drivers: txt2hlp$X
-+braille-drivers: txt2hlp$X api
+-braille-drivers:
++braille-drivers: api
  	for driver in $(BRAILLE_EXTERNAL_DRIVER_NAMES); \
  	do (cd $(BLD_TOP)$(BRL_DIR)/$$driver && $(MAKE) braille-driver braille-all) || exit 1; \
  	done


Index: brltty.spec
===================================================================
RCS file: /cvs/pkgs/rpms/brltty/devel/brltty.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -p -r1.42 -r1.43
--- brltty.spec	21 May 2010 13:17:15 -0000	1.42
+++ brltty.spec	21 May 2010 20:29:22 -0000	1.43
@@ -15,7 +15,7 @@
 
 Name: brltty
 Version: %{pkg_version}
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
 URL: http://mielke.cc/brltty/
@@ -23,6 +23,7 @@ Source: http://mielke.cc/brltty/releases
 Patch0: brltty-cppflags.patch
 Patch1: brltty-autoconf-quote.patch
 Patch2: brltty-4.2-S_ISCHR.patch
+Patch3: brltty-parallel.patch
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 Summary: Braille display driver for Linux/Unix
 BuildRequires: byacc glibc-kernheaders
@@ -140,6 +141,7 @@ This package provides the Java binding f
 %patch0 -p1 -b .cppflags
 %patch1 -p1 -b .quote
 %patch2 -p1 -b .S_ISCHR
+%patch3 -p1 -b .parallel
 
 %build
 # Patch6 changes aclocal.m4:
@@ -275,6 +277,9 @@ exit 0
 
 
 %changelog
+* Fri May 21 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 4.2-2
+- rework parallel patch slightly and reapply
+
 * Fri May 21 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 4.2-1
 - update to 4.2
 - drop static lib (bz 556041)



More information about the scm-commits mailing list