diff --git a/yaz-3.0.16.tar.bz2 b/yaz-3.0.16.tar.bz2 new file mode 100644 index 0000000..ddffaeb --- /dev/null +++ b/yaz-3.0.16.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43c19b80808322eed2f02030f2406550cd737176a8e5aed8ae6aab30c3bb129e +size 1415309 diff --git a/yaz-3.0.6.tar.gz b/yaz-3.0.6.tar.gz deleted file mode 100644 index b586813..0000000 --- a/yaz-3.0.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:849e073a45894ee904861652d9da38ad44395b1e7433b35b525d5d4d69160786 -size 1778151 diff --git a/yaz.changes b/yaz.changes index 7b8395b..fcc131f 100644 --- a/yaz.changes +++ b/yaz.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Nov 20 10:10:19 CET 2007 - ke@suse.de + +- Version 3.0.16 (extract from the NEWS file since 3.0.6): +* Add yaz_poll. This allows more than 1024 sockets to be in use. +* Add ICU wrapper library which exposes ICU http://www.icu-project.org/ + functionality. +* Add HTTP tunnel facility for COMSTACK, bug #1752. +* Add support for SRU scan for ZOOM. +* Add support for HTTP Basic authentication in clients. +* More MARC-8/UTF-8 conversion fixes and other bug fixes. +- Package ziffy on all architectures. + ------------------------------------------------------------------- Thu Oct 4 21:02:18 CEST 2007 - bg@suse.de diff --git a/yaz.spec b/yaz.spec index 8489b93..75cb265 100644 --- a/yaz.spec +++ b/yaz.spec @@ -1,5 +1,5 @@ # -# spec file for package yaz (Version 3.0.6) +# spec file for package yaz (Version 3.0.16) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -13,11 +13,11 @@ Name: yaz BuildRequires: libpcap-devel libxml2-devel libxslt-devel openssl-devel readline-devel tcpd-devel # libxml2-devel -Version: 3.0.6 -Release: 23 +Version: 3.0.16 +Release: 1 License: BSD 3-Clause; GPL v2 or later Group: Development/Libraries/C and C++ -Source: http://ftp.indexdata.dk/pub/yaz/%{name}-%{version}.tar.gz +Source: http://ftp.indexdata.dk/pub/yaz/%{name}-%{version}.tar.bz2 Patch0: yaz-codecleanup.36.diff Patch1: yaz-codecleanup.44.diff Patch2: yaz-3.0.2-client.diff @@ -130,17 +130,19 @@ rm -fr ${RPM_BUILD_ROOT} %{_bindir}/yaz-client* %{_bindir}/yaz-ztest* %{_bindir}/yaz-iconv +%{_bindir}/yaz-icu %{_bindir}/yaz-marcdump %{_bindir}/zoomsh -%ifarch %ix86 ia64 s390 ppc hppa +#%%ifarch %ix86 ia64 s390 ppc hppa %{_bindir}/ziffy -%endif +#%%endif %{_mandir}/*/yaz-illclient.* %{_mandir}/*/yaz-client.* %{_mandir}/*/ziffy.* %{_mandir}/*/zoomsh.* %{_mandir}/*/yaz-ztest.* %{_mandir}/*/yaz-iconv.* +%{_mandir}/*/yaz-icu.* %{_mandir}/*/yaz-log.* %{_mandir}/*/yaz-marcdump.* @@ -169,6 +171,16 @@ rm -fr ${RPM_BUILD_ROOT} %{_mandir}/man1/yaz-asncomp.* %{_libdir}/pkgconfig/yaz.pc %changelog +* Tue Nov 20 2007 - ke@suse.de +- Version 3.0.16 (extract from the NEWS file since 3.0.6): + * Add yaz_poll. This allows more than 1024 sockets to be in use. + * Add ICU wrapper library which exposes ICU http://www.icu-project.org/ + functionality. + * Add HTTP tunnel facility for COMSTACK, bug #1752. + * Add support for SRU scan for ZOOM. + * Add support for HTTP Basic authentication in clients. + * More MARC-8/UTF-8 conversion fixes and other bug fixes. +- Package ziffy on all architectures. * Thu Oct 04 2007 - bg@suse.de - package ziffy also for hppa * Thu Jul 26 2007 - prusnak@suse.cz