Hello community, here is the log from the commit of package capnproto for openSUSE:Factory checked in at 2018-10-15 10:49:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/capnproto (Old) and /work/SRC/openSUSE:Factory/.capnproto.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "capnproto" Mon Oct 15 10:49:25 2018 rev:2 rq:641718 version:0.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/capnproto/capnproto.changes 2017-08-30 16:23:52.931758971 +0200 +++ /work/SRC/openSUSE:Factory/.capnproto.new/capnproto.changes 2018-10-15 10:49:29.779002071 +0200 @@ -1,0 +2,10 @@ +Fri Oct 12 14:14:20 UTC 2018 - Jan Engelhardt <[email protected]> + +- Remove bias from descriptions. + +------------------------------------------------------------------- +Fri Oct 12 08:30:55 UTC 2018 - Luigi Baldoni <[email protected]> + +- Update to version 0.7.0 (see https://capnproto.org/news) + +------------------------------------------------------------------- @@ -20 +29,0 @@ - Old: ---- capnproto-c++-0.6.1.tar.gz New: ---- capnproto-c++-0.7.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ capnproto.spec ++++++ --- /var/tmp/diff_new_pack.rha1eQ/_old 2018-10-15 10:49:30.295001521 +0200 +++ /var/tmp/diff_new_pack.rha1eQ/_new 2018-10-15 10:49:30.299001517 +0200 @@ -1,7 +1,7 @@ # # spec file for package capnproto # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -12,50 +12,49 @@ # 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/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: capnproto -Version: 0.6.1 +Version: 0.7.0 Release: 0 -Summary: Cap'n Proto - Insanely Fast Data Serialization Format +Summary: A Data Serialization Format License: MIT -Group: System/Libraries -Url: https://capnproto.org +Group: Development/Libraries/C and C++ +URL: https://capnproto.org Source: https://capnproto.org/capnproto-c++-%{version}.tar.gz +BuildRequires: cmake +%if 0%{?suse_version} >= 1500 BuildRequires: gcc-c++ +%else +BuildRequires: gcc7-c++ +%endif BuildRequires: pkgconfig -Requires: libcapnp-0_6 = %{version} +Requires: libcapnp-0_7 = %{version} %description -Cap'n Proto is an insanely fast data interchange format and capability-based -RPC system. Think JSON, except binary. Or think of Google's Protocol Buffers -(http://protobuf.googlecode.com), except faster. In fact, in benchmarks, -Cap'n Proto is INFINITY TIMES faster than Protocol Buffers. +Cap'n Proto is a binary data interchange format and capability-based +RPC system. -%package -n libcapnp-0_6 -Summary: Cap'n Proto C++ library +%package -n libcapnp-0_7 +Summary: The Cap'n Proto data serialization library Group: System/Libraries -%description -n libcapnp-0_6 -Cap'n Proto is an insanely fast data interchange format and capability-based -RPC system. Think JSON, except binary. Or think of Google's Protocol Buffers -(http://protobuf.googlecode.com), except faster. In fact, in benchmarks, -Cap'n Proto is INFINITY TIMES faster than Protocol Buffers. +%description -n libcapnp-0_7 +Cap'n Proto is a binary data interchange format and capability-based +RPC system. This package provides runtime libraries for capnproto. %package -n libcapnp-devel -Summary: Development headers for Cap'n Proto C++ Library +Summary: Development headers for the Cap'n Proto C++ Library Group: Development/Libraries/C and C++ -Requires: libcapnp-0_6 = %{version} +Requires: libcapnp-0_7 = %{version} %description -n libcapnp-devel -Cap'n Proto is an insanely fast data interchange format and capability-based -RPC system. Think JSON, except binary. Or think of Google's Protocol Buffers -(http://protobuf.googlecode.com), except faster. In fact, in benchmarks, -Cap'n Proto is INFINITY TIMES faster than Protocol Buffers. +Cap'n Proto is a binary data interchange format and capability-based +RPC system. This package provides development headers for capnproto. @@ -63,27 +62,27 @@ %setup -q -n %{name}-c++-%{version} %build +export CXX=g++ +test -x "$(type -p g++-7)" && export CXX=g++-7 %configure make %{?_smp_mflags} %install %make_install -find %{buildroot}%{_libdir} -name "*.a" -delete -find %{buildroot} -type f -name "*.la" -delete -print +find %{buildroot}%{_libdir} -type f \( -name "*.a" -o -name "*.la" \) -delete -print -%post -n libcapnp-0_6 -p /sbin/ldconfig -%postun -n libcapnp-0_6 -p /sbin/ldconfig +%post -n libcapnp-0_7 -p /sbin/ldconfig +%postun -n libcapnp-0_7 -p /sbin/ldconfig %files -%defattr(-,root,root,-) -%doc README.txt LICENSE.txt +%license LICENSE.txt +%doc README.txt %{_bindir}/capnp %{_bindir}/capnpc %{_bindir}/capnpc-c++ %{_bindir}/capnpc-capnp -%files -n libcapnp-0_6 -%defattr(-,root,root,-) +%files -n libcapnp-0_7 %{_libdir}/libcapnp-%{version}.so %{_libdir}/libcapnp-rpc-%{version}.so %{_libdir}/libcapnpc-%{version}.so @@ -94,7 +93,6 @@ %{_libdir}/libkj-http-%{version}.so %files -n libcapnp-devel -%defattr(-,root,root,-) %{_includedir}/capnp %{_includedir}/kj %{_libdir}/libcapnp-rpc.so @@ -105,9 +103,17 @@ %{_libdir}/libkj-async.so %{_libdir}/libkj-http.so %{_libdir}/libkj.so +%dir %{_libdir}/cmake/CapnProto +%{_libdir}/cmake/CapnProto/CapnProtoConfig.cmake +%{_libdir}/cmake/CapnProto/CapnProtoConfigVersion.cmake +%{_libdir}/cmake/CapnProto/CapnProtoMacros.cmake +%{_libdir}/cmake/CapnProto/CapnProtoTargets.cmake %{_libdir}/pkgconfig/capnp.pc +%{_libdir}/pkgconfig/capnp-json.pc %{_libdir}/pkgconfig/capnp-rpc.pc %{_libdir}/pkgconfig/kj-async.pc +%{_libdir}/pkgconfig/kj-http.pc +%{_libdir}/pkgconfig/kj-test.pc %{_libdir}/pkgconfig/kj.pc %changelog ++++++ capnproto-c++-0.6.1.tar.gz -> capnproto-c++-0.7.0.tar.gz ++++++ ++++ 61832 lines of diff (skipped)
