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-02-23 16:25:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgit2 (Old)
 and      /work/SRC/openSUSE:Factory/.libgit2.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgit2"

Wed Feb 23 16:25:48 2022 rev:47 rq:956658 version:1.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgit2/libgit2.changes  2021-10-23 
00:50:38.785125122 +0200
+++ /work/SRC/openSUSE:Factory/.libgit2.new.1958/libgit2.changes        
2022-02-23 16:26:12.899508325 +0100
@@ -1,0 +2,10 @@
+Sat Feb 19 07:58:07 UTC 2022 - Andreas Stieger <andreas.stie...@gmx.de>
+
+- update to 1.4.1:
+  * improve compatibility with git
+  * some deprecated API, ABI has changed
+  * multiple bug fixes and developer visible changes
+- build with system PCRE2
+- remove http-parser build dependency, bundled lib has fixes
+
+-------------------------------------------------------------------

Old:
----
  libgit2-1.3.0.tar.gz

New:
----
  libgit2-1.4.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libgit2.spec ++++++
--- /var/tmp/diff_new_pack.udQifO/_old  2022-02-23 16:26:13.431508344 +0100
+++ /var/tmp/diff_new_pack.udQifO/_new  2022-02-23 16:26:13.439508345 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgit2
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 # Copyright (c) 2011, Sascha Peilicke <sasc...@gmx.de>
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,9 +17,9 @@
 #
 
 
-%define sover 1_3
+%define sover 1_4
 Name:           libgit2
-Version:        1.3.0
+Version:        1.4.1
 Release:        0
 Summary:        C git library
 License:        GPL-2.0-only WITH GCC-exception-2.0
@@ -28,9 +28,9 @@
 Source0:        
https://github.com/libgit2/libgit2/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source99:       baselibs.conf
 BuildRequires:  cmake >= 2.8
-BuildRequires:  http-parser-devel
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libcurl)
+BuildRequires:  pkgconfig(libpcre2-posix)
 BuildRequires:  pkgconfig(libssh2)
 BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(zlib)
@@ -67,9 +67,8 @@
 
 %build
 %cmake \
-       -DTHREADSAFE:BOOL=ON \
        -DUSE_SSH:BOOL=ON \
-       -DUSE_SHA1DC:BOOL=ON \
+       -DREGEX_BACKEND=pcre2 \
        %{nil}
 %cmake_build
 
@@ -85,6 +84,7 @@
 %{_libdir}/%{name}.so.*
 
 %files devel
+%license COPYING
 %doc examples
 %{_libdir}/%{name}.so
 %{_includedir}/git2*

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.udQifO/_old  2022-02-23 16:26:13.475508347 +0100
+++ /var/tmp/diff_new_pack.udQifO/_new  2022-02-23 16:26:13.479508347 +0100
@@ -1,2 +1,2 @@
-libgit2-1_3
+libgit2-1_4
 

++++++ libgit2-1.3.0.tar.gz -> libgit2-1.4.1.tar.gz ++++++
++++ 71632 lines of diff (skipped)

Reply via email to