New version
- Fix README file name (vtrefny) - Add a build status image to the README.md (vpodzime) - Remove "glibc-all-langpacks" from test dependencies (vtrefny) - Check for requires in generated spec file, not in the template (vtrefny) - Fix checking for available locales (vtrefny) - Fix library name in acinclude.m4 (vtrefny) - Do not try to run translation tests on CentOS/RHEL 7 (vtrefny) - Skip tests if they require unavailable locales (vpodzime)
This commit is contained in:
parent
073b1d6957
commit
2e0df4271d
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/libbytesize-0.8.tar.gz
|
||||
/libbytesize-0.9.tar.gz
|
||||
/libbytesize-0.10.tar.gz
|
||||
/libbytesize-0.11.tar.gz
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
%endif
|
||||
|
||||
Name: libbytesize
|
||||
Version: 0.10
|
||||
Version: 0.11
|
||||
Release: 1%{?dist}
|
||||
Summary: A library for working with sizes in bytes
|
||||
License: LGPLv2+
|
||||
@ -83,7 +83,7 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
|
||||
|
||||
|
||||
%files -f %{name}.lang
|
||||
%doc README.rst
|
||||
%doc README.md
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license LICENSE
|
||||
%{_libdir}/libbytesize.so.*
|
||||
@ -109,6 +109,16 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jun 14 2017 Vratislav Podzimek <vpodzime@redhat.com> - 0.11-1
|
||||
- Fix README file name (vtrefny)
|
||||
- Add a build status image to the README.md (vpodzime)
|
||||
- Remove "glibc-all-langpacks" from test dependencies (vtrefny)
|
||||
- Check for requires in generated spec file, not in the template (vtrefny)
|
||||
- Fix checking for available locales (vtrefny)
|
||||
- Fix library name in acinclude.m4 (vtrefny)
|
||||
- Do not try to run translation tests on CentOS/RHEL 7 (vtrefny)
|
||||
- Skip tests if they require unavailable locales (vpodzime)
|
||||
|
||||
* 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)
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libbytesize-0.10.tar.gz) = a33ef7bf1d978583e61bbe01b2b8431cde57fa95499ab81b7f129e11ebe86418f29a900f3e10523ee0dd2cc0e581ab7f0ec42b564ceb3c1ac3e7e08f5f47b7b3
|
||||
SHA512 (libbytesize-0.11.tar.gz) = 95e8c548fbbd08ae30b31a8536e141795e1c3e8aa6f2c4c0f7ebeaeb50bf8db28f1a465ea88676154642b5c485490e58fd719d44b7915b504a12dcf6452e5303
|
||||
|
||||
Loading…
Reference in New Issue
Block a user