Hello community, here is the log from the commit of package bayonne2 for openSUSE:Factory checked in at 2012-09-11 09:04:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bayonne2 (Old) and /work/SRC/openSUSE:Factory/.bayonne2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bayonne2", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/bayonne2/bayonne2.changes 2012-06-07 15:37:25.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.bayonne2.new/bayonne2.changes 2012-09-11 09:04:24.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Sep 10 10:51:50 UTC 2012 - [email protected] + +- Make `getrlimit' and `struct rlimit' known to g++ +- Help doxygen to find epstopdf and also to be able to use it + +------------------------------------------------------------------- New: ---- bayonne2-rlimit.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bayonne2.spec ++++++ --- /var/tmp/diff_new_pack.YFFpp2/_old 2012-09-11 09:04:29.000000000 +0200 +++ /var/tmp/diff_new_pack.YFFpp2/_new 2012-09-11 09:04:29.000000000 +0200 @@ -29,12 +29,14 @@ Source0: %{name}-%{version}.tar.bz2 Patch0: %{name}-opensuse.patch Patch1: bayonne2-const_char.patch +Patch2: bayonne2-rlimit.patch BuildRequires: SDL-devel BuildRequires: ccaudio2-devel BuildRequires: ccrtp-devel BuildRequires: ccscript3-devel BuildRequires: doxygen BuildRequires: gcc-c++ +BuildRequires: ghostscript BuildRequires: libdv BuildRequires: libtool BuildRequires: openh323-devel @@ -45,6 +47,7 @@ BuildRequires: python-devel BuildRequires: sox-devel BuildRequires: speex-devel +BuildRequires: texlive-epstopdf %ifnarch s390 s390x BuildRequires: capi4linux BuildRequires: capi4linux-devel @@ -104,6 +107,7 @@ %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p0 %build autoreconf --force --install ++++++ bayonne2-rlimit.patch ++++++ --- server/methods.cpp +++ server/methods.cpp 2012-09-10 10:49:37.432441642 +0000 @@ -15,6 +15,8 @@ // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "server.h" +#include <sys/time.h> +#include <sys/resource.h> #ifndef WIN32 #include <sys/wait.h> #endif -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
