From c361c0d038f0ac90dc4009bcd0a21517ff8913726784e2423b8632342dde6645 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 27 Jan 2022 10:19:43 +0000 Subject: [PATCH 1/2] Accepting request 947998 from home:akumar:branches:Publishing - 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. OBS-URL: https://build.opensuse.org/request/show/947998 OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=125 --- yaz-5.31.0.tar.gz | 3 --- yaz-5.31.1.tar.gz | 3 +++ yaz.changes | 8 ++++++++ yaz.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 yaz-5.31.0.tar.gz create mode 100644 yaz-5.31.1.tar.gz 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..0960ab9 100644 --- a/yaz.changes +++ b/yaz.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +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..6f3416a 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,7 +18,7 @@ %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 From dca4a41c3e953c6e7c3e5befcebef82d6ee42b4a44b1f64fe46f3148e3fa2134 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 2 Feb 2022 11:32:15 +0000 Subject: [PATCH 2/2] Accepting request 950208 from home:dimstar:Factory - 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. based on RFC2396. OBS-URL: https://build.opensuse.org/request/show/950208 OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=126 --- baselibs.conf | 4 ---- yaz.changes | 9 ++++++++- yaz.spec | 1 - 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 baselibs.conf 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.changes b/yaz.changes index 0960ab9..1a8f828 100644 --- a/yaz.changes +++ b/yaz.changes @@ -1,10 +1,17 @@ +------------------------------------------------------------------- +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. + based on RFC2396. ------------------------------------------------------------------- Mon Jun 7 11:37:05 UTC 2021 - Jan Engelhardt diff --git a/yaz.spec b/yaz.spec index 6f3416a..fa15409 100644 --- a/yaz.spec +++ b/yaz.spec @@ -25,7 +25,6 @@ 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