Compare commits
No commits in common. "rawhide" and "f39" have entirely different histories.
3 changed files with 5 additions and 31 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,4 +1,2 @@
|
|||
/ancient-2.0.0.tar.gz
|
||||
/ancient-2.1.1.tar.gz
|
||||
/ancient-2.2.0.tar.gz
|
||||
/ancient-2.3.0.tar.gz
|
||||
|
|
|
|||
32
ancient.spec
32
ancient.spec
|
|
@ -1,8 +1,8 @@
|
|||
%global gittag v%{version}
|
||||
%global gittag v2.1.1
|
||||
|
||||
Name: ancient
|
||||
Version: 2.3.0
|
||||
Release: 2%{?dist}
|
||||
Version: 2.1.1
|
||||
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.3
|
||||
%{_libdir}/libancient.so.2.0.1
|
||||
|
||||
%files devel
|
||||
%{_includedir}/%{name}
|
||||
|
|
@ -81,30 +81,6 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} %{buildroot}%{_bindir}/ancient verify %{S
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Oct 31 2025 Charles R. Anderson <cra@alum.wpi.edu> - 2.3.0-1
|
||||
- Update to 2.3.0
|
||||
|
||||
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* 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
|
||||
|
||||
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sun Aug 06 2023 Charles R. Anderson <cra@alum.wpi.edu> - 2.1.1-1
|
||||
- Update to 2.1.1
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (ancient-2.3.0.tar.gz) = 8d18665ec34b48a0561d1ad1f5d217e34c44046718396a0bd3bb71f2cebd765ad58a4c33668ef6a59e656ca91282ed025a4c961a993f8561cf90b23418c898e8
|
||||
SHA512 (ancient-2.1.1.tar.gz) = 47cf5d6ec0e5055507895495f88122c109ea4d3dfcb7a1bfef52d6e04fc2ac148706ddf03d2779c603229ba962874c007fad0e7f6270759db4ba67d141f4a0bf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue