Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
56b2dad68f | ||
|
|
bae8a45cfb | ||
|
|
34f52856a4 | ||
|
|
c68e5fa8ca |
3 changed files with 14 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1 +1 @@
|
|||
/unison-2.53.5.tar.gz
|
||||
/unison-2.53.7.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (unison-2.53.5.tar.gz) = eabeed7b428f1985610b47ce8bc7faac515fd24937727612aa45435da3e38d40b6cd6d227eb3b65dc370d46458cecfca9d0e9e1712b2b7fa41b76675f8115c4c
|
||||
SHA512 (unison-2.53.7.tar.gz) = 11bd1d2792fb84fa2b29426516d7b91a2295febcb84052118d492a29d9ddaa23265b66cc88113019ec6782f3edcf596f7a37c8637e673b2928188248b9d63d60
|
||||
|
|
|
|||
14
unison.spec
14
unison.spec
|
|
@ -11,8 +11,8 @@
|
|||
ExcludeArch: %{ix86}
|
||||
|
||||
Name: unison
|
||||
Version: 2.53.5
|
||||
Release: 2%{?dist}
|
||||
Version: 2.53.7
|
||||
Release: 1%{?dist}
|
||||
Summary: File Synchronizer
|
||||
|
||||
%global forgeurl https://github.com/bcpierce00/%{name}/
|
||||
|
|
@ -47,6 +47,7 @@ BuildRequires: ocaml-cairo-devel
|
|||
%if %{with doc}
|
||||
BuildRequires: hevea
|
||||
BuildRequires: lynx
|
||||
BuildRequires: tex-ec
|
||||
BuildRequires: tex-latex
|
||||
%endif
|
||||
|
||||
|
|
@ -150,6 +151,15 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}.metain
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Sat Feb 22 2025 Matthew Krupcale <mkrupcale@gmail.com> - 2.53.7-1
|
||||
- Update to v2.53.7
|
||||
|
||||
* Wed Jan 29 2025 Jerry James <loganjerry@gmail.com> - 2.53.5-4
|
||||
- OCaml 5.2.1 rebuild for Fedora 41
|
||||
|
||||
* Fri Sep 20 2024 Matthew Krupcale <mkrupcale@gmail.com> - 2.53.5-3
|
||||
- Add package Requires for GDK Pixbuf XPM image loader module
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.53.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue