commit paprefs for openSUSE:Factory

2020-01-31 Thread root
Hello community,

here is the log from the commit of package paprefs for openSUSE:Factory checked 
in at 2020-01-31 23:56:29

Comparing /work/SRC/openSUSE:Factory/paprefs (Old)
 and  /work/SRC/openSUSE:Factory/.paprefs.new.26092 (New)


Package is "paprefs"

Fri Jan 31 23:56:29 2020 rev:38 rq:768688 version:1.1

Changes:

--- /work/SRC/openSUSE:Factory/paprefs/paprefs.changes  2019-07-26 
12:40:55.641892472 +0200
+++ /work/SRC/openSUSE:Factory/.paprefs.new.26092/paprefs.changes   
2020-01-31 23:57:24.507655246 +0100
@@ -1,0 +2,5 @@
+Thu Jan 30 11:15:01 UTC 2020 - Dominique Leuenberger 
+
+- No longer recommend -lang: supplements are in use
+
+---



Other differences:
--
++ paprefs.spec ++
--- /var/tmp/diff_new_pack.hRgc3v/_old  2020-01-31 23:57:25.639655833 +0100
+++ /var/tmp/diff_new_pack.hRgc3v/_new  2020-01-31 23:57:25.643655834 +0100
@@ -34,7 +34,6 @@
 BuildRequires:  pkgconfig(libpulse)
 BuildRequires:  pkgconfig(sigc++-2.0)
 Requires:   pulseaudio-module-gsettings
-Recommends: %{name}-lang
 
 %description
 PulseAudio Preferences (paprefs) is a simple GTK based configuration




commit paprefs for openSUSE:Factory

2019-07-26 Thread root
Hello community,

here is the log from the commit of package paprefs for openSUSE:Factory checked 
in at 2019-07-26 12:40:54

Comparing /work/SRC/openSUSE:Factory/paprefs (Old)
 and  /work/SRC/openSUSE:Factory/.paprefs.new.4126 (New)


Package is "paprefs"

Fri Jul 26 12:40:54 2019 rev:37 rq:718465 version:1.1

Changes:

--- /work/SRC/openSUSE:Factory/paprefs/paprefs.changes  2018-10-11 
11:53:12.558194655 +0200
+++ /work/SRC/openSUSE:Factory/.paprefs.new.4126/paprefs.changes
2019-07-26 12:40:55.641892472 +0200
@@ -1,0 +2,13 @@
+Tue Jul 23 22:12:41 UTC 2019 - Bjørn Lie 
+
+- Update to version 1.1:
+  + Replace dbus-glib and libdbus with gdbus.
+  + Use module-combine-sink instead of module-combine.
+- Drop paprefs-module-combine-sink.patch: Fixed upstream.
+- Drop pkgconfig(dbus-glib-1) BuildRequires: No longer needed.
+- Drop conditional post(un) handling of desktop_database_post(un)
+  for obsolete versions of openSUSE, not needed for any currently
+  supported version.
+- Replace gcc-c++ with c++_compiler BuildRequires.
+
+---

Old:

  paprefs-1.0.tar.xz
  paprefs-module-combine-sink.patch

New:

  paprefs-1.1.tar.xz



Other differences:
--
++ paprefs.spec ++
--- /var/tmp/diff_new_pack.nUnlZv/_old  2019-07-26 12:40:56.401892141 +0200
+++ /var/tmp/diff_new_pack.nUnlZv/_new  2019-07-26 12:40:56.401892141 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package paprefs
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,22 +17,18 @@
 
 
 Name:   paprefs
-Version:1.0
+Version:1.1
 Release:0
 Summary:PulseAudio Preferences
 License:GPL-2.0-or-later
 Group:  Productivity/Multimedia/Sound/Utilities
