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
This commit is contained in:
commit
9c20a2e4df
@ -1,22 +0,0 @@
|
||||
--- yaz-4.1.7/src/zoom-sru.c~ 2011-02-09 10:50:53.000000000 +0100
|
||||
+++ yaz-4.1.7/src/zoom-sru.c 2011-04-05 10:26:34.000000000 +0200
|
||||
@@ -140,7 +140,7 @@
|
||||
{
|
||||
const char *facets = 0;
|
||||
int i;
|
||||
- int *start, *count;
|
||||
+ int *start=0, *count=0;
|
||||
ZOOM_resultset resultset = 0;
|
||||
Z_SRW_PDU *sr = 0;
|
||||
const char *option_val = 0;
|
||||
@@ -249,7 +249,7 @@
|
||||
int i;
|
||||
NMEM nmem;
|
||||
ZOOM_Event event;
|
||||
- int *start, *count;
|
||||
+ int *start=0, *count=0;
|
||||
const char *syntax, *elementSetName;
|
||||
|
||||
if (!c->tasks)
|
||||
|
||||
Diff finished. Tue Apr 5 10:26:46 2011
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e684994452e8b45ceafea9a86ba8af444670102a838bbaec26bac519e9ef829
|
||||
size 2447297
|
14
yaz-5.1.2-codecleanup.diff
Normal file
14
yaz-5.1.2-codecleanup.diff
Normal file
@ -0,0 +1,14 @@
|
||||
diff -u /ssd180/ke/buildservice/Publishing/yaz/yaz-5.1.2/src/zoom-sru.c\~ /ssd180/ke/buildservice/Publishing/yaz/yaz-5.1.2/src/zoom-sru.c
|
||||
--- yaz-5.1.2/src/zoom-sru.c~ 2014-02-18 07:52:49.000000000 +0100
|
||||
+++ yaz-5.1.2/src/zoom-sru.c 2014-06-03 10:48:27.215005465 +0200
|
||||
@@ -146,7 +146,7 @@
|
||||
zoom_ret ZOOM_connection_srw_send_search(ZOOM_connection c)
|
||||
{
|
||||
int i;
|
||||
- int *start, *count;
|
||||
+ int *start=0, *count;
|
||||
ZOOM_resultset resultset = 0;
|
||||
Z_SRW_PDU *sr = 0;
|
||||
const char *option_val = 0;
|
||||
|
||||
Diff finished. Tue Jun 3 10:48:31 2014
|
3
yaz-5.1.2.tar.gz
Normal file
3
yaz-5.1.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49b08b55e92da009de65a568a34da8c1d2399137999125c1abcc64899781acb1
|
||||
size 2522515
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 3 08:53:24 UTC 2014 - ke@suse.de
|
||||
|
||||
- Update to 5.1.2:
|
||||
+ Various enhancements and bug fixes; for more info, see
|
||||
http://www.indexdata.com/yaz/doc/NEWS.
|
||||
- yaz-5.1.2-codecleanup.diff: Adjust yaz-4.1.7-codecleanup.diff for
|
||||
this version (5.1.2).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 29 13:57:15 UTC 2013 - ke@suse.de
|
||||
|
||||
|
6
yaz.spec
6
yaz.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package yaz
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: yaz
|
||||
Version: 4.2.65
|
||||
Version: 5.1.2
|
||||
Release: 0
|
||||
Summary: Z39.50 protocol server and client
|
||||
License: BSD-3-Clause
|
||||
@ -26,7 +26,7 @@ Url: http://www.indexdata.dk/yaz/
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Source2: baselibs.conf
|
||||
# PATCH-FIX-UPSTREAM initialize variables properly
|
||||
Patch0: yaz-4.1.7-codecleanup.diff
|
||||
Patch0: yaz-5.1.2-codecleanup.diff
|
||||
# PATCH-FIX-UPSTREAM initialize variables properly
|
||||
Patch1: yaz-4.1.7-client.diff
|
||||
# PATCH-FIX-UPSTREAM add needed ctype header
|
||||
|
Loading…
x
Reference in New Issue
Block a user