Compare commits

..

6 commits

Author SHA1 Message Date
Matthew Krupcale
d7d0489336 Update to v2.54.0
Update to latest upstream version 2.54.0. Also remove the custom desktop file
and manual installation of icons and the desktop file in favor of the upstream
installation. Finally, use the name unison-gui for icons, desktop, and metainfo
files, consistent with upstream.

 * .gitignore: ignore v2.54.0 source archive
 * sources: add v2.54.0 source archive hash
 * unison.desktop: remove
 * unison.metainfo.xml: rename as unison-gui.metainfo.xml, consistent with
   upstream desktop GUI naming
 * unison.spec:
   - update to v2.54.0
   - remove unison.desktop source
   - %install: remove custom icon and desktop file installation
   - use unison-gui for file names
2026-05-24 21:17:01 -04:00
Matthew Krupcale
8069581216 epel10: remove doc BuildRequires hevea and lynx
hevea is not available on epel10, so remove the doc BuildRequires for
hevea. lynx is only invoked when hevea is found, so remove the doc BuildRequires
for lynx as well. This means that the HTML and text manual will not be built.

 * unison.spec: remove doc BuildRequires hevea and lynx
2025-07-26 13:18:21 -04:00
Matthew Krupcale
f028bcc004 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:14:36 -04:00
Matthew Krupcale
c05d644f8b 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-07-26 13:14:32 -04:00
Matthew Krupcale
9b00b0f7c3 epel9: disable GTK packages until build dependencies are also packaged
epel9 currently misses the ocaml-{cairo,lablgtk3}-devel packages, which
themselves have a few missing build dependencies as well. So disable the
gtk packages until these build dependencies are available in epel9.

 * unison.spec: disable gtk packages
2025-07-26 13:14:29 -04:00
Matthew Krupcale
0ba586d5fc Re-package latest upstream v2.53.5
This updates the previous (orphaned) unison v2.40 package [1] to the latest
upstream version v2.53.5. Since unison v2.52 (2022-03), unison has become
considerably more forward and backward version-compatible, not only between
clients and servers of different unison versions but also when compiled with
different OCaml compiler versions. Thus, there is no longer a need for different
packages for different unison versions, so we revive the primary unison package.

 * .cvsignore: remove
 * .gitignore: ignore v2.53.5 source archive
 * Makefile: remove
 * sources: add v2.53.5 source archive hash
 * unison.desktop: add XDG Desktop Entry file
 * unison.metainfo.xml: add AppData metainfo file
 * unison.spec: add updated spec file

[1] https://src.fedoraproject.org/rpms/unison240
2025-07-26 13:14:23 -04:00

View file

@ -1,5 +1,5 @@
%bcond doc 1
%bcond gtk 1
%bcond gtk 0
%ifarch %{ocaml_native_compiler}
%global native true
@ -12,7 +12,7 @@ ExcludeArch: %{ix86}
Name: unison
Version: 2.54.0
Release: 3%{?dist}
Release: 1%{?dist}
Summary: File Synchronizer
%global forgeurl https://github.com/bcpierce00/%{name}/
@ -44,9 +44,7 @@ BuildRequires: ocaml-lablgtk3-devel
BuildRequires: ocaml-cairo-devel
%endif
%if %{with doc}
BuildRequires: hevea
BuildRequires: lynx
BuildRequires: texlive-ec
BuildRequires: tex-ec
BuildRequires: tex-latex
%endif
@ -108,7 +106,7 @@ install -Dpm0644 -t %{buildroot}%{_metainfodir} %{SOURCE1}
%endif
%if %{with doc}
install -Dpm0644 -t %{buildroot}%{_docdir}/%{name} doc/%{name}-manual.{html,pdf,txt}
install -Dpm0644 -t %{buildroot}%{_docdir}/%{name} doc/%{name}-manual.pdf
%endif
%check
@ -138,52 +136,16 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}-gui.me
%if %{with doc}
%files doc
%dir %{_docdir}/%{name}
%{_docdir}/%{name}/%{name}-manual.{html,pdf,txt}
%{_docdir}/%{name}/%{name}-manual.pdf
%endif
%changelog
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.54.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
* Thu Jul 09 2026 Jerry James <loganjerry@gmail.com> - 2.54.0-2
- OCaml 5.5.0 rebuild
* Sun May 24 2026 Matthew Krupcale <mkrupcale@gmail.com> - 2.54.0-1
- Update to v2.54.0
* Fri Feb 20 2026 Richard W.M. Jones <rjones@redhat.com> - 2.53.7-7
- Bump release and rebuild
* Fri Feb 20 2026 Richard W.M. Jones <rjones@redhat.com> - 2.53.7-6
- OCaml 5.4.1 rebuild
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.53.7-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
* Mon Oct 13 2025 Richard W.M. Jones <rjones@redhat.com> - 2.53.7-4
- OCaml 5.4.0 rebuild
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.53.7-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Sat Jul 12 2025 Jerry James <loganjerry@gmail.com> - 2.53.7-2
- Rebuild to fix OCaml dependencies
* 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
* Thu Jan 9 2025 Jerry James <loganjerry@gmail.com> - 2.53.5-4
- OCaml 5.3.0 rebuild for Fedora 42
* 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
* Sat May 18 2024 Matthew Krupcale <mkrupcale@gmail.com> - 2.53.5-1
- Re-package latest upstream v2.53.5