45 Commits

Author SHA256 Message Date
a54d56358f Accepting request 1089472 from network
- update to 2.2.7:
  * Fix Tcl not enabled by configure
  * Buffer overflow fixes and reformats

OBS-URL: https://build.opensuse.org/request/show/1089472
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/idzebra?expand=0&rev=34
2023-05-29 20:47:39 +00:00
cb93cd9a79 * Fix Tcl not enabled by configure
OBS-URL: https://build.opensuse.org/package/show/network/idzebra?expand=0&rev=35
2023-05-29 01:40:52 +00:00
ad1b893e53 - update to 2.2.7:
* Fix Tcl not enabled by confiugre
  * Buffer overflow fixes and reformats

OBS-URL: https://build.opensuse.org/package/show/network/idzebra?expand=0&rev=34
2023-05-29 01:40:36 +00:00
051c81ba78 Accepting request 1046309 from network
- update to 2.2.6:
  * zebraidx: Mention -f option when skipping index lines
  * Fix result-sets not removed in some cases

OBS-URL: https://build.opensuse.org/request/show/1046309
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/idzebra?expand=0&rev=33
2023-01-03 14:05:33 +00:00
bf24ebeaf0 - update to 2.2.6:
* zebraidx: Mention -f option when skipping index lines
  * Fix result-sets not removed in some cases

OBS-URL: https://build.opensuse.org/package/show/network/idzebra?expand=0&rev=32
2023-01-02 20:40:04 +00:00
4b55de4dd3 Accepting request 1042876 from network
OBS-URL: https://build.opensuse.org/request/show/1042876
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/idzebra?expand=0&rev=32
2022-12-14 13:12:31 +00:00
5ad21df1c7 Accepting request 1040806 from home:dirkmueller:Factory
- update to 2.2.5:
  * Fix buffer overflow in dictionary insert handling. Could lead to
  * assert failures in some cases. All users should upgrade.
  * Upgrade configure.ac to version 2.69
  * Make memMax a size_t type ZEB-694 #34
  * Fix sample XSLT for Libxslt 1.1.35 ZEB-693
  * Fix #26: Index contents not shown when using "zebra::index" elements
  * in ICU mode.
  * Update XSL in example/marcxml. Thx to Jaider A. F.
  * zebra.pc fixes. Add Requires directive (so we don't have to
  * guess YAZ flags here). Simplify value for Libs, but add
  * all libs in Libs.private. Cflags: No need for I${includedir}
  * Fix #24: Do not tokenize in ICU phrase rule.

OBS-URL: https://build.opensuse.org/request/show/1040806
OBS-URL: https://build.opensuse.org/package/show/network/idzebra?expand=0&rev=30
2022-12-14 10:09:13 +00:00
ac2dadd8f2 Accepting request 902719 from network
OBS-URL: https://build.opensuse.org/request/show/902719
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/idzebra?expand=0&rev=31
2021-06-28 13:33:38 +00:00
e4f1fa680e Accepting request 896394 from home:susnux:branches:network
Update to version 2.2.2

OBS-URL: https://build.opensuse.org/request/show/896394
OBS-URL: https://build.opensuse.org/package/show/network/idzebra?expand=0&rev=29
2021-06-28 07:05:10 +00:00
efcdcc6248 Accepting request 827036 from network
------------------------------------------------------------------
- update to 2.1.4:
  Avoid useless debug info for facet handling ZEB-682
  Perform reverse mapping for facets ZEB-601
  Update to Expat 2.2.3
  Update to Expat 2.2.3 on Windows installer
  Use Expat 2.2.2 on Windows installer ZEB-676
  Fix 'make -j no check' by serializing some tests that weren't
  supposed to be run in parallel.
  Add support for user-defined groups in mod-dom filter. A group can
  be generated with <group>-indexing element with property unit.  Unit
  is one of the known Z39.50 proximity units and defaults to "element"
  if omitted. This can be searched with @prox 0 0 0 0 k 8 which boils
  down to "same known unit=element".
  Fix compilation with Tcl 8.6 and later. Closes #4
  Zebra SCM moved to GitHub https://github.com/indexdata/idzebra
  Make packages for Ubuntu 15.10/Wily Werewolf.
  Fix incorrect scan terms with result set limit. Closes #1
  Fix documentation of of chr's equivalent directive ZEB-672
  And add a few tests for the behavior.
  Allow @attr 2=102 for numeric index
  Upgrade to debhelper version 7
  Not upgrading to version 9 now. It would move libraries and modules
  to /usr/lib/{arch}.
  Many documentation fixes. Thanks to David Crossley.
  Build: Remove Debian squeeze. Add CentOS 7. Remove Ubuntu Saucy.
  Add Ubuntu Vivid.
  Fix modulePath for examples ZEB-665
  Fix typo in path to oai-pmh example
