72 Commits

Author SHA256 Message Date
Dominique Leuenberger
74a045a1fe Accepting request 281395 from Publishing
- Update to 5.8.1:
  + record conv: 'select' return org record if no x-path match YAZ-814
  + retrieval: pick matched element-set rule YAZ-813
  + Fix crash in record conv rule 'select' YAZ-812
  + record_conv: selection by X-Path YAZ-811
    That's a new step in record conversion system (<select path=".."/>)
  + Document record render parameters for ZOOM - including base64
  + Fix application/x-www-form-urlencoded + empty YAZ-810
    A SEGV occurred if Content-Type was "application/x-www-form-urlencoded"
    and empty content was supplied.
  + Fix yaz-iconv man page for typos and incorrect example. YAZ-809
  + Fail hard if Bison is not found and is needed YAZ-808
  + Enable YAZ backtrace for programs YAZ-802
  + Fix daemon: parent process stops before child YAZ-806
    Try to fix the situation where parent process stops before
    child has acknowledged it .. SIGUSR2 back!
  + daemon: log message when keepalive stops.
- rename libpackage to libyaz5 to follow library naming
- small specfile cleanup

OBS-URL: https://build.opensuse.org/request/show/281395
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yaz?expand=0&rev=41
2015-01-15 14:59:15 +00:00
Lars Vogdt
cab8bbad26 - Update to 5.8.1:
+ record conv: 'select' return org record if no x-path match YAZ-814
  + retrieval: pick matched element-set rule YAZ-813
  + Fix crash in record conv rule 'select' YAZ-812
  + record_conv: selection by X-Path YAZ-811
    That's a new step in record conversion system (<select path=".."/>)
  + Document record render parameters for ZOOM - including base64
  + Fix application/x-www-form-urlencoded + empty YAZ-810
    A SEGV occurred if Content-Type was "application/x-www-form-urlencoded"
    and empty content was supplied.
  + Fix yaz-iconv man page for typos and incorrect example. YAZ-809
  + Fail hard if Bison is not found and is needed YAZ-808
  + Enable YAZ backtrace for programs YAZ-802
  + Fix daemon: parent process stops before child YAZ-806
    Try to fix the situation where parent process stops before
    child has acknowledged it .. SIGUSR2 back!
  + daemon: log message when keepalive stops.
- rename libpackage to libyaz5 to follow library naming
- small specfile cleanup

OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=98
2015-01-15 11:41:03 +00:00
Dominique Leuenberger
560906c3df Accepting request 264557 from Publishing
1

OBS-URL: https://build.opensuse.org/request/show/264557
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yaz?expand=0&rev=40
2014-12-10 22:44:48 +00:00
Karl Eichwalder
a154819ee2 Accepting request 264556 from home:keichwa:branches:Publishing
update

OBS-URL: https://build.opensuse.org/request/show/264556
OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=96
2014-12-09 16:08:28 +00:00
Stephan Kulow
9c20a2e4df Accepting request 236127 from Publishing
update

OBS-URL: https://build.opensuse.org/request/show/236127
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yaz?expand=0&rev=38
2014-06-04 16:39:41 +00:00
Karl Eichwalder
258ca88467 5.1.2
OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=94
2014-06-03 09:03:43 +00:00
Karl Eichwalder
bae7f7dd85 5.1.2
OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=93
2014-06-03 08:56:36 +00:00
Stephan Kulow
af472ad573 Accepting request 196792 from Publishing
update to .65

OBS-URL: https://build.opensuse.org/request/show/196792
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yaz?expand=0&rev=36
2013-08-30 09:53:09 +00:00
Karl Eichwalder
4f44f5859b .changes
OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=91
2013-08-29 14:12:06 +00:00
Karl Eichwalder
2f85e18d3c .65
OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=90
2013-08-29 13:57:05 +00:00
Stephan Kulow
c75c369203 Accepting request 177863 from Publishing
update to .57

OBS-URL: https://build.opensuse.org/request/show/177863
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yaz?expand=0&rev=35
2013-06-06 13:07:11 +00:00
Karl Eichwalder
a701c446d8 .57
OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=88
2013-06-06 06:34:47 +00:00
Karl Eichwalder
2b6900297b .57
OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=87
2013-06-06 06:25:11 +00:00
Stephan Kulow
6e86cb0de8 Accepting request 150149 from Publishing
- update to 4.2.49:
  + ICU has a new conversion element 'join', which joins tokens 
    into one with a custom character given by the rule attribute.
  + New GFS search member: present_number. This is a hint to the
    search handler how many records are going to be fetched immediately
    following search. There's no guarantee that it's going to be 
    the case, since it depends on hit count (for Z39.50 piggyback) 
    and whether errors turn up.
  + Make a few functions static (private). The functions getbyte_stream,
    ungetbyte_stream and yaz_gets are now private. They were never 
    declared in a header file.
  + ZOOM: special options to control APDU logging.
    Using ZOOM_connection_option_set(c, "saveAPDU", "1") will enable
    logging of APDUs until "saveAPDU" option is set again. If logging is
    already enabled the effect is that current APDU buffer is cleared.
    Using ZOOM_connection_option_set(c, "saveAPDU", "0") disables
    logging (default behavior on new connection).
    The APDUs sent/received can be obtained by using
    Using ZOOM_connection_option_get(c, "APDU") or
    ZOOM_connection_option_getl(c, "APDU", &l).
  + GFS: relay implementation_version from backend
    From 3.0.40 and later, implementation_version from backend was
    not used in init response at all.
