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
This commit is contained in:
Stephan Kulow 2012-06-26 15:44:15 +00:00 committed by Git OBS Bridge
commit 70aadd97c2
4 changed files with 25 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7f21ddff9704ce6c21de20ea50faa6f962073709217307e8dd0c46db7b459cfb
size 1853543

3
yaz-4.2.34.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:03b6c312fb33c7163e304319c82046ed61370da64e01a9295b0160c8ac513c09
size 1883078

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Jun 21 20:47:22 UTC 2012 - ke@suse.de
- Update to 4.2.34:
+ Bug fixes.
-------------------------------------------------------------------
Thu Jun 21 13:11:31 UTC 2012 - ke@suse.de
- Update to 4.2.33:
+ New SRU diagnostics.
+ Documentation enhancements.
+ record_conf improvements.
+ For detailed info, see
http://www.indexdata.com/yaz/doc/NEWS
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Sep 16 16:34:04 UTC 2011 - jengelh@medozas.de Fri Sep 16 16:34:04 UTC 2011 - jengelh@medozas.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package yaz # spec file for package yaz
# #
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -16,22 +16,21 @@
# #
Name: yaz Name: yaz
Version: 4.2.14 Version: 4.2.34
Release: 1 Release: 0
License: BSD-3-Clause
Summary: Z39.50/SRW/SRU Programs Summary: Z39.50/SRW/SRU Programs
Url: http://www.indexdata.dk/yaz/ License: BSD-3-Clause
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Url: http://www.indexdata.dk/yaz/
Source: http://ftp.indexdata.dk/pub/yaz/%{name}-%{version}.tar.bz2 Source: http://ftp.indexdata.dk/pub/yaz/%{name}-%{version}.tar.bz2
Source2: baselibs.conf Source2: baselibs.conf
Patch0: yaz-4.1.7-codecleanup.diff Patch0: yaz-4.1.7-codecleanup.diff
Patch1: yaz-4.1.7-client.diff Patch1: yaz-4.1.7-client.diff
BuildRequires: libicu-devel BuildRequires: libicu-devel
BuildRequires: libpcap-devel BuildRequires: libpcap-devel
BuildRequires: libxslt-devel
BuildRequires: libxml2-devel BuildRequires: libxml2-devel
BuildRequires: libxslt-devel
BuildRequires: openssl-devel BuildRequires: openssl-devel
BuildRequires: pkg-config BuildRequires: pkg-config
BuildRequires: readline-devel BuildRequires: readline-devel
@ -46,7 +45,6 @@ clients and servers are also supported.
%package -n %{libname} %package -n %{libname}
License: BSD-3-Clause
Summary: Z39.50 Library Summary: Z39.50 Library
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Provides: libyaz = %{version}-%{release} Provides: libyaz = %{version}-%{release}
@ -57,7 +55,6 @@ YAZ is a C library for developing client - and server applications
using the ANSI/NISO Z39.50 protocol for Information Retrieval. using the ANSI/NISO Z39.50 protocol for Information Retrieval.
%package -n libyaz-devel %package -n libyaz-devel
License: BSD-3-Clause
Summary: Z39.50 Library Summary: Z39.50 Library
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: libicu-devel Requires: libicu-devel