SHA256
1
0
forked from pool/unison

Compare commits

..

4 Commits

Author SHA256 Message Date
Ana Guerrero
d2fab8ba53 Accepting request 1240733 from devel:languages:ocaml
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1240733
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unison?expand=0&rev=49
2025-01-28 13:59:39 +00:00
a88aa27ee8 blank line
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/unison?expand=0&rev=50
2025-01-21 08:41:14 +00:00
deeafdeac9 trim changes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/unison?expand=0&rev=49
2025-01-21 08:40:43 +00:00
4bcc7c5d39 - Update to verison 2.53.7
* Fix for parallel builds of the gui. (If 2.53.6 built for you,
    because you didn't build the GUI, you didn't use -j, or you got
    lucky, there is no need to update to 2.53.7.)
- Update to version 2.53.6
  * Remove workaround for Windows DST: Time differences of one hour
    are no longer treated as not different.
  * Time remaining, when over 24h, shown as days and HMS instead of
    just HMS.
  * Stop using deprecated [GdkPixbuf.from_xpm_data] (avoids problems
    with some versions of gdkpixbuf). Attempt to avoid soundness
    issues with lablgtk while doing so.
  * Deprecation warning: support for external rsync will be removed,
    likely in 2.54.0.
  * DEPRECATION MAY HAPPEN WITH LESS THAN TYPICAL NOTICE:
    lablgtk is difficult to use safely, and future maintenance is
    unclear. Implementing the GUI without lablgtk requires more effort
    than seems likely to happen. Thus, it is possible that support for
    the unison GUI may end suddenly, on a particular platform, or on all
    platforms -- even in a micro release. See #1075

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/unison?expand=0&rev=48
2025-01-21 08:38:32 +00:00
5 changed files with 20 additions and 8 deletions

View File

@ -53,7 +53,7 @@
<param name="exclude">unison-gui.opam</param> <param name="exclude">unison-gui.opam</param>
<param name="exclude">unison.opam</param> <param name="exclude">unison.opam</param>
<param name="filename">unison</param> <param name="filename">unison</param>
<param name="revision">060f54b0ec95e26df8725d699ef7b4cab23e0d68</param> <param name="revision">96e15a800bb0e619da6f7092ddefc47101c3092f</param>
<param name="scm">git</param> <param name="scm">git</param>
<param name="submodules">disable</param> <param name="submodules">disable</param>
<param name="url">https://github.com/bcpierce00/unison.git</param> <param name="url">https://github.com/bcpierce00/unison.git</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1f4f39078e7669bfe95ad18e38d6818b42af0f6e62cdc3b587de92ad85dd6c50
size 390452

3
unison-2.53.7.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:356008df9902ea68af28b62c9a6ca2e5fce2d4a02feda4e96c09b487c682db7c
size 393660

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jan 20 10:31:04 UTC 2025 - Yunus Acar <yunus.acar@suse.com>
- Update to verison 2.53.7
* Time remaining, when over 24h, shown as days and HMS instead of
just HMS.
* Stop using deprecated [GdkPixbuf.from_xpm_data] (avoids problems
with some versions of gdkpixbuf). Attempt to avoid soundness
issues with lablgtk while doing so.
* Deprecation warning: support for external rsync will be removed
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 7 07:07:07 UTC 2024 - ohering@suse.de Tue May 7 07:07:07 UTC 2024 - ohering@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package unison # spec file for package unison
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -24,11 +24,11 @@
%define pkg unison %define pkg unison
Name: %pkg%nsuffix Name: %pkg%nsuffix
Version: 2.53.5 Version: 2.53.7
Release: 0 Release: 0
%{?ocaml_preserve_bytecode} %{?ocaml_preserve_bytecode}
Summary: File synchronization tool Summary: File synchronization tool
License: GPL-3.0+ License: GPL-3.0-or-later
Group: Productivity/Networking/Other Group: Productivity/Networking/Other
BuildRoot: %_tmppath/%name-%version-build BuildRoot: %_tmppath/%name-%version-build
URL: https://github.com/bcpierce00/unison URL: https://github.com/bcpierce00/unison
@ -60,8 +60,9 @@ replica to the other.
%package text %package text
Summary: File synchronization tool Summary: File synchronization tool
License: GPL-3.0+ License: GPL-3.0-or-later
Group: Productivity/Networking/Other Group: Productivity/Networking/Other
%description text %description text
Text based userinterface for Unison. Text based userinterface for Unison.