Actually upload new sources

Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
This commit is contained in:
Jonathan Dieter 2019-05-19 18:25:39 +01:00
parent 91a89dc75d
commit d5bc46de6d
3 changed files with 5 additions and 3 deletions

1
.gitignore vendored
View File

@ -22,3 +22,4 @@
/zchunk-1.0.4.tar.gz
/zchunk-1.1.0.tar.gz
/zchunk-1.1.1.tar.gz
/zchunk-1.1.2.tar.gz

View File

@ -1 +1 @@
SHA512 (zchunk-1.1.1.tar.gz) = 7b1d80dddb45f56c2c821599dcd2b5dd9fd971eae0b5fbc3b982450e6a17880ac4cec0889bc584311a8fdd7fb96c698d748c840399b7d714a949e1f06e2e51cf
SHA512 (zchunk-1.1.2.tar.gz) = 2a03dd0690b6ab73dbc13f9203d5535e0f159e758d34e95937000537892cb193426b2f25f771b1fac35dc9bc36f4c2cde213cba0af27634c6f2c81ccffc1fae7

View File

@ -1,6 +1,6 @@
Name: zchunk
Version: 1.1.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Compressed file format that allows easy deltas
License: BSD and MIT
URL: https://github.com/zchunk/zchunk
@ -83,9 +83,10 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio
%{_includedir}/zck.h
%changelog
* Sun May 19 2019 Jonathan Dieter <jdieter@gmail.com> - 1.1.2-1
* Sun May 19 2019 Jonathan Dieter <jdieter@gmail.com> - 1.1.2-2
- Fix multipart range handling to work with quotes, fixes #1706627
- Fix file creation permissions so they respect umask
- Actually push new sources
* Tue Apr 16 2019 Adam Williamson <awilliam@redhat.com> - 1.1.1-3
- Rebuild with Meson fix for #1699099