diff --git a/.liberasurecode.metadata b/.liberasurecode.metadata index e69de29..61b558d 100644 --- a/.liberasurecode.metadata +++ b/.liberasurecode.metadata @@ -0,0 +1 @@ +11d6673b5ac2f7ab5c2ef58123f1ce62254a794c SOURCES/liberasurecode-1.6.2.tar.gz diff --git a/SPECS/liberasurecode b/SPECS/liberasurecode new file mode 160000 index 0000000..cfd9cda --- /dev/null +++ b/SPECS/liberasurecode @@ -0,0 +1 @@ +Subproject commit cfd9cda8db1549e39ddbee44cf6a3b3aa70192f7 diff --git a/SPECS/liberasurecode.spec b/SPECS/liberasurecode.spec index fe1decf..ce5e4a6 100644 --- a/SPECS/liberasurecode.spec +++ b/SPECS/liberasurecode.spec @@ -1,20 +1,18 @@ Name: liberasurecode -Version: 1.6.1 -Release: 3%{?dist} +Version: 1.6.2 +Release: 2%{?dist} Summary: Erasure Code API library written in C with pluggable backends # Main license is a 2-clause BSD with clause numbers removed for some reason. License: BSD and CRC32 URL: https://bitbucket.org/tsg-/liberasurecode/ # We pull the tag using git CLI. Save the current command for Source0 below. -# tag=1.6.1 eval 'git archive -o ../liberasurecode-$tag.tar.gz --prefix=liberasurecode-$tag/ $tag' +# tag=1.6.2 eval 'git archive -o ../liberasurecode-$tag.tar.gz --prefix=liberasurecode-$tag/ $tag' # Note that as of 1.2.0, liberasurecode migrated to github.com/openstack # and switched to tags without the 'v' prefix. Source0: %{name}-%{version}.tar.gz Patch2: liberasurecode-1.0.5-docs.patch Patch3: liberasurecode-1.5.0-ldtest.patch -Patch4: liberasurecode-1.6.1-nostrncpy.patch -Patch5: liberasurecode-1.6.1-fragswarn.patch BuildRequires: autoconf BuildRequires: automake @@ -50,8 +48,6 @@ developing applications that use %{name}. %setup -q %patch2 -p1 %patch3 -p1 -%patch4 -p1 -%patch5 -p1 %build autoreconf -i -v @@ -90,6 +86,13 @@ find $RPM_BUILD_ROOT%{_datadir}/doc -type f -exec chmod a-x {} ';' %changelog +* Thu Jul 22 2021 Fedora Release Engineering - 1.6.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Thu Jun 24 2021 Pete Zaitcev - 1.6.2-1 +- Upstream 1.6.2 +- Drop patches that were upstream + * Tue Jan 26 2021 Fedora Release Engineering - 1.6.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild