Version 1.4 (#1918100)
This commit is contained in:
parent
be86b4353f
commit
3f4fc0c0b9
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/compsize-1.1.tar.gz
|
||||
/compsize-1.3.tar.gz
|
||||
/compsize-1.4.tar.gz
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
Name: compsize
|
||||
Version: 1.3
|
||||
Release: 4%{?dist}
|
||||
Summary: Utility for measuring compression ratio of files on btrfs
|
||||
License: GPLv2+
|
||||
URL: https://github.com/kilobyte/compsize
|
||||
Source: https://github.com/kilobyte/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
BuildRequires: gcc
|
||||
BuildRequires: btrfs-progs-devel
|
||||
Name: compsize
|
||||
Version: 1.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Utility for measuring compression ratio of files on btrfs
|
||||
License: GPLv2+
|
||||
URL: https://github.com/kilobyte/compsize
|
||||
Source: https://github.com/kilobyte/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
BuildRequires: gcc
|
||||
BuildRequires: btrfs-progs-devel
|
||||
BuildRequires: make
|
||||
|
||||
%description
|
||||
@ -32,6 +32,9 @@ install -D -m 0644 %{name}.8 %{buildroot}%{_mandir}/man8/%{name}.8
|
||||
%{_mandir}/man8/%{name}.8*
|
||||
|
||||
%changelog
|
||||
* Wed Jan 20 2021 Juan Orti Alcaine <jortialc@redhat.com> - 1.4-1
|
||||
- Version 1.4 (#1918100)
|
||||
|
||||
* Thu Aug 06 2020 Juan Orti Alcaine <jortialc@redhat.com> - 1.3-4
|
||||
- Use set_build_flags macro
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (compsize-1.3.tar.gz) = 411b92651fdc3d03deccbf38f72936fee95cf80c67d6368efbc0dafacfe9793815a23ef0d02f7feadf31391e415df3d90cd19fb3acc8cce94f37cb3e4eed623d
|
||||
SHA512 (compsize-1.4.tar.gz) = c07081721f87d8a59e724a62a0a6d6724434292e6bb3ffb71acd7c47e21727db8f02f4df296cb6094c0e80d3cd555018e492616747ce69055d21302a6617ca54
|
||||
|
||||
Loading…
Reference in New Issue
Block a user