Hello community, here is the log from the commit of package 4store for openSUSE:Factory checked in at 2015-06-23 11:56:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/4store (Old) and /work/SRC/openSUSE:Factory/.4store.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "4store" Changes: -------- --- /work/SRC/openSUSE:Factory/4store/4store.changes 2015-04-27 22:09:04.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.4store.new/4store.changes 2015-06-23 11:56:48.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Jun 15 15:03:02 UTC 2015 - [email protected] + +- invalid-define.patch: Remove invalid definition of internal identifier + +------------------------------------------------------------------- New: ---- invalid-define.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ 4store.spec ++++++ --- /var/tmp/diff_new_pack.moyVC9/_old 2015-06-23 11:56:48.000000000 +0200 +++ /var/tmp/diff_new_pack.moyVC9/_new 2015-06-23 11:56:48.000000000 +0200 @@ -25,6 +25,7 @@ Group: Productivity/Databases/Servers Url: http://4store.org/ Source: http://4store.org/download/%{name}-v%{version}.tar.gz +Patch: invalid-define.patch BuildRequires: pkg-config BuildRequires: readline-devel BuildRequires: pkgconfig(avahi-client) @@ -64,6 +65,7 @@ %prep %setup -q -n %{name}-v%{version} +%patch -p1 %build %configure --disable-static ++++++ invalid-define.patch ++++++ Index: 4store-v1.1.5/src/frontend/filter-datatypes.c =================================================================== --- 4store-v1.1.5.orig/src/frontend/filter-datatypes.c +++ 4store-v1.1.5/src/frontend/filter-datatypes.c @@ -22,7 +22,6 @@ #include <stdlib.h> #include <string.h> #include <math.h> -#define __USE_MISC #include <time.h> #include "filter.h"
