Hello community, here is the log from the commit of package libmowgli2 for openSUSE:Factory checked in at 2013-03-11 10:13:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libmowgli2 (Old) and /work/SRC/openSUSE:Factory/.libmowgli2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libmowgli2", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/libmowgli2/libmowgli2.changes 2012-06-12 07:09:11.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libmowgli2.new/libmowgli2.changes 2013-03-11 10:13:31.000000000 +0100 @@ -1,0 +2,6 @@ +Sun Mar 3 19:56:23 UTC 2013 - [email protected] + +- platform.patch: + Fix invalid cpp directive + +------------------------------------------------------------------- New: ---- platform.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmowgli2.spec ++++++ --- /var/tmp/diff_new_pack.g0bvW5/_old 2013-03-11 10:13:32.000000000 +0100 +++ /var/tmp/diff_new_pack.g0bvW5/_new 2013-03-11 10:13:32.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libmowgli2 # -# Copyright (c) 2012 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 @@ -28,6 +28,7 @@ #Git-Clone: git://github.com/atheme/libmowgli-2 #DL-URL: http://atheme.org/downloads/libmowgli-2.0.0.tar.gz Source: libmowgli-%version.tar.xz +Patch1: platform.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: pkg-config BuildRequires: xz @@ -75,6 +76,7 @@ %prep %setup -qn libmowgli-%version +%patch -P 1 -p1 %build if [ ! -e configure ]; then @@ -84,7 +86,7 @@ make %{?_smp_mflags} %install -%makeinstall +make install DESTDIR="%buildroot" %post -n %lname -p /sbin/ldconfig ++++++ platform.patch ++++++ From: Andreas Schwab <[email protected]> Date: Sun, 3 Mar 2013 20:19:46 +0000 Index: libmowgli-2.0.0/src/libmowgli/platform/machine.h =================================================================== --- libmowgli-2.0.0.orig/src/libmowgli/platform/machine.h +++ libmowgli-2.0.0/src/libmowgli/platform/machine.h @@ -180,7 +180,7 @@ #if defined _LP64 || defined __LP64 #define MOWGLI_CPU_BITS 64 #define MOWGLI_CPU_BITS_64 -#elif +#else #define MOWGLI_CPU_BITS 32 #define MOWGLI_CPU_BITS_32 #endif -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