-URL:http://freedesktop.org/software/pulseaudio/paprefs/
-Source0:
http://freedesktop.org/software/pulseaudio/paprefs/%{name}-%{version}.tar.xz
+URL:https://freedesktop.org/software/pulseaudio/paprefs
+Source0:%{url}/%{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
-Patch0: paprefs-module-combine-sink.patch
-
-BuildRequires:  gcc-c++
+BuildRequires:  c++_compiler
 BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(giomm-2.4) >= 2.26
 BuildRequires:  pkgconfig(gtkmm-3.0)
 BuildRequires:  pkgconfig(libpulse)
@@ -62,14 +58,6 @@
 %suse_update_desktop_file %{name} HardwareSettings AudioVideo Utility
 %find_lang %{name} %{?no_lang_C}
 
-%if 0%{?suse_version} < 1500
-%post
-%desktop_database_post
-
-%postun
-%desktop_database_postun
-%endif
-
 %files
 %license LICENSE
 %{_bindir}/*

++ paprefs-1.0.tar.xz -> paprefs-1.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/paprefs-1.0/doc/README.html.in 
new/paprefs-1.1/doc/README.html.in
--- old/paprefs-1.0/doc/README.html.in  2018-07-29 18:28:07.0 +0200
+++ new/paprefs-1.1/doc/README.html.in  2019-01-25 08:18:10.0 +0100
@@ -37,6 +37,11 @@
 
 News
 
+Fri Jan 25 2019:  Version 1.1 released; replace
+dbus-glib and libdbus with gdbus, use module-combine-sink instead of
+module-combine
+
 Sun Jul 29 2018:  Version 1.0 released; replace GConf
 with GSettings, port from GTK 2 to GTK 3, change build system from Autotools to
@@ -107,17 +112,19 @@
 
 The current release is @PACKAGE_VERSION@
 
-Get paprefs's development sources from the http://git-scm.org/";>GIT repository (http://cgit.freedesktop.org/pulseaudio/paprefs";>web interface): 
+Get paprefs's development sources from the http://git-scm.com/";>Git https://gitlab.freedesktop.org/pulseaudio/paprefs.git";>repository (https://gitlab.freedesktop.org/pulseaudio/paprefs";>web interface): 

 
-git clone git://anongit.freedesktop.org/pulseaudio/paprefs
+git clone https://gitlab.freedesktop.org/pulseaudio/paprefs.git
 
 Bug Reports
 
-Bugs can be reported on the freedesktop.org bug tracker: https://bugs.freedesktop.org/enter_bug.cgi?product=PulseAudio";>https://bugs.freedesktop.org/enter_bug.cgi?product=PulseAudio.
 You need to report your bugs against PulseAudio, because there's no separate 
product on the bug tracker for paprefs.
+Here's the list of open bug reports: https://gitlab.freedesktop.org/pulseaudio/paprefs/issues";>https://gitlab.freedesktop.org/pulseaudio/paprefs/issues
+
+And here yo

commit paprefs for openSUSE:Factory

2018-10-11 Thread root
Hello community,

here is the log from the commit of package paprefs for openSUSE:Factory checked 
in at 2018-10-11 11:51:46

Comparing /work/SRC/openSUSE:Factory/paprefs (Old)
 and  /work/SRC/openSUSE:Factory/.paprefs.new (New)


Package is "paprefs"

Thu Oct 11 11:51:46 2018 rev:36 rq:640251 version:1.0

Changes:

--- /work/SRC/openSUSE:Factory/paprefs/paprefs.changes  2018-06-29 
22:23:37.354609003 +0200
+++ /work/SRC/openSUSE:Factory/.paprefs.new/paprefs.changes 2018-10-11 
11:53:12.558194655 +0200
@@ -1,0 +2,11 @@
+Fri Oct  5 16:37:01 UTC 2018 - bjorn@gmail.com
+
+- Update to version 1.0:
+  + Port to meson.
+- Stop using source service, new stable release out.
+- Add meson BuildRequires and corresponding macros following
+  upstreams port to meson.
+- Drop intltool, libtool and lynx BuildRequires, no longer needed.
+- Rebase paprefs-module-combine-sink.patch to upstream committed.
+
+---

Old:

  _service
  _servicedata
  paprefs-0.9.10+20180501.534d20a.tar.xz

New:

  paprefs-1.0.tar.xz



Other differences:
--
++ paprefs.spec ++
--- /var/tmp/diff_new_pack.TEpSZc/_old  2018-10-11 11:53:14.262192488 +0200
+++ /var/tmp/diff_new_pack.TEpSZc/_new  2018-10-11 11:53:14.266192483 +0200
@@ -12,26 +12,24 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   paprefs
-Version:0.9.10+20180501.534d20a
+Version:1.0
 Release:0
 Summary:PulseAudio Preferences
 License:GPL-2.0-or-later
 Group:  Productivity/Multimedia/Sound/Utilities
 URL:http://freedesktop.org/software/pulseaudio/paprefs/
-#Source0:   
http://freedesktop.org/software/pulseaudio/paprefs/%%{name}-%%{version}.tar.xz
-Source: %{name}-%{version}.tar.xz
+Source0:
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
 Patch0: paprefs-module-combine-sink.patch
 
 BuildRequires:  gcc-c++
-BuildRequires:  intltool
-BuildRequires:  libtool
-BuildRequires:  lynx
+BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(dbus-glib-1)
@@ -56,12 +54,11 @@
 %autosetup -p1
 
 %build
-NOCONFIGURE=1 ./bootstrap.sh
-%configure
-make %{?_smp_mflags}
+%meson
+%meson_build
 
 %install
-%make_install
+%meson_install
 %suse_update_desktop_file %{name} HardwareSettings AudioVideo Utility
 %find_lang %{name} %{?no_lang_C}
 
@@ -75,7 +72,6 @@
 
 %files
 %license LICENSE
-%doc doc/README doc/README.html
 %{_bindir}/*
 %{_datadir}/paprefs
 %{_datadir}/applications/*.desktop

++ paprefs-0.9.10+20180501.534d20a.tar.xz -> paprefs-1.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/paprefs-0.9.10+20180501.534d20a/.gitignore 
new/paprefs-1.0/.gitignore
--- old/paprefs-0.9.10+20180501.534d20a/.gitignore  1970-01-01 
01:00:00.0 +0100
+++ new/paprefs-1.0/.gitignore  2018-07-29 18:28:07.0 +0200
@@ -0,0 +1 @@
+build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/paprefs-0.9.10+20180501.534d20a/Makefile.am 
new/paprefs-1.0/Makefile.am
--- old/paprefs-0.9.10+20180501.534d20a/Makefile.am 2018-05-01 
17:12:53.0 +0200
+++ new/paprefs-1.0/Makefile.am 1970-01-01 01:00:00.0 +0100
@@ -1,61 +0,0 @@
-# This file is part of paprefs.
-#
-# Copyright 2006-2008 Lennart Poettering
-#
-# paprefs is free software; you can redistribute it and/or modify it
-# under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 2 of the License, or
-# (at your option) any later version.
-#
-# paprefs is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with paprefs. If not, see .
-
-EXTRA_DIST = \
-   m4/ChangeLog \
-   bootstrap.sh \
-   README \
-   LICENSE \
-   intltool-merge.in \
-   intltool-update.in \
-   intltool-extract.in
-
-SUBDIRS=src doc po
-
-MAINTAINERCLEANFILES=README
-noinst_DATA = README
-
-README:
-   rm -f README
-   $(MAKE) -C do

commit paprefs for openSUSE:Factory

2018-06-29 Thread root
Hello community,

here is the log from the commit of package paprefs for openSUSE:Factory checked 
in at 2018-06-29 22:23:33

Comparing /work/SRC/openSUSE:Factory/paprefs (Old)
 and  /work/SRC/openSUSE:Factory/.paprefs.new (New)


Package is "paprefs"

Fri Jun 29 22:23:33 2018 rev:35 rq:617842 version:0.9.10+20180501.534d20a

Changes:

--- /work/SRC/openSUSE:Factory/paprefs/paprefs.changes  2014-08-13 
08:48:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.paprefs.new/paprefs.changes 2018-06-29 
22:23:37.354609003 +0200
@@ -1,0 +2,36 @@
+Tue Jun 19 10:46:40 UTC 2018 - bjorn@gmail.com
+
+- Add pulseaudio-module-gsettings Requires: paprefs now stores it's
+  settings in GSettings.
+
+---
+Mon Jun 04 10:12:39 UTC 2018 - bjorn@gmail.com
+
+- Update to version 0.9.10+20180501.534d20a:
+  + rename "module" to "module-group" in GSettings schemas and
+paths.
+  + remove paprefs.convert.
+  + Port from GTK2 to GTK3.
+  + fix GSettings pkg-config dependency.
+  + remove the GSettings schema file.
+  + README: remove references to module-gconf.
+  + build-sys: remove the gconf dependency.
+  + Move from GConf to GSettings.
+  + Added fixed port 5004 option for rtp sender.
+  + doc: Drop 0pointer.de references.
+  + modules: Better code for working out the dynamic module dir.
+  + Do not require a recompile for each new PA version in order to
+detect the modules.
+- Switch to gitcheckout via sources service, following this, add
+  libtool and lynx BuildRequires, and pass boostrap.sh, now needed.
+- Run spec-cleaner, modernize spec.
+- Drop gconfmm-devel, libglademm-devel and xz BuildRequires, drop
+  pulseaudio-module-gconf Requires: no longer after upstreams port
+  and changes in obs.
+- Add pkgconfig(dbus-glib-1), pkgconfig(giomm-2.4),
+  pkgconfig(gtkmm-3.0), pkgconfig(libpulse) and
+  pkgconfig(sigc++-2.0) BuildRequires, new dependencies.
+- Replace libpulse-devel with pkgconfig(libpulse) BuildRequires.
+- Rebase paprefs-module-combine-sink.patch.
+
+---

Old:

  paprefs-0.9.10.tar.xz

New:

  _service
  _servicedata
  paprefs-0.9.10+20180501.534d20a.tar.xz



Other differences:
--
++ paprefs.spec ++
--- /var/tmp/diff_new_pack.3AfC4a/_old  2018-06-29 22:23:38.146608409 +0200
+++ /var/tmp/diff_new_pack.3AfC4a/_new  2018-06-29 22:23:38.150608407 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package paprefs
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,28 +17,30 @@
 
 
 Name:   paprefs
+Version:0.9.10+20180501.534d20a
+Release:0
 Summary:PulseAudio Preferences
-License:GPL-2.0+
+License:GPL-2.0-or-later
 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
+URL:http://freedesktop.org/software/pulseaudio/paprefs/
+#Source0:   
http://freedesktop.org/software/pulseaudio/paprefs/%%{name}-%%{version}.tar.xz
+Source: %{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
+Patch0: paprefs-module-combine-sink.patch
+
 BuildRequires:  gcc-c++
-BuildRequires:  gconfmm-devel
 BuildRequires:  intltool
-BuildRequires:  libglademm-devel
-BuildRequires:  libpulse-devel
+BuildRequires:  libtool
+BuildRequires:  lynx
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
-# paprefs changes gconf settings, read by the gconf PA module
-Requires:   pulseaudio-module-gconf
+BuildRequires:  pkgconfig(dbus-glib-1)
+BuildRequires:  pkgconfig(giomm-2.4) >= 2.26
+BuildRequires:  pkgconfig(gtkmm-3.0)
+BuildRequires:  pkgconfig(libpulse)
+BuildRequires:  pkgconfig(sigc++-2.0)
+Requires:   pulseaudio-module-gsettings
 Recommends: %{name}-lang
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 PulseAudio Preferences (paprefs) is a simple GTK based configuration
@@ -49,37 +51,31 @@
 server.
 
 %lang_package
+
 %prep
-%setup -q
-%patch
+%autosetup -p1
 
 %build
-%configu

commit paprefs for openSUSE:Factory

2014-08-12 Thread h_root
Hello community,

here is the log from the commit of package paprefs for openSUSE:Factory checked 
in at 2014-08-13 08:48:35

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  2013-10-03 
12:51:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.paprefs.new/paprefs.changes 2014-08-13 
08:48:36.0 +0200
@@ -1,0 +2,5 @@
+Fri Aug  8 13:54:02 UTC 2014 - fcro...@suse.com
+
+- Improve category to .desktop file.
+
+---



Other differences:
--
++ paprefs.spec ++
--- /var/tmp/diff_new_pack.fDZDQg/_old  2014-08-13 08:48:37.0 +0200
+++ /var/tmp/diff_new_pack.fDZDQg/_new  2014-08-13 08:48:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package paprefs
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -59,7 +59,7 @@
 
 %install
 %makeinstall
-%suse_update_desktop_file %{name} HardwareSettings
+%suse_update_desktop_file %{name} HardwareSettings AudioVideo Utility
 %find_lang %{name} %{?no_lang_C}
 
 %clean

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit paprefs for openSUSE:Factory

2013-10-03 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.paprefs.new/paprefs.changes 2013-10-03 
12:51:38.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.a12lnr/_new  2013-10-03 12:51:39.0 +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



commit paprefs for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package paprefs for openSUSE:Factory checked 
in at 2011-12-06 18:35:54

Comparing /work/SRC/openSUSE:Factory/paprefs (Old)
 and  /work/SRC/openSUSE:Factory/.paprefs.new (New)


Package is "paprefs", Maintainer is "gnome-maintain...@suse.de"

Changes:




Other differences:
--
++ paprefs.spec ++
--- /var/tmp/diff_new_pack.jSyB6J/_old  2011-12-06 19:03:06.0 +0100
+++ /var/tmp/diff_new_pack.jSyB6J/_new  2011-12-06 19:03:06.0 +0100
@@ -22,7 +22,7 @@
 Summary:PulseAudio Preferences
 Version:0.9.10
 Release:1
-License:GPLv2+
+License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Utilities
 Url:http://freedesktop.org/software/pulseaudio/paprefs/
 Source: 
http://freedesktop.org/software/pulseaudio/paprefs/%{name}-%{version}.tar.xz


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit paprefs for openSUSE:Factory

2011-10-02 Thread h_root

Hello community,

here is the log from the commit of package paprefs for openSUSE:Factory
checked in at Sun Oct 2 10:23:18 CEST 2011.




--- openSUSE:Factory/paprefs/paprefs.changes2011-09-23 12:21:38.0 
+0200
+++ /mounts/work_src_done/STABLE/paprefs/paprefs.changes2011-09-27 
18:17:35.0 +0200
@@ -1,0 +2,11 @@
+Tue Sep 27 16:08:49 UTC 2011 - vu...@opensuse.org
+
+- Update to version 0.9.10:
+  + Minor tidyups
+  + Should no longer require recompiling with each new PA version
+- Drop paprefs-packagekit.patch: fixed upstream.
+- 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.
+
+---

calling whatdependson for head-i586


Old:

  paprefs-0.9.9.tar.bz2
  paprefs-packagekit.patch

New:

  paprefs-0.9.10.tar.xz



Other differences:
--
++ paprefs.spec ++
--- /var/tmp/diff_new_pack.63Tz1f/_old  2011-10-02 10:23:15.0 +0200
+++ /var/tmp/diff_new_pack.63Tz1f/_new  2011-10-02 10:23:15.0 +0200
@@ -20,14 +20,12 @@
 
 Name:   paprefs
 Summary:PulseAudio Preferences
-Version:0.9.9
-Release:17
+Version:0.9.10
+Release:1
 License:GPLv2+
 Group:  Productivity/Multimedia/Sound/Utilities
-Url:http://0pointer.de/lennart/projects/paprefs/
-Source: %{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM paprefs-packagekit.patch sree...@novell.com -- Apply 
upstream patches to check for packagekit service
-Patch0: paprefs-packagekit.patch
+Url:http://freedesktop.org/software/pulseaudio/paprefs/
+Source: 
http://freedesktop.org/software/pulseaudio/paprefs/%{name}-%{version}.tar.xz
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  gcc-c++
 BuildRequires:  gconfmm-devel
@@ -35,6 +33,8 @@
 BuildRequires:  libglademm-devel
 BuildRequires:  libpulse-devel
 BuildRequires:  update-desktop-files
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 # paprefs changes gconf settings, read by the gconf PA module
 Requires:   pulseaudio-module-gconf
 Recommends: %{name}-lang
@@ -51,7 +51,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure --disable-lynx

continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit paprefs for openSUSE:Factory

2011-09-14 Thread h_root

Hello community,

here is the log from the commit of package paprefs for openSUSE:Factory
checked in at Wed Sep 14 15:00:57 CEST 2011.




--- paprefs/paprefs.changes 2011-07-28 15:47:09.0 +0200
+++ /mounts/work_src_done/STABLE/paprefs/paprefs.changes2011-09-14 
11:04:40.0 +0200
@@ -1,0 +2,6 @@
+Wed Sep 14 09:04:31 UTC 2011 - vu...@opensuse.org
+
+- Add explicit dbus-1-glib-devel BuildRequires: it used to be
+  brought in by something else before.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ paprefs.spec ++
--- /var/tmp/diff_new_pack.x9Lc6u/_old  2011-09-14 15:00:53.0 +0200
+++ /var/tmp/diff_new_pack.x9Lc6u/_new  2011-09-14 15:00:53.0 +0200
@@ -21,13 +21,14 @@
 Name:   paprefs
 Summary:PulseAudio Preferences
 Version:0.9.9
-Release:15
+Release:17
 License:GPLv2+
 Group:  Productivity/Multimedia/Sound/Utilities
 Url:http://0pointer.de/lennart/projects/paprefs/
 Source: %{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM paprefs-packagekit.patch sree...@novell.com -- Apply 
upstream patches to check for packagekit service
 Patch0: paprefs-packagekit.patch
+BuildRequires:  dbus-1-glib-devel
 BuildRequires:  gcc-c++
 BuildRequires:  gconfmm-devel
 BuildRequires:  intltool






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit paprefs for openSUSE:Factory

2011-08-03 Thread h_root

Hello community,

here is the log from the commit of package paprefs for openSUSE:Factory
checked in at Wed Aug 3 11:02:32 CEST 2011.




--- paprefs/paprefs.changes 2011-02-12 20:26:43.0 +0100
+++ /mounts/work_src_done/STABLE/paprefs/paprefs.changes2011-07-28 
15:47:09.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 28 15:42:44 CEST 2011 - vu...@opensuse.org
+
+- Add pulseaudio-module-gconf Requires, since paprefs sets gconf
+  keys, which are only read if pulseaudio-module-gconf is
+  installed. Might fix bnc#702549.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ paprefs.spec ++
--- /var/tmp/diff_new_pack.Impvr1/_old  2011-08-03 11:01:49.0 +0200
+++ /var/tmp/diff_new_pack.Impvr1/_new  2011-08-03 11:01:49.0 +0200
@@ -21,7 +21,7 @@
 Name:   paprefs
 Summary:PulseAudio Preferences
 Version:0.9.9
-Release:10
+Release:15
 License:GPLv2+
 Group:  Productivity/Multimedia/Sound/Utilities
 Url:http://0pointer.de/lennart/projects/paprefs/
@@ -34,6 +34,8 @@
 BuildRequires:  libglademm-devel
 BuildRequires:  libpulse-devel
 BuildRequires:  update-desktop-files
+# paprefs changes gconf settings, read by the gconf PA module
+Requires:   pulseaudio-module-gconf
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org