diff --git a/baselibs.conf b/baselibs.conf deleted file mode 100644 index 3bc1d63..0000000 --- a/baselibs.conf +++ /dev/null @@ -1,4 +0,0 @@ -libyaz5 -libyaz-devel - requires -libyaz- - requires "libyaz5- = " diff --git a/yaz-5.31.0.tar.gz b/yaz-5.31.0.tar.gz deleted file mode 100644 index b957030..0000000 --- a/yaz-5.31.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:864d4476d1578ac132782b3d4e2eb96391bd88f7ae3040ddcb1556aba6fe0d15 -size 2599598 diff --git a/yaz-5.31.1.tar.gz b/yaz-5.31.1.tar.gz new file mode 100644 index 0000000..1675d4f --- /dev/null +++ b/yaz-5.31.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14cc34d19fd1fd27e544619f4c13300f14dc807088a1acc69fcb5c28d29baa15 +size 2601554 diff --git a/yaz.changes b/yaz.changes index 6698f2a..1a8f828 100644 --- a/yaz.changes +++ b/yaz.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Jan 31 13:31:44 UTC 2022 - Dominique Leuenberger + +- Drop baselibs.conf: no apparent reason detected why we need + -32bit libaries and devel packages. The previously existing + package already was not installable, so defacto no loss. + +------------------------------------------------------------------- +Fri Jan 21 16:48:31 UTC 2022 - Avinesh Kumar + +- Update to version 5.31.1 + * Fixed #61: yaz-url redirect segfault in case of redirect host failure. + * Update yaz_encode_uri_component for RFC3986. Previous implementation + based on RFC2396. + ------------------------------------------------------------------- Mon Jun 7 11:37:05 UTC 2021 - Jan Engelhardt diff --git a/yaz.spec b/yaz.spec index 684d2df..fa15409 100644 --- a/yaz.spec +++ b/yaz.spec @@ -1,7 +1,7 @@ # # spec file for package yaz # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,14 +18,13 @@ %define libname libyaz5 Name: yaz -Version: 5.31.0 +Version: 5.31.1 Release: 0 Summary: Z39.50 protocol server and client License: BSD-3-Clause Group: Development/Libraries/C and C++ URL: http://www.indexdata.dk/yaz/ Source: http://ftp.indexdata.dk/pub/yaz/yaz-%{version}.tar.gz -Source2: baselibs.conf BuildRequires: gnutls-devel BuildRequires: libicu-devel BuildRequires: libpcap-devel