rpms/gsm/FC-6 gsm-makefile.patch,1.1,1.2 gsm.spec,1.1,1.2

Dominik Mierzejewski (rathann) fedora-extras-commits at redhat.com
Sun May 13 11:29:58 UTC 2007


Author: rathann

Update of /cvs/pkgs/rpms/gsm/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21415/FC-6

Modified Files:
	gsm-makefile.patch gsm.spec 
Log Message:
- fix parallel make

gsm-makefile.patch:

Index: gsm-makefile.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gsm/FC-6/gsm-makefile.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gsm-makefile.patch	11 May 2007 23:26:30 -0000	1.1
+++ gsm-makefile.patch	13 May 2007 11:29:23 -0000	1.2
@@ -1,6 +1,5 @@
-diff -ur gsm-1.0-pl10/Makefile gsm-1.0-pl10.patched/Makefile
---- gsm-1.0-pl10/Makefile	1996-07-02 16:36:06.000000000 +0200
-+++ gsm-1.0-pl10.patched/Makefile	2003-07-05 23:27:23.000000000 +0200
+--- gsm-1.0-pl12/Makefile.mk	2006-04-26 21:14:26.000000000 +0200
++++ gsm-1.0-pl12/Makefile	2007-05-13 13:03:32.000000000 +0200
 @@ -30,6 +30,10 @@
  ######### define this, and read about the GSM_OPT_WAV49 option in the
  ######### manual page on gsm_option(3).
@@ -97,8 +96,9 @@
 -
  # Toast, Untoast and Tcat -- the compress-like frontends to gsm.
  
- $(TOAST):	$(BIN) $(TOAST_OBJECTS) $(LIBGSM)
+-$(TOAST):	$(BIN) $(TOAST_OBJECTS) $(LIBGSM)
 -		$(LD) $(LFLAGS) -o $(TOAST) $(TOAST_OBJECTS) $(LIBGSM) $(LDLIB)
++$(TOAST):	$(BIN) $(TOAST_OBJECTS) $(LIBGSM) $(LIBGSMSO)
 +		$(LD) $(LFLAGS) -o $(TOAST) $(TOAST_OBJECTS) $(LIBGSMSO) $(LDLIB)
  
  $(UNTOAST):	$(BIN) $(TOAST)


Index: gsm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gsm/FC-6/gsm.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gsm.spec	11 May 2007 23:26:30 -0000	1.1
+++ gsm.spec	13 May 2007 11:29:23 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           gsm
 Version:        1.0.12
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Shared libraries for GSM speech compressor
 
 Group:          System Environment/Libraries
@@ -118,6 +118,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Sun May 13 2007 Dominik Mierzejewski <rpm[AT]greysector.net> 1.0.12-3
+- fix parallel make
+
 * Fri May 11 2007 Dominik Mierzejewski <rpm[AT]greysector.net> 1.0.12-2
 - fix some warnings
 - fix 64bit testsuite issue as described at gsm homepage




More information about the fedora-extras-commits mailing list