Hello community, here is the log from the commit of package pidgin-sipe for openSUSE:Factory checked in at 2012-03-29 11:42:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pidgin-sipe (Old) and /work/SRC/openSUSE:Factory/.pidgin-sipe.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pidgin-sipe", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/pidgin-sipe/pidgin-sipe.changes 2012-03-22 12:38:24.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.pidgin-sipe.new/pidgin-sipe.changes 2012-03-29 11:42:27.000000000 +0200 @@ -1,0 +2,6 @@ +Sat Mar 24 23:13:09 UTC 2012 - [email protected] + +- Add pidgin-sipe-gcc47.patch: Fix build with gcc 4.7; taken from + git. + +------------------------------------------------------------------- New: ---- pidgin-sipe-gcc47.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pidgin-sipe.spec ++++++ --- /var/tmp/diff_new_pack.kM8SQY/_old 2012-03-29 11:42:29.000000000 +0200 +++ /var/tmp/diff_new_pack.kM8SQY/_new 2012-03-29 11:42:29.000000000 +0200 @@ -27,6 +27,8 @@ Group: Productivity/Networking/Instant Messenger Url: http://sipe.sourceforge.net/ Source: http://downloads.sourceforge.net/project/sipe/sipe/pidgin-sipe-1.13.0/%{name}-%{version}.tar.bz2 +# PATCH-FIX-UPSTREAM pidgin-sipe-gcc47.patch [email protected] -- Fix build with gcc 4.7; fixed in git +Patch0: pidgin-sipe-gcc47.patch BuildRequires: gettext-devel BuildRequires: glib2-devel >= 2.12.0 BuildRequires: gmime-devel @@ -96,6 +98,7 @@ %prep %setup -q +%patch0 -p1 translation-update-upstream %build ++++++ pidgin-sipe-gcc47.patch ++++++ --- a/src/core/sipe-cal.c +++ b/src/core/sipe-cal.c @@ -3,7 +3,7 @@ * * pidgin-sipe * - * Copyright (C) 2010-11 SIPE Project <http://sipe.sourceforge.net/> + * Copyright (C) 2010-12 SIPE Project <http://sipe.sourceforge.net/> * Copyright (C) 2009 pier11 <[email protected]> * * @@ -674,7 +674,7 @@ sipe_cal_get_status(struct sipe_buddy *buddy, const char* free_busy; int ret = SIPE_CAL_NO_DATA; time_t state_since; - int index; + int index = -1; if (!buddy || !buddy->cal_start_time || !buddy->cal_granularity) { SIPE_DEBUG_INFO("sipe_cal_get_status: no calendar data1 for %s, exiting", -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
