forked from pool/libcanberra
Accepting request 25862 from GNOME:Factory
Copy from GNOME:Factory/libcanberra based on submit request 25862 from user vuntz OBS-URL: https://build.opensuse.org/request/show/25862 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcanberra?expand=0&rev=13
This commit is contained in:
parent
17ee2956e1
commit
91212a59b8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:906a90f5b93665edbf2781f07323f3a0c2edcb41c95b77d7d4a36f9cbc940e4c
|
|
||||||
size 357055
|
|
3
libcanberra-0.22.tar.bz2
Normal file
3
libcanberra-0.22.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6382fac6c97806b30c29d501a7894acffe979c9a0890ccf1350b63922b96c352
|
||||||
|
size 362077
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 14 12:08:07 CET 2009 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.22:
|
||||||
|
+ gtk: add missing cast
|
||||||
|
+ gtk: only use GdkEvent::window if it is set
|
||||||
|
- Changes from version 0.21:
|
||||||
|
+ gtk: Do not dereference a null window.
|
||||||
|
- Changes from version 0.20:
|
||||||
|
+ gtk: fix casting
|
||||||
|
- Changes from version 0.19:
|
||||||
|
+ gtk: verify that a widget is realized before we try to access
|
||||||
|
its XID
|
||||||
|
+ gtk: refresh event->window after dequeing
|
||||||
|
+ gtk: even if GtkSettings is not available use context
|
||||||
|
+ gtk: fix calculation of event hpos/vpos
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 6 19:49:38 CEST 2009 - vuntz@opensuse.org
|
Tue Oct 6 19:49:38 CEST 2009 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libcanberra (Version 0.18)
|
# spec file for package libcanberra (Version 0.22)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,9 +18,9 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libcanberra
|
Name: libcanberra
|
||||||
Version: 0.18
|
Version: 0.22
|
||||||
Release: 2
|
Release: 1
|
||||||
License: LGPL v2.0 or later
|
License: LGPLv2.0+
|
||||||
Summary: Portable sound event library
|
Summary: Portable sound event library
|
||||||
Url: http://0pointer.de/lennart/projects/libcanberra/
|
Url: http://0pointer.de/lennart/projects/libcanberra/
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -39,7 +39,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
%define debug_package_requires libcanberra0 = %{version}-%{release}
|
%define debug_package_requires libcanberra0 = %{version}-%{release}
|
||||||
|
|
||||||
%package -n libcanberra0
|
%package -n libcanberra0
|
||||||
License: LGPL v2.0 or later
|
License: LGPLv2.0+
|
||||||
Summary: Portable sound event library
|
Summary: Portable sound event library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: libpulse0 >= 0.9.11
|
Requires: libpulse0 >= 0.9.11
|
||||||
@ -74,7 +74,7 @@ designed to be portable. It consists of the following parts:
|
|||||||
trigger input feedback event sounds
|
trigger input feedback event sounds
|
||||||
|
|
||||||
%package gtk0
|
%package gtk0
|
||||||
License: LGPL v2.0 or later
|
License: LGPLv2.0+
|
||||||
Summary: Portable sound event library
|
Summary: Portable sound event library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: libcanberra0 = %{version}
|
Requires: libcanberra0 = %{version}
|
||||||
@ -94,7 +94,7 @@ designed to be portable. It consists of the following parts:
|
|||||||
trigger input feedback event sounds
|
trigger input feedback event sounds
|
||||||
|
|
||||||
%package gtk
|
%package gtk
|
||||||
License: LGPL v2.0 or later
|
License: LGPLv2.0+
|
||||||
Summary: Portable sound event library
|
Summary: Portable sound event library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: libcanberra0 = %{version}
|
Requires: libcanberra0 = %{version}
|
||||||
@ -115,7 +115,7 @@ designed to be portable. It consists of the following parts:
|
|||||||
trigger input feedback event sounds
|
trigger input feedback event sounds
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: LGPL v2.0 or later
|
License: LGPLv2.0+
|
||||||
Summary: Portable sound event library
|
Summary: Portable sound event library
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: gtk-doc
|
Requires: gtk-doc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user