From 6f6456c72647c87c14f28ed68b87c60633c7f6f635e42cda93a65a70f4836a51 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 11 Jun 2007 11:08:39 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yaz?expand=0&rev=4 --- yaz-3.0.2.tar.gz | 3 --- yaz-3.0.6.tar.gz | 3 +++ yaz.changes | 15 +++++++++++++++ yaz.spec | 28 +++++++++++++++++++++------- 4 files changed, 39 insertions(+), 10 deletions(-) delete mode 100644 yaz-3.0.2.tar.gz create mode 100644 yaz-3.0.6.tar.gz diff --git a/yaz-3.0.2.tar.gz b/yaz-3.0.2.tar.gz deleted file mode 100644 index de1da5e..0000000 --- a/yaz-3.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23b77b7466526382d48a2e491b8a698f69e0492361bf43e9524792372f240880 -size 1771958 diff --git a/yaz-3.0.6.tar.gz b/yaz-3.0.6.tar.gz new file mode 100644 index 0000000..b586813 --- /dev/null +++ b/yaz-3.0.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:849e073a45894ee904861652d9da38ad44395b1e7433b35b525d5d4d69160786 +size 1778151 diff --git a/yaz.changes b/yaz.changes index 51ad9ad..a09ef82 100644 --- a/yaz.changes +++ b/yaz.changes @@ -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 diff --git a/yaz.spec b/yaz.spec index 83731d0..d57bae0 100644 --- a/yaz.spec +++ b/yaz.spec @@ -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):