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
This commit is contained in:
commit
d2fab8ba53
2
_service
2
_service
@ -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>
|
||||||
|
@ -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
3
unison-2.53.7.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:356008df9902ea68af28b62c9a6ca2e5fce2d4a02feda4e96c09b487c682db7c
|
||||||
|
size 393660
|
@ -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
|
||||||
|
|
||||||
|
@ -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.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user