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
This commit is contained in:
Ismail Dönmez 2015-10-10 17:31:48 +00:00 committed by Git OBS Bridge
parent 6eed6d5035
commit 39010017cc
5 changed files with 17 additions and 52 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:049b22cb81295b573d3d501c6ab80a9ac651232b25c76f03d2678bace76d31ca
size 57575

3
gsm-1.0.14.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5814a16a30b3c026871b3739812dc4a2a84299331182c987da1c212c93e9352c
size 62372

View File

@ -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 <stdlib.h>
+#ifdef HAS_STRING_H
+#include <string.h>
#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 @@

View File

@ -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

View File

@ -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 <jutta@pobox.com>
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 <jutta@pobox.com>
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 <jutta@pobox.com>
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 <jutta@pobox.com>
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