]> git.pld-linux.org Git - packages/wvstreams.git/commitdiff
- rediff patch auto/th/wvstreams-4.6.1-12
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 3 Oct 2021 18:19:02 +0000 (20:19 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 3 Oct 2021 18:19:02 +0000 (20:19 +0200)
- fix signed to unsigned comparison
- rel 12

unsigned.patch [new file with mode: 0644]
wvstreams-sort.patch
wvstreams.spec

diff --git a/unsigned.patch b/unsigned.patch
new file mode 100644 (file)
index 0000000..fc30442
--- /dev/null
@@ -0,0 +1,11 @@
+--- wvstreams-4.6.1/xplc/moduleloader.cc~      2008-10-22 23:30:00.000000000 +0200
++++ wvstreams-4.6.1/xplc/moduleloader.cc       2021-10-03 20:15:45.663846139 +0200
+@@ -64,7 +64,7 @@
+   switch(moduleinfo->version_major) {
+ #ifdef UNSTABLE
+-  case -1:
++  case UINT_MAX:
+     /* nothing to do */
+     break;
+ #endif
index ba67b20f03d906c0ddbbf6da80d27f68e234af31..271fb29543ec30cd442145664721965e390955d0 100644 (file)
@@ -1,8 +1,9 @@
---- wvstreams-4.5/uniconf/uniconf.cc.orig      2008-12-27 01:37:56.000000000 +0000
-+++ wvstreams-4.5/uniconf/uniconf.cc   2008-12-27 01:38:05.000000000 +0000
-@@ -9,7 +9,7 @@
- #include "uniconfgen.h"
- #include "wvstream.h"
+diff -urNp -x '*.orig' wvstreams-4.6.1.org/uniconf/uniconf.cc wvstreams-4.6.1/uniconf/uniconf.cc
+--- wvstreams-4.6.1.org/uniconf/uniconf.cc     2008-12-17 13:32:09.000000000 +0100
++++ wvstreams-4.6.1/uniconf/uniconf.cc 2021-10-03 20:11:39.537542995 +0200
+@@ -11,7 +11,7 @@
+ #include <climits>
+ #include <algorithm>
  #include <assert.h>
 -
 +#include <algorithm>
index 00db352bd60e290fdff9d37fb0178612d4a7e5e8..f0ad61b734158c42371480c6ab99d340e9993072 100644 (file)
@@ -7,7 +7,7 @@ Summary:        A network programming library written in C++
 Summary(pl.UTF-8):     Biblioteka programowania sieciowego napisana w C++
 Name:          wvstreams
 Version:       4.6.1
-Release:       11
+Release:       12
 License:       LGPL v2
 Group:         Libraries
 #Source0Download: http://code.google.com/p/wvstreams/downloads/list
@@ -24,6 +24,7 @@ Patch7:               %{name}-4.6.1-make.patch
 Patch8:                %{name}-4.6.1-gcc47.patch
 Patch9:                %{name}-4.6.1-magic.patch
 Patch10:       gcc-6.patch
+Patch11:       unsigned.patch
 URL:           http://alumnit.ca/wiki/index.php?page=WvStreams
 BuildRequires: autoconf >= 2.50
 BuildRequires: boost-devel
@@ -171,6 +172,7 @@ Obsługa WvStreams dla Valgrinda.
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
+%patch11 -p1
 
 %build
 %{__autoconf}
This page took 0.12394 seconds and 4 git commands to generate.