commit libopensync for openSUSE:Factory

2016-06-29 Thread h_root
Hello community,

here is the log from the commit of package libopensync for openSUSE:Factory 
checked in at 2016-06-29 15:09:51

Comparing /work/SRC/openSUSE:Factory/libopensync (Old)
 and  /work/SRC/openSUSE:Factory/.libopensync.new (New)


Package is "libopensync"

Changes:

--- /work/SRC/openSUSE:Factory/libopensync/libopensync.changes  2013-06-25 
17:15:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.libopensync.new/libopensync.changes 
2016-06-29 15:09:53.0 +0200
@@ -1,0 +2,12 @@
+Wed Jun 22 14:32:57 UTC 2016 - jeng...@inai.de
+
+- Drop useless --with-pic (it's only for static libs)
+
+---
+Tue Jun 21 07:12:18 UTC 2016 - i...@marguerite.su
+
+- add patch: libopensync-0.22-gcc6.patch
+  * fix boo#985165
+  * fix misleading indentation
+
+---

New:

  libopensync-0.22-gcc6.patch



Other differences:
--
++ libopensync.spec ++
--- /var/tmp/diff_new_pack.mrqGf1/_old  2016-06-29 15:09:54.0 +0200
+++ /var/tmp/diff_new_pack.mrqGf1/_new  2016-06-29 15:09:54.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libopensync
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,18 +17,12 @@
 
 
 Name:   libopensync
-BuildRequires:  glib2-devel
-BuildRequires:  libtool
-BuildRequires:  libxml2-devel
-BuildRequires:  python-devel
-BuildRequires:  sqlite3-devel
-BuildRequires:  swig
-Url:http://www.opensync.org
 Version:0.22
 Release:0
 Summary:A Platform and Distribution Independent Synchronization 
Framework
 License:LGPL-2.1+
-Group:  Productivity/Other
+Group:  Productivity/Networking/Other
+Url:http://www.opensync.org
 Source: %{name}-%{version}.tar.bz2
 Patch0: libopensync-wrapper-wno_uninitialized.diff
 Patch1: libopensync-fix-vcal-reminder.diff
@@ -38,8 +32,15 @@
 Patch5: libopensync-fixed-unused-variables.diff
 Patch6: libopensync-swig-2x.patch
 Patch7: libopensync-wrong-memset.patch
+#PATCH-FIX-UPSTREAM fix misleading indentation
+Patch8: libopensync-0.22-gcc6.patch
+BuildRequires:  glib2-devel
+BuildRequires:  libtool
+BuildRequires:  libxml2-devel
+BuildRequires:  python-devel
+BuildRequires:  sqlite3-devel
+BuildRequires:  swig
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%define prefix   /usr
 
 %description
 OpenSync is a synchronization framework that is platform and
@@ -67,7 +68,7 @@
 
 %package tools
 Summary:Tools for libopensync
-Group:  Productivity/Other
+Group:  Productivity/Networking/Other
 Requires:   %{name} = %{version}
 
 %description tools
@@ -77,8 +78,8 @@
 
 %package -n python-opensync
 Summary:Python bindings for OpenSync
-Group:  Productivity/Other
-Requires:   %name = %version
+Group:  Development/Languages/Python
+Requires:   %{name} = %{version}
 
 %description -n python-opensync
 OpenSync is a synchronization framework that is platform and
@@ -100,24 +101,22 @@
 %patch5 -p1
 %patch6
 %patch7
+%patch8 -p1
+
 %build
 autoreconf -sif
 # -fno-strict-aliasing needed for python wrapper
-CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing 
-Wno-error=deprecated-declarations" 
-%configure --disable-static --with-pic --libexecdir=%{_libdir}/opensync/ 
--enable-tools --disable-profiling --disable-unit-tests
-%{__make} %{?jobs:-j%jobs}
+CFLAGS="%{optflags} -fno-strict-aliasing -Wno-error=deprecated-declarations"
+%configure --disable-static --libexecdir=%{_libdir}/opensync/ --enable-tools 
--disable-profiling --disable-unit-tests
+make %{?_smp_mflags}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-mkdir -p $RPM_BUILD_ROOT/%_libdir/opensync/plugins
-mkdir -p $RPM_BUILD_ROOT/%_datadir/opensync/defaults
-find %{buildroot} -type f -name "*.la" -exec %{__rm} -fv {} +
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
+mkdir -p %{buildroot}/%{_libdir}/opensync/plugins
+mkdir -p %{buildroot}/%{_datadir}/opensync/defaults
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -p /sbin/ldconfig
-
 %postun -p /sbin/ldconfig
 
 %files

++ libopensync-0.22-gcc6.patch ++
Index: libopensync-0.22/tools/osyncdump.c
===
--- libopensync-0.22.orig/tools/osyncdump.c
+++ libopensync-0.22/tools/osyncdump.c
@@ -49,14 +49,17 @@ static void dump_map(OSyncEnv *osync

commit libopensync for openSUSE:Factory

2013-06-25 Thread h_root
Hello community,

here is the log from the commit of package libopensync for openSUSE:Factory 
checked in at 2013-06-25 17:14:31

Comparing /work/SRC/openSUSE:Factory/libopensync (Old)
 and  /work/SRC/openSUSE:Factory/.libopensync.new (New)


Package is "libopensync"

Changes:

--- /work/SRC/openSUSE:Factory/libopensync/libopensync.changes  2012-10-11 
11:02:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.libopensync.new/libopensync.changes 
2013-06-25 17:15:15.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun 18 16:30:43 UTC 2013 - crrodrig...@opensuse.org
+
+- libopensync-wrong-memset.patch: fix build with gcc 48
+  wrong use of memset.
+
+---

New:

  libopensync-wrong-memset.patch



Other differences:
--
++ libopensync.spec ++
--- /var/tmp/diff_new_pack.53gmRf/_old  2013-06-25 17:15:16.0 +0200
+++ /var/tmp/diff_new_pack.53gmRf/_new  2013-06-25 17:15:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libopensync
 #
-# 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
@@ -37,6 +37,7 @@
 Patch4: libopensync-swig-fix.diff
 Patch5: libopensync-fixed-unused-variables.diff
 Patch6: libopensync-swig-2x.patch
+Patch7: libopensync-wrong-memset.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define prefix   /usr
 
@@ -98,7 +99,7 @@
 %patch4 -p1
 %patch5 -p1
 %patch6
-
+%patch7
 %build
 autoreconf -sif
 # -fno-strict-aliasing needed for python wrapper

++ libopensync-wrong-memset.patch ++
--- formats/vformats-xml/vformat.c.orig
+++ formats/vformats-xml/vformat.c
@@ -1760,7 +1760,7 @@ static void base64_init(char *rank)
 {
int i;
 
-   memset(rank, 0xff, sizeof(rank));
+   memset(rank, 0xff, strlen(rank));
for (i=0;i<64;i++) {
rank[(unsigned int)base64_alphabet[i]] = i;
}
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libopensync for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package libopensync for openSUSE:Factory 
checked in at 2012-10-11 10:56:24

Comparing /work/SRC/openSUSE:Factory/libopensync (Old)
 and  /work/SRC/openSUSE:Factory/.libopensync.new (New)


Package is "libopensync", Maintainer is "csten...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libopensync/libopensync.changes  2011-11-22 
17:48:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.libopensync.new/libopensync.changes 
2012-10-11 11:02:25.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct  8 20:38:23 UTC 2012 - co...@suse.com
+
+- do not fail on deprecated glib functions
+
+---



Other differences:
--
++ libopensync.spec ++
--- /var/tmp/diff_new_pack.isxtdf/_old  2012-10-11 11:02:26.0 +0200
+++ /var/tmp/diff_new_pack.isxtdf/_new  2012-10-11 11:02:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libopensync
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,19 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   libopensync
-BuildRequires:  glib2-devel libxml2-devel python-devel sqlite3-devel swig
+BuildRequires:  glib2-devel
 BuildRequires:  libtool
+BuildRequires:  libxml2-devel
+BuildRequires:  python-devel
+BuildRequires:  sqlite3-devel
+BuildRequires:  swig
 Url:http://www.opensync.org
 Version:0.22
-Release:164
+Release:0
 Summary:A Platform and Distribution Independent Synchronization 
Framework
 License:LGPL-2.1+
 Group:  Productivity/Other
-AutoReqProv:on
 Source: %{name}-%{version}.tar.bz2
 Patch0: libopensync-wrapper-wno_uninitialized.diff
 Patch1: libopensync-fix-vcal-reminder.diff
@@ -49,31 +50,21 @@
 
 To sync various sources, additionally install the plug-ins.
 
-
-
-Authors:
-
-Armin Bauer 
-
 %package devel
-License:LGPL-2.1+
 Summary:Header files, libraries and development documentation for 
libopensync
 Group:  Development/Libraries/C and C++
-Requires:   %{name} = %{version} libxml2-devel glib2-devel python-devel 
sqlite3-devel
+Requires:   %{name} = %{version}
+Requires:   glib2-devel
+Requires:   libxml2-devel
+Requires:   python-devel
+Requires:   sqlite3-devel
 
 %description devel
 This package contains the header files, static libraries and
 development documentation for libopensync. If you like to develop
 programs using libopensync, you will need to install this package.
 
-
-
-Authors:
-
-Armin Bauer 
-
 %package tools
-License:LGPL-2.1+
 Summary:Tools for libopensync
 Group:  Productivity/Other
 Requires:   %{name} = %{version}
@@ -83,14 +74,7 @@
 distribution independent. This package contains some tools needed for
 testing and debugging it.
 
-
-
-Authors:
-
-Armin Bauer 
-
 %package -n python-opensync
-License:LGPL-2.1+
 Summary:Python bindings for OpenSync
 Group:  Productivity/Other
 Requires:   %name = %version
@@ -105,12 +89,6 @@
 
 To sync various sources, additionally install the plug-ins.
 
-
-
-Authors:
-
-Armin Bauer 
-
 %prep
 %setup -q
 %patch0
@@ -124,7 +102,7 @@
 %build
 autoreconf -sif
 # -fno-strict-aliasing needed for python wrapper
-CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" 
+CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing 
-Wno-error=deprecated-declarations" 
 %configure --disable-static --with-pic --libexecdir=%{_libdir}/opensync/ 
--enable-tools --disable-profiling --disable-unit-tests
 %{__make} %{?jobs:-j%jobs}
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libopensync for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package libopensync for openSUSE:Factory 
checked in at 2011-12-06 18:24:54

Comparing /work/SRC/openSUSE:Factory/libopensync (Old)
 and  /work/SRC/openSUSE:Factory/.libopensync.new (New)


Package is "libopensync", Maintainer is "csten...@suse.com"

Changes:




Other differences:
--
++ libopensync.spec ++
--- /var/tmp/diff_new_pack.mHFQFl/_old  2011-12-06 18:43:26.0 +0100
+++ /var/tmp/diff_new_pack.mHFQFl/_new  2011-12-06 18:43:26.0 +0100
@@ -25,7 +25,7 @@
 Version:0.22
 Release:164
 Summary:A Platform and Distribution Independent Synchronization 
Framework
-License:LGPLv2.1+
+License:LGPL-2.1+
 Group:  Productivity/Other
 AutoReqProv:on
 Source: %{name}-%{version}.tar.bz2
@@ -56,7 +56,7 @@
 Armin Bauer 
 
 %package devel
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:Header files, libraries and development documentation for 
libopensync
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version} libxml2-devel glib2-devel python-devel 
sqlite3-devel
@@ -73,7 +73,7 @@
 Armin Bauer 
 
 %package tools
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:Tools for libopensync
 Group:  Productivity/Other
 Requires:   %{name} = %{version}
@@ -90,7 +90,7 @@
 Armin Bauer 
 
 %package -n python-opensync
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:Python bindings for OpenSync
 Group:  Productivity/Other
 Requires:   %name = %version

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libopensync for openSUSE:Factory

2011-11-22 Thread h_root
Hello community,

here is the log from the commit of package libopensync for openSUSE:Factory 
checked in at 2011-11-22 17:48:05

Comparing /work/SRC/openSUSE:Factory/libopensync (Old)
 and  /work/SRC/openSUSE:Factory/.libopensync.new (New)


Package is "libopensync", Maintainer is "csten...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libopensync/libopensync.changes  2011-09-23 
02:09:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.libopensync.new/libopensync.changes 
2011-11-22 17:48:14.0 +0100
@@ -1,0 +2,5 @@
+Sat Nov 19 20:45:33 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ libopensync.spec ++
--- /var/tmp/diff_new_pack.tLNDOU/_old  2011-11-22 17:48:16.0 +0100
+++ /var/tmp/diff_new_pack.tLNDOU/_new  2011-11-22 17:48:16.0 +0100
@@ -20,6 +20,7 @@
 
 Name:   libopensync
 BuildRequires:  glib2-devel libxml2-devel python-devel sqlite3-devel swig
+BuildRequires:  libtool
 Url:http://www.opensync.org
 Version:0.22
 Release:164

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libopensync for openSUSE:Factory

2011-05-27 Thread h_root

Hello community,

here is the log from the commit of package libopensync for openSUSE:Factory
checked in at Fri May 27 10:45:31 CEST 2011.




--- libopensync/libopensync.changes 2011-05-20 15:45:13.0 +0200
+++ /mounts/work_src_done/STABLE/libopensync/libopensync.changes
2011-05-26 11:44:40.0 +0200
@@ -1,0 +2,5 @@
+Thu May 26 09:43:59 UTC 2011 - idon...@novell.com
+
+- Add libopensync-swig-2x.patch: support swig 2.x 
+
+---

calling whatdependson for head-i586


New:

  libopensync-swig-2x.patch



Other differences:
--
++ libopensync.spec ++
--- /var/tmp/diff_new_pack.APJve8/_old  2011-05-27 10:44:35.0 +0200
+++ /var/tmp/diff_new_pack.APJve8/_new  2011-05-27 10:44:35.0 +0200
@@ -22,7 +22,7 @@
 BuildRequires:  glib2-devel libxml2-devel python-devel sqlite3-devel swig
 Url:http://www.opensync.org
 Version:0.22
-Release:162
+Release:164
 Summary:A Platform and Distribution Independent Synchronization 
Framework
 License:LGPLv2.1+
 Group:  Productivity/Other
@@ -34,6 +34,7 @@
 Patch3: libopensync-sqlite-buildfix.diff
 Patch4: libopensync-swig-fix.diff
 Patch5: libopensync-fixed-unused-variables.diff
+Patch6: libopensync-swig-2x.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define prefix   /usr
 
@@ -117,6 +118,7 @@
 %patch3
 %patch4 -p1
 %patch5 -p1
+%patch6
 
 %build
 autoreconf -sif

++ libopensync-swig-2x.patch ++
--- acinclude.m4.orig   2011-05-26 11:39:08.596022429 +0200
+++ acinclude.m42011-05-26 11:41:26.717022439 +0200
@@ -939,32 +939,85 @@
echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
(exit $ac_status); }])
 
