From fce55a1fc75d196ac8464bb82ed9d2d738e37913218679769becfd83faf116cf Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 30 Aug 2022 05:17:03 +0000 Subject: [PATCH] Accepting request 999989 from home:jengelh:branches:multimedia:libs update OBS-URL: https://build.opensuse.org/request/show/999989 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libgsm?expand=0&rev=30 --- gsm-1.0.22.tar.gz | 3 +++ libgsm.changes | 8 ++++++++ libgsm.spec | 12 +++++++----- 3 files changed, 18 insertions(+), 5 deletions(-) create mode 100644 gsm-1.0.22.tar.gz diff --git a/gsm-1.0.22.tar.gz b/gsm-1.0.22.tar.gz new file mode 100644 index 0000000..def96bf --- /dev/null +++ b/gsm-1.0.22.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0072e91f6bb85a878b2f6dbf4a0b7c850c4deb8049d554c65340b3bf69df0ac +size 66583 diff --git a/libgsm.changes b/libgsm.changes index 8de1fd8..4bca7d0 100644 --- a/libgsm.changes +++ b/libgsm.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Aug 28 22:32:54 UTC 2022 - Jan Engelhardt + +- Update to release 1.0.22 + * Build system updates only +- Move documentation out of libgsm1, no one reads it if it's + implicitly installed for something else. + ------------------------------------------------------------------- Tue Jul 26 09:07:00 UTC 2022 - Paolo Stivanin diff --git a/libgsm.spec b/libgsm.spec index b2bc2d4..9042658 100644 --- a/libgsm.spec +++ b/libgsm.spec @@ -17,9 +17,9 @@ %define _name gsm -%define _version 1.0-pl20 +%define _version 1.0-pl22 Name: libgsm -Version: 1.0.20 +Version: 1.0.22 Release: 0 Summary: GSM 06.10 Lossy Speech Compressor Library and Utilities License: ISC @@ -40,7 +40,7 @@ samples (8 kHz sampling rate) into 260 bits. %package -n libgsm1 Summary: GSM 06.10 Lossy Speech Compressor Library and Utilities -Group: Productivity/Multimedia/Sound/Editors and Convertors +Group: System/Libraries %description -n libgsm1 Contains the library for a GSM speech compressor. @@ -70,7 +70,7 @@ The front-end is modeled after the historic compress(1) utility. %package devel Summary: GSM 06.10 Lossy Speech Compressor Library and Utilities Group: Development/Libraries/C and C++ -Requires: libgsm1 = %{version} +Requires: libgsm1 = %{version}-%{release} %description devel Contains the development kit for the libgsm speech compressor. @@ -105,6 +105,8 @@ cp -d lib/libgsm.so* %{buildroot}%{_libdir} ( cd %{buildroot}%{_libdir} ; ln -sf libgsm.so.1 libgsm.so ) cp inc/{private.h,proto.h,unproto.h} %{buildroot}%{_includedir}/gsm/ rm -f %{buildroot}%{_libdir}/*.a +ln -fsv toast %{buildroot}/%{_bindir}/untoast +ln -fsv toast %{buildroot}/%{_bindir}/tcat %post -n libgsm1 -p /sbin/ldconfig %postun -n libgsm1 -p /sbin/ldconfig @@ -115,10 +117,10 @@ rm -f %{buildroot}%{_libdir}/*.a %files -n libgsm1 %license COPYRIGHT -%doc ChangeLog MACHINES README %{_libdir}/*.so.* %files devel +%doc ChangeLog MACHINES README %{_libdir}/*.so %{_mandir}/man3/*.* %{_includedir}/gsm