From 5e26f0cc0ae64765996079c28f3a56ebb99df5b6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 08:04:00 +0000 Subject: [PATCH 01/31] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- yaz.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yaz.spec b/yaz.spec index 5c87a56..aa63c30 100644 --- a/yaz.spec +++ b/yaz.spec @@ -1,6 +1,6 @@ Name: yaz Version: 5.34.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Z39.50/SRW/SRU toolkit License: BSD URL: http://www.indexdata.com/yaz/ @@ -143,6 +143,9 @@ make check %{_pkgdocdir} %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 5.34.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Fri Jan 13 2023 Mamoru TASAKA - 5.34.0-1 - 5.34.0 From b15716ec60a13b949824cb9d2f4baafd897d157a Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Tue, 21 Mar 2023 15:06:20 +0900 Subject: [PATCH 02/31] SPDX confirmed --- yaz.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/yaz.spec b/yaz.spec index aa63c30..20d7006 100644 --- a/yaz.spec +++ b/yaz.spec @@ -2,7 +2,8 @@ Name: yaz Version: 5.34.0 Release: 2%{?dist} Summary: Z39.50/SRW/SRU toolkit -License: BSD +# SPDX confirmed +License: BSD-3-Clause URL: http://www.indexdata.com/yaz/ Source0: http://ftp.indexdata.com/pub/yaz/yaz-%{version}.tar.gz From 8b6bfcefde180ea6480b8362decb73a260943809 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Zatloukal?= Date: Tue, 11 Jul 2023 22:17:39 +0200 Subject: [PATCH 03/31] Rebuilt for ICU 73.2 --- yaz.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yaz.spec b/yaz.spec index 20d7006..43fba37 100644 --- a/yaz.spec +++ b/yaz.spec @@ -1,6 +1,6 @@ Name: yaz Version: 5.34.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Z39.50/SRW/SRU toolkit # SPDX confirmed License: BSD-3-Clause @@ -144,6 +144,9 @@ make check %{_pkgdocdir} %changelog +* Tue Jul 11 2023 František Zatloukal - 5.34.0-3 +- Rebuilt for ICU 73.2 + * Sat Jan 21 2023 Fedora Release Engineering - 5.34.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From cff7180eae835591dc5d64930e75082a593243a1 Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Sat, 22 Jul 2023 23:50:50 +0900 Subject: [PATCH 04/31] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild --- yaz.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yaz.spec b/yaz.spec index 43fba37..91a42ad 100644 --- a/yaz.spec +++ b/yaz.spec @@ -1,6 +1,6 @@ Name: yaz Version: 5.34.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Z39.50/SRW/SRU toolkit # SPDX confirmed License: BSD-3-Clause @@ -144,6 +144,9 @@ make check %{_pkgdocdir} %changelog +* Sat Jul 22 2023 Mamoru TASAKA - 5.34.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Tue Jul 11 2023 František Zatloukal - 5.34.0-3 - Rebuilt for ICU 73.2 From 1f2e0f69124227d11e8257e2441f6d083536d601 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Wed, 18 Oct 2023 22:25:50 -0400 Subject: [PATCH 05/31] Fix flatpak build Installation path macros must not be used in file dependencies: https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_and_directory_dependencies --- yaz.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaz.spec b/yaz.spec index 91a42ad..9fce685 100644 --- a/yaz.spec +++ b/yaz.spec @@ -21,7 +21,7 @@ BuildRequires: pkgconfig(libxslt) BuildRequires: ncurses-devel BuildRequires: readline-devel -BuildRequires: %{_bindir}/tclsh +BuildRequires: /usr/bin/tclsh Requires: lib%{name}%{?_isa} = %{version}-%{release} From cd60c6a9df23e43e8592620f9077e6ac7162c0fc Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Mon, 20 Nov 2023 16:12:14 +0900 Subject: [PATCH 06/31] Fix header file inclusion for libxml2 2.12.0 Fix header file inclusion for glibc 2.39 --- yaz-5.34.0-glibc-atoi-glibc.patch | 40 ++++++++ yaz-5.34.0-libxml2-2_12_0-parser-header.patch | 93 +++++++++++++++++++ yaz.spec | 12 ++- 3 files changed, 144 insertions(+), 1 deletion(-) create mode 100644 yaz-5.34.0-glibc-atoi-glibc.patch create mode 100644 yaz-5.34.0-libxml2-2_12_0-parser-header.patch diff --git a/yaz-5.34.0-glibc-atoi-glibc.patch b/yaz-5.34.0-glibc-atoi-glibc.patch new file mode 100644 index 0000000..45e147c --- /dev/null +++ b/yaz-5.34.0-glibc-atoi-glibc.patch @@ -0,0 +1,40 @@ +--- yaz-5.34.0/src/record_conv.c.glibc 2021-12-02 23:20:41.000000000 +0900 ++++ yaz-5.34.0/src/record_conv.c 2023-11-20 15:04:48.977565787 +0900 +@@ -11,6 +11,7 @@ + #include + #endif + ++#include + #include + #include + #include +--- yaz-5.34.0/src/xmlquery.c.glibc 2021-12-02 23:20:41.000000000 +0900 ++++ yaz-5.34.0/src/xmlquery.c 2023-11-20 15:00:36.442124257 +0900 +@@ -10,6 +10,7 @@ + #endif + + #include ++#include + #include + #include + +--- yaz-5.34.0/test/test_record_conv.c.glibc 2021-12-02 23:20:41.000000000 +0900 ++++ yaz-5.34.0/test/test_record_conv.c 2023-11-20 15:52:29.159346771 +0900 +@@ -9,6 +9,7 @@ + #include + #include + #include ++#include + #include + #include + #include +--- yaz-5.34.0/test/test_retrieval.c.glibc 2021-12-02 23:20:41.000000000 +0900 ++++ yaz-5.34.0/test/test_retrieval.c 2023-11-20 15:53:12.736403453 +0900 +@@ -9,6 +9,7 @@ + #include + #include + #include ++#include + #include + #include + #include diff --git a/yaz-5.34.0-libxml2-2_12_0-parser-header.patch b/yaz-5.34.0-libxml2-2_12_0-parser-header.patch new file mode 100644 index 0000000..cdb6711 --- /dev/null +++ b/yaz-5.34.0-libxml2-2_12_0-parser-header.patch @@ -0,0 +1,93 @@ +--- yaz-5.34.0/client/client.c.xml2 2022-11-22 00:54:08.000000000 +0900 ++++ yaz-5.34.0/client/client.c 2023-11-20 15:24:38.134133690 +0900 +@@ -73,6 +73,10 @@ + #include + #endif + ++#if YAZ_HAVE_XML2 ++#include ++#endif ++ + + #include "admin.h" + #include "tabcomplete.h" +--- yaz-5.34.0/src/record_render.c.xml2 2021-12-02 23:20:41.000000000 +0900 ++++ yaz-5.34.0/src/record_render.c 2023-11-20 14:55:46.449617239 +0900 +@@ -23,6 +23,7 @@ + #include + + #if YAZ_HAVE_XML2 ++#include + #include + #include + #endif +--- yaz-5.34.0/util/cclsh.c.xml2 2021-12-02 23:20:41.000000000 +0900 ++++ yaz-5.34.0/util/cclsh.c 2023-11-20 15:23:43.047059663 +0900 +@@ -20,6 +20,9 @@ + #include + #endif + ++#if YAZ_HAVE_XML2 ++#include ++#endif + + static int debug = 0; + static char *prog; +--- yaz-5.34.0/util/yaz-icu.c.xml2 2021-12-02 23:20:41.000000000 +0900 ++++ yaz-5.34.0/util/yaz-icu.c 2023-11-20 15:17:50.943598315 +0900 +@@ -17,6 +17,8 @@ + + #if YAZ_HAVE_ICU + ++#include ++ + #include + #include + #include +--- yaz-5.34.0/util/yaz-record-conv.c.xml2 2021-12-02 23:20:41.000000000 +0900 ++++ yaz-5.34.0/util/yaz-record-conv.c 2023-11-20 15:20:49.571830861 +0900 +@@ -13,6 +13,10 @@ + #include + #include + ++#if YAZ_HAVE_XML2 ++#include ++#endif ++ + const char *prog = "yaz-record-conv"; + + static void usage(void) +--- yaz-5.34.0/test/test_ccl.c.xml2 2021-12-02 23:20:41.000000000 +0900 ++++ yaz-5.34.0/test/test_ccl.c 2023-11-20 15:51:41.660284992 +0900 +@@ -11,6 +11,9 @@ + #include + #include + ++#if YAZ_HAVE_XML2 ++#include ++#endif + + static int tst_ccl_query(CCL_bibset bibset, + const char *query, +--- yaz-5.34.0/test/test_icu.c.xml2 2022-11-22 00:54:08.000000000 +0900 ++++ yaz-5.34.0/test/test_icu.c 2023-11-20 15:51:45.714290267 +0900 +@@ -28,6 +28,7 @@ + #endif + + #if YAZ_HAVE_XML2 ++#include + #include + #endif + +--- yaz-5.34.0/test/test_xml_include.c.xml2 2021-12-02 23:20:41.000000000 +0900 ++++ yaz-5.34.0/test/test_xml_include.c 2023-11-20 15:53:56.246460047 +0900 +@@ -12,6 +12,9 @@ + + #include + #include ++#if YAZ_HAVE_XML2 ++#include ++#endif + + static void tst_xml_include1(void) + { diff --git a/yaz.spec b/yaz.spec index 9fce685..cd2c074 100644 --- a/yaz.spec +++ b/yaz.spec @@ -1,11 +1,15 @@ Name: yaz Version: 5.34.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Z39.50/SRW/SRU toolkit # SPDX confirmed License: BSD-3-Clause URL: http://www.indexdata.com/yaz/ Source0: http://ftp.indexdata.com/pub/yaz/yaz-%{version}.tar.gz +# libxml2 2.12.0 now doesn't include parser.h implicitly +Patch0: yaz-5.34.0-libxml2-2_12_0-parser-header.patch +# missing header for glibc 2.39 +Patch1: yaz-5.34.0-glibc-atoi-glibc.patch BuildRequires: gcc BuildRequires: bison @@ -65,6 +69,8 @@ server and client. %prep %setup -q +%patch -P0 -p1 -Z +%patch -P1 -p1 -Z %build sed -i.rpath configure \ @@ -144,6 +150,10 @@ make check %{_pkgdocdir} %changelog +* Mon Nov 20 2023 Mamoru TASAKA - 5.34.0-5 +- Fix header file inclusion for libxml2 2.12.0 +- Fix header file inclusion for glibc 2.39 + * Sat Jul 22 2023 Mamoru TASAKA - 5.34.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 7a9936b07d969d2bc4df4de99bfc10f7016cf0fd Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Tue, 21 Nov 2023 23:49:38 +0900 Subject: [PATCH 07/31] add PR reference --- yaz.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/yaz.spec b/yaz.spec index cd2c074..155e0ff 100644 --- a/yaz.spec +++ b/yaz.spec @@ -7,8 +7,10 @@ License: BSD-3-Clause URL: http://www.indexdata.com/yaz/ Source0: http://ftp.indexdata.com/pub/yaz/yaz-%{version}.tar.gz # libxml2 2.12.0 now doesn't include parser.h implicitly +# https://github.com/indexdata/yaz/pull/103 Patch0: yaz-5.34.0-libxml2-2_12_0-parser-header.patch # missing header for glibc 2.39 +# https://github.com/indexdata/yaz/pull/105 Patch1: yaz-5.34.0-glibc-atoi-glibc.patch BuildRequires: gcc From 0fb90a665f8003243c7e38852e2771dba61b3637 Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Thu, 18 Jan 2024 18:00:07 +0900 Subject: [PATCH 08/31] Use %ldconfig_scriptlets instead of /usr/sbin/ldconfig (ref: DNF5 file deps change: bug 2180842) --- yaz.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/yaz.spec b/yaz.spec index 155e0ff..c4640ee 100644 --- a/yaz.spec +++ b/yaz.spec @@ -1,6 +1,6 @@ Name: yaz Version: 5.34.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Z39.50/SRW/SRU toolkit # SPDX confirmed License: BSD-3-Clause @@ -98,9 +98,9 @@ find %{buildroot} -name '*.*a' -delete -print %check make check -%post -n lib%{name} -p /sbin/ldconfig +%ldconfig_scriptlets -n lib%{name} -%postun -n lib%{name} -p /sbin/ldconfig +%ldconfig_scriptlets -n lib%{name} %files %doc NEWS @@ -152,6 +152,10 @@ make check %{_pkgdocdir} %changelog +* Thu Jan 18 2024 Mamoru TASAKA - 5.34.0-6 +- Use %%ldconfig_scriptlets instead of /usr/sbin/ldconfig + (ref: DNF5 file deps change: bug 2180842) + * Mon Nov 20 2023 Mamoru TASAKA - 5.34.0-5 - Fix header file inclusion for libxml2 2.12.0 - Fix header file inclusion for glibc 2.39 From 2f6bc9a221d33b4792d613946aeb29671180e94c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 10:44:48 +0000 Subject: [PATCH 09/31] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- yaz.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yaz.spec b/yaz.spec index c4640ee..9b5a15c 100644 --- a/yaz.spec +++ b/yaz.spec @@ -1,6 +1,6 @@ Name: yaz Version: 5.34.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Z39.50/SRW/SRU toolkit # SPDX confirmed License: BSD-3-Clause @@ -152,6 +152,9 @@ make check %{_pkgdocdir} %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 5.34.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Thu Jan 18 2024 Mamoru TASAKA - 5.34.0-6 - Use %%ldconfig_scriptlets instead of /usr/sbin/ldconfig (ref: DNF5 file deps change: bug 2180842) From c1bedcf402838ca24b8081b121c4108652d85d29 Mon Sep 17 00:00:00 2001 From: Pete Walter Date: Wed, 31 Jan 2024 20:28:24 +0000 Subject: [PATCH 10/31] Rebuild for ICU 74 --- yaz.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yaz.spec b/yaz.spec index 9b5a15c..d226098 100644 --- a/yaz.spec +++ b/yaz.spec @@ -1,6 +1,6 @@ Name: yaz Version: 5.34.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Z39.50/SRW/SRU toolkit # SPDX confirmed License: BSD-3-Clause @@ -152,6 +152,9 @@ make check %{_pkgdocdir} %changelog +* Wed Jan 31 2024 Pete Walter - 5.34.0-8 +- Rebuild for ICU 74 + * Sat Jan 27 2024 Fedora Release Engineering - 5.34.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From b3722ee41272a3ec6a1a61b508c174c29c7914f9 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 11 May 2024 15:45:46 -0700 Subject: [PATCH 11/31] rebuild for hiredis soname bump --- yaz.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yaz.spec b/yaz.spec index d226098..a9a57b4 100644 --- a/yaz.spec +++ b/yaz.spec @@ -1,6 +1,6 @@ Name: yaz Version: 5.34.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Z39.50/SRW/SRU toolkit # SPDX confirmed License: BSD-3-Clause @@ -152,6 +152,9 @@ make check %{_pkgdocdir} %changelog +* Sat May 11 2024 Kevin Fenzi - 5.34.0-9 +- rebuild for hiredis soname bump + * Wed Jan 31 2024 Pete Walter - 5.34.0-8 - Rebuild for ICU 74 From e67e0043d7acd9aea47655eabdefed6be1ef4fc8 Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Wed, 19 Jun 2024 11:30:33 +0900 Subject: [PATCH 12/31] 5.34.1 --- sources | 2 +- yaz-5.34.0-glibc-atoi-glibc.patch | 40 -------- yaz-5.34.0-libxml2-2_12_0-parser-header.patch | 93 ------------------- yaz.spec | 15 +-- 4 files changed, 6 insertions(+), 144 deletions(-) delete mode 100644 yaz-5.34.0-glibc-atoi-glibc.patch delete mode 100644 yaz-5.34.0-libxml2-2_12_0-parser-header.patch diff --git a/sources b/sources index e872fdd..e41eb12 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yaz-5.34.0.tar.gz) = 0c835b98b4640e077459c9ead8043cea941a75f39dace9501efbb56c38837b1525349b8668c135ac0753ba7a4803e38d9c90d7bf3f6f2951c0e7e863b4c51f65 +SHA512 (yaz-5.34.1.tar.gz) = ecb6500598320a7e5db6dc0ede000663991f8b11c3ab2688a8a16e2b14455a0266a4e076ad7b1801201f4a3feab0267b88003b440e4b6d821afa01d561a82d64 diff --git a/yaz-5.34.0-glibc-atoi-glibc.patch b/yaz-5.34.0-glibc-atoi-glibc.patch deleted file mode 100644 index 45e147c..0000000 --- a/yaz-5.34.0-glibc-atoi-glibc.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- yaz-5.34.0/src/record_conv.c.glibc 2021-12-02 23:20:41.000000000 +0900 -+++ yaz-5.34.0/src/record_conv.c 2023-11-20 15:04:48.977565787 +0900 -@@ -11,6 +11,7 @@ - #include - #endif - -+#include - #include - #include - #include ---- yaz-5.34.0/src/xmlquery.c.glibc 2021-12-02 23:20:41.000000000 +0900 -+++ yaz-5.34.0/src/xmlquery.c 2023-11-20 15:00:36.442124257 +0900 -@@ -10,6 +10,7 @@ - #endif - - #include -+#include - #include - #include - ---- yaz-5.34.0/test/test_record_conv.c.glibc 2021-12-02 23:20:41.000000000 +0900 -+++ yaz-5.34.0/test/test_record_conv.c 2023-11-20 15:52:29.159346771 +0900 -@@ -9,6 +9,7 @@ - #include - #include - #include -+#include - #include - #include - #include ---- yaz-5.34.0/test/test_retrieval.c.glibc 2021-12-02 23:20:41.000000000 +0900 -+++ yaz-5.34.0/test/test_retrieval.c 2023-11-20 15:53:12.736403453 +0900 -@@ -9,6 +9,7 @@ - #include - #include - #include -+#include - #include - #include - #include diff --git a/yaz-5.34.0-libxml2-2_12_0-parser-header.patch b/yaz-5.34.0-libxml2-2_12_0-parser-header.patch deleted file mode 100644 index cdb6711..0000000 --- a/yaz-5.34.0-libxml2-2_12_0-parser-header.patch +++ /dev/null @@ -1,93 +0,0 @@ ---- yaz-5.34.0/client/client.c.xml2 2022-11-22 00:54:08.000000000 +0900 -+++ yaz-5.34.0/client/client.c 2023-11-20 15:24:38.134133690 +0900 -@@ -73,6 +73,10 @@ - #include - #endif - -+#if YAZ_HAVE_XML2 -+#include -+#endif -+ - - #include "admin.h" - #include "tabcomplete.h" ---- yaz-5.34.0/src/record_render.c.xml2 2021-12-02 23:20:41.000000000 +0900 -+++ yaz-5.34.0/src/record_render.c 2023-11-20 14:55:46.449617239 +0900 -@@ -23,6 +23,7 @@ - #include - - #if YAZ_HAVE_XML2 -+#include - #include - #include - #endif ---- yaz-5.34.0/util/cclsh.c.xml2 2021-12-02 23:20:41.000000000 +0900 -+++ yaz-5.34.0/util/cclsh.c 2023-11-20 15:23:43.047059663 +0900 -@@ -20,6 +20,9 @@ - #include - #endif - -+#if YAZ_HAVE_XML2 -+#include -+#endif - - static int debug = 0; - static char *prog; ---- yaz-5.34.0/util/yaz-icu.c.xml2 2021-12-02 23:20:41.000000000 +0900 -+++ yaz-5.34.0/util/yaz-icu.c 2023-11-20 15:17:50.943598315 +0900 -@@ -17,6 +17,8 @@ - - #if YAZ_HAVE_ICU - -+#include -+ - #include - #include - #include ---- yaz-5.34.0/util/yaz-record-conv.c.xml2 2021-12-02 23:20:41.000000000 +0900 -+++ yaz-5.34.0/util/yaz-record-conv.c 2023-11-20 15:20:49.571830861 +0900 -@@ -13,6 +13,10 @@ - #include - #include - -+#if YAZ_HAVE_XML2 -+#include -+#endif -+ - const char *prog = "yaz-record-conv"; - - static void usage(void) ---- yaz-5.34.0/test/test_ccl.c.xml2 2021-12-02 23:20:41.000000000 +0900 -+++ yaz-5.34.0/test/test_ccl.c 2023-11-20 15:51:41.660284992 +0900 -@@ -11,6 +11,9 @@ - #include - #include - -+#if YAZ_HAVE_XML2 -+#include -+#endif - - static int tst_ccl_query(CCL_bibset bibset, - const char *query, ---- yaz-5.34.0/test/test_icu.c.xml2 2022-11-22 00:54:08.000000000 +0900 -+++ yaz-5.34.0/test/test_icu.c 2023-11-20 15:51:45.714290267 +0900 -@@ -28,6 +28,7 @@ - #endif - - #if YAZ_HAVE_XML2 -+#include - #include - #endif - ---- yaz-5.34.0/test/test_xml_include.c.xml2 2021-12-02 23:20:41.000000000 +0900 -+++ yaz-5.34.0/test/test_xml_include.c 2023-11-20 15:53:56.246460047 +0900 -@@ -12,6 +12,9 @@ - - #include - #include -+#if YAZ_HAVE_XML2 -+#include -+#endif - - static void tst_xml_include1(void) - { diff --git a/yaz.spec b/yaz.spec index a9a57b4..6bcccf4 100644 --- a/yaz.spec +++ b/yaz.spec @@ -1,17 +1,11 @@ Name: yaz -Version: 5.34.0 -Release: 9%{?dist} +Version: 5.34.1 +Release: 1%{?dist} Summary: Z39.50/SRW/SRU toolkit # SPDX confirmed License: BSD-3-Clause URL: http://www.indexdata.com/yaz/ Source0: http://ftp.indexdata.com/pub/yaz/yaz-%{version}.tar.gz -# libxml2 2.12.0 now doesn't include parser.h implicitly -# https://github.com/indexdata/yaz/pull/103 -Patch0: yaz-5.34.0-libxml2-2_12_0-parser-header.patch -# missing header for glibc 2.39 -# https://github.com/indexdata/yaz/pull/105 -Patch1: yaz-5.34.0-glibc-atoi-glibc.patch BuildRequires: gcc BuildRequires: bison @@ -71,8 +65,6 @@ server and client. %prep %setup -q -%patch -P0 -p1 -Z -%patch -P1 -p1 -Z %build sed -i.rpath configure \ @@ -152,6 +144,9 @@ make check %{_pkgdocdir} %changelog +* Wed Jun 19 2024 Mamoru TASAKA - 5.34.1-1 +- 5.34.1 + * Sat May 11 2024 Kevin Fenzi - 5.34.0-9 - rebuild for hiredis soname bump From 25ec25ac6b28b588102e0c4dda2d6521208e5fe4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 10:40:37 +0000 Subject: [PATCH 13/31] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- yaz.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yaz.spec b/yaz.spec index 6bcccf4..3de79c6 100644 --- a/yaz.spec +++ b/yaz.spec @@ -1,6 +1,6 @@ Name: yaz Version: 5.34.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Z39.50/SRW/SRU toolkit # SPDX confirmed License: BSD-3-Clause @@ -144,6 +144,9 @@ make check %{_pkgdocdir} %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 5.34.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Wed Jun 19 2024 Mamoru TASAKA - 5.34.1-1 - 5.34.1 From c162b9ea4aec6a52296e4a82d624431aa1b841a6 Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Fri, 20 Sep 2024 10:44:17 +0900 Subject: [PATCH 14/31] 5.34.2 --- sources | 2 +- yaz.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sources b/sources index e41eb12..26fd1a7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yaz-5.34.1.tar.gz) = ecb6500598320a7e5db6dc0ede000663991f8b11c3ab2688a8a16e2b14455a0266a4e076ad7b1801201f4a3feab0267b88003b440e4b6d821afa01d561a82d64 +SHA512 (yaz-5.34.2.tar.gz) = 8fd22b97cf46c7db8083198ad67745f4b99b303253b669e28f8c509fe3fee223de64d79a7b0a5d9318637b65d056129ca220e3ecbfc7ad392ef634c87543a16b diff --git a/yaz.spec b/yaz.spec index 3de79c6..ae628c2 100644 --- a/yaz.spec +++ b/yaz.spec @@ -1,6 +1,6 @@ Name: yaz -Version: 5.34.1 -Release: 2%{?dist} +Version: 5.34.2 +Release: 1%{?dist} Summary: Z39.50/SRW/SRU toolkit # SPDX confirmed License: BSD-3-Clause @@ -144,6 +144,9 @@ make check %{_pkgdocdir} %changelog +* Fri Sep 20 2024 Mamoru TASAKA - 5.34.2-1 +- 5.34.2 + * Sat Jul 20 2024 Fedora Release Engineering - 5.34.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From f2997df3c2c912d9327488bc0baed0a06c049201 Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Mon, 9 Dec 2024 15:51:14 +0900 Subject: [PATCH 15/31] Explicitly add icu-uc pkgconf deps for yaz-icu --- yaz.spec | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/yaz.spec b/yaz.spec index ae628c2..f46240d 100644 --- a/yaz.spec +++ b/yaz.spec @@ -1,6 +1,6 @@ Name: yaz Version: 5.34.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Z39.50/SRW/SRU toolkit # SPDX confirmed License: BSD-3-Clause @@ -11,6 +11,9 @@ BuildRequires: gcc BuildRequires: bison BuildRequires: make +BuildRequires: autoconf +BuildRequires: automake + BuildRequires: pkgconfig(libexslt) BuildRequires: pkgconfig(gnutls) BuildRequires: pkgconfig(hiredis) @@ -66,6 +69,11 @@ server and client. %prep %setup -q +# https://github.com/indexdata/yaz/issues/131 +sed -i m4/ac_check_icu.m4 \ + -e 's|icu-i18n|icu-i18n icu-uc|' +autoreconf + %build sed -i.rpath configure \ -e 's|hardcode_libdir_flag_spec=|hardcode_libdir_flag_spec_goodby=|' \ @@ -144,6 +152,9 @@ make check %{_pkgdocdir} %changelog +* Mon Dec 09 2024 Mamoru TASAKA - 5.34.2-2 +- Explicitly add icu-uc pkgconf deps for yaz-icu + * Fri Sep 20 2024 Mamoru TASAKA - 5.34.2-1 - 5.34.2 From 9aa73b036d6d2382e0779dbc108e25ee2c5586ef Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Thu, 9 Jan 2025 10:51:03 +0900 Subject: [PATCH 16/31] 5.34.3 --- sources | 2 +- yaz.spec | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/sources b/sources index 26fd1a7..76ba236 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yaz-5.34.2.tar.gz) = 8fd22b97cf46c7db8083198ad67745f4b99b303253b669e28f8c509fe3fee223de64d79a7b0a5d9318637b65d056129ca220e3ecbfc7ad392ef634c87543a16b +SHA512 (yaz-5.34.3.tar.gz) = c6382ba38f2bb4c83840b4f33fadc307d04158562d0e2653637b21ca2db4a11171206b0c98390a4527153aa667cdc80aeaf855dce9080e9deac1a46682d30c5c diff --git a/yaz.spec b/yaz.spec index f46240d..16d6c31 100644 --- a/yaz.spec +++ b/yaz.spec @@ -1,6 +1,6 @@ Name: yaz -Version: 5.34.2 -Release: 2%{?dist} +Version: 5.34.3 +Release: 1%{?dist} Summary: Z39.50/SRW/SRU toolkit # SPDX confirmed License: BSD-3-Clause @@ -11,8 +11,11 @@ BuildRequires: gcc BuildRequires: bison BuildRequires: make +# When autoreconf is needed: +%if 0 BuildRequires: autoconf BuildRequires: automake +%endif BuildRequires: pkgconfig(libexslt) BuildRequires: pkgconfig(gnutls) @@ -69,11 +72,6 @@ server and client. %prep %setup -q -# https://github.com/indexdata/yaz/issues/131 -sed -i m4/ac_check_icu.m4 \ - -e 's|icu-i18n|icu-i18n icu-uc|' -autoreconf - %build sed -i.rpath configure \ -e 's|hardcode_libdir_flag_spec=|hardcode_libdir_flag_spec_goodby=|' \ @@ -152,6 +150,9 @@ make check %{_pkgdocdir} %changelog +* Thu Jan 09 2025 Mamoru TASAKA - 5.34.3-1 +- 5.34.3 + * Mon Dec 09 2024 Mamoru TASAKA - 5.34.2-2 - Explicitly add icu-uc pkgconf deps for yaz-icu From 4c820752b9e20bd6b0ddc459eb1b2895be6cd13c Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Tue, 14 Jan 2025 15:14:22 +0900 Subject: [PATCH 17/31] Fix compilation with C23 with bool keyword --- yaz-5.34.3-c23-keyword.patch | 32 ++++++++++++++++++++++++++++++++ yaz.spec | 12 +++++++++++- 2 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 yaz-5.34.3-c23-keyword.patch diff --git a/yaz-5.34.3-c23-keyword.patch b/yaz-5.34.3-c23-keyword.patch new file mode 100644 index 0000000..6a44f63 --- /dev/null +++ b/yaz-5.34.3-c23-keyword.patch @@ -0,0 +1,32 @@ +--- yaz-5.34.3/src/cql2ccl.c.debug 2023-07-25 18:43:21.000000000 +0900 ++++ yaz-5.34.3/src/cql2ccl.c 2025-01-14 14:55:19.079332181 +0900 +@@ -83,7 +83,7 @@ static void pr_term(const char **cpp, in + *cpp = cp; + } + +-static int node(struct cql_node *cn, ++static int node_st(struct cql_node *cn, + void (*pr)(const char *buf, void *client_data), + void *client_data) + { +@@ -159,7 +159,7 @@ static int node(struct cql_node *cn, + } + + +-static int bool(struct cql_node *cn, ++static int node_bool(struct cql_node *cn, + void (*pr)(const char *buf, void *client_data), + void *client_data) + { +@@ -237,9 +237,9 @@ static int cql_to_ccl_r(struct cql_node + switch (cn->which) + { + case CQL_NODE_ST: +- return node(cn, pr, client_data); ++ return node_st(cn, pr, client_data); + case CQL_NODE_BOOL: +- return bool(cn, pr, client_data); ++ return node_bool(cn, pr, client_data); + case CQL_NODE_SORT: + return cql_to_ccl_r(cn->u.sort.search, pr, client_data); + } diff --git a/yaz.spec b/yaz.spec index 16d6c31..933ef7b 100644 --- a/yaz.spec +++ b/yaz.spec @@ -1,11 +1,14 @@ Name: yaz Version: 5.34.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Z39.50/SRW/SRU toolkit # SPDX confirmed License: BSD-3-Clause URL: http://www.indexdata.com/yaz/ Source0: http://ftp.indexdata.com/pub/yaz/yaz-%{version}.tar.gz +# https://github.com/indexdata/yaz/issues/133 +# Avoid keyword bool usage on C23 +Patch0: yaz-5.34.3-c23-keyword.patch BuildRequires: gcc BuildRequires: bison @@ -71,6 +74,10 @@ server and client. %prep %setup -q +%patch -P0 -p1 -b .c23 + +%dnl %global optflags_orig %optflags +%dnl %global optflags %optflags_orig -std=gnu23 %build sed -i.rpath configure \ @@ -150,6 +157,9 @@ make check %{_pkgdocdir} %changelog +* Tue Jan 14 2025 Mamoru TASAKA - 5.34.3-2 +- Fix compilation with C23 with bool keyword + * Thu Jan 09 2025 Mamoru TASAKA - 5.34.3-1 - 5.34.3 From 5f49a0828f4bd1868f52adac777531252258d408 Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Tue, 14 Jan 2025 15:20:09 +0900 Subject: [PATCH 18/31] remove unneeded hack --- yaz.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/yaz.spec b/yaz.spec index 933ef7b..cd8738e 100644 --- a/yaz.spec +++ b/yaz.spec @@ -76,9 +76,6 @@ server and client. %setup -q %patch -P0 -p1 -b .c23 -%dnl %global optflags_orig %optflags -%dnl %global optflags %optflags_orig -std=gnu23 - %build sed -i.rpath configure \ -e 's|hardcode_libdir_flag_spec=|hardcode_libdir_flag_spec_goodby=|' \ From 403ff353f8b6bf7b45ed8ada6f0c767d95452de8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 16:32:24 +0000 Subject: [PATCH 19/31] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- yaz.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yaz.spec b/yaz.spec index cd8738e..236123d 100644 --- a/yaz.spec +++ b/yaz.spec @@ -1,6 +1,6 @@ Name: yaz Version: 5.34.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Z39.50/SRW/SRU toolkit # SPDX confirmed License: BSD-3-Clause @@ -154,6 +154,9 @@ make check %{_pkgdocdir} %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 5.34.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Tue Jan 14 2025 Mamoru TASAKA - 5.34.3-2 - Fix compilation with C23 with bool keyword From 3d0b2dd541e409fe9ab728cd9c976378fbeab303 Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Fri, 31 Jan 2025 11:22:17 +0900 Subject: [PATCH 20/31] F42: Rebuild with tcl9 --- yaz.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yaz.spec b/yaz.spec index 236123d..441d5e0 100644 --- a/yaz.spec +++ b/yaz.spec @@ -1,6 +1,6 @@ Name: yaz Version: 5.34.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Z39.50/SRW/SRU toolkit # SPDX confirmed License: BSD-3-Clause @@ -154,6 +154,9 @@ make check %{_pkgdocdir} %changelog +* Fri Jan 31 2025 Mamoru TASAKA - 5.34.3-4 +- F42: Rebuild with tcl9 + * Sun Jan 19 2025 Fedora Release Engineering - 5.34.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 524d54a8dab36848cf732dca9b472ff846c73722 Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Fri, 28 Feb 2025 12:17:34 +0900 Subject: [PATCH 21/31] 5.34.4 --- sources | 2 +- yaz-5.34.3-c23-keyword.patch | 32 -------------------------------- yaz.spec | 11 +++++------ 3 files changed, 6 insertions(+), 39 deletions(-) delete mode 100644 yaz-5.34.3-c23-keyword.patch diff --git a/sources b/sources index 76ba236..bce7311 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yaz-5.34.3.tar.gz) = c6382ba38f2bb4c83840b4f33fadc307d04158562d0e2653637b21ca2db4a11171206b0c98390a4527153aa667cdc80aeaf855dce9080e9deac1a46682d30c5c +SHA512 (yaz-5.34.4.tar.gz) = f5c9dfce5817cdd6ac0c4b038dbe3eba7cb4b91cc1001fe256019160fb86bcb58bf067e40c83d789f3d0fbed8f1f970f79e048c8906ba44ea81a95f3086bb232 diff --git a/yaz-5.34.3-c23-keyword.patch b/yaz-5.34.3-c23-keyword.patch deleted file mode 100644 index 6a44f63..0000000 --- a/yaz-5.34.3-c23-keyword.patch +++ /dev/null @@ -1,32 +0,0 @@ ---- yaz-5.34.3/src/cql2ccl.c.debug 2023-07-25 18:43:21.000000000 +0900 -+++ yaz-5.34.3/src/cql2ccl.c 2025-01-14 14:55:19.079332181 +0900 -@@ -83,7 +83,7 @@ static void pr_term(const char **cpp, in - *cpp = cp; - } - --static int node(struct cql_node *cn, -+static int node_st(struct cql_node *cn, - void (*pr)(const char *buf, void *client_data), - void *client_data) - { -@@ -159,7 +159,7 @@ static int node(struct cql_node *cn, - } - - --static int bool(struct cql_node *cn, -+static int node_bool(struct cql_node *cn, - void (*pr)(const char *buf, void *client_data), - void *client_data) - { -@@ -237,9 +237,9 @@ static int cql_to_ccl_r(struct cql_node - switch (cn->which) - { - case CQL_NODE_ST: -- return node(cn, pr, client_data); -+ return node_st(cn, pr, client_data); - case CQL_NODE_BOOL: -- return bool(cn, pr, client_data); -+ return node_bool(cn, pr, client_data); - case CQL_NODE_SORT: - return cql_to_ccl_r(cn->u.sort.search, pr, client_data); - } diff --git a/yaz.spec b/yaz.spec index 441d5e0..f2a6523 100644 --- a/yaz.spec +++ b/yaz.spec @@ -1,14 +1,11 @@ Name: yaz -Version: 5.34.3 -Release: 4%{?dist} +Version: 5.34.4 +Release: 1%{?dist} Summary: Z39.50/SRW/SRU toolkit # SPDX confirmed License: BSD-3-Clause URL: http://www.indexdata.com/yaz/ Source0: http://ftp.indexdata.com/pub/yaz/yaz-%{version}.tar.gz -# https://github.com/indexdata/yaz/issues/133 -# Avoid keyword bool usage on C23 -Patch0: yaz-5.34.3-c23-keyword.patch BuildRequires: gcc BuildRequires: bison @@ -74,7 +71,6 @@ server and client. %prep %setup -q -%patch -P0 -p1 -b .c23 %build sed -i.rpath configure \ @@ -154,6 +150,9 @@ make check %{_pkgdocdir} %changelog +* Fri Feb 28 2025 Mamoru TASAKA - 5.34.4-1 +- 5.34.4 + * Fri Jan 31 2025 Mamoru TASAKA - 5.34.3-4 - F42: Rebuild with tcl9 From 0a87bc0b165033e68ea786c970caa388e9477cdb Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Thu, 8 May 2025 10:56:34 +0900 Subject: [PATCH 22/31] 5.35.0 --- sources | 2 +- yaz.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sources b/sources index bce7311..3dbd51e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yaz-5.34.4.tar.gz) = f5c9dfce5817cdd6ac0c4b038dbe3eba7cb4b91cc1001fe256019160fb86bcb58bf067e40c83d789f3d0fbed8f1f970f79e048c8906ba44ea81a95f3086bb232 +SHA512 (yaz-5.35.0.tar.gz) = e17a7de2df601cd772341d79ee6c3a0132739c43391349a1057226dea8a97ffe52b25a01232fbedf80f483742124bc6c0a177f914675dc7fbbf7fbb1b8d558ab diff --git a/yaz.spec b/yaz.spec index f2a6523..4dbf94f 100644 --- a/yaz.spec +++ b/yaz.spec @@ -1,5 +1,5 @@ Name: yaz -Version: 5.34.4 +Version: 5.35.0 Release: 1%{?dist} Summary: Z39.50/SRW/SRU toolkit # SPDX confirmed @@ -150,6 +150,9 @@ make check %{_pkgdocdir} %changelog +* Thu May 08 2025 Mamoru TASAKA - 5.35.0-1 +- 5.35.0 + * Fri Feb 28 2025 Mamoru TASAKA - 5.34.4-1 - 5.34.4 From 5fecb309b595c6a5fd6f57f43820dec194b5dbf8 Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Thu, 22 May 2025 10:19:53 +0900 Subject: [PATCH 23/31] 5.35.1 --- sources | 2 +- yaz.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sources b/sources index 3dbd51e..9f9ec32 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yaz-5.35.0.tar.gz) = e17a7de2df601cd772341d79ee6c3a0132739c43391349a1057226dea8a97ffe52b25a01232fbedf80f483742124bc6c0a177f914675dc7fbbf7fbb1b8d558ab +SHA512 (yaz-5.35.1.tar.gz) = 20534114906d33c650d15218bf3e4edbca99d6d17577ef6c7205e9edf140baabb76db798f739e926a2405ba54f97208c6ffd365fa308d62c626328962b956dcd diff --git a/yaz.spec b/yaz.spec index 4dbf94f..8cdfb20 100644 --- a/yaz.spec +++ b/yaz.spec @@ -1,5 +1,5 @@ Name: yaz -Version: 5.35.0 +Version: 5.35.1 Release: 1%{?dist} Summary: Z39.50/SRW/SRU toolkit # SPDX confirmed @@ -150,6 +150,9 @@ make check %{_pkgdocdir} %changelog +* Thu May 22 2025 Mamoru TASAKA - 5.35.1-1 +- 5.35.1 + * Thu May 08 2025 Mamoru TASAKA - 5.35.0-1 - 5.35.0 From 7bcedda9079460ed84f304017a57875f5bd5aa27 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 21:11:34 +0000 Subject: [PATCH 24/31] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- yaz.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yaz.spec b/yaz.spec index 8cdfb20..8d197a8 100644 --- a/yaz.spec +++ b/yaz.spec @@ -1,6 +1,6 @@ Name: yaz Version: 5.35.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Z39.50/SRW/SRU toolkit # SPDX confirmed License: BSD-3-Clause @@ -150,6 +150,9 @@ make check %{_pkgdocdir} %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 5.35.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Thu May 22 2025 Mamoru TASAKA - 5.35.1-1 - 5.35.1 From e4255deb8b17ae3559ed199d3c7ee62b36d89d9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Zatloukal?= Date: Wed, 6 Aug 2025 09:58:53 +0200 Subject: [PATCH 25/31] Rebuilt for icu 77.1 --- yaz.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yaz.spec b/yaz.spec index 8d197a8..7ec2ab3 100644 --- a/yaz.spec +++ b/yaz.spec @@ -1,6 +1,6 @@ Name: yaz Version: 5.35.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Z39.50/SRW/SRU toolkit # SPDX confirmed License: BSD-3-Clause @@ -150,6 +150,9 @@ make check %{_pkgdocdir} %changelog +* Wed Aug 06 2025 František Zatloukal - 5.35.1-3 +- Rebuilt for icu 77.1 + * Fri Jul 25 2025 Fedora Release Engineering - 5.35.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From b340cab57f748612a07de105533a556323c86657 Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Sun, 11 Jan 2026 17:33:47 +0900 Subject: [PATCH 26/31] 5.37.0 --- sources | 2 +- yaz.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sources b/sources index 9f9ec32..13054d1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yaz-5.35.1.tar.gz) = 20534114906d33c650d15218bf3e4edbca99d6d17577ef6c7205e9edf140baabb76db798f739e926a2405ba54f97208c6ffd365fa308d62c626328962b956dcd +SHA512 (yaz-5.37.0.tar.gz) = c930abaff56a936c16689cf02c165c214e22122c8591e7aa27e14da3d64e6afc3c492bf52703c407ed4690aa038fdd5599048c5e2c802eff4a5622b994779d29 diff --git a/yaz.spec b/yaz.spec index 7ec2ab3..5f64953 100644 --- a/yaz.spec +++ b/yaz.spec @@ -1,6 +1,6 @@ Name: yaz -Version: 5.35.1 -Release: 3%{?dist} +Version: 5.37.0 +Release: 1%{?dist} Summary: Z39.50/SRW/SRU toolkit # SPDX confirmed License: BSD-3-Clause @@ -150,6 +150,9 @@ make check %{_pkgdocdir} %changelog +* Sun Jan 11 2026 Mamoru TASAKA - 5.37.0-1 +- 5.37.0 + * Wed Aug 06 2025 František Zatloukal - 5.35.1-3 - Rebuilt for icu 77.1 From e3f60e50279ad4c113cd744128205a445cfa551c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 21:01:27 +0000 Subject: [PATCH 27/31] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- yaz.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yaz.spec b/yaz.spec index 5f64953..0c19289 100644 --- a/yaz.spec +++ b/yaz.spec @@ -1,6 +1,6 @@ Name: yaz Version: 5.37.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Z39.50/SRW/SRU toolkit # SPDX confirmed License: BSD-3-Clause @@ -150,6 +150,9 @@ make check %{_pkgdocdir} %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 5.37.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Sun Jan 11 2026 Mamoru TASAKA - 5.37.0-1 - 5.37.0 From 9e615996bd4734d9e5197767a336147ee301188c Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Sat, 2 May 2026 16:31:07 +0900 Subject: [PATCH 28/31] 5.37.1 --- sources | 2 +- yaz.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sources b/sources index 13054d1..7782527 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yaz-5.37.0.tar.gz) = c930abaff56a936c16689cf02c165c214e22122c8591e7aa27e14da3d64e6afc3c492bf52703c407ed4690aa038fdd5599048c5e2c802eff4a5622b994779d29 +SHA512 (yaz-5.37.1.tar.gz) = ccb413ec1301b18faa4368e7428e3b918cdf34fa96bc0bc22f9fa3e011834458e878ba3e02c158710063b9cdbd47a574ea7e2e8eb89c84fb2ebe3b08627d2713 diff --git a/yaz.spec b/yaz.spec index 0c19289..fab007e 100644 --- a/yaz.spec +++ b/yaz.spec @@ -1,6 +1,6 @@ Name: yaz -Version: 5.37.0 -Release: 2%{?dist} +Version: 5.37.1 +Release: 1%{?dist} Summary: Z39.50/SRW/SRU toolkit # SPDX confirmed License: BSD-3-Clause @@ -150,6 +150,9 @@ make check %{_pkgdocdir} %changelog +* Sat May 02 2026 Mamoru TASAKA - 5.37.1-1 +- 5.37.1 + * Sat Jan 17 2026 Fedora Release Engineering - 5.37.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From c51a8aaec8c756c86770fe15a166f837fa915ffb Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Thu, 21 May 2026 10:23:25 +0900 Subject: [PATCH 29/31] 5.37.3 --- sources | 2 +- yaz.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sources b/sources index 7782527..5fc41dc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yaz-5.37.1.tar.gz) = ccb413ec1301b18faa4368e7428e3b918cdf34fa96bc0bc22f9fa3e011834458e878ba3e02c158710063b9cdbd47a574ea7e2e8eb89c84fb2ebe3b08627d2713 +SHA512 (yaz-5.37.3.tar.gz) = c0cfb5cc722172b64f1cc9d2a5f04eec890506fcb3497a3bf19d8f17ae31bda5e8abc999a453a0eb9781d104e1b624658657b0006f9497039beb97e6ff40fd4c diff --git a/yaz.spec b/yaz.spec index fab007e..2937054 100644 --- a/yaz.spec +++ b/yaz.spec @@ -1,5 +1,5 @@ Name: yaz -Version: 5.37.1 +Version: 5.37.3 Release: 1%{?dist} Summary: Z39.50/SRW/SRU toolkit # SPDX confirmed @@ -150,6 +150,9 @@ make check %{_pkgdocdir} %changelog +* Thu May 21 2026 Mamoru TASAKA - 5.37.3-1 +- 5.37.3 + * Sat May 02 2026 Mamoru TASAKA - 5.37.1-1 - 5.37.1 From b0a200aca59961ba0e97be407d54482ce2ce4972 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Zatloukal?= Date: Mon, 8 Jun 2026 09:53:36 +0200 Subject: [PATCH 30/31] Rebuilt for icu 78.3 --- yaz.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yaz.spec b/yaz.spec index 2937054..c89506d 100644 --- a/yaz.spec +++ b/yaz.spec @@ -1,6 +1,6 @@ Name: yaz Version: 5.37.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Z39.50/SRW/SRU toolkit # SPDX confirmed License: BSD-3-Clause @@ -150,6 +150,9 @@ make check %{_pkgdocdir} %changelog +* Mon Jun 08 2026 František Zatloukal - 5.37.3-2 +- Rebuilt for icu 78.3 + * Thu May 21 2026 Mamoru TASAKA - 5.37.3-1 - 5.37.3 From 67a2d8812ffa95613e071b765d949e6deae0683b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 09:33:53 +0000 Subject: [PATCH 31/31] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- yaz.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yaz.spec b/yaz.spec index c89506d..fd3f0a8 100644 --- a/yaz.spec +++ b/yaz.spec @@ -1,6 +1,6 @@ Name: yaz Version: 5.37.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Z39.50/SRW/SRU toolkit # SPDX confirmed License: BSD-3-Clause @@ -150,6 +150,9 @@ make check %{_pkgdocdir} %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 5.37.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Mon Jun 08 2026 František Zatloukal - 5.37.3-2 - Rebuilt for icu 78.3