Hello community, here is the log from the commit of package libgit2-glib for openSUSE:Factory checked in at 2020-04-23 18:27:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libgit2-glib (Old) and /work/SRC/openSUSE:Factory/.libgit2-glib.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgit2-glib" Thu Apr 23 18:27:38 2020 rev:34 rq:795233 version:0.99.0+16 Changes: -------- --- /work/SRC/openSUSE:Factory/libgit2-glib/libgit2-glib.changes 2019-05-10 09:17:15.428229759 +0200 +++ /work/SRC/openSUSE:Factory/.libgit2-glib.new.2738/libgit2-glib.changes 2020-04-23 18:27:38.823767347 +0200 @@ -1,0 +2,35 @@ +Thu Apr 16 20:43:07 UTC 2020 - [email protected] + +- 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 - [email protected] + +- 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. + +------------------------------------------------------------------- Old: ---- libgit2-glib-0.28.0.1.tar.xz New: ---- _service _servicedata libgit2-glib-0.99.0+16.obscpio libgit2-glib.obsinfo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgit2-glib.spec ++++++ --- /var/tmp/diff_new_pack.YbyrZa/_old 2020-04-23 18:27:40.663770870 +0200 +++ /var/tmp/diff_new_pack.YbyrZa/_new 2020-04-23 18:27:40.663770870 +0200 @@ -1,7 +1,7 @@ # # spec file for package libgit2-glib # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands. # # All modifications and additions to the file contributed by third parties @@ -18,17 +18,19 @@ Name: libgit2-glib -Version: 0.28.0.1 +Version: 0.99.0+16 Release: 0 Summary: GLib wrapper library around libgit2 License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ URL: https://wiki.gnome.org/Projects/Libgit2-glib -Source0: https://download.gnome.org/sources/libgit2-glib/0.28/%{name}-%{version}.tar.xz +Source0: %{name}-%{version}.tar.xz BuildRequires: gtk-doc BuildRequires: meson BuildRequires: pkgconfig +BuildRequires: python3 +BuildRequires: python3-base # Needed to create the vala bindings BuildRequires: vala BuildRequires: pkgconfig(gio-2.0) >= 2.44.0 @@ -69,17 +71,20 @@ %build %meson \ - -D gtk_doc=true \ - -D introspection=true \ - -D python=false \ - -D ssh=true \ - -D vapi=true \ + -Dgtk_doc=true \ + -Dintrospection=true \ + -Dpython=false \ + -Dssh=true \ + -Dvapi=true \ %{nil} %meson_build %install %meson_install +%check +%meson_test + %post -n libgit2-glib-1_0-0 -p /sbin/ldconfig %postun -n libgit2-glib-1_0-0 -p /sbin/ldconfig ++++++ _service ++++++ <services> <service name="obs_scm" mode="disabled"> <param name="scm">git</param> <param name="url">https://gitlab.gnome.org/GNOME/libgit2-glib.git</param> <param name="revision">master</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="versionrewrite-pattern">v.(.*)</param> <param name="changesgenerate">enable</param> </service> <service name="tar" mode="buildtime"/> <service name="recompress" mode="buildtime"> <param name="file">*.tar</param> <param name="compression">xz</param> </service> <service name="set_version" mode="disabled" /> </services> ++++++ _servicedata ++++++ <servicedata> <service name="tar_scm"> <param name="url">https://gitlab.gnome.org/GNOME/libgit2-glib.git</param> <param name="changesrevision">f231fb6f5da4784f6ebb6ecabc83c07bcf55321e</param></service></servicedata>++++++ libgit2-glib.obsinfo ++++++ name: libgit2-glib version: 0.99.0+16 mtime: 1583139533 commit: f231fb6f5da4784f6ebb6ecabc83c07bcf55321e