- added yaz-4.2.47-implicit_definitions.patch
- small specfile cleanup (forwarded request 150133 from lrupp)

OBS-URL: https://build.opensuse.org/request/show/150149
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yaz?expand=0&rev=34
2013-01-29 13:51:01 +00:00
Karl Eichwalder
7d6d57a6e5 Accepting request 150133 from home:lrupp:branches:Publishing
- update to 4.2.49:
  + ICU has a new conversion element 'join', which joins tokens 
    into one with a custom character given by the rule attribute.
  + New GFS search member: present_number. This is a hint to the
    search handler how many records are going to be fetched immediately
    following search. There's no guarantee that it's going to be 
    the case, since it depends on hit count (for Z39.50 piggyback) 
    and whether errors turn up.
  + Make a few functions static (private). The functions getbyte_stream,
    ungetbyte_stream and yaz_gets are now private. They were never 
    declared in a header file.
  + ZOOM: special options to control APDU logging.
    Using ZOOM_connection_option_set(c, "saveAPDU", "1") will enable
    logging of APDUs until "saveAPDU" option is set again. If logging is
    already enabled the effect is that current APDU buffer is cleared.
    Using ZOOM_connection_option_set(c, "saveAPDU", "0") disables
    logging (default behavior on new connection).
    The APDUs sent/received can be obtained by using
    Using ZOOM_connection_option_get(c, "APDU") or
    ZOOM_connection_option_getl(c, "APDU", &l).
  + GFS: relay implementation_version from backend
    From 3.0.40 and later, implementation_version from backend was
    not used in init response at all.
- added yaz-4.2.47-implicit_definitions.patch
- small specfile cleanup

OBS-URL: https://build.opensuse.org/request/show/150133
OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=85
2013-01-28 12:16:48 +00:00
Karl Eichwalder
f92827ba52 .44
OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=84
2012-10-31 15:26:37 +00:00
Stephan Kulow
081d93bd2b Accepting request 139062 from Publishing
update

OBS-URL: https://build.opensuse.org/request/show/139062
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yaz?expand=0&rev=32
2012-10-25 19:27:10 +00:00
Karl Eichwalder
0eca503dc2 fix spec
OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=82
2012-10-22 15:21:09 +00:00
Karl Eichwalder
38712320ba fix spec
OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=81
2012-10-22 15:12:52 +00:00
Karl Eichwalder
d72101b744 doc sub-package
OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=80
2012-10-22 15:09:40 +00:00
Karl Eichwalder
c5397fa6a9 .changes
OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=79
2012-10-22 14:59:31 +00:00
Karl Eichwalder
b21e725cb4 .43
OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=78
2012-10-22 14:55:18 +00:00
Stephan Kulow
1d8b39a2d3 Accepting request 134696 from Publishing
update to 4.2.38 (forwarded request 134695 from keichwa)

OBS-URL: https://build.opensuse.org/request/show/134696
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yaz?expand=0&rev=31
2012-09-21 12:58:39 +00:00
Karl Eichwalder
3a47cb7534 Accepting request 134695 from home:keichwa:branches:Publishing
update to 4.2.38

OBS-URL: https://build.opensuse.org/request/show/134695
OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=76
2012-09-17 15:44:04 +00:00
Stephan Kulow
70aadd97c2 Accepting request 125740 from Publishing
.34 (forwarded request 125739 from keichwa)

OBS-URL: https://build.opensuse.org/request/show/125740
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yaz?expand=0&rev=30
2012-06-26 15:44:15 +00:00
Karl Eichwalder
286af69be5 Accepting request 125739 from home:keichwa:branches:Publishing
.34

