New version
- Add NEWS.rst file (vtrefny) - Fix source and url in spec file (vtrefny) - Use only one git tag for new releases (vtrefny) - Actually translate the units when expected (vpodzime) - Add two temporary test files to .gitignore (vpodzime)
This commit is contained in:
parent
2cbda07e54
commit
e934733bec
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
||||
/libbytesize-0.10.tar.gz
|
||||
/libbytesize-0.11.tar.gz
|
||||
/libbytesize-1.0.tar.gz
|
||||
/libbytesize-1.1.tar.gz
|
||||
|
||||
@ -11,12 +11,12 @@
|
||||
%endif
|
||||
|
||||
Name: libbytesize
|
||||
Version: 1.0
|
||||
Version: 1.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A library for working with sizes in bytes
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/rhinstaller/libbytesize
|
||||
Source0: https://github.com/rhinstaller/libbytesize/archive/%{name}-%{version}.tar.gz
|
||||
URL: https://github.com/storaged-project/libbytesize
|
||||
Source0: https://github.com/storaged-project/libbytesize/releases/download/%{version}-%{release}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gmp-devel
|
||||
BuildRequires: mpfr-devel
|
||||
@ -110,6 +110,13 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Sep 21 2017 Vratislav Podzimek <vpodzime@redhat.com> - 1.1-1
|
||||
- Add NEWS.rst file (vtrefny)
|
||||
- Fix source and url in spec file (vtrefny)
|
||||
- Use only one git tag for new releases (vtrefny)
|
||||
- Actually translate the units when expected (vpodzime)
|
||||
- Add two temporary test files to .gitignore (vpodzime)
|
||||
|
||||
* Thu Sep 14 2017 Vratislav Podzimek <vpodzime@redhat.com> - 1.0-1
|
||||
- Make more space for CI status image (vtrefny)
|
||||
- Include limits.h to make sure ULONG_MAX is defined (vpodzime)
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libbytesize-1.0.tar.gz) = 1b01d1b0464da77915a0cf4941a2b15a63938c58c228bbff373f23b202c008688b1445b55b58eef4fd41a55de6d1c7104f94c9581fcdc72d5184e62c142db240
|
||||
SHA512 (libbytesize-1.1.tar.gz) = 901ee970387038fb3ca5a8a54eab8d09e4a0e1da562545a2d1a14137c33b2abe8af18662f222d4c5e48e5da2580443ef557822bc41bc30ca18743bdec8c56fea
|
||||
|
||||
Loading…
Reference in New Issue
Block a user