Hello community, here is the log from the commit of package blosc for openSUSE:Factory checked in at 2017-05-03 15:54:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/blosc (Old) and /work/SRC/openSUSE:Factory/.blosc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "blosc" Wed May 3 15:54:06 2017 rev:8 rq:489137 version:1.11.2 Changes: -------- --- /work/SRC/openSUSE:Factory/blosc/blosc.changes 2016-09-27 13:44:57.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.blosc.new/blosc.changes 2017-05-03 15:54:11.825578387 +0200 @@ -1,0 +2,10 @@ +Tue Apr 18 15:18:18 UTC 2017 - [email protected] + +- Update to 1.11.2 + - Enabled use as a CMake subproject, exporting shared & static library targets + for super-projects to use. See PRs #178, #179 and #180. Thanks to Kevin + Murray. + - Internal LZ4 codec updated to 1.7.5. + - Internal Zstd codec updated to 1.1.2. + +------------------------------------------------------------------- Old: ---- v1.11.1.tar.gz New: ---- v1.11.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ blosc.spec ++++++ --- /var/tmp/diff_new_pack.8fhnvC/_old 2017-05-03 15:54:16.572908181 +0200 +++ /var/tmp/diff_new_pack.8fhnvC/_new 2017-05-03 15:54:16.576907617 +0200 @@ -1,7 +1,7 @@ # # spec file for package blosc # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -19,7 +19,7 @@ %define major 1 %define libname lib%{name}%{major} Name: blosc -Version: 1.11.1 +Version: 1.11.2 Release: 0 Summary: A blocking, shuffling and lossless compression library License: MIT and BSD-3-Clause and BSD-2-Clause @@ -28,8 +28,9 @@ Source: https://github.com/Blosc/c-blosc/archive/v%{version}.tar.gz BuildRequires: cmake BuildRequires: gcc-c++ +BuildRequires: pkg-config +BuildRequires: pkgconfig(zlib) BuildRequires: snappy-devel -BuildRequires: zlib-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -102,6 +103,7 @@ %build %cmake + # Build failes when done in parallel cmake --build . --config Release @@ -109,6 +111,13 @@ %cmake_install rm -rf %{buildroot}%{_libdir}/libblosc.a +# Put .pc files in right directory +if [ "%{_libdir}" != "%{_prefix}/lib" ] ; then +mkdir -p %{buildroot}%{_libdir} +mv %{buildroot}%{_prefix}/lib/pkgconfig %{buildroot}%{_libdir}/pkgconfig +rm -d %{buildroot}%{_prefix}/lib +fi + %check pushd build export LD_PRELOAD="$LD_PRELOAD %{buildroot}%{_libdir}/libblosc.so %{buildroot}%{_libdir}/libblosc.so.%{major} `pwd`/blosc/libblosc_testing.so" @@ -120,14 +129,18 @@ %files -n %{libname} %defattr(-,root,root,-) -%doc ANNOUNCE.rst README.rst README_HEADER.rst README_THREADED.rst LICENSES/*.txt RELEASE_NOTES.rst +%doc LICENSES/*.txt +%doc ANNOUNCE.rst README.rst README_THREADED.rst RELEASE_NOTES.rst THANKS.rst %{_libdir}/libblosc.so.%{major} %{_libdir}/libblosc.so.%{version} %files devel %defattr(-,root,root,-) +%doc README_HEADER.rst +%doc examples/ %{_includedir}/blosc.h %{_includedir}/blosc-export.h %{_libdir}/libblosc.so +%{_libdir}/pkgconfig/blosc.pc %changelog ++++++ v1.11.1.tar.gz -> v1.11.2.tar.gz ++++++ ++++ 94748 lines of diff (skipped)
