Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package git-annex for openSUSE:Factory checked in at 2022-02-03 23:16:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/git-annex (Old) and /work/SRC/openSUSE:Factory/.git-annex.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "git-annex" Thu Feb 3 23:16:53 2022 rev:23 rq:951329 version:8.20211231 Changes: -------- --- /work/SRC/openSUSE:Factory/git-annex/git-annex.changes 2021-11-11 21:37:40.048943153 +0100 +++ /work/SRC/openSUSE:Factory/.git-annex.new.1898/git-annex.changes 2022-02-03 23:18:56.379608044 +0100 @@ -1,0 +2,64 @@ +Wed Jan 19 12:40:15 UTC 2022 - Ben Greiner <c...@bnavigator.de> + +- Update to git-annex version 8.20211231 + * Improved support for using git-annex in a read-only repository, + git-annex branch information from remotes that cannot be merged + into the git-annex branch will now not crash it, but will be + merged in memory. + * addurl, youtube-dl: When --check-raw prevents downloading an + url, still continue with any downloads that come after it, + rather than erroring out. + * Fix locking problems when annex.pidlock is set and concurrency + is enabled eg with -J. + * Improve error message display when autoinit fails due to eg, a + permissions problem. + * export: Avoid unncessarily re-exporting non-annexed files that + were already exported. + * Improve git command queue flushing so that eg, addurl of + several large files that take time to download will update the + index for each file, rather than deferring the index updates to + the end. + * sync: Better error message when unable to export to a remote + because remote.name.annex-tracking-branch is configured to a + ref that does not exist. + * Fix build with ghc 9.0.1 + * Fix build with old versions of feed library. +- git-annex 8.20211123 was released with these changes: + * Bugfix: When -J was enabled, getting files could leak an + ever-growing number of git cat-file processes. + * Support git's new "ort" resolver, which became the default in + git 2.34.0, and broke the test suite and automatic merge + resolution of a conflict between an annexed file and a + non-annexed file. + * importfeed: Display url before starting youtube-dl download. +- Move to _service checking out the upstream source directly +- Avoid compiling and linking the binary a second time in the + install phase and a third time in the check phase + +------------------------------------------------------------------- +Sat Nov 20 17:31:42 UTC 2021 - psim...@suse.com + +- Update git-annex to version 8.20211117. + git-annex (8.20211117) upstream; urgency=medium + + * filter-process: New command that can make git add/checkout faster when + there are a lot of unlocked annexed files or non-annexed files, but that + also makes git add of large annexed files slower. Use it by running: + git config filter.annex.process 'git-annex filter-process' + * Fix a typo in the name of youtube-dl + (reversion introduced in version 8.20210903) + * git-lfs: Fix interoperability with gitlab's implementation of the + git-lfs protocol, which requests Content-Encoding chunked. + * importfeed: Fix a crash when used in a non-unicode locale. + * migrate: New --remove-size option. + * uninit: Avoid error message when no commits have been made to the + repository yet. + * uninit: Avoid error message when there is no git-annex branch. + * metadata --batch: Avoid crashing when a non-annexed file is input, + instead output a blank line like other batch commands do. + * metadata --batch --json: Reject input whose "fields" does not consist + of arrays of strings. Such invalid input used to be silently ignored. + + -- Joey Hess <i...@joeyh.name> Wed, 17 Nov 2021 12:18:49 -0400 + +------------------------------------------------------------------- Old: ---- git-annex-8.20211028.tar.gz New: ---- _service git-annex-8.20211231.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ git-annex.spec ++++++ --- /var/tmp/diff_new_pack.0cBpjo/_old 2022-02-03 23:18:56.939604221 +0100 +++ /var/tmp/diff_new_pack.0cBpjo/_new 2022-02-03 23:18:56.943604194 +0100 @@ -1,7 +1,7 @@ # # spec file for package git-annex # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,13 @@ Name: git-annex -Version: 8.20211028 +Version: 8.20211231 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 -URL: https://hackage.haskell.org/package/%{name} -Source0: https://github.com/opensuse-haskell/git-annex/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz +URL: https://git-annex.branchable.com/ +# Update the revision element in the _service file and run `osc service runall` for updates +Source0: %{name}-%{version}.tar.xz BuildRequires: bash-completion BuildRequires: chrpath BuildRequires: curl @@ -129,8 +130,8 @@ BuildRequires: rsync Requires(post): desktop-file-utils Requires(post): hicolor-icon-theme -Requires(postun): desktop-file-utils -Requires(postun): hicolor-icon-theme +Requires(postun):desktop-file-utils +Requires(postun):hicolor-icon-theme Recommends: curl Recommends: gpg2 Recommends: lsof @@ -168,20 +169,26 @@ %prep %autosetup +# don't build again when installing manuals, completions, and desktop files +sed -i '/^install-.*:/ s/build//' Makefile %build %define cabal_configure_options -ftestsuite %ghc_bin_build -%check -%make_build DESTDIR=%{buildroot} BUILDER=./Setup test - %install %ghc_bin_install +# The make install-completions target expects the binary in the local directory +ln -s %{buildroot}%{_bindir}/git-annex ./git-annex make DESTDIR=%{buildroot} BUILDER=./Setup install-mans install-completions install-desktop rm %{buildroot}%{_datadir}/fish/vendor_completions.d/git-annex.fish rm %{buildroot}%{_datadir}/zsh/site-functions/_git-annex +%check +export PATH=%{buildroot}%{_bindir}:$PATH +# this is `make test` but without the repeated build of the binaries and with immediate display of the results +%{buildroot}%{_bindir}/git-annex test + %files %license COPYRIGHT %doc CHANGELOG NEWS README @@ -193,7 +200,7 @@ %dir %{_datadir}/icons/hicolor/16x16/apps %dir %{_datadir}/icons/hicolor/scalable %dir %{_datadir}/icons/hicolor/scalable/apps -%{_sysconfdir}/xdg/autostart/git-annex.desktop +%config %{_sysconfdir}/xdg/autostart/git-annex.desktop %{_mandir}/man1/git-annex*.1%{?ext_man} %{_mandir}/man1/git-remote-tor-annex.1%{?ext_man} %{_datadir}/applications/git-annex.desktop ++++++ _service ++++++ <services> <service name="obs_scm" mode="disabled"> <param name="url">https://git.joeyh.name/git/git-annex.git</param> <param name="scm">git</param> <param name="revision">8.20211231</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">disable</param> </service> <service mode="disabled" name="set_version" /> <service mode="disabled" name="tar" /> <service mode="disabled" name="recompress"> <param name="file">*.tar</param> <param name="compression">xz</param> </service> </services>