Update to 2.2.0
This commit is contained in:
parent
5facfaba70
commit
f47951eb98
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
/ancient-2.0.0.tar.gz
|
||||
/ancient-2.1.1.tar.gz
|
||||
/ancient-2.2.0.tar.gz
|
||||
|
|
|
|||
11
ancient.spec
11
ancient.spec
|
|
@ -1,8 +1,8 @@
|
|||
%global gittag v2.1.1
|
||||
%global gittag v2.2.0
|
||||
|
||||
Name: ancient
|
||||
Version: 2.1.1
|
||||
Release: 4%{?dist}
|
||||
Version: 2.2.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Modern decompressor for old data compression formats
|
||||
|
||||
# All files are BSD-2-Clause except src/BZIP2Table.hpp which is bzip2-1.0.6
|
||||
|
|
@ -71,7 +71,7 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} %{buildroot}%{_bindir}/ancient verify %{S
|
|||
%files libs
|
||||
%license LICENSE
|
||||
%{_libdir}/libancient.so.2
|
||||
%{_libdir}/libancient.so.2.0.1
|
||||
%{_libdir}/libancient.so.2.0.2
|
||||
|
||||
%files devel
|
||||
%{_includedir}/%{name}
|
||||
|
|
@ -81,6 +81,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} %{buildroot}%{_bindir}/ancient verify %{S
|
|||
|
||||
|
||||
%changelog
|
||||
* Sun Oct 20 2024 Charles R. Anderson <cra@alum.wpi.edu> - 2.2.0-1
|
||||
- Update to 2.2.0
|
||||
|
||||
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (ancient-2.1.1.tar.gz) = 47cf5d6ec0e5055507895495f88122c109ea4d3dfcb7a1bfef52d6e04fc2ac148706ddf03d2779c603229ba962874c007fad0e7f6270759db4ba67d141f4a0bf
|
||||
SHA512 (ancient-2.2.0.tar.gz) = 5e184799ba6d6d90f067336800c4d9719396ce5216af916e2498d87a55e1339844659bf2108fe5e65c6a49fb0ac7cc9f0ae7a670a3e5f06668e000257c1e713c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue