version update
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 24 Apr 2003 20:00:15 +0000 (20:00 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 24 Apr 2003 20:00:15 +0000 (20:00 +0000)
CHANGELOG
win/yaz.nsi
win/yaz.rc
yaz.spec.in

index b66fd98..3e99a86 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,10 @@
 Possible compatibility problems with earlier versions marked with '*'.
 
+--- 2.0.1 2003/04/25
+
+Redhat package is now several packages: libyaz (runtime libraries),
+libyaz-devel (development and documentation, and yaz (utility programs).
+
 New member 'schema' in struct bend_fetch_rr which the name of requested
 schema (SRW/SRU) for record (or NULL if none was given). The fetch
 handler MAY set this to reflect the schema of the returned record.
index 4986d63..30d67d0 100644 (file)
@@ -1,6 +1,6 @@
-; $Id: yaz.nsi,v 1.19 2003-02-23 21:18:04 adam Exp $
+; $Id: yaz.nsi,v 1.20 2003-04-24 20:00:15 adam Exp $
 
-!define VERSION "2.0"
+!define VERSION "2.0.1"
 
 Name "YAZ"
 Caption "Index Data YAZ ${VERSION} Setup"
index 0567425..75705e8 100644 (file)
@@ -54,8 +54,8 @@ END
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,0,0,1
- PRODUCTVERSION 2,0,0,1
+ FILEVERSION 2,0,1,1
+ PRODUCTVERSION 2,0,1,1
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -73,14 +73,14 @@ BEGIN
             VALUE "Comments", "Z39.50 C Library\0"
             VALUE "CompanyName", "Index Data\0"
             VALUE "FileDescription", "YAZ Toolkit\0"
-            VALUE "FileVersion", "2, 0, 0, 1\0"
+            VALUE "FileVersion", "2, 0, 1, 1\0"
             VALUE "InternalName", "YAZ\0"
             VALUE "LegalCopyright", "Copyright © 1995-2003 Index Data\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "yaz.rc\0"
             VALUE "PrivateBuild", "\0"
             VALUE "ProductName", "Index Data YAZ Toolkit\0"
-            VALUE "ProductVersion", "2, 0, 0, 1\0"
+            VALUE "ProductVersion", "2, 0, 1, 1\0"
             VALUE "SpecialBuild", "\0"
         END
     END
index 39d3524..88c1dac 100644 (file)
@@ -63,7 +63,6 @@ rm -fr ${RPM_BUILD_ROOT}
 
 %files -n lib%{name}
 /usr/lib/*.so.*
-/usr/share/doc/yaz
 /usr/share/yaz/z39.50
 /usr/share/yaz/ill
 /usr/share/man/man7/yaz.*
@@ -74,6 +73,7 @@ rm -fr ${RPM_BUILD_ROOT}
 /usr/include/yaz
 /usr/lib/*.so
 /usr/lib/*.a
-/usr/lib/*.[la]
+/usr/lib/*.la
 /usr/share/aclocal/yaz.m4
 /usr/share/man/man1/yaz-config.*
+/usr/share/doc/yaz