From 39010017cc4ea8b8a2e71000d8f91f153839587610811746a6b06cceee94b7aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sat, 10 Oct 2015 17:31:48 +0000 Subject: [PATCH] Accepting request 337790 from home:posophe:branches:multimedia:libs update OBS-URL: https://build.opensuse.org/request/show/337790 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libgsm?expand=0&rev=17 --- gsm-1.0.13.tar.bz2 | 3 --- gsm-1.0.14.tar.gz | 3 +++ libgsm-1.0.13.patch | 13 ------------- libgsm.changes | 9 +++++++++ libgsm.spec | 41 +++++------------------------------------ 5 files changed, 17 insertions(+), 52 deletions(-) delete mode 100644 gsm-1.0.13.tar.bz2 create mode 100644 gsm-1.0.14.tar.gz diff --git a/gsm-1.0.13.tar.bz2 b/gsm-1.0.13.tar.bz2 deleted file mode 100644 index 58837af..0000000 --- a/gsm-1.0.13.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:049b22cb81295b573d3d501c6ab80a9ac651232b25c76f03d2678bace76d31ca -size 57575 diff --git a/gsm-1.0.14.tar.gz b/gsm-1.0.14.tar.gz new file mode 100644 index 0000000..b8c4bdb --- /dev/null +++ b/gsm-1.0.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5814a16a30b3c026871b3739812dc4a2a84299331182c987da1c212c93e9352c +size 62372 diff --git a/libgsm-1.0.13.patch b/libgsm-1.0.13.patch index 7cdf42d..00ac56c 100644 --- a/libgsm-1.0.13.patch +++ b/libgsm-1.0.13.patch @@ -139,19 +139,6 @@ #include "gsm.h" #ifndef S_ISREG ---- gsm-1.0-pl12/src/code.c -+++ gsm-1.0-pl12/src/code.c -@@ -9,8 +9,8 @@ - #include "config.h" - - --#ifdef HAS_STDLIB_H --#include -+#ifdef HAS_STRING_H -+#include - #else - # include "proto.h" - extern char * memcpy P((char *, char *, int)); --- gsm-1.0-pl12/src/debug.c +++ gsm-1.0-pl12/src/debug.c @@ -49,7 +49,7 @@ diff --git a/libgsm.changes b/libgsm.changes index 2eba456..2123301 100644 --- a/libgsm.changes +++ b/libgsm.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Oct 10 14:06:43 UTC 2015 - p.drouand@gmail.com + +- Update to version 1.0.14 + * No changelog available +- Update libgsm-1.0.13.patch +- Use download Url as source +- Remove depreciated AUTHORS and clean sections + ------------------------------------------------------------------- Tue Aug 20 07:40:53 UTC 2013 - mardnh@gmx.de diff --git a/libgsm.spec b/libgsm.spec index b0d904e..ef422c4 100644 --- a/libgsm.spec +++ b/libgsm.spec @@ -1,7 +1,7 @@ # # spec file for package libgsm # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,17 +18,17 @@ Name: libgsm %define _name gsm -Version: 1.0.13 +Version: 1.0.14 Release: 0 -%define _version 1.0-pl13 +%define _version 1.0-pl14 Summary: GSM 06.10 Lossy Speech Compressor Library and Utilities License: ISC Group: Productivity/Multimedia/Sound/Editors and Convertors -Source: %{_name}-%{version}.tar.bz2 +Source: http://www.quut.com/gsm/%{_name}-%{version}.tar.gz Source2: baselibs.conf Url: http://www.quut.com/gsm/ # This is a Debian patch file with debian chunks removed. -Patch: %{name}-%{version}.patch +Patch: %{name}-1.0.13.patch Patch1: libgsm-paths.patch Patch2: libgsm-include.patch Patch3: libgsm-strict-aliasing.patch @@ -51,13 +51,6 @@ and a library API. Compression and decompression run faster than real-time on most SPARC stations. The implementation has been verified against the ETSI standard test patterns. - - -Authors: --------- - Jutta Degener - Carsten Bormann - %package -n libgsm1 Summary: GSM 06.10 Lossy Speech Compressor Library and Utilities Group: Productivity/Multimedia/Sound/Editors and Convertors @@ -82,13 +75,6 @@ and a library API. Compression and decompression run faster than real-time on most SPARC stations. The implementation has been verified against the ETSI standard test patterns. - - -Authors: --------- - Jutta Degener - Carsten Bormann - %package utils Summary: GSM 06.10 Lossy Speech Compressor Library and Utilities Group: Productivity/Multimedia/Sound/Editors and Convertors @@ -112,13 +98,6 @@ and a library API. Compression and decompression run faster than real-time on most SPARC stations. The implementation has been verified against the ETSI standard test patterns. - - -Authors: --------- - Jutta Degener - Carsten Bormann - %package devel Summary: GSM 06.10 Lossy Speech Compressor Library and Utilities Group: Productivity/Multimedia/Sound/Editors and Convertors @@ -141,13 +120,6 @@ and a library API. Compression and decompression run faster than real-time on most SPARC stations. The implementation has been verified against the ETSI standard test patterns. - - -Authors: --------- - Jutta Degener - Carsten Bormann - %prep %setup -n %{_name}-%{_version} %patch -p1 @@ -171,9 +143,6 @@ cp -d lib/libgsm.so* $RPM_BUILD_ROOT%{_libdir} cp inc/{private.h,proto.h,unproto.h} $RPM_BUILD_ROOT%{_includedir}/gsm/ %{__rm} -f %{buildroot}%{_libdir}/*.a -%clean -rm -rf $RPM_BUILD_ROOT - %post -n libgsm1 -p /sbin/ldconfig %postun -n libgsm1 -p /sbin/ldconfig