]> git.pld-linux.org Git - packages/libgsm.git/commitdiff
- updated to 1.0.17 auto/th/libgsm-1.0.17-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 16 Jul 2017 15:52:58 +0000 (17:52 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 16 Jul 2017 15:52:58 +0000 (17:52 +0200)
- updated makefile patch

libgsm-makefile.patch
libgsm.spec

index 0346966bd061df699fe327c83e910d53c28f42eb..063e053ef3e9b02ac6df5315badb591441417f15 100644 (file)
@@ -1,11 +1,11 @@
---- gsm-1.0-pl10/Makefile.wiget        Tue Jul  2 16:36:06 1996
-+++ gsm-1.0-pl10/Makefile      Tue Aug 29 13:37:15 2000
+--- gsm-1.0-pl17/Makefile.orig 2017-06-28 02:24:24.000000000 +0200
++++ gsm-1.0-pl17/Makefile      2017-07-16 17:50:06.936841632 +0200
 @@ -44,7 +44,7 @@
  # CCFLAGS     = -c -O
  
  CC            = gcc -ansi -pedantic
--CCFLAGS       = -c -O2 -DNeedFunctionPrototypes=1
-+CCFLAGS       = $(OPTFLAGS) -DNeedFunctionPrototypes=1
+-CCFLAGS       = -c -O2 -DNeedFunctionPrototypes=1 -Wall -Wno-comment
++CCFLAGS       = $(OPTFLAGS) -DNeedFunctionPrototypes=1 -Wall -Wno-comment
  
  LD            = $(CC)
  
                $(LN) $(TOAST) $(TCAT)
  
  
-@@ -351,53 +371,47 @@
+@@ -351,53 +370,47 @@
                fi
  
  $(TOAST_INSTALL_BIN)/toast:   $(TOAST)
 -              ln $? $@
 +              ln -sf toast $@
  
--$(TOAST_INSTALL_BIN)/tcat:    $(TOAST_INSTALL_BIN)/toast
+ $(TOAST_INSTALL_BIN)/tcat:    $(TOAST_INSTALL_BIN)/toast
 -              -rm $@
 -              ln $? $@
-+$(TOAST_INSTALL_BIN)/tcat:    $(TOAST_INSTALL_BIN)/toast
 +              ln -sf toast $@
  
  $(TOAST_INSTALL_MAN)/toast.1: $(MAN)/toast.1
index 860daa1f15ba315a8ec42551208e037f9be2ac74..7e5c9f374120677311d66201bbd7e00895639290 100644 (file)
@@ -4,13 +4,13 @@ Summary(pt_BR.UTF-8): Biblioteca de codificação/decodificação de áudio GSM
 Summary(ru.UTF-8):     Библиотека аудио кодирования/декодирования GSM
 Summary(uk.UTF-8):     Бібліотека аудіо кодування/декодування GSM
 Name:          libgsm
-%define        sver    14
+%define        sver    17
 Version:       1.0.%{sver}
 Release:       1
 License:       Free (Copyright (C) Technische Universitaet Berlin)
 Group:         Libraries
 Source0:       http://www.quut.com/gsm/gsm-%{version}.tar.gz
-# Source0-md5: 4cbb4e7b73842de3d12d30b0d74200d4
+# Source0-md5: c42bba46e4b1e604f0132aee8c294122
 Patch0:                %{name}-makefile.patch
 Patch1:                %{name}-c++.patch
 URL:           http://www.quut.com/gsm/
This page took 0.127675 seconds and 4 git commands to generate.