Mailinglist Archive: opensuse-commit (1206 mails)
| < Previous | Next > |
commit wvstreams
- From: root@xxxxxxx (h_root)
- Date: Sun, 7 May 2006 16:43:44 +0200 (CEST)
- Message-id: <20060507144344.E4CEA8C5BD@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package wvstreams
checked in at Sun May 7 16:43:44 CEST 2006.
--------
--- wvstreams/wvstreams.changes 2006-01-25 21:42:53.000000000 +0100
+++ STABLE/wvstreams/wvstreams.changes 2006-05-03 13:24:54.000000000 +0200
@@ -1,0 +2,5 @@
+Wed May 3 13:24:43 CEST 2006 - kukuk@xxxxxxx
+
+- Fix compiling on some architectures
+
+-------------------------------------------------------------------
New:
----
compiler.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ wvstreams.spec ++++++
--- /var/tmp/diff_new_pack.loCUTd/_old 2006-05-07 16:42:48.000000000 +0200
+++ /var/tmp/diff_new_pack.loCUTd/_new 2006-05-07 16:42:48.000000000 +0200
@@ -1,11 +1,11 @@
#
# spec file for package wvstreams (Version 4.2.1)
#
-# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
-# Please submit bugfixes or comments via http://bugs.opensuse.org
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
@@ -14,7 +14,7 @@
BuildRequires: db-devel gcc-c++ openssl-devel pam-devel pkgconfig
License: LGPL
Version: 4.2.1
-Release: 1
+Release: 14
Summary: Network Programming Library in C++
Source0: http://open.nit.ca/download/%{name}-%{version}.tar.bz2
Patch0: set-empty.diff
@@ -23,6 +23,7 @@
Patch3: wvstreams-const.diff
Patch4: wvstreams-gcc41.patch
Patch5: wvstreams-wvmodem-iotcl.patch
+Patch6: compiler.diff
Group: Development/Libraries/Other
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -61,6 +62,7 @@
#%patch3
%patch4
%patch5
+%patch6
%build
export CFLAGS="$RPM_OPT_FLAGS -fPIC"
@@ -101,6 +103,8 @@
%{_libdir}/*.so
%changelog -n wvstreams
+* Wed May 03 2006 - kukuk@xxxxxxx
+- Fix compiling on some architectures
* Wed Jan 25 2006 - mls@xxxxxxx
- converted neededforbuild to BuildRequires
* Wed Nov 30 2005 - hvogel@xxxxxxx
++++++ compiler.diff ++++++
--- linuxstreams/wvinterface.cc
+++ linuxstreams/wvinterface.cc 2006/05/03 08:45:23
@@ -22,6 +22,7 @@
#include <linux/sockios.h>
#define _LINUX_IF_H /* Hack to prevent loading linux/if.h */
+#include <linux/compiler.h>
#include <linux/wireless.h>
#define min(x,y) ({ \
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
| < Previous | Next > |