Hello community, here is the log from the commit of package audio-recorder for openSUSE:Factory checked in at 2013-03-24 21:32:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/audio-recorder (Old) and /work/SRC/openSUSE:Factory/.audio-recorder.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "audio-recorder", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/audio-recorder/audio-recorder.changes 2012-06-12 21:57:55.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.audio-recorder.new/audio-recorder.changes 2013-03-24 21:35:02.000000000 +0100 @@ -1,0 +2,35 @@ +Wed Mar 13 21:23:23 UTC 2013 - p.drouand@gmail.com + +- Update to version 0.9.8: + + lp#1074928: Audio-recorder could not find configuration values + (in dconf) and exited. +- Changes from version 0.9.7: + + Audio-recorder will now remember lastly used media-players. + + New/changed key in data/org.gnome.audio-recorder.gschema.xml. +- Changes from version 0.9.5: + + Moving to Gstreamer 1.0. +- Changes from verion 0.9.4: + + Complete the port to GTK3. +- Changes from version 0.9.3: + + Improved timer and VAD-modules. + + Better gst-pipeline. +- Replace Requires and BuildRequires for GStreamer 1.0 port: + + Old BuildRequires: pkgconfig(gstreamer-0.10), + pkgconfig(gstreamer-base-0.10) and + pkgconfig(gstreamer-interfaces-0.10), + + Old Requires: gstreamer-0_10-plugins-bad, + gstreamer-0_10-plugins-base, gstreamer-0_10-plugins-good and + gstreamer-0_10-plugins-ugly + + New BuildRequires: pkgconfig(gstreamer-1.0) + + New Requires: gstreamer-plugins-bad, gstreamer-plugins-base, + gstreamer-plugins-good and gstreamer-plugins-ugly. +- Replace pkgconfig(gtk+-2.0) BuildRequires with + pkgconfig(gtk+-3.0), following upstream. +- Replace pkgconfig(gconf-2.0) BuildRequires with pkgconfig(dconf), + following upstreams port to GSettings. +- Drop audio-recorder-gio-gdesktopappinfo-header.patch: as it's + only applied on openSUSE <= 12.1, it became useless after the + port of audio-recorder to GStreamer 1.0, which only exists since + openSUSE 12.3. + +------------------------------------------------------------------- Old: ---- audio-recorder-0.9.1.tar.gz audio-recorder-gio-gdesktopappinfo-header.patch New: ---- audio-recorder-0.9.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ audio-recorder.spec ++++++ --- /var/tmp/diff_new_pack.LE3DZq/_old 2013-03-24 21:35:06.000000000 +0100 +++ /var/tmp/diff_new_pack.LE3DZq/_new 2013-03-24 21:35:06.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package audio-recorder # -# Copyright (c) 2010 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,18 +15,17 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: audio-recorder -Version: 0.9.1 -Release: 1 -License: GPL-3.0 +Version: 0.9.8 +Release: 0 Summary: An audio recorder application for the GNOME 2/3 -Url: https://launchpad.net/audio-recorder +License: GPL-3.0 Group: Productivity/Multimedia/Sound/Utilities +Url: https://launchpad.net/audio-recorder Source: https://launchpad.net/audio-recorder/trunk/version%{version}/+download/%{name}-%{version}.tar.gz # PATCH-FIX-OPENSUSE audio-recorder-correct-desktop-menu.patch badshah400@gmail.com -- Fixes the .desktop file by removing unity related tags from it. Patch0: audio-recorder-correct-desktop-menu.patch -# PATCH-FIX-UPSTREAM audio-recorder-gio-gdesktopappinfo-header.patch badshah400@gmail.com -- Use gio-unix-2.0 pkgconfig module so that the gdesktopappinfo.h header is correctly located. -Patch1: audio-recorder-gio-gdesktopappinfo-header.patch BuildRequires: autoconf BuildRequires: fdupes BuildRequires: gettext @@ -35,18 +34,16 @@ BuildRequires: libtool BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(dbus-glib-1) -BuildRequires: pkgconfig(gconf-2.0) +BuildRequires: pkgconfig(dconf) BuildRequires: pkgconfig(glib-2.0) -BuildRequires: pkgconfig(gstreamer-0.10) -BuildRequires: pkgconfig(gstreamer-base-0.10) -BuildRequires: pkgconfig(gstreamer-interfaces-0.10) -BuildRequires: pkgconfig(gtk+-2.0) +BuildRequires: pkgconfig(gstreamer-1.0) +BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(libgnome-media-profiles-3.0) BuildRequires: pkgconfig(libpulse) -Requires: gstreamer-0_10-plugins-bad -Requires: gstreamer-0_10-plugins-base -Requires: gstreamer-0_10-plugins-good -Requires: gstreamer-0_10-plugins-ugly +Requires: gstreamer-plugins-bad +Requires: gstreamer-plugins-base +Requires: gstreamer-plugins-good +Requires: gstreamer-plugins-ugly Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -80,9 +77,6 @@ %prep %setup -q -n %{name} %patch0 -p1 -%if 0%{?suse_version} <= 1210 -%patch1 -p1 -%endif %build aclocal && autoconf && automake -a ++++++ audio-recorder-0.9.1.tar.gz -> audio-recorder-0.9.8.tar.gz ++++++ /work/SRC/openSUSE:Factory/audio-recorder/audio-recorder-0.9.1.tar.gz /work/SRC/openSUSE:Factory/.audio-recorder.new/audio-recorder-0.9.8.tar.gz differ: char 5, line 1 -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org