OBS-URL: https://build.opensuse.org/request/show/125739
OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=74
2012-06-22 05:51:20 +00:00
Karl Eichwalder
f0dc5a217d OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=73 2012-06-21 21:03:54 +00:00
Karl Eichwalder
0899598dc7 OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=71 2012-06-21 21:03:47 +00:00
Karl Eichwalder
493483f370 OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=69 2012-06-21 21:03:28 +00:00
Karl Eichwalder
cd7007d597 OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=67 2012-06-21 21:02:21 +00:00
Karl Eichwalder
f40f952f6c OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=66 2012-06-21 21:01:44 +00:00
Karl Eichwalder
011112be58 OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=65 2012-06-21 20:50:00 +00:00
Karl Eichwalder
a2bedccf66 OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=50 2012-06-21 20:37:42 +00:00
Karl Eichwalder
43021db92f OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=47 2012-06-21 20:36:13 +00:00
Karl Eichwalder
cda23fe679 OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=36 2012-06-21 20:31:48 +00:00
Karl Eichwalder
ba5321482f OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=35 2012-06-21 20:30:38 +00:00
Karl Eichwalder
6486c52bc6 OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=31 2012-06-21 20:30:27 +00:00
Karl Eichwalder
7f8fa15194 OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=29 2012-06-21 20:30:04 +00:00
Karl Eichwalder
dd8174a8a8 OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=20 2012-06-21 20:26:43 +00:00
Karl Eichwalder
38720c8d68 changes
OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=19
2012-06-21 13:18:35 +00:00
Karl Eichwalder
06d350a82c spec
OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=18
2012-06-21 13:04:35 +00:00
Stephan Kulow
d98841d24d replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yaz?expand=0&rev=28
2011-12-06 18:20:57 +00:00
Lars Vogdt
836b40526e Accepting request 82653 from Publishing
- Implement baselibs.conf for package
- Remove redundant sections (forwarded request 82599 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/82653
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yaz?expand=0&rev=26
2011-09-19 16:11:33 +00:00
Pavol Rusnak
23395d1905 Accepting request 82599 from home:jengelh:bl
- Implement baselibs.conf for package
- Remove redundant sections

OBS-URL: https://build.opensuse.org/request/show/82599
OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=15
2011-09-17 10:03:12 +00:00
Sascha Peilicke
b627dc3532 Autobuild autoformatter for 81843
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yaz?expand=0&rev=25
2011-09-12 08:39:40 +00:00
OBS User buildservice-autocommit
14deac1def Updating link to change in openSUSE:Factory/yaz revision 25.0
OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=d02162619770cc54575b080293886ff5
2011-09-12 08:39:40 +00:00
Sascha Peilicke
7fef496140 Accepting request 81843 from Publishing
...updated and package rename to follow the packaging standard...

- update to 4.2.14:
  + New ZOOM utility ZOOM_query_sortby2
  + New functions yaz_sort_spec_to_{cql,type7}
  + rpn2solr supports Z39.58 truncation (104)
  + yaz-client: allow scanpos of "none"
  + cql2pqf: refactor truncation handling and fix Z39.58 mode
  + CQL/CCL/PQF conversion fixes. CCL support for Z39.58 trunc
  + cql2ccl: term code for all/any sequences as well
  + cql2ccl: fix handling of \\
  + for more Information, see 
    /usr/share/doc/packages/yaz/ChangeLog 
- rename libyaz to libyaz4 to follow shared library packaging 
  standard - and move problematic files to the yaz main package (forwarded request 81825 from lrupp)

OBS-URL: https://build.opensuse.org/request/show/81843
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yaz?expand=0&rev=24
2011-09-12 08:39:35 +00:00
Stephan Kulow
3c47d324ed Accepting request 81825 from home:lrupp:branches:Publishing
...updated and package rename to follow the packaging standard...

- update to 4.2.14:
  + New ZOOM utility ZOOM_query_sortby2
  + New functions yaz_sort_spec_to_{cql,type7}
  + rpn2solr supports Z39.58 truncation (104)
  + yaz-client: allow scanpos of "none"
  + cql2pqf: refactor truncation handling and fix Z39.58 mode
  + CQL/CCL/PQF conversion fixes. CCL support for Z39.58 trunc
  + cql2ccl: term code for all/any sequences as well
  + cql2ccl: fix handling of \\
  + for more Information, see 
    /usr/share/doc/packages/yaz/ChangeLog 
- rename libyaz to libyaz4 to follow shared library packaging 
  standard - and move problematic files to the yaz main package

OBS-URL: https://build.opensuse.org/request/show/81825
OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=13
2011-09-11 10:59:57 +00:00
Sascha Peilicke
4f1fcb13e3 Autobuild autoformatter for 78108
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yaz?expand=0&rev=23
2011-08-07 16:55:56 +00:00
OBS User buildservice-autocommit
94ecb18678 Updating link to change in openSUSE:Factory/yaz revision 23.0
OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=f43639736e80aa8ddcd05b5f5448850a
2011-08-07 16:55:56 +00:00