OBS User unknown 2007-06-11 11:08:39 +00:00 committed by Git OBS Bridge
parent a53895a1c4
commit 6f6456c726
4 changed files with 39 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:23b77b7466526382d48a2e491b8a698f69e0492361bf43e9524792372f240880
size 1771958

3
yaz-3.0.6.tar.gz Normal file
View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Jun 11 12:20:54 CEST 2007 - ke@suse.de
- Version 3.0.6 (from the NEWS file since 3.0.2):
* Fixed bug in character set conversion of BER strings. Bug introduced
in 3.0.0.
* yaz-client does not read .yazclientrc from current
directory. yaz-client now reads commands from file given by option
-f if specified; then tries to read .yazclientrc in current
directory. Failing that, it reads .yazclientrc from user's home
directory.
* Extensions.
- Start with spec file fixes and cleanup: move ldconfig calls to the
libyaz package, remove explicit libxml2 requirement, etc.
-------------------------------------------------------------------
Thu May 10 14:21:02 CEST 2007 - ke@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package yaz (Version 3.0.2)
# spec file for package yaz (Version 3.0.6)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -13,9 +13,9 @@
Name: yaz
BuildRequires: libpcap libxml2-devel libxslt-devel openssl-devel readline-devel tcpd-devel
# libxml2-devel
Version: 3.0.2
Version: 3.0.6
Release: 1
License: BSD License and BSD-like, GNU General Public License (GPL)
License: BSD License and BSD-like, GNU General Public License (GPL), YAZ License:
Group: Development/Libraries/C and C++
Source: http://ftp.indexdata.dk/pub/yaz/%{name}-%{version}.tar.gz
Patch0: yaz-codecleanup.36.diff
@ -39,7 +39,7 @@ Authors:
%package -n libyaz
Summary: Z39.50 Library
Group: Development/Libraries/C and C++
Requires: libxml2
# Requires: libxml2
# Requires: libxml2 openssl
%description -n libyaz
@ -56,7 +56,7 @@ Authors:
Summary: Z39.50 Library
Group: Development/Libraries/C and C++
Requires: libyaz = %{version}
Requires: openssl-devel libxslt-devel tcpd-devel
Requires: libxslt-devel tcpd-devel libopenssl-devel
%description -n libyaz-devel
YAZ is a C library for developing client - and server applications
@ -118,14 +118,15 @@ ln -sf introduction.html html/index.html
%clean
rm -fr ${RPM_BUILD_ROOT}
%post
%post -n libyaz
%run_ldconfig
%postun
%postun -n libyaz
%run_ldconfig
%files
%defattr(-,root,root)
%{_bindir}/yaz-illclient
%{_bindir}/yaz-client*
%{_bindir}/yaz-ztest*
%{_bindir}/yaz-iconv
@ -134,6 +135,7 @@ rm -fr ${RPM_BUILD_ROOT}
%ifarch %ix86 ia64 s390 ppc
%{_bindir}/ziffy
%endif
%{_mandir}/*/yaz-illclient.*
%{_mandir}/*/yaz-client.*
%{_mandir}/*/ziffy.*
%{_mandir}/*/zoomsh.*
@ -168,6 +170,18 @@ rm -fr ${RPM_BUILD_ROOT}
%{_libdir}/pkgconfig/yaz.pc
%changelog
* Mon Jun 11 2007 - ke@suse.de
- Version 3.0.6 (from the NEWS file since 3.0.2):
* Fixed bug in character set conversion of BER strings. Bug introduced
in 3.0.0.
* yaz-client does not read .yazclientrc from current
directory. yaz-client now reads commands from file given by option
-f if specified; then tries to read .yazclientrc in current
directory. Failing that, it reads .yazclientrc from user's home
directory.
* Extensions.
- Start with spec file fixes and cleanup: move ldconfig calls to the
libyaz package, remove explicit libxml2 requirement, etc.
* Thu May 10 2007 - ke@suse.de
- Version 3.0.2, which is binary incompatible (from the NEWS file since
3.0.0 resp. 2.1.48):