Hello community,

here is the log from the commit of package libgit2 for openSUSE:Factory checked 
in at 2018-09-11 17:08:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgit2 (Old)
 and      /work/SRC/openSUSE:Factory/.libgit2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgit2"

Tue Sep 11 17:08:31 2018 rev:33 rq:631038 version:0.27.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgit2/libgit2.changes  2018-08-20 
16:17:16.920641692 +0200
+++ /work/SRC/openSUSE:Factory/.libgit2.new/libgit2.changes     2018-09-11 
17:08:43.684206327 +0200
@@ -1,0 +2,6 @@
+Tue Aug 21 08:47:14 UTC 2018 - [email protected]
+
+- Use pkgconfig style of dependencies, refresh dependencies
+- Use more of cmake macros
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libgit2.spec ++++++
--- /var/tmp/diff_new_pack.NrN9q5/_old  2018-09-11 17:08:44.120205646 +0200
+++ /var/tmp/diff_new_pack.NrN9q5/_new  2018-09-11 17:08:44.124205640 +0200
@@ -32,11 +32,8 @@
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libcurl)
 BuildRequires:  pkgconfig(libssh2)
-%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
-BuildRequires:  openssl-devel
-%else
-BuildRequires:  libopenssl-devel
-%endif
+BuildRequires:  pkgconfig(openssl)
+BuildRequires:  pkgconfig(zlib)
 
 %description
 libgit2 is a portable, pure C implementation of the Git core methods
@@ -72,7 +69,7 @@
     -DTHREADSAFE:BOOL=ON \
     -DUSE_SSH:BOOL=ON \
     -DUSE_SHA1DC:BOOL=ON
-make %{?_smp_mflags}
+%make_jobs
 
 %install
 %cmake_install


Reply via email to