diff -Naur --exclude Makefile --exclude info wfdb-10.3.14/conf/cygwin-slib.def wfdb-10.3.15/conf/cygwin-slib.def --- wfdb-10.3.14/conf/cygwin-slib.def 2004-11-28 22:24:03.000000000 -0500 +++ wfdb-10.3.15/conf/cygwin-slib.def 2005-01-26 00:36:04.000000000 -0500 @@ -1,5 +1,5 @@ # file: cygwin-slib.def I. Henry and G. Moody 19 November 2002 -# Last revised: 28 November 2004 +# Last revised: 26 January 2005 # This section contains settings suitable for generating a DLL (shared library) # under MS Windows using the free Cygwin/gcc ANSI C compiler, available from @@ -131,6 +131,7 @@ ( cp -p /usr/bin/cygwin1.dll $(BINDIR); \ cp -p /usr/bin/cygz.dll $(BINDIR) ) cp $(WFDBLIB_DLLNAME) $(BINDIR) + cd $(BINDIR); $(SETLPERMISSIONS) *.dll lib-post-uninstall: rm -f $(LIBDIR)/$(WFDBLIB_BASENAME) diff -Naur --exclude Makefile --exclude info wfdb-10.3.14/conf/linux-slib.def wfdb-10.3.15/conf/linux-slib.def --- wfdb-10.3.14/conf/linux-slib.def 2004-11-28 17:05:29.000000000 -0500 +++ wfdb-10.3.15/conf/linux-slib.def 2005-01-01 21:02:34.000000000 -0500 @@ -119,6 +119,7 @@ lib-post-install: -(cd $(LIBDIR); ln -sf $(WFDBLIB) $(WFDBLIB_SONAME)) -(cd $(LIBDIR); ln -sf $(WFDBLIB_SONAME) $(WFDBLIB_BASENAME)) + -([ -x /usr/sbin/selinuxenabled ] && /usr/sbin/selinuxenabled && /sbin/restorecon $(LIBDIR)/$(WFDBLIB)) @$(LDCONFIG) || echo Warning: "$(LDCONFIG)" was unsuccessful lib-post-uninstall: diff -Naur --exclude Makefile --exclude info wfdb-10.3.14/conf/version.def wfdb-10.3.15/conf/version.def --- wfdb-10.3.14/conf/version.def 2004-05-30 21:44:15.000000000 -0400 +++ wfdb-10.3.15/conf/version.def 2005-01-01 20:58:59.000000000 -0500 @@ -1,10 +1,10 @@ # file: version.def G. Moody 24 May 2000 -# Last revised: 30 May 2004 +# Last revised: 1 January 2005 # Each release of the WFDB Software Package is identified by a three-part # version number, defined here: MAJOR = 10 MINOR = 3 -RELEASE = 14 +RELEASE = 15 VERSION = $(MAJOR).$(MINOR).$(RELEASE) # RPMRELEASE can be incremented if changes are made between official diff -Naur --exclude Makefile --exclude info wfdb-10.3.14/lib/wfdb.h0 wfdb-10.3.15/lib/wfdb.h0 --- wfdb-10.3.14/lib/wfdb.h0 2004-05-30 21:45:05.000000000 -0400 +++ wfdb-10.3.15/lib/wfdb.h0 2005-01-01 20:58:57.000000000 -0500 @@ -1,10 +1,10 @@ /* file: wfdb.h G. Moody 13 June 1983 - Last revised: 30 May 2004 wfdblib 10.3.14 + Last revised: 1 January 2005 wfdblib 10.3.15 WFDB library type, constant, structure, and function interface definitions _______________________________________________________________________________ wfdb: a library for reading and writing annotated waveforms (time series data) -Copyright (C) 1983-2004 George B. Moody +Copyright (C) 1983-2005 George B. Moody This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free @@ -33,7 +33,7 @@ /* WFDB library version. */ #define WFDB_MAJOR 10 #define WFDB_MINOR 3 -#define WFDB_RELEASE 14 +#define WFDB_RELEASE 15 #define WFDB_NETFILES 1 /* if 1, library includes code for HTTP, FTP clients */ /* Determine what type of compiler is being used. */