-dnl @synopsis AC_PROG_SWIG([major.minor.micro])
-dnl
-dnl This macro searches for a SWIG installation on your system. If
-dnl found you should call SWIG via $(SWIG). You can use the optional
-dnl first argument to check if the version of the available SWIG is
-dnl greater than or equal to the value of the argument. It should have
-dnl the format: N[.N[.N]] (N is a number between 0 and 999. Only the
-dnl first N is mandatory.)
-dnl
-dnl If the version argument is given (e.g. 1.3.17), AC_PROG_SWIG checks
-dnl that the swig package is this version number or higher.
-dnl
-dnl In configure.in, use as:
-dnl
-dnl AC_PROG_SWIG(1.3.17)
-dnl SWIG_ENABLE_CXX
-dnl SWIG_MULTI_MODULE_SUPPORT
-dnl SWIG_PYTHON
-dnl
-dnl @category InstalledPackages
-dnl @author Sebastian Huber 
-dnl @author Alan W. Irwin 
-dnl @author Rafael Laboissiere 
-dnl @author Andrew Collier 
-dnl @version 2004-09-20
-dnl @license GPLWithACException
+# http://autoconf-archive.cryp.to/ac_pkg_swig.html
+#
+# SYNOPSIS
+#
+#   AC_PROG_SWIG([major.minor.micro])
+#
+# DESCRIPTION
+#
+#   This macro searches for a SWIG installation on your system. If
+#   found you should call SWIG via $(SWIG). You can use the optional
+#   first argument to check if the version of the available SWIG is
+#   greater than or equal to the value of the argument. It should have
+#   the format: N[.N[.N]] (N is a number between 0 and 999. Only the
+#   first N is mandatory.)
+#
+#   If the version argument is given (e.g. 1.3.17), AC_PROG_SWIG checks
+#   that the swig package is this version number or higher.
+#
+#   In configure.in, use as:
+#
+# AC_PROG_SWIG(1.3.17)
+# SWIG_ENABLE_CXX
+# SWIG_MULTI_MODULE_SUPPORT
+# SWIG_PYTHON
+#
+# LAST MODIFICATION
+#
+#   2006-10-22
+#
+# COPYLEFT
+#
+#   Copyright (c) 2006 Sebastian Huber 
+#   Copyright (c) 2006 Alan W. Irwin 
+#   Copyright (c) 2006 Rafael Laboissiere 
+#   Copyright (c) 2006 Andrew Collier 
+#
+#   This program is free software; you can redistribute it and/or
+#   modify it under the terms of the GNU General Public License as
+#   published by the Free Software Foundation; either version 2 of the
+#   License, or (at your option) any later version.
+#
+#   This program is distributed in the hope that it will be useful, but
+#   WITHOUT ANY WARRANTY; without even the implied warranty of
+#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#   General Public License for more details.
+#
+#   You should have received a copy of the GNU General Public License
+#   along with this program; if not, write to the Free Software
+#   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+#   02111-1307, USA.
+#
+#   As a special exception, the respective Autoconf Macro's copyright
+#   owner gives unlimited permission to copy, distribute and modify the
+#   configure scripts that are the output of Autoconf when processing
+#   the Macro. You need not follow the terms of the GNU General Public
+#   License when using or distributing such scripts, even though
+#   portions o

