From 2ae50125e0aecaaab37eba24e58028a1cfc14160281a9146afe7e7da704c186e Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Thu, 29 Apr 2021 12:29:06 +0000 Subject: [PATCH] Accepting request 889203 from home:dirkmueller:Factory - update to 1.0.19: * Make it easier to include gsm.h from C++ by wrapping it with macros. Throw a #define _POSIX_C_SOURCE 200809L into toast.h to make it possible for Linux glibc to just work. * Switch from compress/.Z to gzip/.gz OBS-URL: https://build.opensuse.org/request/show/889203 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libgsm?expand=0&rev=25 --- gsm-1.0.18.tar.gz | 3 --- gsm-1.0.19.tar.gz | 3 +++ libgsm.changes | 9 +++++++++ libgsm.spec | 6 +++--- 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 gsm-1.0.18.tar.gz create mode 100644 gsm-1.0.19.tar.gz diff --git a/gsm-1.0.18.tar.gz b/gsm-1.0.18.tar.gz deleted file mode 100644 index 34dee0e..0000000 --- a/gsm-1.0.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04f68087c3348bf156b78d59f4d8aff545da7f6e14f33be8f47d33f4efae2a10 -size 64549 diff --git a/gsm-1.0.19.tar.gz b/gsm-1.0.19.tar.gz new file mode 100644 index 0000000..40f58e9 --- /dev/null +++ b/gsm-1.0.19.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4903652f68a8c04d0041f0d19b1eb713ddcd2aa011c5e595b3b8bca2755270f6 +size 64665 diff --git a/libgsm.changes b/libgsm.changes index 022eaba..77f6f98 100644 --- a/libgsm.changes +++ b/libgsm.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Apr 29 07:40:46 UTC 2021 - Dirk Müller + +- update to 1.0.19: + * Make it easier to include gsm.h from C++ by wrapping it with macros. + Throw a #define _POSIX_C_SOURCE 200809L into toast.h to make it + possible for Linux glibc to just work. + * Switch from compress/.Z to gzip/.gz + ------------------------------------------------------------------- Wed Aug 14 08:41:11 UTC 2019 - Tomáš Chvátal diff --git a/libgsm.spec b/libgsm.spec index fe4601f..8eb3d58 100644 --- a/libgsm.spec +++ b/libgsm.spec @@ -1,7 +1,7 @@ # # spec file for package libgsm # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,9 +17,9 @@ %define _name gsm -%define _version 1.0-pl18 +%define _version 1.0-pl19 Name: libgsm -Version: 1.0.18 +Version: 1.0.19 Release: 0 Summary: GSM 06.10 Lossy Speech Compressor Library and Utilities License: ISC