This commit is contained in:
parent
f7c6aa0fcb
commit
443402e9c9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e6438d9497022c226bb1dfd428e1457a1b8e9796baaf29c05cd3fb335a1d5124
|
||||
size 356002
|
3
libcanberra-0.15.tar.bz2
Normal file
3
libcanberra-0.15.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:95eab38f188c5f3feeb5a52126c06ae8aff830e89e41ebfafcae7770dd08484a
|
||||
size 356359
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 5 11:54:06 CEST 2009 - vuntz@novell.com
|
||||
|
||||
- Update to version 0.15:
|
||||
+ gtk-module: use gdk_threads_add_idle_full instead of
|
||||
g_idle_full() for thread-safety reasons
|
||||
+ pulse: split up handling of outstanding structs into part where
|
||||
the lock must be taken and where not
|
||||
+ dso: don't assume LT_ERROR_MAX is size of table[]
|
||||
+ gtk: don't take gdk lock since it is not recursive and it might
|
||||
already be taken
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 20 10:53:32 CEST 2009 - vuntz@novell.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libcanberra (Version 0.14)
|
||||
# spec file for package libcanberra (Version 0.15)
|
||||
#
|
||||
# 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
|
||||
Url: http://0pointer.de/lennart/projects/libcanberra/
|
||||
License: LGPL v2.0 or later
|
||||
Version: 0.14
|
||||
Version: 0.15
|
||||
Release: 1
|
||||
Group: System/Libraries
|
||||
Source: libcanberra-%{version}.tar.bz2
|
||||
@ -54,12 +54,6 @@ designed to be portable. It consists of the following parts:
|
||||
3. 3. libcanberra-gtk-module: a Gtk+ module that uses libcanberra-gtk to
|
||||
trigger input feedback event sounds
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Lennart Poettering
|
||||
|
||||
%description -n libcanberra0
|
||||
libcanberra is an implementation of the XDG Sound Theme and Name
|
||||
Specifications, for generating event sounds on free desktops, such as
|
||||
@ -76,12 +70,6 @@ designed to be portable. It consists of the following parts:
|
||||
3. 3. libcanberra-gtk-module: a Gtk+ module that uses libcanberra-gtk to
|
||||
trigger input feedback event sounds
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Lennart Poettering
|
||||
|
||||
%package gtk0
|
||||
License: LGPL v2.0 or later
|
||||
Summary: Portable sound event library
|
||||
@ -104,12 +92,6 @@ designed to be portable. It consists of the following parts:
|
||||
3. 3. libcanberra-gtk-module: a Gtk+ module that uses libcanberra-gtk to
|
||||
trigger input feedback event sounds
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Lennart Poettering
|
||||
|
||||
%package gtk
|
||||
License: LGPL v2.0 or later
|
||||
Summary: Portable sound event library
|
||||
@ -133,12 +115,6 @@ designed to be portable. It consists of the following parts:
|
||||
3. 3. libcanberra-gtk-module: a Gtk+ module that uses libcanberra-gtk to
|
||||
trigger input feedback event sounds
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Lennart Poettering
|
||||
|
||||
%package devel
|
||||
License: LGPL v2.0 or later
|
||||
Summary: Portable sound event library
|
||||
@ -164,12 +140,6 @@ designed to be portable. It consists of the following parts:
|
||||
3. 3. libcanberra-gtk-module: a Gtk+ module that uses libcanberra-gtk to
|
||||
trigger input feedback event sounds
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Lennart Poettering
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user