Rebase to 0.13.78
- Fix the wrong date in the specfile - According to the upstream, the following two isssues should no longer be reproducible in 0.13.78: Related: RHEL-45372 Related: RHEL-45367
This commit is contained in:
parent
6b9f619d87
commit
f015ecb883
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ zziplib-0.13.49.tar.bz2
|
||||
/v0.13.71.tar.gz
|
||||
/v0.13.72.tar.gz
|
||||
/v0.13.74.tar.gz
|
||||
/v0.13.78.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v0.13.74.tar.gz) = 7dd27247cbc475e2c6beb3a96c620f9938ade0dff6f4e088f9c28432fc4cc01df9d6771ec3d5e07baabe27033f4764d60e31c4c54588559de64e894d0557c94f
|
||||
SHA512 (v0.13.78.tar.gz) = e96771c310a1a9eb227027e8c2a495409c01dd273b483b3a04119d6a273cce7c88ba77c192fcde5e85d0a37c847a0df8e521f460d00920e62153400f0743ea78
|
||||
|
12
zziplib.spec
12
zziplib.spec
@ -4,8 +4,8 @@
|
||||
|
||||
Summary: Lightweight library to easily extract data from zip files
|
||||
Name: zziplib
|
||||
Version: 0.13.74
|
||||
Release: 5%{?dist}
|
||||
Version: 0.13.78
|
||||
Release: 1%{?dist}
|
||||
License: LGPL-2.0-or-later OR MPL-1.1
|
||||
URL: http://zziplib.sourceforge.net/
|
||||
Source: https://github.com/gdraheim/zziplib/archive/v%{version}.tar.gz
|
||||
@ -76,6 +76,7 @@ zziplib library.
|
||||
%doc docs/COPYING* ChangeLog README TODO
|
||||
%{_libdir}/*.so.*
|
||||
%exclude %{_datadir}/zziplib/*.cmake
|
||||
%exclude %{_libdir}/cmake/zziplib/*.cmake
|
||||
|
||||
%files utils
|
||||
%{_bindir}/*
|
||||
@ -90,7 +91,12 @@ zziplib library.
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Wed Jul 03 2024 Jakub Martisko <jamartis@redhat.com> - 0.13.74-5
|
||||
* Fri Jan 31 2025 Jakub Martisko <jamartis@redhat.com> - 0.13.78-1
|
||||
- Rebase to 0.13.78
|
||||
- Related: RHEL-45367
|
||||
- Related: RHEL-45372
|
||||
|
||||
* Wed Jan 08 2025 Jakub Martisko <jamartis@redhat.com> - 0.13.74-5
|
||||
- Bump the release number to trigger the gating tests
|
||||
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.13.74-4
|
||||
|
Loading…
Reference in New Issue
Block a user