From 02e3bd746d6545a48af67c3c4c99800ca58ac977fe330e0be7a4bf65774f7f2f Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Wed, 28 Sep 2011 06:20:45 +0000 Subject: [PATCH] Accepting request 85215 from home:dimstar:branches:multimedia:libs Update to 1.0 OBS-URL: https://build.opensuse.org/request/show/85215 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=74 --- pulseaudio-0.99.2.tar.gz | 3 --- pulseaudio-1.0.tar.xz | 3 +++ pulseaudio.changes | 16 ++++++++++++++++ pulseaudio.spec | 8 +++++--- 4 files changed, 24 insertions(+), 6 deletions(-) delete mode 100644 pulseaudio-0.99.2.tar.gz create mode 100644 pulseaudio-1.0.tar.xz diff --git a/pulseaudio-0.99.2.tar.gz b/pulseaudio-0.99.2.tar.gz deleted file mode 100644 index 5875b2a..0000000 --- a/pulseaudio-0.99.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1215ec3615b863e57e388a57b38cd9746406a1c9b0d042e8e67a12f1acd4785 -size 2274548 diff --git a/pulseaudio-1.0.tar.xz b/pulseaudio-1.0.tar.xz new file mode 100644 index 0000000..0c45440 --- /dev/null +++ b/pulseaudio-1.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e63464f8a0975446e2b4cfe768b615a66735c8d092b2366d2bdc7a2a04a249be +size 1305008 diff --git a/pulseaudio.changes b/pulseaudio.changes index 040c050..7feea34 100644 --- a/pulseaudio.changes +++ b/pulseaudio.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Sep 27 23:56:50 CEST 2011 - dimstar@opensuse.org + +- Update to version 1.0: + + Fix crash in threaded message queues + + dbus: fix crash if modules do not load +- Changes from version 0.99.4: + + Various bug fixes +- Changes from version 0.99.3: + + Per-Port volume control + + Fix Introspection annotations + + Various bug fixes +- Add xz BuildRequires because we can't build a package for a + xz-compressed tarball without explicitly specifying that... See + bnc#697467 for more details + ------------------------------------------------------------------- Thu Aug 25 20:29:23 UTC 2011 - dimstar@opensuse.org diff --git a/pulseaudio.spec b/pulseaudio.spec index c2b49c5..d5d05eb 100644 --- a/pulseaudio.spec +++ b/pulseaudio.spec @@ -17,15 +17,15 @@ # norootforbuild -%define drvver 0.99 +%define drvver 1.0 Name: pulseaudio Summary: A Networked Sound Server -Version: 0.99.2 +Version: 1.0 Release: 1 License: GPLv2+ ; LGPLv2.1+ Group: System/Sound Daemons -Source: http://freedesktop.org/software/pulseaudio/releases/%{name}-%{version}.tar.gz +Source: http://www.freedesktop.org/software/pulseaudio/releases/%{name}-%{version}.tar.xz Source1: default.pa-for-gdm Source2: setup-pulseaudio Source3: sysconfig.sound-pulseaudio @@ -58,6 +58,8 @@ BuildRequires: tcpd-devel BuildRequires: translation-update-upstream BuildRequires: update-desktop-files BuildRequires: xorg-x11-devel +# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467 +BuildRequires: xz BuildRequires: pkgconfig(json) >= 0.9 PreReq: %fillup_prereq PreReq: pwdutils