OBS User unknown 2007-11-20 09:50:20 +00:00 committed by Git OBS Bridge
parent cc8544a2ce
commit a5536c0005
4 changed files with 34 additions and 9 deletions

3
yaz-3.0.16.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:43c19b80808322eed2f02030f2406550cd737176a8e5aed8ae6aab30c3bb129e
size 1415309

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:849e073a45894ee904861652d9da38ad44395b1e7433b35b525d5d4d69160786
size 1778151

View File

@ -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 Thu Oct 4 21:02:18 CEST 2007 - bg@suse.de

View File

@ -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. # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
@ -13,11 +13,11 @@
Name: yaz Name: yaz
BuildRequires: libpcap-devel libxml2-devel libxslt-devel openssl-devel readline-devel tcpd-devel BuildRequires: libpcap-devel libxml2-devel libxslt-devel openssl-devel readline-devel tcpd-devel
# libxml2-devel # libxml2-devel
Version: 3.0.6 Version: 3.0.16
Release: 23 Release: 1
License: BSD 3-Clause; GPL v2 or later License: BSD 3-Clause; GPL v2 or later
Group: Development/Libraries/C and C++ 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 Patch0: yaz-codecleanup.36.diff
Patch1: yaz-codecleanup.44.diff Patch1: yaz-codecleanup.44.diff
Patch2: yaz-3.0.2-client.diff Patch2: yaz-3.0.2-client.diff
@ -130,17 +130,19 @@ rm -fr ${RPM_BUILD_ROOT}
%{_bindir}/yaz-client* %{_bindir}/yaz-client*
%{_bindir}/yaz-ztest* %{_bindir}/yaz-ztest*
%{_bindir}/yaz-iconv %{_bindir}/yaz-iconv
%{_bindir}/yaz-icu
%{_bindir}/yaz-marcdump %{_bindir}/yaz-marcdump
%{_bindir}/zoomsh %{_bindir}/zoomsh
%ifarch %ix86 ia64 s390 ppc hppa #%%ifarch %ix86 ia64 s390 ppc hppa
%{_bindir}/ziffy %{_bindir}/ziffy
%endif #%%endif
%{_mandir}/*/yaz-illclient.* %{_mandir}/*/yaz-illclient.*
%{_mandir}/*/yaz-client.* %{_mandir}/*/yaz-client.*
%{_mandir}/*/ziffy.* %{_mandir}/*/ziffy.*
%{_mandir}/*/zoomsh.* %{_mandir}/*/zoomsh.*
%{_mandir}/*/yaz-ztest.* %{_mandir}/*/yaz-ztest.*
%{_mandir}/*/yaz-iconv.* %{_mandir}/*/yaz-iconv.*
%{_mandir}/*/yaz-icu.*
%{_mandir}/*/yaz-log.* %{_mandir}/*/yaz-log.*
%{_mandir}/*/yaz-marcdump.* %{_mandir}/*/yaz-marcdump.*
@ -169,6 +171,16 @@ rm -fr ${RPM_BUILD_ROOT}
%{_mandir}/man1/yaz-asncomp.* %{_mandir}/man1/yaz-asncomp.*
%{_libdir}/pkgconfig/yaz.pc %{_libdir}/pkgconfig/yaz.pc
%changelog %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 * Thu Oct 04 2007 - bg@suse.de
- package ziffy also for hppa - package ziffy also for hppa
* Thu Jul 26 2007 - prusnak@suse.cz * Thu Jul 26 2007 - prusnak@suse.cz