Hello community,

here is the log from the commit of package uudeview for openSUSE:Factory 
checked in at 2018-05-16 11:43:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/uudeview (Old)
 and      /work/SRC/openSUSE:Factory/.uudeview.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "uudeview"

Wed May 16 11:43:18 2018 rev:18 rq:608993 version:0.5.20

Changes:
--------
--- /work/SRC/openSUSE:Factory/uudeview/uudeview.changes        2018-01-10 
23:35:37.174752077 +0100
+++ /work/SRC/openSUSE:Factory/.uudeview.new/uudeview.changes   2018-05-16 
11:44:15.942463404 +0200
@@ -1,0 +2,5 @@
+Sun May 13 13:03:11 UTC 2018 - [email protected]
+
+- Add uudeview-matherr.patch: Patch taken from fedora, fixes build.
+
+-------------------------------------------------------------------

New:
----
  uudeview-matherr.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ uudeview.spec ++++++
--- /var/tmp/diff_new_pack.jmV6a1/_old  2018-05-16 11:44:16.550441273 +0200
+++ /var/tmp/diff_new_pack.jmV6a1/_new  2018-05-16 11:44:16.554441127 +0200
@@ -31,6 +31,7 @@
 Group:          Productivity/Networking/News/Utilities
 Source:         %{name}-%{version}.tar.bz2
 Patch0:         %{name}.patch
+Patch1:         %{name}-matherr.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -42,6 +43,7 @@
 %prep
 %setup -q 
 %patch0
+%patch1 -p2
 
 %build
 autoconf

++++++ uudeview-matherr.patch ++++++
--- a/uudeview-0.5.20/tcl/uutcl.c       2018-03-15 20:53:21.698000000 +0000
+++ b/uudeview-0.5.20/tcl/uutcl.c       2018-03-15 20:53:32.646000000 +0000
@@ -48,14 +48,6 @@
 #include <tcl.h>
 #endif
 
-/*
- * The following variable is a special hack that is needed in order for
- * Sun shared libraries to be used for Tcl.
- */
-
-extern int matherr();
-int *tclDummyMathPtr = (int *) matherr;
-
 #include <uudeview.h>
 #include <uuint.h>
 #include <fptools.h>

Reply via email to