Package Release Info

libgit2-glib-1.2.1-bp160.1.11

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libgit2-glib-1_0-0
libgit2-glib-devel
typelib-1_0-Ggit-1_0

Change Logs

* Wed Feb 26 2025 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.2.1:
  + Compatibility changes for libgit2 >=1.8.0
  + Fix definition of GGIT_MICRO_VERSION.
  + examples: free allocated objects
- Drop patches fixed upstream:
  + 0001-fix-don-t-confuse-GGIT_MICRO_VERSION-and-GGIT_MINOR_.patch
  + 0002-build-Fix-build-against-and-require-libgit2-1.8.0.patch
  + 0003-chore-support-libgit2-1.9.patch
* Wed Jan 29 2025 Matej Cepl <mcepl@cepl.eu>
- Remove libgit2-glib-include.patch and replace it with series of
  patches from the upstream issue tracker:
  + 0001-fix-don-t-confuse-GGIT_MICRO_VERSION-and-GGIT_MINOR_.patch
  + 0002-build-Fix-build-against-and-require-libgit2-1.8.0.patch
  + 0003-chore-support-libgit2-1.9.patch
* Wed Apr 03 2024 Dominique Leuenberger <dimstar@opensuse.org>
- Add libgit2-glib-include.patch: Fix build against libgit2 1.8.0.
* Sun Sep 03 2023 Luciano Santos <luc14n0@opensuse.org>
- Update to version 1.2.0:
  + diff: fix user_data parameter type.
  + ggit_repository_create_commit_from_ids: add safe checks.
  + Allow to sign commits.
  + Add mailmap support.
  + Miscelaneous of bug fixes.
- Drop bogus python3 BuildRequires: python3-base is sufficient.
* Fri Jul 22 2022 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.1.0:
  + Add macro GGIT_CHECK_VERSION.
  + ggit_diff_foreach: Prevent assertions with null callbacks.
  + Map flags related to conflicts.
  + Several meson improvements.
  + Fix documentation.
- Replace gtk-doc with pkgconfig(gi-docgen) BuildRequires following
  upstreams changes.
- Use ldconfig_scriptlets macro for post(un) handling.
* Thu Dec 23 2021 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.0.0.1:
  + Fix deprecation.
- Changes from version 1.0.0:
  + Allow diff without repository.
  + Allow null options on ggit_checkout API.
  + Invalid path resolving relative path on windows.
  + Add git_repository_set_head_detached to the public API.
  + Added a wrapper function for git_remote_prune.
  + Several meson improvements.
  + Misc bug fixes.
* Thu Apr 16 2020 bjorn.lie@gmail.com
- Update to version 0.99.0+16:
  + Check subcommand execution
  + tests: Replace use of deprecated GTimeVal
  + ggit_object_factory: Replace use of deprecated g_object_newv
  + ggit_object_factory: Fix constructor return type
  + ggit_submodule_update: Fix constness of update options
  + ggit_repository_merge: Fix constness of their_heads_native
  + examples: Fix clone example's compiler warnings
  + meson_vapi_link.py: Use python's own utils instead of calling 'ln'
  + meson_vapi_link.py: Improve calculation of vapidir
  + meson_vapi_link.py: Remove unnecessary os.path.join
- Switch to git checkout via source service.
* Thu Apr 16 2020 bjorn.lie@gmail.com
- Update to version 0.99.0.1:
  + git_merge: fix their_heads_length parameter
  + Use correct free functions
  + Detect libgit2 version
- Changes from version 0.99.0:
  + Detect libgit2 version
  + Added ggit_repository_rename_remote
  + Added ggit_repository_set_remote_url
  + Added ggit_repository_remove_remote
  + Use python3
  + Added ggit_diff_new_buffers.
- Add explicit python3-base BuildRequires following upstreams
  changes.
- Add check section and pass meson_test macro, run test-suite
  during build.
* Tue May 07 2019 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.28.0.1:
  + Added push support.
  + Add merge support.
  + Fix macOS support.
  + Add push operation.
  + Compatibility with libgit2 0.28.
  + Several meson improvements.
  + Misc bug fixes.
- Drop libgit2-glib-libgit2_028-compat.patch: Fixed upstream.
* Wed Feb 13 2019 bjorn.lie@gmail.com
- Add libgit2-glib-libgit2_028-compat.patch: Fix build with libgit2
  0.28 version. Patch from upstream merge requests.