New version
- Fix installation without specifying --exec-prefix (martin)
This commit is contained in:
parent
845b461cfa
commit
073b1d6957
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/libbytesize-0.7.tar.gz
|
||||
/libbytesize-0.8.tar.gz
|
||||
/libbytesize-0.9.tar.gz
|
||||
/libbytesize-0.10.tar.gz
|
||||
|
||||
@ -11,8 +11,8 @@
|
||||
%endif
|
||||
|
||||
Name: libbytesize
|
||||
Version: 0.9
|
||||
Release: 2%{?dist}
|
||||
Version: 0.10
|
||||
Release: 1%{?dist}
|
||||
Summary: A library for working with sizes in bytes
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/rhinstaller/libbytesize
|
||||
@ -109,6 +109,10 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Apr 19 2017 Vratislav Podzimek <vpodzime@redhat.com> - 0.10-1
|
||||
- Fix installation without specifying --exec-prefix (martin)
|
||||
- Sync the spec file with downstream (vpodzime)
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libbytesize-0.9.tar.gz) = af8542af90db58624a90b2e1fa2a2474fd2fdca4988f4e3fbe497df93fea7fe34d43c1f8114d27ce154df001aacaf8680c99f7ba3c2fca734bcb44d03601485e
|
||||
SHA512 (libbytesize-0.10.tar.gz) = a33ef7bf1d978583e61bbe01b2b8431cde57fa95499ab81b7f129e11ebe86418f29a900f3e10523ee0dd2cc0e581ab7f0ec42b564ceb3c1ac3e7e08f5f47b7b3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user