[pavucontrol] Updated to 2.0

belegdol belegdol at fedoraproject.org
Sat Mar 9 20:51:11 UTC 2013


commit 820093e7645fe534fdc3c8ce623ef8c1b0134c4e
Author: Julian Sikorski <belegdol at fedoraproject.org>
Date:   Sat Mar 9 21:50:03 2013 +0100

    Updated to 2.0
    
    - Made the make calls verbose
    - Dropped explicit pulsaudio-libs dependency
    - Updated the version in the pulseaudio-libs-devel BR

 .gitignore       |    1 +
 pavucontrol.spec |   17 +++++++++++------
 sources          |    2 +-
 3 files changed, 13 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fac7b24..4c3fba4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 pavucontrol-0.9.10.tar.gz
 /pavucontrol-1.0.tar.xz
+/pavucontrol-2.0.tar.xz
diff --git a/pavucontrol.spec b/pavucontrol.spec
index e213dc1..ee9a888 100644
--- a/pavucontrol.spec
+++ b/pavucontrol.spec
@@ -1,6 +1,6 @@
 Name:           pavucontrol
-Version:        1.0
-Release:        3%{?dist}
+Version:        2.0
+Release:        1%{?dist}
 Summary:        Volume control for PulseAudio
 
 Group:          Applications/Multimedia
@@ -8,13 +8,12 @@ License:        GPLv2+
 URL:            http://freedesktop.org/software/pulseaudio/%{name}
 Source0:        http://freedesktop.org/software/pulseaudio/%{name}/%{name}-%{version}.tar.xz
 
-BuildRequires:  pulseaudio-libs-devel >= 0.9.15-3.test4
+BuildRequires:  pulseaudio-libs-devel >= 3.0
 BuildRequires:  gtkmm30-devel libglademm24-devel
 BuildRequires:  libsigc++20-devel lynx
 BuildRequires:  desktop-file-utils
 BuildRequires:  libcanberra-devel
 BuildRequires:  intltool
-Requires:	pulseaudio-libs >= 0.9.15-3.test5
 
 %description
 PulseAudio Volume Control (pavucontrol) is a simple GTK based volume control
@@ -27,11 +26,11 @@ of each playback stream separately.
 
 %build
 %configure
-make %{?_smp_mflags}
+make V=1 %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+make V=1 install DESTDIR=$RPM_BUILD_ROOT
 
 rm $RPM_BUILD_ROOT/usr/share/doc/pavucontrol/README
 rm $RPM_BUILD_ROOT/usr/share/doc/pavucontrol/README.html
@@ -51,6 +50,12 @@ desktop-file-install \
 %{_datadir}/applications/pavucontrol.desktop
 
 %changelog
+* Sat Mar 09 2013 Julian Sikorski <belegdol at fedoraproject.org> - 2.0-1
+- Updated to 2.0
+- Made the make calls verbose
+- Dropped explicit pulsaudio-libs dependency
+- Updated the version in the pulseaudio-libs-devel BR
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index a58d9ba..656bef0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0ab6b13542af9b4417438527d2524316  pavucontrol-1.0.tar.xz
+ffefdea76a77f89c6415300b8ad5eb7b  pavucontrol-2.0.tar.xz


More information about the scm-commits mailing list