Hello community,

here is the log from the commit of package paprefs for openSUSE:Factory checked 
in at 2013-10-03 12:51:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/paprefs (Old)
 and      /work/SRC/openSUSE:Factory/.paprefs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "paprefs"

Changes:
--------
--- /work/SRC/openSUSE:Factory/paprefs/paprefs.changes  2011-10-02 
10:23:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.paprefs.new/paprefs.changes     2013-10-03 
12:51:38.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Sep 27 15:23:57 UTC 2013 - ohole...@suse.cz
+
+- Add paprefs-module-combine-sink.patch: use 'module-combine-sink'
+  instead of obsoleted 'module-combine' (bnc#820594).
+
+-------------------------------------------------------------------

New:
----
  paprefs-module-combine-sink.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ paprefs.spec ++++++
--- /var/tmp/diff_new_pack.a12lnr/_old  2013-10-03 12:51:39.000000000 +0200
+++ /var/tmp/diff_new_pack.a12lnr/_new  2013-10-03 12:51:39.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package paprefs
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,17 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           paprefs
 Summary:        PulseAudio Preferences
-Version:        0.9.10
-Release:        1
 License:        GPL-2.0+
 Group:          Productivity/Multimedia/Sound/Utilities
+Version:        0.9.10
+Release:        0
 Url:            http://freedesktop.org/software/pulseaudio/paprefs/
 Source:         
http://freedesktop.org/software/pulseaudio/paprefs/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM paprefs-module-combine-sink.patch bnc#820594 
ohole...@suse.com -- use module-combine-sink instead of module-combine
+Patch:          paprefs-module-combine-sink.patch
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  gcc-c++
 BuildRequires:  gconfmm-devel
@@ -51,6 +51,7 @@
 %lang_package
 %prep
 %setup -q
+%patch
 
 %build
 %configure --disable-lynx

++++++ paprefs-module-combine-sink.patch ++++++
diff --git src/paprefs.cc src/paprefs.cc
index 21fdc95..5359bee 100644
--- src/paprefs.cc
+++ src/paprefs.cc
@@ -388,7 +388,7 @@ void MainWindow::writeToGConfCombine() {
     gconf->change_set_commit(changeSet, true);
 
     if (combineCheckButton->get_active()) {
-        changeSet.set(PA_GCONF_PATH_MODULES"/combine/name0", 
Glib::ustring("module-combine"));
+        changeSet.set(PA_GCONF_PATH_MODULES"/combine/name0", 
Glib::ustring("module-combine-sink"));
         changeSet.set(PA_GCONF_PATH_MODULES"/combine/args0", 
Glib::ustring(""));
 
         changeSet.set(PA_GCONF_PATH_MODULES"/combine/enabled", true);
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to