Thu Feb 3 12:39:58 2011 UTC ()
Update to 4.1.3:

--- 4.1.3 2011/01/27

Update yaz.spec to operate on both SLES11 / Centos 5.5.

RPM: Release includes 'indexdata' name. Use indexdata in release name so
this package can be distinguished from other vendors.

yaz-config: Use exec_prefix, libdir, includedir .  Use these variables
as determined by configure

yaz-config: set YAZ_VERSION env. php_yaz relies on it.

GFS: Z_PresentStatus_partial_4 for missing record. If bend_fetch handler
returns no error and no record, the present request is considered
partial (only a subset of the records could be returned by backend), and
so it is appropriate to set Present Status to partial-4.


(wiz)
diff -r1.38 -r1.39 pkgsrc/net/yaz/Makefile
diff -r1.17 -r1.18 pkgsrc/net/yaz/PLIST
diff -r1.24 -r1.25 pkgsrc/net/yaz/distinfo

cvs diff -r1.38 -r1.39 pkgsrc/net/yaz/Makefile (expand / switch to unified diff)

--- pkgsrc/net/yaz/Makefile 2010/12/17 07:36:09 1.38
+++ pkgsrc/net/yaz/Makefile 2011/02/03 12:39:58 1.39
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.38 2010/12/17 07:36:09 obache Exp $ 1# $NetBSD: Makefile,v 1.39 2011/02/03 12:39:58 wiz Exp $
2# 2#
3 3
4DISTNAME= yaz-4.1.2 4DISTNAME= yaz-4.1.3
5PKGREVISION= 1 
6CATEGORIES= net 5CATEGORIES= net
7MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ 6MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/
8 7
9MAINTAINER= phil@NetBSD.org 8MAINTAINER= phil@NetBSD.org
10HOMEPAGE= http://indexdata.dk/yaz/ 9HOMEPAGE= http://indexdata.dk/yaz/
11COMMENT= C/C++ toolkit for the development of Z39.50v3/SRW clients and servers 10COMMENT= C/C++ toolkit for the development of Z39.50v3/SRW clients and servers
12LICENSE= modified-bsd 11LICENSE= modified-bsd
13 12
14PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
15 14
16GNU_CONFIGURE= YES 15GNU_CONFIGURE= YES
17USE_LIBTOOL= YES 16USE_LIBTOOL= YES
18USE_TOOLS+= pkg-config tclsh 17USE_TOOLS+= pkg-config tclsh

cvs diff -r1.17 -r1.18 pkgsrc/net/yaz/PLIST (expand / switch to unified diff)

--- pkgsrc/net/yaz/PLIST 2010/11/23 17:25:10 1.17
+++ pkgsrc/net/yaz/PLIST 2011/02/03 12:39:58 1.18
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.17 2010/11/23 17:25:10 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.18 2011/02/03 12:39:58 wiz Exp $
2bin/yaz-asncomp 2bin/yaz-asncomp
3bin/yaz-client 3bin/yaz-client
4bin/yaz-config 4bin/yaz-config
5bin/yaz-iconv 5bin/yaz-iconv
6bin/yaz-icu 6bin/yaz-icu
7bin/yaz-illclient 7bin/yaz-illclient
8bin/yaz-json-parse 8bin/yaz-json-parse
9bin/yaz-marcdump 9bin/yaz-marcdump
10bin/yaz-ztest 10bin/yaz-ztest
11bin/zoomsh 11bin/zoomsh
12include/yaz/backend.h 12include/yaz/backend.h
13include/yaz/ccl.h 13include/yaz/ccl.h
14include/yaz/ccl_xml.h 14include/yaz/ccl_xml.h
@@ -56,26 +56,27 @@ include/yaz/record_conv.h @@ -56,26 +56,27 @@ include/yaz/record_conv.h
56include/yaz/record_render.h 56include/yaz/record_render.h
57include/yaz/retrieval.h 57include/yaz/retrieval.h
58include/yaz/rpn2cql.h 58include/yaz/rpn2cql.h
59include/yaz/rpn2solr.h 59include/yaz/rpn2solr.h
60include/yaz/sc.h 60include/yaz/sc.h
61include/yaz/shptr.h 61include/yaz/shptr.h
62include/yaz/snprintf.h 62include/yaz/snprintf.h
63include/yaz/soap.h 63include/yaz/soap.h
64include/yaz/solr.h 64include/yaz/solr.h
65include/yaz/sortspec.h 65include/yaz/sortspec.h
66include/yaz/spipe.h 66include/yaz/spipe.h
67include/yaz/srw.h 67include/yaz/srw.h
68include/yaz/statserv.h 68include/yaz/statserv.h
 69include/yaz/stemmer.h
69include/yaz/tcpip.h 70include/yaz/tcpip.h
70include/yaz/test.h 71include/yaz/test.h
71include/yaz/thread_create.h 72include/yaz/thread_create.h
72include/yaz/thread_id.h 73include/yaz/thread_id.h
73include/yaz/timing.h 74include/yaz/timing.h
74include/yaz/tokenizer.h 75include/yaz/tokenizer.h
75include/yaz/tpath.h 76include/yaz/tpath.h
76include/yaz/unix.h 77include/yaz/unix.h
77include/yaz/wrbuf.h 78include/yaz/wrbuf.h
78include/yaz/xmalloc.h 79include/yaz/xmalloc.h
79include/yaz/xml_include.h 80include/yaz/xml_include.h
80include/yaz/xmlquery.h 81include/yaz/xmlquery.h
81include/yaz/xmltypes.h 82include/yaz/xmltypes.h

cvs diff -r1.24 -r1.25 pkgsrc/net/yaz/distinfo (expand / switch to unified diff)

--- pkgsrc/net/yaz/distinfo 2010/11/23 17:25:10 1.24
+++ pkgsrc/net/yaz/distinfo 2011/02/03 12:39:58 1.25
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.24 2010/11/23 17:25:10 wiz Exp $ 1$NetBSD: distinfo,v 1.25 2011/02/03 12:39:58 wiz Exp $
2 2
3SHA1 (yaz-4.1.2.tar.gz) = 49e1bee4229bb64b458007c79a12a6af643760fd 3SHA1 (yaz-4.1.3.tar.gz) = 9659728c38f2687bc4484385014ec94c808b8a43
4RMD160 (yaz-4.1.2.tar.gz) = 86a6377e65344c0326cfa9c29d42eeb7724f3dc5 4RMD160 (yaz-4.1.3.tar.gz) = 84b3a891cc2da5231dfd1b27547a3fe8ae9dad2f
5Size (yaz-4.1.2.tar.gz) = 2286186 bytes 5Size (yaz-4.1.3.tar.gz) = 2311757 bytes