SHA256
1
0
forked from pool/yaz

Accepting request 281395 from Publishing

- Update to 5.8.1:
  + record conv: 'select' return org record if no x-path match YAZ-814
  + retrieval: pick matched element-set rule YAZ-813
  + Fix crash in record conv rule 'select' YAZ-812
  + record_conv: selection by X-Path YAZ-811
    That's a new step in record conversion system (<select path=".."/>)
  + Document record render parameters for ZOOM - including base64
  + Fix application/x-www-form-urlencoded + empty YAZ-810
    A SEGV occurred if Content-Type was "application/x-www-form-urlencoded"
    and empty content was supplied.
  + Fix yaz-iconv man page for typos and incorrect example. YAZ-809
  + Fail hard if Bison is not found and is needed YAZ-808
  + Enable YAZ backtrace for programs YAZ-802
  + Fix daemon: parent process stops before child YAZ-806
    Try to fix the situation where parent process stops before
    child has acknowledged it .. SIGUSR2 back!
  + daemon: log message when keepalive stops.
- rename libpackage to libyaz5 to follow library naming
- small specfile cleanup

OBS-URL: https://build.opensuse.org/request/show/281395
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yaz?expand=0&rev=41
This commit is contained in:
Dominique Leuenberger 2015-01-15 14:59:15 +00:00 committed by Git OBS Bridge
commit 74a045a1fe
5 changed files with 34 additions and 12 deletions

View File

@ -1,4 +1,4 @@
libyaz4
libyaz5
libyaz-devel
requires -libyaz-<targettype>
requires "libyaz4-<targettype> = <version>"
requires "libyaz5-<targettype> = <version>"

View File

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

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

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

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Thu Jan 15 11:36:33 UTC 2015 - lars@linux-schulserver.de
- Update to 5.8.1:
+ record conv: 'select' return org record if no x-path match YAZ-814
+ retrieval: pick matched element-set rule YAZ-813
+ Fix crash in record conv rule 'select' YAZ-812
+ record_conv: selection by X-Path YAZ-811
That's a new step in record conversion system (<select path=".."/>)
+ Document record render parameters for ZOOM - including base64
+ Fix application/x-www-form-urlencoded + empty YAZ-810
A SEGV occurred if Content-Type was "application/x-www-form-urlencoded"
and empty content was supplied.
+ Fix yaz-iconv man page for typos and incorrect example. YAZ-809
+ Fail hard if Bison is not found and is needed YAZ-808
+ Enable YAZ backtrace for programs YAZ-802
+ Fix daemon: parent process stops before child YAZ-806
Try to fix the situation where parent process stops before
child has acknowledged it .. SIGUSR2 back!
+ daemon: log message when keepalive stops.
- rename libpackage to libyaz5 to follow library naming
- small specfile cleanup
-------------------------------------------------------------------
Tue Dec 9 15:27:20 UTC 2014 - ke@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package yaz
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,8 +16,9 @@
#
%define libname libyaz5
Name: yaz
Version: 5.7.1
Version: 5.8.1
Release: 0
Summary: Z39.50 protocol server and client
License: BSD-3-Clause
@ -29,7 +30,7 @@ Source2: baselibs.conf
Patch0: yaz-5.1.2-codecleanup.diff
# PATCH-FIX-UPSTREAM initialize variables properly
Patch1: yaz-4.1.7-client.diff
# PATCH-FIX-UPSTREAM add needed ctype header
# PATCH-FIX-UPSTREAM add needed ctype header
Patch2: yaz-4.2.47-implicit_definitions.patch
BuildRequires: libicu-devel
BuildRequires: libpcap-devel
@ -40,7 +41,6 @@ BuildRequires: readline-devel
BuildRequires: tcpd-devel
BuildRequires: pkgconfig(libxml-2.0)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define libname libyaz4
%description
This package contains both a test-server and clients (normal & ssl) for
@ -48,7 +48,6 @@ the ANSI/NISO Z39.50 protocol for Information Retrieval. SRW and SRU
clients and servers are also supported.
%package doc
Summary: Documentation for %{name} (Z39.50 Library)
Group: Documentation/HTML
%if 0%{?suse_version} >= 1140
@ -104,7 +103,7 @@ using the ANSI/NISO Z39.50 protocol for Information Retrieval.
make %{?_smp_mflags}
%install
%{makeinstall}
make DESTDIR=%{buildroot} install %{?_smp_mflags}
# Unwanted doc stuff
rm -fr %{buildroot}%{_datadir}/doc
rm -fr html
@ -128,7 +127,7 @@ ln -sf introduction.html html/index.html
done
echo "</li></body></html>"
} >index.html
rm -f %{buildroot}%{_libdir}/*.la
find %{buildroot} -type f -name "*.la" -delete -print
%post -n %{libname} -p /sbin/ldconfig