Accepting request 857701 from devel:languages:haskell
update haskell stack in openSUSE OBS-URL: https://build.opensuse.org/request/show/857701 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git-annex?expand=0&rev=10
This commit is contained in:
commit
86f858c1b4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4e34b92349470cc62ed45441ee8ad6cff0b385fb3388d8c192ef63d50c3a1eea
|
||||
size 8457065
|
3
git-annex-8.20201127.tar.gz
Normal file
3
git-annex-8.20201127.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9bb8fe61d4e0f0d25a220c11e00413c6b8a5ee67dcf91833c34095fc72a436a9
|
||||
size 8490201
|
@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- disable %{ix86} build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 29 15:48:14 UTC 2020 - psimons@suse.com
|
||||
|
||||
- Update git-annex to version 8.20201127.
|
||||
git-annex (8.20201127) upstream; urgency=medium
|
||||
|
||||
* adjust: New --unlock-present mode which locks files whose content is not
|
||||
present (so the broken symlink is visible), while unlocking files whose
|
||||
content is present.
|
||||
* Added annex.adjustedbranchrefresh git config to update adjusted
|
||||
branches set up by git-annex adjust --unlock-present/--hide-missing.
|
||||
* Fix hang when an external special remote program exited but
|
||||
the stderr pipe to it was left open, due to a daemon having inherited
|
||||
the file descriptor.
|
||||
* Fix a bug that could make resuming a download from the web fail
|
||||
when the entire content of the file is actually already present
|
||||
locally.
|
||||
* examinekey: Added a "file" format variable for consistency with find,
|
||||
and for easier scripting.
|
||||
* init: When writing hook scripts, set all execute bits, not only
|
||||
the user execute bit.
|
||||
* upgrade: Support an edge case upgrading a v5 direct mode repo
|
||||
where nothing had ever been committed to the head branch.
|
||||
* Made the test suite significantly less noisy, only displaying command
|
||||
output when something failed.
|
||||
* Fix building without the torrent library.
|
||||
Thanks, Kyle Meyer.
|
||||
* Fix build on Windows.
|
||||
* Prevent windows assistant from trying (and failing) to upgrade
|
||||
itself, which has never been supported on windows.
|
||||
|
||||
-- Joey Hess <id@joeyh.name> Fri, 27 Nov 2020 12:54:11 -0400
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 17 15:41:20 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: git-annex
|
||||
Version: 8.20201116
|
||||
Version: 8.20201127
|
||||
Release: 0
|
||||
Summary: Manage files with git, without checking their contents into git
|
||||
License: AGPL-3.0-or-later AND GPL-3.0-or-later AND BSD-2-Clause AND MIT AND GPL-2.0-only
|
||||
@ -127,7 +127,6 @@ BuildRequires: git-core
|
||||
BuildRequires: gpg2
|
||||
BuildRequires: lsof
|
||||
BuildRequires: rsync
|
||||
Requires: git-core
|
||||
Requires(post): desktop-file-utils
|
||||
Requires(post): hicolor-icon-theme
|
||||
Requires(postun): desktop-file-utils
|
||||
@ -138,6 +137,7 @@ Recommends: lsof
|
||||
Recommends: rsync
|
||||
Recommends: ssh
|
||||
Suggests: %{name}-bash-completion
|
||||
ExcludeArch: %{ix86}
|
||||
|
||||
%description
|
||||
Git-annex allows managing files with git, without checking the file contents
|
||||
@ -159,7 +159,6 @@ up and use git-annex this way.
|
||||
|
||||
%package bash-completion
|
||||
Summary: Bash completion for git-annex
|
||||
Group: System/Shells
|
||||
Requires: %{name} = %{version}
|
||||
Requires: bash-completion
|
||||
Supplements: (%{name} and bash-completion)
|
||||
@ -183,14 +182,6 @@ make DESTDIR=%{buildroot} BUILDER=./Setup install-mans install-completions insta
|
||||
rm %{buildroot}%{_datadir}/fish/vendor_completions.d/git-annex.fish
|
||||
rm %{buildroot}%{_datadir}/zsh/site-functions/_git-annex
|
||||
|
||||
%post
|
||||
%desktop_database_post
|
||||
%icon_theme_cache_post
|
||||
|
||||
%postun
|
||||
%desktop_database_postun
|
||||
%icon_theme_cache_postun
|
||||
|
||||
%files
|
||||
%license COPYRIGHT
|
||||
%doc CHANGELOG NEWS README
|
||||
|
Loading…
Reference in New Issue
Block a user