Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5b3800043a | ||
|
|
73b40eacff |
3 changed files with 8 additions and 5 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
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@
|
|||
ExcludeArch: %{ix86}
|
||||
|
||||
Name: unison
|
||||
Version: 2.53.5
|
||||
Release: 5%{?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
|
||||
|
||||
|
|
@ -62,7 +63,6 @@ changes in each replica to the other.
|
|||
%if %{with gtk}
|
||||
%package gtk
|
||||
Summary: Unison File Synchronizer GTK interface
|
||||
Requires: gdk-pixbuf2-modules-extra
|
||||
Requires: hicolor-icon-theme
|
||||
%description gtk
|
||||
%{summary}.
|
||||
|
|
@ -151,6 +151,9 @@ 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
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.53.5-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue