From 06d350a82c469faebe6c940f53739aa9fea479c5c201fe40f79afda56c2f6242 Mon Sep 17 00:00:00 2001 From: Karl Eichwalder Date: Thu, 21 Jun 2012 13:04:35 +0000 Subject: [PATCH 01/16] spec OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=18 --- yaz-4.2.14.tar.bz2 | 3 --- yaz-4.2.33.tar.bz2 | 3 +++ yaz.spec | 15 ++++++--------- 3 files changed, 9 insertions(+), 12 deletions(-) delete mode 100644 yaz-4.2.14.tar.bz2 create mode 100644 yaz-4.2.33.tar.bz2 diff --git a/yaz-4.2.14.tar.bz2 b/yaz-4.2.14.tar.bz2 deleted file mode 100644 index 8f4a77d..0000000 --- a/yaz-4.2.14.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f21ddff9704ce6c21de20ea50faa6f962073709217307e8dd0c46db7b459cfb -size 1853543 diff --git a/yaz-4.2.33.tar.bz2 b/yaz-4.2.33.tar.bz2 new file mode 100644 index 0000000..a353e7b --- /dev/null +++ b/yaz-4.2.33.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af20e0123145148808161a72ed3cd352441b514a179817f4ecb400a4c45ab157 +size 1877673 diff --git a/yaz.spec b/yaz.spec index 0ca8a61..6b0b719 100644 --- a/yaz.spec +++ b/yaz.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -16,22 +16,21 @@ # - Name: yaz -Version: 4.2.14 -Release: 1 -License: BSD3c(or similar) +Version: 4.2.33 +Release: 0 Summary: Z39.50/SRW/SRU Programs -Url: http://www.indexdata.dk/yaz/ +License: BSD-3-Clause Group: Development/Libraries/C and C++ +Url: http://www.indexdata.dk/yaz/ Source: http://ftp.indexdata.dk/pub/yaz/%{name}-%{version}.tar.bz2 Source2: baselibs.conf Patch0: yaz-4.1.7-codecleanup.diff Patch1: yaz-4.1.7-client.diff BuildRequires: libicu-devel BuildRequires: libpcap-devel -BuildRequires: libxslt-devel BuildRequires: libxml2-devel +BuildRequires: libxslt-devel BuildRequires: openssl-devel BuildRequires: pkg-config BuildRequires: readline-devel @@ -46,7 +45,6 @@ clients and servers are also supported. %package -n %{libname} -License: BSD3c(or similar) Summary: Z39.50 Library Group: Development/Libraries/C and C++ 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. %package -n libyaz-devel -License: BSD3c(or similar) Summary: Z39.50 Library Group: Development/Libraries/C and C++ Requires: libicu-devel From 38720c8d68f72092b933d01abce7b2c07669618c046eef2e83e2185a2148b5cd Mon Sep 17 00:00:00 2001 From: Karl Eichwalder Date: Thu, 21 Jun 2012 13:18:35 +0000 Subject: [PATCH 02/16] changes OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=19 --- yaz.changes | 10 ++++++++++ yaz.spec | 1 - 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/yaz.changes b/yaz.changes index 1ed9618..3d43972 100644 --- a/yaz.changes +++ b/yaz.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +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 diff --git a/yaz.spec b/yaz.spec index 6b0b719..f2c3bfc 100644 --- a/yaz.spec +++ b/yaz.spec @@ -15,7 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - Name: yaz Version: 4.2.33 Release: 0 From dd8174a8a8c472720ed055562158b725d21e7c548c2a7afcb12421cb0a2fd97d Mon Sep 17 00:00:00 2001 From: Karl Eichwalder Date: Thu, 21 Jun 2012 20:26:43 +0000 Subject: [PATCH 03/16] OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=20 --- _service | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 _service diff --git a/_service b/_service new file mode 100644 index 0000000..90a05e5 --- /dev/null +++ b/_service @@ -0,0 +1,3 @@ + + + \ No newline at end of file From 7f8fa151946ff046d41313c34dfb50f4a3cddb3707c9557c95c7783810bc9ed0 Mon Sep 17 00:00:00 2001 From: Karl Eichwalder Date: Thu, 21 Jun 2012 20:30:04 +0000 Subject: [PATCH 04/16] OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=29 --- _service | 2 +- _service:set_version:yaz.spec | 163 ++++++++++++++++++++++++++++++++++ 2 files changed, 164 insertions(+), 1 deletion(-) create mode 100644 _service:set_version:yaz.spec diff --git a/_service b/_service index 90a05e5..d025a1d 100644 --- a/_service +++ b/_service @@ -1,3 +1,3 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/_service:set_version:yaz.spec b/_service:set_version:yaz.spec new file mode 100644 index 0000000..aa9ba77 --- /dev/null +++ b/_service:set_version:yaz.spec @@ -0,0 +1,163 @@ +# +# spec file for package yaz +# +# Copyright (c) 2012 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 +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + +Name: yaz +Version: 4.2.33 +Release: 0 +Summary: Z39.50/SRW/SRU Programs +License: BSD-3-Clause +Group: Development/Libraries/C and C++ +Url: http://www.indexdata.dk/yaz/ +Source: http://ftp.indexdata.dk/pub/yaz/%{name}-%{version}.tar.bz2 +Source2: baselibs.conf +Patch0: yaz-4.1.7-codecleanup.diff +Patch1: yaz-4.1.7-client.diff +BuildRequires: libicu-devel +BuildRequires: libpcap-devel +BuildRequires: libxml2-devel +BuildRequires: libxslt-devel +BuildRequires: openssl-devel +BuildRequires: pkg-config +BuildRequires: readline-devel +BuildRequires: tcpd-devel +BuildRoot: %{_tmppath}/%{name}-%{version}-build +%define libname libyaz4 + +%description +This package contains both a test-server and clients (normal & ssl) for +the ANSI/NISO Z39.50 protocol for Information Retrieval. SRW and SRU +clients and servers are also supported. + +%package -n %{libname} + +Summary: Z39.50 Library +Group: Development/Libraries/C and C++ +Provides: libyaz = %{version}-%{release} +Obsoletes: libyaz < %{version} + +%description -n %{libname} +YAZ is a C library for developing client - and server applications +using the ANSI/NISO Z39.50 protocol for Information Retrieval. + +%package -n libyaz-devel +Summary: Z39.50 Library +Group: Development/Libraries/C and C++ +Requires: libicu-devel +Requires: openssl-devel +Requires: libxslt-devel +Requires: %{name} = %{version} +Requires: %{libname} = %{version} +Requires: tcpd-devel + +%description -n libyaz-devel +YAZ is a C library for developing client - and server applications +using the ANSI/NISO Z39.50 protocol for Information Retrieval. + +%prep +%setup -q +%patch0 -p 1 +%patch1 -p 1 + +%build +# --with-dsssl=/usr/share/sgml/docbook/dsssl-stylesheets \ +# --with-dtd=/usr/share/sgml/db41xml +%configure --enable-shared \ + --enable-tcpd \ + --with-xslt \ + --with-openssl \ + --with-icu \ + --disable-static \ + --with-pic +make %{?_smp_mflags} + +%install +%{makeinstall} +# Unwanted doc stuff +rm -fr %{buildroot}%{_datadir}/doc +rm -fr html +mkdir html +cp -a doc/*.html html +# cp doc/*pdf . +ln -sf introduction.html html/index.html +# yaz.pdf +%define DOCFILES README LICENSE NEWS +{ + echo "%{name} documentation directory" + echo "
    " + echo "
  • %{name}, official documentation (local)" + for f in %{DOCFILES} http://www.indexdata.dk/links/ ; do + if [ "http:" = "${f%%%%/*}" ]; then + echo "
  • $f" + continue + fi + [ -f $f ] || continue + echo "
  • $f" + done + echo "
  • " +} >index.html +rm -f %{buildroot}%{_libdir}/*.la + +%post -n %{libname} -p /sbin/ldconfig + +%postun -n %{libname} -p /sbin/ldconfig + +%files +%defattr(-,root,root) +%doc %{DOCFILES} ChangeLog +%doc index.html html +%{_bindir}/yaz-client* +%{_bindir}/yaz-iconv +%{_bindir}/yaz-icu +%{_bindir}/yaz-illclient +%{_bindir}/yaz-marcdump +%{_bindir}/yaz-url +%{_bindir}/yaz-ztest* +%{_bindir}/zoomsh +%{_bindir}/yaz-json-parse +%{_mandir}/*/yaz.* +%{_mandir}/*/yaz-illclient.* +%{_mandir}/*/yaz-client.* +%{_mandir}/*/zoomsh.* +%{_mandir}/*/yaz-iconv.* +%{_mandir}/*/yaz-icu.* +%{_mandir}/*/yaz-log.* +%{_mandir}/*/yaz-url.* +%{_mandir}/*/yaz-ztest.* +%{_mandir}/*/yaz-marcdump.* +%{_mandir}/*/yaz-json-parse.* +%{_mandir}/*/bib1-attr.* +%dir %{_datadir}/yaz +%{_datadir}/yaz/etc + +%files -n %{libname} +%defattr(-,root,root) +%{_libdir}/*.so.* + +%files -n libyaz-devel +%defattr(-,root,root) +%{_bindir}/yaz-config +%{_bindir}/yaz-asncomp +%{_includedir}/yaz +%{_libdir}/*.so +%{_datadir}/yaz/z39.50 +%{_datadir}/yaz/ill +%{_datadir}/aclocal/yaz.m4 +%{_mandir}/man1/yaz-config.* +%{_mandir}/man1/yaz-asncomp.* +%{_libdir}/pkgconfig/yaz.pc + +%changelog From 6486c52bc669588180c41a911f5436429dce664743d02c9ae76ce54c7935ad39 Mon Sep 17 00:00:00 2001 From: Karl Eichwalder Date: Thu, 21 Jun 2012 20:30:27 +0000 Subject: [PATCH 05/16] OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=31 --- _service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_service b/_service index d025a1d..71c3e1f 100644 --- a/_service +++ b/_service @@ -1,3 +1,3 @@ - + \ No newline at end of file From ba5321482f72df7e391d4193a0290de797cd71f68267d3905b24af0b6a3b254f Mon Sep 17 00:00:00 2001 From: Karl Eichwalder Date: Thu, 21 Jun 2012 20:30:38 +0000 Subject: [PATCH 06/16] OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=35 --- _service | 3 - _service:set_version:yaz.spec | 163 ---------------------------------- 2 files changed, 166 deletions(-) delete mode 100644 _service delete mode 100644 _service:set_version:yaz.spec diff --git a/_service b/_service deleted file mode 100644 index 71c3e1f..0000000 --- a/_service +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/_service:set_version:yaz.spec b/_service:set_version:yaz.spec deleted file mode 100644 index aa9ba77..0000000 --- a/_service:set_version:yaz.spec +++ /dev/null @@ -1,163 +0,0 @@ -# -# spec file for package yaz -# -# Copyright (c) 2012 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 -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# license that conforms to the Open Source Definition (Version 1.9) -# published by the Open Source Initiative. - -# Please submit bugfixes or comments via http://bugs.opensuse.org/ -# - -Name: yaz -Version: 4.2.33 -Release: 0 -Summary: Z39.50/SRW/SRU Programs -License: BSD-3-Clause -Group: Development/Libraries/C and C++ -Url: http://www.indexdata.dk/yaz/ -Source: http://ftp.indexdata.dk/pub/yaz/%{name}-%{version}.tar.bz2 -Source2: baselibs.conf -Patch0: yaz-4.1.7-codecleanup.diff -Patch1: yaz-4.1.7-client.diff -BuildRequires: libicu-devel -BuildRequires: libpcap-devel -BuildRequires: libxml2-devel -BuildRequires: libxslt-devel -BuildRequires: openssl-devel -BuildRequires: pkg-config -BuildRequires: readline-devel -BuildRequires: tcpd-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-build -%define libname libyaz4 - -%description -This package contains both a test-server and clients (normal & ssl) for -the ANSI/NISO Z39.50 protocol for Information Retrieval. SRW and SRU -clients and servers are also supported. - -%package -n %{libname} - -Summary: Z39.50 Library -Group: Development/Libraries/C and C++ -Provides: libyaz = %{version}-%{release} -Obsoletes: libyaz < %{version} - -%description -n %{libname} -YAZ is a C library for developing client - and server applications -using the ANSI/NISO Z39.50 protocol for Information Retrieval. - -%package -n libyaz-devel -Summary: Z39.50 Library -Group: Development/Libraries/C and C++ -Requires: libicu-devel -Requires: openssl-devel -Requires: libxslt-devel -Requires: %{name} = %{version} -Requires: %{libname} = %{version} -Requires: tcpd-devel - -%description -n libyaz-devel -YAZ is a C library for developing client - and server applications -using the ANSI/NISO Z39.50 protocol for Information Retrieval. - -%prep -%setup -q -%patch0 -p 1 -%patch1 -p 1 - -%build -# --with-dsssl=/usr/share/sgml/docbook/dsssl-stylesheets \ -# --with-dtd=/usr/share/sgml/db41xml -%configure --enable-shared \ - --enable-tcpd \ - --with-xslt \ - --with-openssl \ - --with-icu \ - --disable-static \ - --with-pic -make %{?_smp_mflags} - -%install -%{makeinstall} -# Unwanted doc stuff -rm -fr %{buildroot}%{_datadir}/doc -rm -fr html -mkdir html -cp -a doc/*.html html -# cp doc/*pdf . -ln -sf introduction.html html/index.html -# yaz.pdf -%define DOCFILES README LICENSE NEWS -{ - echo "%{name} documentation directory" - echo "
      " - echo "
    • %{name}, official documentation (local)" - for f in %{DOCFILES} http://www.indexdata.dk/links/ ; do - if [ "http:" = "${f%%%%/*}" ]; then - echo "
    • $f" - continue - fi - [ -f $f ] || continue - echo "
    • $f" - done - echo "
    • " -} >index.html -rm -f %{buildroot}%{_libdir}/*.la - -%post -n %{libname} -p /sbin/ldconfig - -%postun -n %{libname} -p /sbin/ldconfig - -%files -%defattr(-,root,root) -%doc %{DOCFILES} ChangeLog -%doc index.html html -%{_bindir}/yaz-client* -%{_bindir}/yaz-iconv -%{_bindir}/yaz-icu -%{_bindir}/yaz-illclient -%{_bindir}/yaz-marcdump -%{_bindir}/yaz-url -%{_bindir}/yaz-ztest* -%{_bindir}/zoomsh -%{_bindir}/yaz-json-parse -%{_mandir}/*/yaz.* -%{_mandir}/*/yaz-illclient.* -%{_mandir}/*/yaz-client.* -%{_mandir}/*/zoomsh.* -%{_mandir}/*/yaz-iconv.* -%{_mandir}/*/yaz-icu.* -%{_mandir}/*/yaz-log.* -%{_mandir}/*/yaz-url.* -%{_mandir}/*/yaz-ztest.* -%{_mandir}/*/yaz-marcdump.* -%{_mandir}/*/yaz-json-parse.* -%{_mandir}/*/bib1-attr.* -%dir %{_datadir}/yaz -%{_datadir}/yaz/etc - -%files -n %{libname} -%defattr(-,root,root) -%{_libdir}/*.so.* - -%files -n libyaz-devel -%defattr(-,root,root) -%{_bindir}/yaz-config -%{_bindir}/yaz-asncomp -%{_includedir}/yaz -%{_libdir}/*.so -%{_datadir}/yaz/z39.50 -%{_datadir}/yaz/ill -%{_datadir}/aclocal/yaz.m4 -%{_mandir}/man1/yaz-config.* -%{_mandir}/man1/yaz-asncomp.* -%{_libdir}/pkgconfig/yaz.pc - -%changelog From cda23fe6791f0be81e4d89564ff84f80c1e45ccf6d9d408bc06cbe1f91489baa Mon Sep 17 00:00:00 2001 From: Karl Eichwalder Date: Thu, 21 Jun 2012 20:31:48 +0000 Subject: [PATCH 07/16] OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=36 --- _service | 7 +++++++ _service:download_url:yaz-4.2.34.tar.gz | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 _service create mode 100644 _service:download_url:yaz-4.2.34.tar.gz diff --git a/_service b/_service new file mode 100644 index 0000000..beb4083 --- /dev/null +++ b/_service @@ -0,0 +1,7 @@ + + + ftp.indexdata.dk + http + /pub/yaz/yaz-4.2.34.tar.gz + + \ No newline at end of file diff --git a/_service:download_url:yaz-4.2.34.tar.gz b/_service:download_url:yaz-4.2.34.tar.gz new file mode 100644 index 0000000..a79a54f --- /dev/null +++ b/_service:download_url:yaz-4.2.34.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6e6bcf8b65053acb8156c55f6344c302bf2edc604669142ef6e412dabbb59fa +size 2409821 From 43021db92f098fe380e3557317cb2ea2d8cc831663f16846c02f218286b95d61 Mon Sep 17 00:00:00 2001 From: Karl Eichwalder Date: Thu, 21 Jun 2012 20:36:13 +0000 Subject: [PATCH 08/16] OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=47 --- yaz-4.2.33.tar.bz2 | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 yaz-4.2.33.tar.bz2 diff --git a/yaz-4.2.33.tar.bz2 b/yaz-4.2.33.tar.bz2 deleted file mode 100644 index a353e7b..0000000 --- a/yaz-4.2.33.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af20e0123145148808161a72ed3cd352441b514a179817f4ecb400a4c45ab157 -size 1877673 From a2bedccf661334a0652ad674f17dd03ed0b58532e07e2556b3bb4f3d09ace336 Mon Sep 17 00:00:00 2001 From: Karl Eichwalder Date: Thu, 21 Jun 2012 20:37:42 +0000 Subject: [PATCH 09/16] OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=50 --- yaz.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yaz.spec b/yaz.spec index f2c3bfc..d5bdfa9 100644 --- a/yaz.spec +++ b/yaz.spec @@ -16,13 +16,13 @@ # Name: yaz -Version: 4.2.33 +Version: 4.2.34 Release: 0 Summary: Z39.50/SRW/SRU Programs License: BSD-3-Clause 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.gz Source2: baselibs.conf Patch0: yaz-4.1.7-codecleanup.diff Patch1: yaz-4.1.7-client.diff From 011112be5827aead7c21f4cbc7ef7fa630a489c5d50c0eab4ab58fd1591aea50 Mon Sep 17 00:00:00 2001 From: Karl Eichwalder Date: Thu, 21 Jun 2012 20:50:00 +0000 Subject: [PATCH 10/16] OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=65 --- yaz.changes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/yaz.changes b/yaz.changes index 3d43972..e5c4d53 100644 --- a/yaz.changes +++ b/yaz.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 From f40f952f6c4bc0b1ad4c2a13a74996228717cdcb112fe6587493bec5202f58db Mon Sep 17 00:00:00 2001 From: Karl Eichwalder Date: Thu, 21 Jun 2012 21:01:44 +0000 Subject: [PATCH 11/16] OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=66 --- _service | 7 ------- _service:download_url:yaz-4.2.34.tar.gz | 3 --- 2 files changed, 10 deletions(-) delete mode 100644 _service delete mode 100644 _service:download_url:yaz-4.2.34.tar.gz diff --git a/_service b/_service deleted file mode 100644 index beb4083..0000000 --- a/_service +++ /dev/null @@ -1,7 +0,0 @@ - - - ftp.indexdata.dk - http - /pub/yaz/yaz-4.2.34.tar.gz - - \ No newline at end of file diff --git a/_service:download_url:yaz-4.2.34.tar.gz b/_service:download_url:yaz-4.2.34.tar.gz deleted file mode 100644 index a79a54f..0000000 --- a/_service:download_url:yaz-4.2.34.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6e6bcf8b65053acb8156c55f6344c302bf2edc604669142ef6e412dabbb59fa -size 2409821 From cd7007d5977b741b7f308dcec79f46b4b8faa9d4074660adfce3c731c0c1e777 Mon Sep 17 00:00:00 2001 From: Karl Eichwalder Date: Thu, 21 Jun 2012 21:02:21 +0000 Subject: [PATCH 12/16] OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=67 --- _service | 7 +++++++ _service:download_url:yaz-4.2.34.tar.gz | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 _service create mode 100644 _service:download_url:yaz-4.2.34.tar.gz diff --git a/_service b/_service new file mode 100644 index 0000000..beb4083 --- /dev/null +++ b/_service @@ -0,0 +1,7 @@ + + + ftp.indexdata.dk + http + /pub/yaz/yaz-4.2.34.tar.gz + + \ No newline at end of file diff --git a/_service:download_url:yaz-4.2.34.tar.gz b/_service:download_url:yaz-4.2.34.tar.gz new file mode 100644 index 0000000..a79a54f --- /dev/null +++ b/_service:download_url:yaz-4.2.34.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6e6bcf8b65053acb8156c55f6344c302bf2edc604669142ef6e412dabbb59fa +size 2409821 From 493483f370323f9bcb97d1250f6bbd06cdb9a97c42265a6296323f630cb801c7 Mon Sep 17 00:00:00 2001 From: Karl Eichwalder Date: Thu, 21 Jun 2012 21:03:28 +0000 Subject: [PATCH 13/16] OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=69 --- _service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_service b/_service index beb4083..2df441f 100644 --- a/_service +++ b/_service @@ -4,4 +4,4 @@ http /pub/yaz/yaz-4.2.34.tar.gz - \ No newline at end of file + \ No newline at end of file From 0899598dc7bd94cf5ad151d3e8b3a46c8f30e518943642fdc82172db06f73a9d Mon Sep 17 00:00:00 2001 From: Karl Eichwalder Date: Thu, 21 Jun 2012 21:03:47 +0000 Subject: [PATCH 14/16] OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=71 --- _service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_service b/_service index 2df441f..beb4083 100644 --- a/_service +++ b/_service @@ -4,4 +4,4 @@ http /pub/yaz/yaz-4.2.34.tar.gz - \ No newline at end of file + \ No newline at end of file From f0dc5a217dd87ada6be37fece7a6a195c99efa8dba122add5d72f1d4304dc2ac Mon Sep 17 00:00:00 2001 From: Karl Eichwalder Date: Thu, 21 Jun 2012 21:03:54 +0000 Subject: [PATCH 15/16] OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=73 --- _service | 7 ------- _service:download_url:yaz-4.2.34.tar.gz | 3 --- 2 files changed, 10 deletions(-) delete mode 100644 _service delete mode 100644 _service:download_url:yaz-4.2.34.tar.gz diff --git a/_service b/_service deleted file mode 100644 index beb4083..0000000 --- a/_service +++ /dev/null @@ -1,7 +0,0 @@ - - - ftp.indexdata.dk - http - /pub/yaz/yaz-4.2.34.tar.gz - - \ No newline at end of file diff --git a/_service:download_url:yaz-4.2.34.tar.gz b/_service:download_url:yaz-4.2.34.tar.gz deleted file mode 100644 index a79a54f..0000000 --- a/_service:download_url:yaz-4.2.34.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6e6bcf8b65053acb8156c55f6344c302bf2edc604669142ef6e412dabbb59fa -size 2409821 From 286af69be56879f8cf1b8abb46cda448b3299a5bcb17d27512a9c1b45404815c Mon Sep 17 00:00:00 2001 From: Karl Eichwalder Date: Fri, 22 Jun 2012 05:51:20 +0000 Subject: [PATCH 16/16] 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 --- yaz-4.2.34.tar.bz2 | 3 +++ yaz.spec | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 yaz-4.2.34.tar.bz2 diff --git a/yaz-4.2.34.tar.bz2 b/yaz-4.2.34.tar.bz2 new file mode 100644 index 0000000..fa9e697 --- /dev/null +++ b/yaz-4.2.34.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03b6c312fb33c7163e304319c82046ed61370da64e01a9295b0160c8ac513c09 +size 1883078 diff --git a/yaz.spec b/yaz.spec index d5bdfa9..cd08b5a 100644 --- a/yaz.spec +++ b/yaz.spec @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: yaz Version: 4.2.34 Release: 0 @@ -22,7 +23,7 @@ Summary: Z39.50/SRW/SRU Programs License: BSD-3-Clause Group: Development/Libraries/C and C++ Url: http://www.indexdata.dk/yaz/ -Source: http://ftp.indexdata.dk/pub/yaz/%{name}-%{version}.tar.gz +Source: http://ftp.indexdata.dk/pub/yaz/%{name}-%{version}.tar.bz2 Source2: baselibs.conf Patch0: yaz-4.1.7-codecleanup.diff Patch1: yaz-4.1.7-client.diff