- remove idzebra-2.0.55-tcl-8.5-abuild.patch (upstream)

OBS-URL: https://build.opensuse.org/request/show/827036
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/idzebra?expand=0&rev=30
2020-08-18 13:10:55 +00:00
a7f5e94833 OBS-URL: https://build.opensuse.org/package/show/network/idzebra?expand=0&rev=27 2020-08-16 13:39:48 +00:00
66db31da48 ------------------------------------------------------------------
- update to 2.1.4:
  Avoid useless debug info for facet handling ZEB-682
  Perform reverse mapping for facets ZEB-601
  Update to Expat 2.2.3
  Update to Expat 2.2.3 on Windows installer
  Use Expat 2.2.2 on Windows installer ZEB-676
  Fix 'make -j no check' by serializing some tests that weren't
  supposed to be run in parallel.
  Add support for user-defined groups in mod-dom filter. A group can
  be generated with <group>-indexing element with property unit.  Unit
  is one of the known Z39.50 proximity units and defaults to "element"
  if omitted. This can be searched with @prox 0 0 0 0 k 8 which boils
  down to "same known unit=element".
  Fix compilation with Tcl 8.6 and later. Closes #4
  Zebra SCM moved to GitHub https://github.com/indexdata/idzebra
  Make packages for Ubuntu 15.10/Wily Werewolf.
  Fix incorrect scan terms with result set limit. Closes #1
  Fix documentation of of chr's equivalent directive ZEB-672
  And add a few tests for the behavior.
  Allow @attr 2=102 for numeric index
  Upgrade to debhelper version 7
  Not upgrading to version 9 now. It would move libraries and modules
  to /usr/lib/{arch}.
  Many documentation fixes. Thanks to David Crossley.
  Build: Remove Debian squeeze. Add CentOS 7. Remove Ubuntu Saucy.
  Add Ubuntu Vivid.
  Fix modulePath for examples ZEB-665
  Fix typo in path to oai-pmh example
- remove idzebra-2.0.55-tcl-8.5-abuild.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/network/idzebra?expand=0&rev=26
2020-08-16 13:39:39 +00:00
0c4ef58572 Accepting request 285029 from network
1

OBS-URL: https://build.opensuse.org/request/show/285029
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/idzebra?expand=0&rev=29
2015-02-10 19:24:07 +00:00
Karl Eichwalder
28225cfbb4 Accepting request 284830 from home:Zaitor:branches:network
New upstream release

OBS-URL: https://build.opensuse.org/request/show/284830
OBS-URL: https://build.opensuse.org/package/show/network/idzebra?expand=0&rev=24
2015-02-10 08:07:06 +00:00
Stephan Kulow
7d8f9a95ce Accepting request 236131 from network
update

OBS-URL: https://build.opensuse.org/request/show/236131
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/idzebra?expand=0&rev=27
2014-06-04 16:39:43 +00:00
Karl Eichwalder
efd04fd9a9 .changes
OBS-URL: https://build.opensuse.org/package/show/network/idzebra?expand=0&rev=22
2014-06-03 09:25:36 +00:00
Stephan Kulow
7359e0f48b Accepting request 197402 from network
OBS-URL: https://build.opensuse.org/request/show/197402
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/idzebra?expand=0&rev=25
2013-09-05 21:20:48 +00:00
Andrey Karepin
c32d81acc4 Accepting request 197394 from home:MargueriteSu:branches:network
fix build

OBS-URL: https://build.opensuse.org/request/show/197394
OBS-URL: https://build.opensuse.org/package/show/network/idzebra?expand=0&rev=20
2013-09-04 12:42:46 +00:00
Karl Eichwalder
b8574591ae .changes
OBS-URL: https://build.opensuse.org/package/show/network/idzebra?expand=0&rev=19
2013-08-29 14:23:29 +00:00
Karl Eichwalder
a9bee77d1d .55
OBS-URL: https://build.opensuse.org/package/show/network/idzebra?expand=0&rev=18
2013-08-29 14:15:35 +00:00
Tomáš Chvátal
c9e9b5a0b0 Accepting request 195950 from network
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/195950
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/idzebra?expand=0&rev=24
2013-08-23 09:07:50 +00:00
Karl Eichwalder
b8d88a3ec7 Accepting request 186224 from home:oertel:branches:network
- fix build on factory: newer rpm does not allow to mark
  non-directories as dir anymore (like symlinks in this case)

