Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libgit2 for openSUSE:Factory checked in at 2022-07-21 11:32:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libgit2 (Old) and /work/SRC/openSUSE:Factory/.libgit2.new.1523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgit2" Thu Jul 21 11:32:46 2022 rev:51 rq:989368 version:1.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libgit2/libgit2.changes 2022-07-14 16:33:21.484576446 +0200 +++ /work/SRC/openSUSE:Factory/.libgit2.new.1523/libgit2.changes 2022-07-21 11:33:06.510933353 +0200 @@ -1,0 +2,8 @@ +Thu Jul 14 20:41:20 UTC 2022 - Andreas Stieger <andreas.stie...@gmx.de> + +- update to 1.5.0: + * add the basis for an experimental CLI + * continue prepare for SHA256 support + * add a benchmarking utility + +------------------------------------------------------------------- Old: ---- libgit2-1.4.4.tar.gz New: ---- libgit2-1.5.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgit2.spec ++++++ --- /var/tmp/diff_new_pack.Vv4Yrn/_old 2022-07-21 11:33:06.958933739 +0200 +++ /var/tmp/diff_new_pack.Vv4Yrn/_new 2022-07-21 11:33:06.962933742 +0200 @@ -17,9 +17,9 @@ # -%define sover 1_4 +%define sover 1_5 Name: libgit2 -Version: 1.4.4 +Version: 1.5.0 Release: 0 Summary: C git library License: GPL-2.0-only WITH GCC-exception-2.0 @@ -55,12 +55,18 @@ Summary: C git library Group: Development/Libraries/C and C++ Requires: %{name}-%{sover} >= %{version} -Requires: pkgconfig(libssh2) %description devel This package contains all necessary include files and libraries needed to compile and develop applications that use libgit2. +%package tools +Summary: A Git command-line interface based on libgit2 +Group: Development/Tools/Version Control + +%description tools +This package contains a git cli based on libgit2. + %prep %autosetup -p1 find examples -type f -name ".gitignore" -print -delete @@ -69,7 +75,7 @@ %cmake \ -DUSE_SSH:BOOL=ON \ -DREGEX_BACKEND=pcre2 \ - -DENABLE_REPRODUCIBLE_BUILDS=ON \ + -DENABLE_REPRODUCIBLE_BUILDS:BOOL=ON \ %{nil} %cmake_build @@ -91,4 +97,8 @@ %{_includedir}/git2* %{_libdir}/pkgconfig/libgit2.pc +%files +%license COPYING +%{_bindir}/* + %changelog ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.Vv4Yrn/_old 2022-07-21 11:33:06.986933762 +0200 +++ /var/tmp/diff_new_pack.Vv4Yrn/_new 2022-07-21 11:33:06.990933766 +0200 @@ -1,2 +1,2 @@ -libgit2-1_4 +libgit2-1_5 ++++++ libgit2-1.4.4.tar.gz -> libgit2-1.5.0.tar.gz ++++++ ++++ 500178 lines of diff (skipped)