Hello community,

here is the log from the commit of package yaz for openSUSE:Factory checked in 
at 2020-09-07 21:35:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yaz (Old)
 and      /work/SRC/openSUSE:Factory/.yaz.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yaz"

Mon Sep  7 21:35:01 2020 rev:44 rq:832677 version:5.30.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/yaz/yaz.changes  2020-05-11 13:43:28.153388817 
+0200
+++ /work/SRC/openSUSE:Factory/.yaz.new.3399/yaz.changes        2020-09-07 
21:35:20.069380161 +0200
@@ -1,0 +2,8 @@
+Wed Aug 26 08:21:31 UTC 2020 - Dirk Mueller <[email protected]>
+
+- update to 5.30.3:
+  * Require getaddrinfo which has been available since 2003.
+  * Provide server host for SSL by using gnutls_server_name_set(3).
+  * Obey [host]:port notation for IPV6
+
+-------------------------------------------------------------------

Old:
----
  _service
  yaz-5.30.2.tar.gz

New:
----
  yaz-5.30.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yaz.spec ++++++
--- /var/tmp/diff_new_pack.rk2BGU/_old  2020-09-07 21:35:22.061381084 +0200
+++ /var/tmp/diff_new_pack.rk2BGU/_new  2020-09-07 21:35:22.065381086 +0200
@@ -18,24 +18,23 @@
 
 %define         libname libyaz5
 Name:           yaz
-Version:        5.30.2
+Version:        5.30.3
 Release:        0
 Summary:        Z39.50 protocol server and client
 License:        BSD-3-Clause
 Group:          Development/Libraries/C and C++
 URL:            http://www.indexdata.dk/yaz/
-Source:         %{name}-%{version}.tar.gz
+Source:         http://ftp.indexdata.dk/pub/yaz/yaz-%{version}.tar.gz
 Source2:        baselibs.conf
 BuildRequires:  gnutls-devel
 BuildRequires:  libicu-devel
 BuildRequires:  libpcap-devel
 BuildRequires:  libxslt-devel
 BuildRequires:  openssl-devel
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  readline-devel
 BuildRequires:  tcpd-devel
 BuildRequires:  pkgconfig(libxml-2.0)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package contains both a test-server and clients (normal & ssl) for
@@ -93,10 +92,10 @@
            --with-icu \
                   --disable-static \
                   --with-pic
-make %{?_smp_mflags}
+%make_build
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 # Unwanted doc stuff
 rm -fr %{buildroot}%{_datadir}/doc
 rm -fr html
@@ -123,11 +122,9 @@
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n %{libname} -p /sbin/ldconfig
-
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %doc %{DOCFILES} ChangeLog
 %{_bindir}/yaz-client*
 %{_bindir}/yaz-iconv
@@ -153,18 +150,15 @@
 %{_mandir}/*/yaz-record-conv.*
 %{_mandir}/*/bib1-attr.*
 %dir %{_datadir}/yaz
-%{_datadir}/yaz/etc
+%{_datadir}/yaz%{_sysconfdir}
 
 %files doc
-%defattr(-,root,root)
 %doc index.html html
 
 %files -n %{libname}
-%defattr(-,root,root)
 %{_libdir}/*.so.*
 
 %files -n libyaz-devel
-%defattr(-,root,root)
 %{_bindir}/yaz-config
 %{_bindir}/yaz-asncomp
 %{_includedir}/yaz

++++++ yaz-5.30.2.tar.gz -> yaz-5.30.3.tar.gz ++++++
++++ 2263 lines of diff (skipped)


Reply via email to