From c0f6fc83b18797eb01604eb5f5ab0acc5532f92de948ac167aeb717063884075 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Sat, 24 Dec 2022 15:07:00 +0000 Subject: [PATCH] Accepting request 1043591 from home:dirkmueller:Factory - update to 5.33.0: * yaz-marcdump: SAX based MARCXML parsing. This is about 3 times faster * than before. * yaz-marcdump: new option -r prints summary of number of records processed. * Document ZOOM option 'rpnCharset'. * Fix cross-compiling with pkg-config. OBS-URL: https://build.opensuse.org/request/show/1043591 OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=129 --- yaz-5.32.0.tar.gz | 3 --- yaz-5.33.0.tar.gz | 3 +++ yaz.changes | 11 +++++++++++ yaz.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 yaz-5.32.0.tar.gz create mode 100644 yaz-5.33.0.tar.gz diff --git a/yaz-5.32.0.tar.gz b/yaz-5.32.0.tar.gz deleted file mode 100644 index 4cccaa8..0000000 --- a/yaz-5.32.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04d08c799d5ee56a2670e6ac0b42398d2ff956bd9bf144bfe9c4c30e557140e0 -size 2607933 diff --git a/yaz-5.33.0.tar.gz b/yaz-5.33.0.tar.gz new file mode 100644 index 0000000..a826267 --- /dev/null +++ b/yaz-5.33.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eab77267524191a8286ad80291a2220ffe9d322b3ea0e4b1c6bdbc5db21a04f +size 2589095 diff --git a/yaz.changes b/yaz.changes index 5296c7b..6f95e6e 100644 --- a/yaz.changes +++ b/yaz.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Dec 18 10:39:29 UTC 2022 - Dirk Müller + +- update to 5.33.0: + * yaz-marcdump: SAX based MARCXML parsing. This is about 3 times faster + * than before. + * yaz-marcdump: new option -r prints summary of number of records + processed. + * Document ZOOM option 'rpnCharset'. + * Fix cross-compiling with pkg-config. + ------------------------------------------------------------------- Mon Aug 8 15:37:51 UTC 2022 - Dirk Müller diff --git a/yaz.spec b/yaz.spec index 9911359..2a608ef 100644 --- a/yaz.spec +++ b/yaz.spec @@ -18,7 +18,7 @@ %define libname libyaz5 Name: yaz -Version: 5.32.0 +Version: 5.33.0 Release: 0 Summary: Z39.50 protocol server and client License: BSD-3-Clause