diff --git a/gsm-makefile.patch b/gsm-makefile.patch index 41eb945..cf3e99b 100644 --- a/gsm-makefile.patch +++ b/gsm-makefile.patch @@ -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 @@ diff -ur gsm-1.0-pl10/Makefile gsm-1.0-pl10.patched/Makefile - # 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) diff --git a/gsm.spec b/gsm.spec index b4eb272..390ff93 100644 --- a/gsm.spec +++ b/gsm.spec @@ -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 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sun May 13 2007 Dominik Mierzejewski 1.0.12-3 +- fix parallel make + * Fri May 11 2007 Dominik Mierzejewski 1.0.12-2 - fix some warnings - fix 64bit testsuite issue as described at gsm homepage