Hello community, here is the log from the commit of package audio-recorder for openSUSE:Factory checked in at 2014-10-11 19:26:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/audio-recorder (Old) and /work/SRC/openSUSE:Factory/.audio-recorder.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "audio-recorder" Changes: -------- --- /work/SRC/openSUSE:Factory/audio-recorder/audio-recorder.changes 2014-01-28 12:02:11.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.audio-recorder.new/audio-recorder.changes 2014-10-11 19:27:21.000000000 +0200 @@ -1,0 +2,6 @@ +Thu Oct 9 13:19:09 UTC 2014 - [email protected] + +- Add audio-recorder-automake.patch: fix the order of commands in + configure.ac. + +------------------------------------------------------------------- New: ---- audio-recorder-automake.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ audio-recorder.spec ++++++ --- /var/tmp/diff_new_pack.p66ONP/_old 2014-10-11 19:27:22.000000000 +0200 +++ /var/tmp/diff_new_pack.p66ONP/_new 2014-10-11 19:27:22.000000000 +0200 @@ -27,6 +27,8 @@ Source: https://launchpad.net/audio-recorder/trunk/version1.4-1/+download/audio-recorder-1.4-1.tar.gz # PATCH-FIX-OPENSUSE audio-recorder-correct-desktop-menu.patch [email protected] -- Fixes the .desktop file by removing unity related tags from it. Patch0: audio-recorder-correct-desktop-menu.patch +# PATCH-FIX-UPSTREAM audio-recorder-automake.patch lp#1379339 [email protected] -- Fix the order of commands in configure.ac +Patch1: audio-recorder-automake.patch BuildRequires: autoconf BuildRequires: desktop-file-utils BuildRequires: fdupes @@ -77,6 +79,7 @@ %prep %setup -q -n %{name} %patch0 -p1 +%patch1 -p1 %build aclocal && autoconf && automake -a ++++++ audio-recorder-automake.patch ++++++ Index: audio-recorder/configure.ac =================================================================== --- audio-recorder.orig/configure.ac +++ audio-recorder/configure.ac @@ -1,8 +1,8 @@ # ================= initialization =================== # AC_INIT([Audio Recorder], [1.4-1], [https://bugs.launchpad.net/audio-recorder/+filebug], [audio-recorder]) +AM_INIT_AUTOMAKE AC_USE_SYSTEM_EXTENSIONS -AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/main.c]) #AC_CONFIG_HEADERS([src/config.h]) AM_MAINTAINER_MODE -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
