Hello community,

here is the log from the commit of package capnproto for openSUSE:Factory 
checked in at 2020-04-27 23:42:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/capnproto (Old)
 and      /work/SRC/openSUSE:Factory/.capnproto.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "capnproto"

Mon Apr 27 23:42:52 2020 rev:3 rq:798318 version:0.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/capnproto/capnproto.changes      2018-10-15 
10:49:29.779002071 +0200
+++ /work/SRC/openSUSE:Factory/.capnproto.new.2738/capnproto.changes    
2020-04-27 23:42:55.260062220 +0200
@@ -1,0 +2,14 @@
+Mon Apr 27 14:58:38 UTC 2020 - Luigi Baldoni <aloi...@gmx.com>
+
+- Update to version 0.8
+  * Multi-stream Flow Control
+  * HTTP-over-Cap'n-Proto
+  * KJ improvements
+  * Lots and lots of minor tweaks and fixes.
+
+-------------------------------------------------------------------
+Thu Oct 17 15:24:33 UTC 2019 - Richard Brown <rbr...@suse.com>
+
+- Remove obsolete Groups tag (fate#326485)
+
+-------------------------------------------------------------------

Old:
----
  capnproto-c++-0.7.0.tar.gz

New:
----
  capnproto-c++-0.8.0.tar.gz

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

Other differences:
------------------
++++++ capnproto.spec ++++++
--- /var/tmp/diff_new_pack.4aVTqJ/_old  2020-04-27 23:42:55.996063726 +0200
+++ /var/tmp/diff_new_pack.4aVTqJ/_new  2020-04-27 23:42:56.000063734 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package capnproto
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,12 +16,12 @@
 #
 
 
+%define _libver 0_8
 Name:           capnproto
-Version:        0.7.0
+Version:        0.8.0
 Release:        0
 Summary:        A Data Serialization Format
 License:        MIT
-Group:          Development/Libraries/C and C++
 URL:            https://capnproto.org
 Source:         https://capnproto.org/capnproto-c++-%{version}.tar.gz
 BuildRequires:  cmake
@@ -31,17 +31,16 @@
 BuildRequires:  gcc7-c++
 %endif
 BuildRequires:  pkgconfig
-Requires:       libcapnp-0_7 = %{version}
+Requires:       libcapnp-%{_libver} = %{version}
 
 %description
 Cap'n Proto is a binary data interchange format and capability-based
 RPC system.
 
-%package     -n libcapnp-0_7
+%package     -n libcapnp-%{_libver}
 Summary:        The Cap'n Proto data serialization library
-Group:          System/Libraries
 
-%description -n libcapnp-0_7
+%description -n libcapnp-%{_libver}
 Cap'n Proto is a binary data interchange format and capability-based
 RPC system.
 
@@ -49,8 +48,7 @@
 
 %package     -n libcapnp-devel
 Summary:        Development headers for the Cap'n Proto C++ Library
-Group:          Development/Libraries/C and C++
-Requires:       libcapnp-0_7 = %{version}
+Requires:       libcapnp-%{_libver} = %{version}
 
 %description -n libcapnp-devel
 Cap'n Proto is a binary data interchange format and capability-based
@@ -71,8 +69,8 @@
 %make_install
 find %{buildroot}%{_libdir} -type f \( -name "*.a" -o -name "*.la" \) -delete 
-print
 
-%post -n libcapnp-0_7 -p /sbin/ldconfig
-%postun -n libcapnp-0_7 -p /sbin/ldconfig
+%post -n libcapnp-%{_libver} -p /sbin/ldconfig
+%postun -n libcapnp-%{_libver} -p /sbin/ldconfig
 
 %files
 %license LICENSE.txt
@@ -82,7 +80,7 @@
 %{_bindir}/capnpc-c++
 %{_bindir}/capnpc-capnp
 
-%files -n libcapnp-0_7
+%files -n libcapnp-%{_libver}
 %{_libdir}/libcapnp-%{version}.so
 %{_libdir}/libcapnp-rpc-%{version}.so
 %{_libdir}/libcapnpc-%{version}.so
@@ -112,8 +110,10 @@
 %{_libdir}/pkgconfig/capnp-json.pc
 %{_libdir}/pkgconfig/capnp-rpc.pc
 %{_libdir}/pkgconfig/kj-async.pc
+%{_libdir}/pkgconfig/kj-gzip.pc
 %{_libdir}/pkgconfig/kj-http.pc
 %{_libdir}/pkgconfig/kj-test.pc
+%{_libdir}/pkgconfig/kj-tls.pc
 %{_libdir}/pkgconfig/kj.pc
 
 %changelog

++++++ capnproto-c++-0.7.0.tar.gz -> capnproto-c++-0.8.0.tar.gz ++++++
++++ 29134 lines of diff (skipped)


Reply via email to