Hello community,

here is the log from the commit of package yaz for openSUSE:Factory checked in 
at 2015-01-15 15:59:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yaz (Old)
 and      /work/SRC/openSUSE:Factory/.yaz.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yaz"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yaz/yaz.changes  2014-12-10 23:44:36.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.yaz.new/yaz.changes     2015-01-15 
15:59:36.000000000 +0100
@@ -1,0 +2,23 @@
+Thu Jan 15 11:36:33 UTC 2015 - l...@linux-schulserver.de
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  yaz-5.7.1.tar.gz

New:
----
  yaz-5.8.1.tar.gz

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

Other differences:
------------------
++++++ yaz.spec ++++++
--- /var/tmp/diff_new_pack.P1dSmf/_old  2015-01-15 15:59:36.000000000 +0100
+++ /var/tmp/diff_new_pack.P1dSmf/_new  2015-01-15 15:59:36.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yaz
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,8 +16,9 @@
 #
 
 
+%define         libname libyaz5
 Name:           yaz
-Version:        5.7.1
+Version:        5.8.1
 Release:        0
 Summary:        Z39.50 protocol server and client
 License:        BSD-3-Clause
@@ -40,7 +41,6 @@
 BuildRequires:  tcpd-devel
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%define         libname libyaz4
 
 %description
 This package contains both a test-server and clients (normal & ssl) for
@@ -48,7 +48,6 @@
 clients and servers are also supported.
 
 %package doc
-
 Summary:        Documentation for %{name} (Z39.50 Library)
 Group:          Documentation/HTML
 %if 0%{?suse_version} >= 1140
@@ -104,7 +103,7 @@
 make %{?_smp_mflags}
 
 %install
-%{makeinstall}
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 # Unwanted doc stuff
 rm -fr %{buildroot}%{_datadir}/doc
 rm -fr html
@@ -128,7 +127,7 @@
   done
   echo "</li></body></html>"
 } >index.html
-rm -f %{buildroot}%{_libdir}/*.la
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n %{libname} -p /sbin/ldconfig
 

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.P1dSmf/_old  2015-01-15 15:59:37.000000000 +0100
+++ /var/tmp/diff_new_pack.P1dSmf/_new  2015-01-15 15:59:37.000000000 +0100
@@ -1,4 +1,4 @@
-libyaz4
+libyaz5
 libyaz-devel
        requires -libyaz-<targettype>
-       requires "libyaz4-<targettype> = <version>"
+       requires "libyaz5-<targettype> = <version>"

++++++ yaz-5.7.1.tar.gz -> yaz-5.8.1.tar.gz ++++++
++++ 3378 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to