commit libopensync for openSUSE:Factory

2011-05-23 Thread h_root

Hello community,

here is the log from the commit of package libopensync for openSUSE:Factory
checked in at Mon May 23 12:04:34 CEST 2011.




--- libopensync/libopensync.changes 2010-05-28 16:45:12.0 +0200
+++ /mounts/work_src_done/STABLE/libopensync/libopensync.changes
2011-05-20 15:45:13.0 +0200
@@ -1,0 +2,5 @@
+Fri May 20 13:44:08 UTC 2011 - csten...@suse.de
+
+- Fixed compiler warnings about unused variables
+
+---

calling whatdependson for head-i586


New:

  libopensync-fixed-unused-variables.diff



Other differences:
--
++ libopensync.spec ++
--- /var/tmp/diff_new_pack.I1cQ6q/_old  2011-05-23 12:04:10.0 +0200
+++ /var/tmp/diff_new_pack.I1cQ6q/_new  2011-05-23 12:04:10.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libopensync (Version 0.22)
+# spec file for package libopensync
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -22,7 +22,7 @@
 BuildRequires:  glib2-devel libxml2-devel python-devel sqlite3-devel swig
 Url:http://www.opensync.org
 Version:0.22
-Release:152
+Release:162
 Summary:A Platform and Distribution Independent Synchronization 
Framework
 License:LGPLv2.1+
 Group:  Productivity/Other
@@ -33,6 +33,7 @@
 Patch2: libopensync-vformat-infinite-loop.diff
 Patch3: libopensync-sqlite-buildfix.diff
 Patch4: libopensync-swig-fix.diff
+Patch5: libopensync-fixed-unused-variables.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define prefix   /usr
 
@@ -115,6 +116,7 @@
 %patch2
 %patch3
 %patch4 -p1
+%patch5 -p1
 
 %build
 autoreconf -sif

++ libopensync-fixed-unused-variables.diff ++
Index: libopensync-0.22/tools/osynctest.c
===
--- libopensync-0.22.orig/tools/osynctest.c
+++ libopensync-0.22/tools/osynctest.c
@@ -81,8 +81,7 @@ double writetime;
 double _second() /* note that some compilers like AIX xlf do not require 
the trailing  '_' */
 {
 struct timeval tp;
-int rtn;
-rtn=gettimeofday(&tp, NULL);
+gettimeofday(&tp, NULL);
 
 return ((double)tp.tv_sec+(1.e-6)*tp.tv_usec);
 }





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org