OBS User unknown 2009-07-31 17:57:32 +00:00 committed by Git OBS Bridge
parent 0b57a815e9
commit f7c6aa0fcb
4 changed files with 33 additions and 51 deletions

View File

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

3
libcanberra-0.14.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Mon Jul 20 10:53:32 CEST 2009 - vuntz@novell.com
- Update to version 0.14:
+ pulse: don't hang if vorbis hits EOF earlier than advertised
+ be a bit more verbose on error conditions
+ pulse: rework reconnection logic, to not enter endless loop
when server is not reachable, and can never be reached
- Changes from version 0.13:
+ pulse: use nofail
+ canberra-gtk-play: add -V option for volume
+ pulse: set volume when streaming directly
+ pulse: don't hang when operation gets canceled
+ make libcanberra-gtk multihead safe
+ oss: initialize oss fd properly to avoid closing inappropriate
file descriptors
+ remove deprecated GTK+ symbol. Fixes fdo#21358.
+ add proper multichannel support (includes of WAVEX files)
+ alsa: disable multichannel support for alsa
+ oss: document lacking multichannel support for oss
+ canberra-gtk-play: implement --property=
+ pulse: implement canberra.force_channel property that forces an
event sound to a specific channel position
+ fix missing fallback theme breaking the user specified one
+ proplist: set prev_item when adding a new key/value pair
------------------------------------------------------------------- -------------------------------------------------------------------
Fri May 29 00:59:58 CEST 2009 - crrodriguez@suse.de Fri May 29 00:59:58 CEST 2009 - crrodriguez@suse.de

View File

@ -1,5 +1,5 @@
# #
# spec file for package libcanberra (Version 0.12) # spec file for package libcanberra (Version 0.14)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -23,8 +23,8 @@ Summary: Portable sound event library
BuildRequires: alsa-devel gconf2-devel gstreamer-0_10-devel gtk-doc gtk2-devel libpulse-devel >= 0.9.11 libvorbis-devel lynx update-desktop-files BuildRequires: alsa-devel gconf2-devel gstreamer-0_10-devel gtk-doc gtk2-devel libpulse-devel >= 0.9.11 libvorbis-devel lynx update-desktop-files
Url: http://0pointer.de/lennart/projects/libcanberra/ Url: http://0pointer.de/lennart/projects/libcanberra/
License: LGPL v2.0 or later License: LGPL v2.0 or later
Version: 0.12 Version: 0.14
Release: 2 Release: 1
Group: System/Libraries Group: System/Libraries
Source: libcanberra-%{version}.tar.bz2 Source: libcanberra-%{version}.tar.bz2
Source1: libcanberra-gtk-module.sh Source1: libcanberra-gtk-module.sh
@ -199,6 +199,7 @@ rm -rf $RPM_BUILD_ROOT
%pre gtk -f %{name}.schemas_pre %pre gtk -f %{name}.schemas_pre
%preun gtk -f %{name}.schemas_preun %preun gtk -f %{name}.schemas_preun
%posttrans gtk -f %{name}.schemas_posttrans %posttrans gtk -f %{name}.schemas_posttrans
%files -n libcanberra0 %files -n libcanberra0
@ -241,48 +242,3 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/libcanberra.pc %{_libdir}/pkgconfig/libcanberra.pc
%changelog %changelog
* Fri May 29 2009 crrodriguez@suse.de
- fix -devel package dependencies
* Tue Apr 14 2009 vuntz@novell.com
- Update to version 0.12:
+ if supported, leave the volume for event sounds unspecified
+ build system updates
+ various fixes and updates for the PulseAudio backend
+ detect forks and return an error for all functions in that case
+ don't crash if there is no default display on initialization.
Fixes fdo#20693
* Fri Feb 06 2009 hfiguiere@suse.de
- Review changes.
* Wed Jan 28 2009 lmedinas@gmail.com
- Update to version 0.11:
+ major GStreamer backend fixes
+ update to libtool 2.2
+ a few other fixes
* Tue Nov 25 2008 sbrabec@suse.cz
- Supplement gtk2-32bit/gtk2-64bit in baselibs.conf (bnc#354164).
* Fri Oct 10 2008 sbrabec@suse.cz
- Update to version 0.10:
* install Gtk+ module using GConf
* few other fixes
* Fri Oct 10 2008 sbrabec@suse.cz
- Devel file contains gtk files => requires libcanberra-gtk0.
* Fri Aug 29 2008 rodrigo@suse.de
- Update to version 0.8:
+ New OSS and GStreamer backends
+ Portability fixes for FreeBSD/Solaris
+ Multi backend works now
- Splitted packages a bit more, adding a -gtk subpackage to contain
the GTK stuff
- Renamed -gtk2 subpackage to -gtk0
- Some other fixes in the .spec file
* Thu Aug 28 2008 rodrigo@suse.de
- BuildRequire update-desktop-files
- Added missing %%description for libcanberra
* Thu Aug 28 2008 rodrigo@suse.de
- Fixed rpmlint errors
* Wed Aug 27 2008 rodrigo@suse.de
- Don't remove README file
* Wed Aug 27 2008 rodrigo@suse.de
- Fixed Source file name
* Wed Aug 27 2008 rodrigo@suse.de
- First package of libcanberra, needed for new gnome-control-center