OBS-URL: https://build.opensuse.org/request/show/186224
OBS-URL: https://build.opensuse.org/package/show/network/idzebra?expand=0&rev=16
2013-08-08 05:26:20 +00:00
Stephan Kulow
5e0059ff54 Accepting request 177864 from network
update to .52

OBS-URL: https://build.opensuse.org/request/show/177864
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/idzebra?expand=0&rev=23
2013-06-06 10:07:50 +00:00
Karl Eichwalder
f06c7147ec .54
OBS-URL: https://build.opensuse.org/package/show/network/idzebra?expand=0&rev=14
2013-06-06 06:48:20 +00:00
Karl Eichwalder
20bae00f87 .54
OBS-URL: https://build.opensuse.org/package/show/network/idzebra?expand=0&rev=13
2013-06-06 06:45:10 +00:00
Karl Eichwalder
7fa8173f52 Accepting request 134784 from home:keichwa:branches:network
.52

OBS-URL: https://build.opensuse.org/request/show/134784
OBS-URL: https://build.opensuse.org/package/show/network/idzebra?expand=0&rev=12
2012-09-18 07:47:22 +00:00
Stephan Kulow
693177374c replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/idzebra?expand=0&rev=20
2011-12-06 17:19:07 +00:00
Sascha Peilicke
802158d71b Autobuild autoformatter for 71277
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/idzebra?expand=0&rev=18
2011-05-26 12:44:06 +00:00
Sascha Peilicke
b86911cb02 Accepting request 71277 from network
4.2.0

OBS-URL: https://build.opensuse.org/request/show/71277
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/idzebra?expand=0&rev=17
2011-05-26 12:43:58 +00:00
Karl Eichwalder
61ef33e39a .changes
OBS-URL: https://build.opensuse.org/package/show/network/idzebra?expand=0&rev=10
2011-05-25 11:38:31 +00:00
Karl Eichwalder
709a4c548d 2.0.47
OBS-URL: https://build.opensuse.org/package/show/network/idzebra?expand=0&rev=9
2011-05-25 08:54:08 +00:00
OBS User autobuild
573c49df8e Accepting request 46208 from network
Copy from network/idzebra based on submit request 46208 from user keichwa

OBS-URL: https://build.opensuse.org/request/show/46208
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/idzebra?expand=0&rev=15
2010-08-27 14:18:17 +00:00
OBS User autobuild
af5b363c1a Accepting request 46208 from network
checked in (request 46208)

OBS-URL: https://build.opensuse.org/request/show/46208
OBS-URL: https://build.opensuse.org/package/show/network/idzebra?expand=0&rev=8
2010-08-27 14:18:16 +00:00
Karl Eichwalder
9319519eb7 Accepting request 46206 from home:keichwa:branches:network
Copy from home:keichwa:branches:network/idzebra via accept of submit request 46206 revision 3.
Request was accepted with message:
reviewed ok.

OBS-URL: https://build.opensuse.org/request/show/46206
OBS-URL: https://build.opensuse.org/package/show/network/idzebra?expand=0&rev=7
2010-08-25 13:23:14 +00:00
OBS User autobuild
d5b119e07e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/idzebra?expand=0&rev=12 2010-03-18 14:53:21 +00:00
OBS User autobuild
748f071f8a Accepting request 27222 from network
Copy from network/idzebra based on submit request 27222 from user coolo

OBS-URL: https://build.opensuse.org/request/show/27222
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/idzebra?expand=0&rev=11
2009-12-21 13:12:59 +00:00
OBS User autobuild
1c95e10f05 Accepting request 24624 from network
Copy from network/idzebra based on submit request 24624 from user keichwa

OBS-URL: https://build.opensuse.org/request/show/24624
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/idzebra?expand=0&rev=10
2009-11-18 11:02:34 +00:00
OBS User unknown
bcd3100ca3 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/idzebra?expand=0&rev=8 2009-05-20 01:01:54 +00:00
OBS User unknown
5a3a05f787 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/idzebra?expand=0&rev=7 2009-03-27 00:47:53 +00:00
OBS User unknown
edaedf8918 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/idzebra?expand=0&rev=6 2009-03-09 21:54:21 +00:00
OBS User unknown
d40023de44 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/idzebra?expand=0&rev=5 2008-07-08 18:38:10 +00:00
OBS User unknown
1cfbff4ed7 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/idzebra?expand=0&rev=4 2007-11-21 21:37:33 +00:00
OBS User unknown
681a4e5970 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/idzebra?expand=0&rev=3 2007-05-10 21:22:46 +00:00
OBS User unknown
3eca285da1 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/idzebra?expand=0&rev=2 2007-05-03 22:15:01 +00:00
OBS User unknown
d06f8a3bf5 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/idzebra?expand=0&rev=1 2007-01-15 23:17:11 +00:00