Hello community,

here is the log from the commit of package spdylay for openSUSE:Factory checked 
in at 2016-10-22 13:00:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spdylay (Old)
 and      /work/SRC/openSUSE:Factory/.spdylay.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spdylay"

Changes:
--------
--- /work/SRC/openSUSE:Factory/spdylay/spdylay.changes  2015-11-11 
10:30:06.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.spdylay.new/spdylay.changes     2016-10-22 
13:00:31.000000000 +0200
@@ -1,0 +2,15 @@
+Sat Oct 15 09:05:55 UTC 2016 - [email protected]
+
+- Update to version 1.4.0:
+  * Renew test key pair
+  * Fix OpenSSL 1.1.0 deprecation warnings
+  * spdylay: compile against openssl-1.1.0
+  * spdycat: Fix leak in SpdySession.reqvec
+  * Remove CREDENTIAL frame processing completely
+  * Allocate stream ID when spdylay_submit_{syn_stream,request} is called
+  * spdycat: --proxy-port, not --proxyport
+  * spdycat: Check :host header field for SNI, since Host header is not allowed
+  * spdycat: Update spdycat --help output for --header
+  * spdycat: Fix resource leak found by coverity scan
+
+-------------------------------------------------------------------

Old:
----
  spdylay-1.3.2.tar.xz

New:
----
  spdylay-1.4.0.tar.xz

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

Other differences:
------------------
++++++ spdylay.spec ++++++
--- /var/tmp/diff_new_pack.7kM8qO/_old  2016-10-22 13:00:32.000000000 +0200
+++ /var/tmp/diff_new_pack.7kM8qO/_new  2016-10-22 13:00:32.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package spdylay
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX 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,26 +16,26 @@
 #
 
 
-%define c_lib   libspdylay7
+%define sover   7
+%define c_lib   libspdylay%{sover}
 Name:           spdylay
-Version:        1.3.2
+Version:        1.4.0
 Release:        0
 Summary:        SPDY C Library
 License:        MIT
 Group:          System/Libraries
 Url:            https://tatsuhiro-t.github.io/spdylay/
 Source:         
https://github.com/tatsuhiro-t/spdylay/releases/download/v%{version}/spdylay-%{version}.tar.xz
-BuildRequires:  cunit-devel
 BuildRequires:  gcc-c++
-BuildRequires:  libevent-devel >= 2.0.8
-BuildRequires:  libjansson-devel >= 2.5
-BuildRequires:  libxml2-devel >= 2.7.7
 BuildRequires:  openssl-devel >= 1.0.1
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  python3-Cython
-BuildRequires:  python3-devel >= 3
-BuildRequires:  zlib-devel >= 1.2.3
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig(cunit)
+BuildRequires:  pkgconfig(jansson) >= 2.5
+BuildRequires:  pkgconfig(libevent) >= 2.0.8
+BuildRequires:  pkgconfig(libxml-2.0) >= 2.7.7
+BuildRequires:  pkgconfig(python3) >= 3
+BuildRequires:  pkgconfig(zlib) >= 1.2.3
 
 %description
 This is an experimental implementation of Google’s SPDY protocol in C. This
@@ -82,13 +82,12 @@
 
 %build
 %configure \
-  --docdir=%{_docdir}%{name} \
   --disable-static
-make %{?_smp_mflags}
+%make_build
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
-cp -av AUTHORS COPYING ChangeLog NEWS  doc/*.rst proxy.pac.sample 
shrpx.conf.sample %{buildroot}%{_docdir}%{name}
+%make_install
+rm %{buildroot}%{_datadir}/doc/%{name}/README.rst
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %check
@@ -96,19 +95,18 @@
 # make check  %{?_smp_mflags}
 
 %post -n %{c_lib} -p /sbin/ldconfig
-
 %postun -n %{c_lib} -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
-%doc %{_docdir}%{name}
+%doc AUTHORS COPYING ChangeLog NEWS doc/*.rst proxy.pac.sample 
shrpx.conf.sample
 %{_bindir}/shrpx
 %{_bindir}/spdycat
 %{_bindir}/spdyd
 
 %files -n %{c_lib}
 %defattr(-,root,root)
-%{_libdir}/libspdylay.so.*
+%{_libdir}/libspdylay.so.%{sover}*
 
 %files devel
 %defattr(-,root,root)

++++++ spdylay-1.3.2.tar.xz -> spdylay-1.4.0.tar.xz ++++++
++++ 29435 lines of diff (skipped)


Reply via email to