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:
@@ -1,4 +1,4 @@
|
|||||||
libyaz4
|
libyaz5
|
||||||
libyaz-devel
|
libyaz-devel
|
||||||
requires -libyaz-<targettype>
|
requires -libyaz-<targettype>
|
||||||
requires "libyaz4-<targettype> = <version>"
|
requires "libyaz5-<targettype> = <version>"
|
||||||
|
@@ -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
3
yaz-5.8.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f6d5c393ff3306b47438926b55606620307c2911a7e192aac6916fcb5fc6d8a7
|
||||||
|
size 2538071
|
23
yaz.changes
23
yaz.changes
@@ -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
|
Tue Dec 9 15:27:20 UTC 2014 - ke@suse.de
|
||||||
|
|
||||||
|
13
yaz.spec
13
yaz.spec
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yaz
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,8 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%define libname libyaz5
|
||||||
Name: yaz
|
Name: yaz
|
||||||
Version: 5.7.1
|
Version: 5.8.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Z39.50 protocol server and client
|
Summary: Z39.50 protocol server and client
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@@ -29,7 +30,7 @@ Source2: baselibs.conf
|
|||||||
Patch0: yaz-5.1.2-codecleanup.diff
|
Patch0: yaz-5.1.2-codecleanup.diff
|
||||||
# PATCH-FIX-UPSTREAM initialize variables properly
|
# PATCH-FIX-UPSTREAM initialize variables properly
|
||||||
Patch1: yaz-4.1.7-client.diff
|
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
|
Patch2: yaz-4.2.47-implicit_definitions.patch
|
||||||
BuildRequires: libicu-devel
|
BuildRequires: libicu-devel
|
||||||
BuildRequires: libpcap-devel
|
BuildRequires: libpcap-devel
|
||||||
@@ -40,7 +41,6 @@ BuildRequires: readline-devel
|
|||||||
BuildRequires: tcpd-devel
|
BuildRequires: tcpd-devel
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%define libname libyaz4
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains both a test-server and clients (normal & ssl) for
|
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.
|
clients and servers are also supported.
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
|
|
||||||
Summary: Documentation for %{name} (Z39.50 Library)
|
Summary: Documentation for %{name} (Z39.50 Library)
|
||||||
Group: Documentation/HTML
|
Group: Documentation/HTML
|
||||||
%if 0%{?suse_version} >= 1140
|
%if 0%{?suse_version} >= 1140
|
||||||
@@ -104,7 +103,7 @@ using the ANSI/NISO Z39.50 protocol for Information Retrieval.
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{makeinstall}
|
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
||||||
# Unwanted doc stuff
|
# Unwanted doc stuff
|
||||||
rm -fr %{buildroot}%{_datadir}/doc
|
rm -fr %{buildroot}%{_datadir}/doc
|
||||||
rm -fr html
|
rm -fr html
|
||||||
@@ -128,7 +127,7 @@ ln -sf introduction.html html/index.html
|
|||||||
done
|
done
|
||||||
echo "</li></body></html>"
|
echo "</li></body></html>"
|
||||||
} >index.html
|
} >index.html
|
||||||
rm -f %{buildroot}%{_libdir}/*.la
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
|
|
||||||
%post -n %{libname} -p /sbin/ldconfig
|
%post -n %{libname} -p /sbin/ldconfig
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user