- New Version 1.2.1 (bcl)
- Let the user pass their own file descriptor (squimrel) - Correct format specifiers (squimrel)
This commit is contained in:
parent
916ec0ef8c
commit
def9dd3647
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/1.0.12.tar.gz
|
||||
/1.1.0.tar.gz
|
||||
/1.2.0.tar.gz
|
||||
/1.2.1.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Utilities for working with md5sum implanted in ISO images
|
||||
Name: isomd5sum
|
||||
Version: 1.2.0
|
||||
Version: 1.2.1
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
License: GPLv2+
|
||||
@ -80,6 +80,11 @@ popd
|
||||
%{python3_sitearch}/pyisomd5sum.so
|
||||
|
||||
%changelog
|
||||
* Fri Jun 09 2017 Brian C. Lane <bcl@redhat.com> - 1:1.2.1-1
|
||||
- New Version 1.2.1 (bcl)
|
||||
- Let the user pass their own file descriptor (squimrel)
|
||||
- Correct format specifiers (squimrel)
|
||||
|
||||
* Thu Jun 08 2017 Brian C. Lane <bcl@redhat.com> - 1:1.2.0-1
|
||||
- New Version 1.2.0 (bcl)
|
||||
- Improve the python test and add a test target to the Makefile (bcl)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (1.2.0.tar.gz) = 905be4000562c49fb5ca8bd69b7c03884e77b771f59403af4470c1d3fd27dad5d92aa8d7a9e0b1a434f3b0012f2692b4a535c2566f794e1acc24f18e2765fa1d
|
||||
SHA512 (1.2.1.tar.gz) = 8ad4b3db4a5e1c13445fa7e30f74b594a023410d0b5bc6d018eeaab250b5756bd644f9f72c27841bb9068b3472ae125baa1a2d8b474e0e2ba4177a5c04df66b3
|
||||
|
Loading…
Reference in New Issue
Block a user