This commit is contained in:
parent
dadf635914
commit
fb6b44412b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b4c74967c84def9e95f9e32942c5258bbcfc1e61691f930d30324193abb3f3d1
|
|
||||||
size 425612
|
|
3
libcanberra-0.12.tar.bz2
Normal file
3
libcanberra-0.12.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f35aa393237f306a2b770d0feee091e13163a375b65ec80d64364912cb2ff0da
|
||||||
|
size 362095
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 14 14:56:03 CEST 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 6 11:14:31 EST 2009 - hfiguiere@suse.de
|
Fri Feb 6 11:14:31 EST 2009 - hfiguiere@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libcanberra (Version 0.11)
|
# spec file for package libcanberra (Version 0.12)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -23,7 +23,7 @@ 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.11
|
Version: 0.12
|
||||||
Release: 1
|
Release: 1
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Source: libcanberra-%{version}.tar.bz2
|
Source: libcanberra-%{version}.tar.bz2
|
||||||
@ -206,13 +206,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README LGPL
|
%doc README LGPL
|
||||||
%{_libdir}/libcanberra.so.*
|
%{_libdir}/libcanberra.so.*
|
||||||
%dir %{_libdir}/libcanberra-0.11
|
%dir %{_libdir}/libcanberra-%{version}
|
||||||
%{_libdir}/libcanberra-0.11/libcanberra-alsa.so
|
%{_libdir}/libcanberra-%{version}/libcanberra-alsa.so
|
||||||
%{_libdir}/libcanberra-0.11/libcanberra-gstreamer.so
|
%{_libdir}/libcanberra-%{version}/libcanberra-gstreamer.so
|
||||||
%{_libdir}/libcanberra-0.11/libcanberra-multi.so
|
%{_libdir}/libcanberra-%{version}/libcanberra-multi.so
|
||||||
%{_libdir}/libcanberra-0.11/libcanberra-null.so
|
%{_libdir}/libcanberra-%{version}/libcanberra-null.so
|
||||||
%{_libdir}/libcanberra-0.11/libcanberra-oss.so
|
%{_libdir}/libcanberra-%{version}/libcanberra-oss.so
|
||||||
%{_libdir}/libcanberra-0.11/libcanberra-pulse.so
|
%{_libdir}/libcanberra-%{version}/libcanberra-pulse.so
|
||||||
|
|
||||||
%files gtk0
|
%files gtk0
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -242,9 +242,17 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/libcanberra.pc
|
%{_libdir}/pkgconfig/libcanberra.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Fri Feb 06 2009 hfiguiere@suse.de
|
||||||
- Review changes.
|
- Review changes.
|
||||||
* Tue Jan 27 2009 lmedinas@gmail.com
|
* Wed Jan 28 2009 lmedinas@gmail.com
|
||||||
- Update to version 0.11:
|
- Update to version 0.11:
|
||||||
+ major GStreamer backend fixes
|
+ major GStreamer backend fixes
|
||||||
+ update to libtool 2.2
|
+ update to libtool 2.2
|
||||||
|
Loading…
Reference in New Issue
Block a user