5
0

Accepting request 875807 from devel:libraries:c_c++

- update to 1.6.2:
  * Allow the writing of fragments with the legacy, non-standard CRC-32.
  This is intended to smooth upgrades from liberasurecode 1.5.0 and
  earlier in a system with multiple readers and writers.
  See https://bugs.launchpad.net/liberasurecode/+bug/1886088 for more
  information, including a script you can run on already-written
  fragments to determine whether you are affected.
  If you are affected:
  - Upgrade liberasurecode on all systems, restarting processes as needed.
    Upgraded writers will continue writing CRCs that not-yet-upgraded
    readers can use.
  - After liberasurecode is upgraded everywhere, remove the environment
    variable. zlib CRCs will be used for new writes, and data written with
    either CRC will still be readable.

OBS-URL: https://build.opensuse.org/request/show/875807
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/liberasurecode?expand=0&rev=6
This commit is contained in:
Richard Brown
2021-03-02 11:33:40 +00:00
committed by Git OBS Bridge
4 changed files with 29 additions and 8 deletions

BIN
liberasurecode-1.6.1.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
liberasurecode-1.6.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sun Feb 28 18:02:44 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 1.6.2:
* Allow the writing of fragments with the legacy, non-standard CRC-32.
This is intended to smooth upgrades from liberasurecode 1.5.0 and
earlier in a system with multiple readers and writers.
See https://bugs.launchpad.net/liberasurecode/+bug/1886088 for more
information, including a script you can run on already-written
fragments to determine whether you are affected.
If you are affected:
- Upgrade liberasurecode on all systems, restarting processes as needed.
Upgraded writers will continue writing CRCs that not-yet-upgraded
readers can use.
- After liberasurecode is upgraded everywhere, remove the environment
variable. zlib CRCs will be used for new writes, and data written with
either CRC will still be readable.
-------------------------------------------------------------------
Tue Aug 6 08:51:30 UTC 2019 - antoine.belvire@opensuse.org

View File

@@ -1,7 +1,7 @@
#
# spec file for package liberasurecode
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define libsoname liberasurecode1
Name: liberasurecode
Version: 1.6.1
Version: 1.6.2
Release: 0
Summary: Erasure Code API library with pluggable Erasure Code backends
License: BSD-3-Clause
@@ -27,6 +27,7 @@ URL: https://github.com/openstack/liberasurecode
Source0: https://github.com/openstack/liberasurecode/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: automake
BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: pkgconfig(zlib)
%description
@@ -55,13 +56,13 @@ Development files for the Unified Erasure Coding interface.
%build
./autogen.sh
%configure --disable-static --disable-mmi
make %{?_smp_mflags}
%make_build
%install
%make_install
%check
make test
%make_build test
%post -n %{libsoname} -p /sbin/ldconfig
%postun -n %{libsoname} -p /sbin/ldconfig
@@ -70,7 +71,7 @@ make test
%if 0%{?suse_version} > 1315
%license COPYING
%else
%doc COPYING
%license COPYING
%endif
%doc ChangeLog README.md
%{_libdir}/libXorcode.so.*