File libgit2-glib.changes of Package libgit2-glib
-------------------------------------------------------------------
Wed Feb 26 11:54:07 UTC 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 14:42:57 UTC 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 3 07:32:07 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Add libgit2-glib-include.patch: Fix build against libgit2 1.8.0.
-------------------------------------------------------------------
Sun Sep 3 19:50:15 UTC 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 19:27:24 UTC 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 12:07:52 UTC 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 20:43:07 UTC 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 20:29:22 UTC 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 7 08:03:21 UTC 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 12:26:14 UTC 2019 - bjorn.lie@gmail.com
- Add libgit2-glib-libgit2_028-compat.patch: Fix build with libgit2
0.28 version. Patch from upstream merge requests.
-------------------------------------------------------------------
Wed Feb 13 09:43:55 UTC 2019 - bjorn.lie@gmail.com
- Update to version 0.27.8:
+ Add body property to DiffFormatEmailOptions.
+ Add submodule update.
+ Fix missing struct field init in branch enumerator.
+ Fix cross compilation builds.
+ Several meson improvements.
-------------------------------------------------------------------
Wed Nov 14 08:06:04 UTC 2018 - kdalamagkidis@suse.com
- Update to version 0.27.7:
+ pkg-config pc file generation fixed
+ Fix cached hunks
- Remove libgit2-glib-libgit2-0.27.0.patch: Version 0.27.7 added
support for libgit2 0.27.0
-------------------------------------------------------------------
Wed Apr 25 10:23:05 UTC 2018 - dimstar@opensuse.org
- Add libgit2-glib-libgit2-0.27.0.patch: Fix build with libgit2
0.27.0. Patch only conditionally applied.
-------------------------------------------------------------------
Sat Mar 3 10:44:55 UTC 2018 - bjorn.lie@gmail.com
- Update to version 0.26.4:
+ Make meson the official build system.
+ Misc bug fixes.
- Switch to meson buildsystem following upstreams port, add meson
BuildRequires and use meson macros as well as pass explicit
options to meson, build the features we want.
-------------------------------------------------------------------
Wed Feb 28 16:34:33 UTC 2018 - dimstar@opensuse.org
- Modernize spec-file by calling spec-cleaner
-------------------------------------------------------------------
Wed Dec 13 13:10:58 UTC 2017 - jengelh@inai.de
- Fix spelling project names again. Adjust RPM group.
-------------------------------------------------------------------
Thu Nov 30 20:38:13 UTC 2017 - luc14n0@linuxmail.org
- Update to version 0.26.2:
+ Several fixes on the annotations.
+ Misc bug fixes.
- Update Url to https://wiki.gnome.org/Projects/Libgit2-glib:
current Libgit2-glib project's web page.
- Adopt the use of %make_build macro instead of raw make command,
following the best practices.
- Add missing gtk-doc BuildRequires and pass enable-gtk-doc to
configure once the API documentation is desired.
- Correct the library's name spelling in summaries and
descriptions.
-------------------------------------------------------------------
Sat Aug 5 14:17:20 UTC 2017 - zaitor@opensuse.org
- Update to version 0.26.0:
+ Port to libgit2 0.26.x.
-------------------------------------------------------------------
Mon Feb 20 19:55:11 UTC 2017 - astieger@suse.com
- Update to version 0.25.0:
+ Port to libgit2 0.25.x.
+ Add initial version of meson build system.
-------------------------------------------------------------------
Wed Sep 7 17:54:39 UTC 2016 - zaitor@opensuse.org
- Update to version 0.24.4:
+ Do not stat index entry when restoring from blob (bgo#770956).
-------------------------------------------------------------------
Fri Aug 26 09:53:00 UTC 2016 - dimstar@opensuse.org
- Update to version 0.24.3:
+ Reduce memory allocations during diff generation.
+ Fix ctime in index entry.
-------------------------------------------------------------------
Wed Aug 17 13:56:11 UTC 2016 - zaitor@opensuse.org
- Update to version 0.24.2:
+ Fix several crashes.
+ Misc bugfixing.
-------------------------------------------------------------------
Mon May 9 20:23:10 UTC 2016 - sreeves@suse.com
- Add to the SDK. Fate#319349
-------------------------------------------------------------------
Tue Mar 15 10:11:32 UTC 2016 - dimstar@opensuse.org
- Update to version 0.24.0:
+ Fix api breaks made in libgit2.
+ Misc bugfixing.
-------------------------------------------------------------------
Sat Feb 6 08:50:37 UTC 2016 - zaitor@opensuse.org
- Update to version 0.23.10:
+ Protected against empty signature.
+ Do not mandatorily require gtkdocize.
-------------------------------------------------------------------
Sun Dec 13 11:31:13 UTC 2015 - zaitor@opensuse.org
- Update to version 0.23.8:
+ Misc bugfixing.
-------------------------------------------------------------------
Tue Sep 22 07:01:29 UTC 2015 - dimstar@opensuse.org
- Update to version 0.23.6:
+ Fix corrupted memory on diff.
+ Bind more api.
+ Misc bugfixing.
-------------------------------------------------------------------
Fri Aug 7 21:23:57 UTC 2015 - zaitor@opensuse.org
- Update to version 0.23.4:
+ Bind more api.
+ Misc bugfixing.
-------------------------------------------------------------------
Tue Aug 4 19:12:36 UTC 2015 - zaitor@opensuse.org
- Update to version 0.23.2:
+ Add ggit_config_snapshot.
+ Allow to enable debug builds.
+ Misc bugfixing.
-------------------------------------------------------------------
Tue Jul 28 12:29:36 UTC 2015 - dimstar@opensuse.org
- Update to version 0.23.0:
+ Fix api breaks made in libgit2.
+ Misc bugfixing.
- Add pkgconfig(libssh2) BuildRequires: New dependency.
-------------------------------------------------------------------
Fri May 15 07:26:17 UTC 2015 - dimstar@opensuse.org
- Update to version 0.22.8:
+ Include passed in cflags for ssh check.
-------------------------------------------------------------------
Wed Apr 15 06:41:03 UTC 2015 - dimstar@opensuse.org
- Update to version 0.22.6:
+ Add ggit_repository_path_is_ignored.
-------------------------------------------------------------------
Tue Apr 7 16:12:44 UTC 2015 - zaitor@opensuse.org
- Update to version 0.22.4:
+ Fix crash when cloning.
-------------------------------------------------------------------
Mon Mar 23 16:24:43 UTC 2015 - dimstar@opensuse.org
- Update to version 0.22.2:
+ Misc bugfixes.
-------------------------------------------------------------------
Tue Jan 27 18:38:13 UTC 2015 - dimstar@opensuse.org
- Update to version 0.22.0:
+ Fix api breaks made in libgit2.
+ Follow libgit2's version.
+ Misc bugfixing.
-------------------------------------------------------------------
Mon Dec 29 22:01:48 UTC 2014 - zaitor@opensuse.org
- Update to version 0.0.24:
+ Support Notes.
+ Misc bugfixing.
-------------------------------------------------------------------
Mon Sep 15 19:02:08 UTC 2014 - zaitor@opensuse.org
- Update to version 0.0.22:
+ More API support.
+ Fixes to build on win32.
-------------------------------------------------------------------
Thu Jul 24 17:56:18 UTC 2014 - dimstar@opensuse.org
- Update to version 0.0.20:
+ More API support.
+ Added vala bindings.
+ Fixes to build on win32.
-------------------------------------------------------------------
Thu Jul 10 21:29:22 UTC 2014 - dimstar@opensuse.org
- Update to version 0.0.18:
+ Add checkout API.
+ Add ssh credential schemes.
+ Improve coverage.
+ Cover more of the API.
- Changes from version 0.0.16:
+ Fix important crash.
- Changes from version 0.0.14:
+ Bump libgit2 requirement to 0.21.0.
+ API changes to match libgit2 0.21.0 API.
+ Misc bugfixing.
-------------------------------------------------------------------
Wed Mar 5 09:20:31 UTC 2014 - dimstar@opensuse.org
- Update to version 0.0.12:
+ Add push progress API.
+ Fix install of pygobject overrides.
+ Bump libgit2 requirement to 0.20.0.
+ Misc bugfixing.
-------------------------------------------------------------------
Sat Jan 4 20:01:22 UTC 2014 - dimstar@opensuse.org
- Update to version 0.0.10:
+ Bind blaming API.
+ Initial binding of attribute API.
+ Automatic conversion of diff text to UTF-8.
+ Fixes in GgitBlobOutputStream.
-------------------------------------------------------------------
Mon Nov 25 20:54:48 UTC 2013 - dimstar@opensuse.org
- Update to version 0.0.8:
+ Add ggit_patch_get_hunk.
+ Added ggit_patch_get_delta.
+ Add API to set remote callbacks in clone options.
+ Add _ggit_native_release.
+ Implement GgitRemoteCallbacks.
+ Added coverage tool.
+ Update enums.
+ Rename _head_orphan to _head_unborn.
+ Implemented branch enumerator.
+ Added GgitRemoteHead.
+ Add GgitDiffHunk.
+ Add GgitDiffLine.
+ Update to libgit2 0.20.0 api.
+ Misc bugfixing.
-------------------------------------------------------------------
Mon Jul 8 19:31:11 UTC 2013 - dimstar@opensuse.org
- Update to version 0.0.6:
+ Rename GgitDiff to GgitDiffList.
+ Bind GgitMergeTreeOptions.
+ Added ggit_diff_patch_to_stream.
+ Added writing blob using output stream.
+ Bind more index API (write_tree, add_bypath, owner).
+ Rename FILEMODE constants to FILE_MODE.
+ Bind create_commit.
+ Bind ggit_message_prettify.
+ Bind get_patch and patch_to_string.
+ Added new status options.
+ Added ggit_index_entry_stat.
+ Added _set API for GgitIndexEntry.
+ Bind tree builder API.
+ Misc bugfixing.
-------------------------------------------------------------------
Thu Jun 27 09:59:45 UTC 2013 - dimstar@opensuse.org
- Update to version 0.0.4:
+ Update bindings to the latest libgit2 API changes 0.19.0.
+ Rename GgitStatusFlag to GgitStatusOption.
+ Add GgitStatusOptions.
+ Added tree builder API.
+ Bind create_blob_from... API.
+ Misc bugfixing.
-------------------------------------------------------------------
Fri Jun 21 20:26:43 UTC 2013 - dimstar@opensuse.org
- Initial package, version 0.0.2.