New version
- Squashed 'translation-canary/' changes from 840c2d6..fccbb1b (vtrefny) - Make sure the test script fails if one of the test runs fail (vtrefny) - Do not try to run python2 tests without python2 support (vtrefny) - Fix licence header for "gettext.h" (vtrefny) - Do not use rpm to check for Zanata client (vtrefny) - Use new ldconfig_scriptlets macro in spec (vtrefny)
This commit is contained in:
parent
48650c0798
commit
74cc42e299
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@
|
||||
/libbytesize-1.1.tar.gz
|
||||
/libbytesize-1.2.tar.gz
|
||||
/libbytesize-1.3.tar.gz
|
||||
/libbytesize-1.4.tar.gz
|
||||
|
||||
@ -17,8 +17,8 @@
|
||||
%define configure_opts %{?python3_opts} %{?python2_opts}
|
||||
|
||||
Name: libbytesize
|
||||
Version: 1.3
|
||||
Release: 5%{?dist}
|
||||
Version: 1.4
|
||||
Release: 1%{?dist}
|
||||
Summary: A library for working with sizes in bytes
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/storaged-project/libbytesize
|
||||
@ -122,6 +122,14 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Aug 02 2018 Vojtech Trefny <vtrefny@redhat.com> - 1.4-1
|
||||
- Squashed 'translation-canary/' changes from 840c2d6..fccbb1b (vtrefny)
|
||||
- Make sure the test script fails if one of the test runs fail (vtrefny)
|
||||
- Do not try to run python2 tests without python2 support (vtrefny)
|
||||
- Fix licence header for "gettext.h" (vtrefny)
|
||||
- Do not use rpm to check for Zanata client (vtrefny)
|
||||
- Use new ldconfig_scriptlets macro in spec (vtrefny)
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libbytesize-1.3.tar.gz) = a8e5b5d59d0a97ae52a2c0f437c4d7fd8afc8249762be99027e3beeadc6c54ad52a09c1d30e66466b99496fcf3419fa799d0fcccf61c0661b3e9cff48d0054af
|
||||
SHA512 (libbytesize-1.4.tar.gz) = 54aba1f605ad662ff525c47206e8342e727c807692225361f1fa8d6a66c00f2740fc3d3672978eec2806227d85f146034042a9808e458d8d6271a08934032959
|
||||
|
||||
Loading…
Reference in New Issue
Block a user