OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 23-Jun-2008 18:27:52
Branch: HEAD Handle: 2008062317275100
Modified files:
openpkg-src/sswf sswf.patch sswf.spec
Log:
upgrading package: sswf 1.8.2 -> 1.8.3
Summary:
Revision Changes Path
1.2 +7 -16 openpkg-src/sswf/sswf.patch
1.2 +2 -2 openpkg-src/sswf/sswf.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sswf/sswf.patch
============================================================================
$ cvs diff -u -r1.1 -r1.2 sswf.patch
--- openpkg-src/sswf/sswf.patch 10 Jun 2008 20:43:41 -0000 1.1
+++ openpkg-src/sswf/sswf.patch 23 Jun 2008 16:27:51 -0000 1.2
@@ -1,16 +1,7 @@
Index: include/sswf/libsswf.h
---- include/sswf/libsswf.h.orig 2007-12-26 23:17:00 +0100
-+++ include/sswf/libsswf.h 2008-06-10 22:37:53 +0200
-@@ -71,7 +71,7 @@
- typedef unsigned __int32 uint32_t;
- typedef __int64 int64_t;
- typedef unsigned __int64 uint64_t;
--#elif IRIX
-+#elif IRIX || defined(__FreeBSD__)
- #include <inttypes.h>
- #else
- #include <stdint.h>
-@@ -86,12 +86,14 @@
+--- include/sswf/libsswf.h.orig 2008-06-23 07:51:47 +0200
++++ include/sswf/libsswf.h 2008-06-23 18:10:33 +0200
+@@ -71,12 +71,14 @@
/* wint_t is an "equivalent" to wchar_t without being limited to 16 bits as
on MS-Windows */
#ifndef _MSVC
#ifndef __APPLE_CC__
@@ -25,7 +16,7 @@
#ifndef M_PI
#define M_PI 3.14159265358979323846
-@@ -103,7 +105,7 @@
+@@ -88,7 +90,7 @@
#define rint(x) ((double) (long) floor(x + 0.5))
#endif
@@ -35,8 +26,8 @@
#else
/* older versions of iconv() were broken in regard to the
Index: include/sswf/libsswf_c.h
---- include/sswf/libsswf_c.h.orig 2007-12-26 23:17:00 +0100
-+++ include/sswf/libsswf_c.h 2008-06-10 22:38:11 +0200
+--- include/sswf/libsswf_c.h.orig 2008-06-23 07:51:47 +0200
++++ include/sswf/libsswf_c.h 2008-06-23 18:10:33 +0200
@@ -38,7 +38,7 @@
#include <stdlib.h>
@@ -45,4 +36,4 @@
+#if IRIX || defined(__FreeBSD__)
#include <inttypes.h>
#endif
-
+ #include <sswf/libsswf-config.h>
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/sswf/sswf.spec
============================================================================
$ cvs diff -u -r1.1 -r1.2 sswf.spec
--- openpkg-src/sswf/sswf.spec 10 Jun 2008 20:43:41 -0000 1.1
+++ openpkg-src/sswf/sswf.spec 23 Jun 2008 16:27:51 -0000 1.2
@@ -31,8 +31,8 @@
Class: EVAL
Group: Language
License: GPL
-Version: 1.8.2
-Release: 20080610
+Version: 1.8.3
+Release: 20080623
# list of sources
Source0:
http://switch.dl.sourceforge.net/sswf/sswf-%{version}-src.tar.bz2
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]