diff --git a/libcanberra-0.29.tar.xz b/libcanberra-0.29.tar.xz deleted file mode 100644 index 18afde4..0000000 --- a/libcanberra-0.29.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:127a5ef07805856d63758e5180ebfb241d1f80094fd301c287591a15b8cfcd72 -size 315728 diff --git a/libcanberra-0.30.tar.xz b/libcanberra-0.30.tar.xz new file mode 100644 index 0000000..3f841da --- /dev/null +++ b/libcanberra-0.30.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2b671e67e0c288a69fc33dc1b6f1b534d07882c2aceed37004bf48c601afa72 +size 318960 diff --git a/libcanberra.changes b/libcanberra.changes index 3364ab4..342eebd 100644 --- a/libcanberra.changes +++ b/libcanberra.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Tue Sep 25 11:52:28 UTC 2012 - dimstar@opensuse.org + +- Update to version 0.30: + + Minor bug fixes + + Explicitly require x11 for GTK linking + + Port to GStreamer 1.0. +- Add pkgconfig(glib-2.0) BuildRequires so it can be versioned. +- Add pkgconfig(x11) BuildRequires: new explicit dependency. +- Drop libcanberra-gst10.patch: fixed upstream. +- Drop libtool BuildRequires and call to ./autogen.sh: no patch + requires bootstrapping. + +------------------------------------------------------------------- +Mon Sep 3 16:07:52 UTC 2012 - dimstar@opensuse.org + +- Add libcanberra-gst10.patch: Port libcanberra to GStreamer 1.0. +- Add libtool BuildRequires and call ./autogen.sh in build, as + above patch touches the build system +- Replace pkgconfig(gstreamer-0.10) BuildRequires with + pkgconfig(gstreamer-1.0). + ------------------------------------------------------------------- Mon Jul 2 19:19:56 UTC 2012 - dimstar@opensuse.org diff --git a/libcanberra.spec b/libcanberra.spec index d6527f5..317e748 100644 --- a/libcanberra.spec +++ b/libcanberra.spec @@ -19,7 +19,7 @@ %define build_gtk3 1 Name: libcanberra -Version: 0.29 +Version: 0.30 Release: 0 Summary: Portable sound event library License: LGPL-2.0+ @@ -28,20 +28,22 @@ Url: http://0pointer.de/lennart/projects/libcanberra/ Source: http://0pointer.de/lennart/projects/libcanberra/%{name}-%{version}.tar.xz Source1: libcanberra-gtk-module.sh Source99: baselibs.conf -#PATCH-FIX-UPSTREAM libcanberra-multi-backend.patch bnc#753243 dimstar@opensuse.org -- Set the multi backend as default and allow it actually to work. +#PATCH-FIX-UPSTREAM libcanberra-multi-backend.patch bnc#753243 fdo#51662 dimstar@opensuse.org -- Set the multi backend as default and allow it actually to work. Patch0: libcanberra-multi-backend.patch BuildRequires: gtk-doc BuildRequires: libltdl-devel BuildRequires: lynx BuildRequires: update-desktop-files BuildRequires: pkgconfig(alsa) -BuildRequires: pkgconfig(gstreamer-0.10) +BuildRequires: pkgconfig(glib-2.0) >= 2.32 +BuildRequires: pkgconfig(gstreamer-1.0) BuildRequires: pkgconfig(gtk+-2.0) %if %build_gtk3 BuildRequires: pkgconfig(gtk+-3.0) %endif BuildRequires: pkgconfig(libpulse) >= 0.9.11 BuildRequires: pkgconfig(vorbisfile) +BuildRequires: pkgconfig(x11) BuildRoot: %{_tmppath}/%{name}-%{version}-build %define debug_package_requires libcanberra0 = %{version}-%{release}