Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Matthew Krupcale
56b2dad68f Add doc BuildRequires for European Computer Modern Fonts
The tex-ec package for European Computer Modern Fonts is required for building
the LaTeX documentation, so add it to the doc BuildRequires.

 * unison.spec: add doc BuildRequires for European Computer Modern Fonts
2025-07-26 13:06:06 -04:00
Matthew Krupcale
bae8a45cfb Update to v2.53.7
Update to latest upstream version 2.53.7. Also remove the package Requires:
gdk-pixbuf2-modules-extra from the gtk package because upstream unison since
version 2.53.6 no longer uses the deprecated GdkPixbuf.from_xpm_data.

 * .gitignore: ignore v2.53.7 source archive
 * sources: add v2.53.7 source archive hash
 * unison.spec:
   - update to v2.53.7
   - gtk: remove package Requires: gdk-pixbuf2-modules-extra
2025-02-22 10:18:54 -05:00
Jerry James
34f52856a4 OCaml 5.2.1 rebuild for Fedora 41 2025-01-29 11:27:14 -07:00
Matthew Krupcale
c68e5fa8ca Add package Requires for GDK Pixbuf XPM image loader module
Since Fedora 41, several image loader modules for GDK Pixbuf have been moved
from gdk-pixbuf2-modules to a new package gdk-pixbuf2-modules-extra [1]. The XPM
image loader module in particular is required by unison-gtk, so add a package
Requires for it.

 * unison.spec: add package Requires for GDK Pixbuf XPM image loader module

[1] https://src.fedoraproject.org/rpms/gdk-pixbuf2-modules-extra
2024-09-20 19:06:40 -04:00
3 changed files with 14 additions and 4 deletions

2
.gitignore vendored
View file

@ -1 +1 @@
/unison-2.53.5.tar.gz
/unison-2.53.7.tar.gz

View file

@ -1 +1 @@
SHA512 (unison-2.53.5.tar.gz) = eabeed7b428f1985610b47ce8bc7faac515fd24937727612aa45435da3e38d40b6cd6d227eb3b65dc370d46458cecfca9d0e9e1712b2b7fa41b76675f8115c4c
SHA512 (unison-2.53.7.tar.gz) = 11bd1d2792fb84fa2b29426516d7b91a2295febcb84052118d492a29d9ddaa23265b66cc88113019ec6782f3edcf596f7a37c8637e673b2928188248b9d63d60

View file

@ -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