Dominique Leuenberger 1 year ago committed by Git OBS Bridge
commit 94ef3d0520

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:39cbd4f0efdfddc9755d88217e47f8f2d7108fa767f9d58a2ba26a16d8f7c910
size 571153

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Thu May 5 10:11:54 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 2.4.6
* Fixed pkg-config file
* Made vorbis an optional codec
* Do not pass to small headers to libspeex
(see also the same mirror-patch in Icecast)
* Updated documentation, mostly in regard of making it clearer
which functions are now obsoleted
* General code cleanup
* Added compiler warnings about obsoleted functions and
ignored return values
* Replaced old shout_set_metadata() with new shout_set_metadata_utf8()
* Added support for plain text streaming
* Fixed shout_set_metadata*() sometimes returning SHOUTERR_RETRY
* Workaround old clients by emulating SHOUTERR_RETRY with
SHOUTERR_BUSY
* Remove our re-implementation of X509_check_host()
* Allow to disable building tools
- Spec cleanup
-------------------------------------------------------------------
Sun Jan 17 23:31:06 UTC 2021 - Dirk Müller <dmueller@suse.com>

@ -1,7 +1,7 @@
#
# spec file for package libshout
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: libshout
Version: 2.4.5
Version: 2.4.6
Release: 0
Summary: Library for communcating with Icecast servers
License: LGPL-2.1-or-later
@ -66,10 +66,10 @@ autoreconf --force --install
%install
%make_install
# remove unneeded files
rm -f "%buildroot/%_libdir"/*.la
rm -rf "%buildroot/%_datadir/doc/%name"
find %buildroot -type f -name "*.la" -delete -print
rm -r "%buildroot/%_datadir/doc/%name"
# remove (possibly) unused ckport definitions (use libabigail instead?)
rm -Rf "%buildroot/%_libdir/ckport"
rm -R "%buildroot/%_libdir/ckport"
%post -n libshout3 -p /sbin/ldconfig
%postun -n libshout3 -p /sbin/ldconfig

Loading…
Cancel
Save