commit a0b45594e6aff5fe9694195192736d7c9802d9e5
Author: Jakub Bogusz <qbo...@pld-linux.org>
Date:   Sun Jul 16 17:52:58 2017 +0200

    - updated to 1.0.17
    - updated makefile patch

 libgsm-makefile.patch | 13 ++++++-------
 libgsm.spec           |  4 ++--
 2 files changed, 8 insertions(+), 9 deletions(-)
---
diff --git a/libgsm.spec b/libgsm.spec
index 860daa1..7e5c9f3 100644
--- a/libgsm.spec
+++ b/libgsm.spec
@@ -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/
diff --git a/libgsm-makefile.patch b/libgsm-makefile.patch
index 0346966..063e053 100644
--- a/libgsm-makefile.patch
+++ b/libgsm-makefile.patch
@@ -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)
  
@@ -129,7 +129,7 @@
                $(LN) $(TOAST) $(TCAT)
  
  
-@@ -351,53 +371,47 @@
+@@ -351,53 +370,47 @@
                fi
  
  $(TOAST_INSTALL_BIN)/toast:   $(TOAST)
@@ -142,10 +142,9 @@
 -              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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libgsm.git/commitdiff/a0b45594e6aff5fe9694195192736d7c9802d9e5

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to