Hello community,
here is the log from the commit of package xfce4-panel-plugin-pulseaudio for
openSUSE:Factory checked in at 2017-10-07 17:51:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-pulseaudio (Old)
and /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-pulseaudio.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfce4-panel-plugin-pulseaudio"
Sat Oct 7 17:51:23 2017 rev:8 rq:532242 version:0.3.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-pulseaudio/xfce4-panel-plugin-pulseaudio.changes
2017-08-24 18:40:12.476430341 +0200
+++
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-pulseaudio.new/xfce4-panel-plugin-pulseaudio.changes
2017-10-07 17:51:33.196962458 +0200
@@ -1,0 +2,23 @@
+Tue Oct 3 08:45:00 UTC 2017 - [email protected]
+
+- update to version 0.3.1:
+ - New Features:
+ - Device Management
+ - Switch active audio input and output devices
+ - Control volume of the currently selected device
+ - Without input or output devices, the menu items are hidden
+ - Does not change the device associated with active streams
+ - Add audio input volume to plugin menu
+ - Add (optional) MPRIS2 media player controls
+ - Add support for the XF86AudioMicMute key
+ - Update help links to the new docs.xfce.org startpage
+ - Set the transient hint for volume and mic notifications
+ - General:
+ - Fixed build warnings with gcc-7
+ - Improved code quality with the custom widgets
+ - Improved memory management
+ - Simplified audio volume controls
+ - Updated credits and copyright notice
+ - Translation Updates
+
+-------------------------------------------------------------------
Old:
----
xfce4-pulseaudio-plugin-0.2.5.tar.bz2
New:
----
xfce4-pulseaudio-plugin-0.3.1.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xfce4-panel-plugin-pulseaudio.spec ++++++
--- /var/tmp/diff_new_pack.YmNVED/_old 2017-10-07 17:51:34.508904783 +0200
+++ /var/tmp/diff_new_pack.YmNVED/_new 2017-10-07 17:51:34.512904607 +0200
@@ -21,29 +21,33 @@
%define plugin_name xfce4-pulseaudio-plugin
Name: xfce4-panel-plugin-pulseaudio
-Version: 0.2.5
+Version: 0.3.1
Release: 0
Summary: Pulseaudio Volume Control Plugin for the Xfce Panel
License: GPL-2.0+
Group: Productivity/Multimedia/Sound/Mixers
Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-pulseaudio-plugin
-Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/0.2/%{plugin_name}-%{version}.tar.bz2
+Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/0.3/%{plugin_name}-%{version}.tar.bz2
BuildRequires: intltool
BuildRequires: pkgconfig(exo-1)
-BuildRequires: pkgconfig(gtk+-3.0) >= 3.6
-BuildRequires: pkgconfig(keybinder-3.0)
-BuildRequires: pkgconfig(libnotify)
+BuildRequires: pkgconfig(gtk+-3.0) >= 3.20.0
+BuildRequires: pkgconfig(glib-2.0) >= 2.42.0
BuildRequires: pkgconfig(libpulse-mainloop-glib) >= 0.9.19
-BuildRequires: pkgconfig(libxfce4panel-2.0)
-BuildRequires: pkgconfig(libxfce4ui-2)
-BuildRequires: pkgconfig(libxfce4util-1.0)
-BuildRequires: pkgconfig(libxfconf-0)
+BuildRequires: pkgconfig(libxfce4panel-2.0) >= 4.11.0
+BuildRequires: pkgconfig(libxfce4ui-2) >= 4.11.0
+BuildRequires: pkgconfig(libxfce4util-1.0) >= 4.9.0
+BuildRequires: pkgconfig(libxfconf-0) >= 4.6.0
+# optional requirements
+BuildRequires: pkgconfig(gio-2.0) >= 2.42
+BuildRequires: pkgconfig(keybinder-3.0) >= 0.2.2
+BuildRequires: pkgconfig(libnotify) >= 0.7.0
Requires: pulseaudio
Requires: xfce4-panel >= %{panel_version}
Recommends: pavucontrol
Recommends: %{name}-lang = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
+
%description
Xfce4-pulseaudio-plugin is a panel plugin for controlling an audio
output volume of the PulseAudio mixer. The volume can be adjusted using
@@ -56,6 +60,10 @@
%setup -q -n %{plugin_name}-%{version}
%build
+%if 0%{?suse_version} < 1330
+## LEAP 42.x complains about "for (int i=0; ...)"
+export CFLAGS="%{optflags} -std=c99"
+%endif
%configure
make %{?_smp_mflags} V=1
++++++ xfce4-pulseaudio-plugin-0.2.5.tar.bz2 ->
xfce4-pulseaudio-plugin-0.3.1.tar.bz2 ++++++
++++ 12584 lines of diff (skipped)