Hello community, here is the log from the commit of package libgit2 for openSUSE:Factory checked in at 2014-02-18 14:44:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libgit2 (Old) and /work/SRC/openSUSE:Factory/.libgit2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgit2" Changes: -------- --- /work/SRC/openSUSE:Factory/libgit2/libgit2.changes 2013-11-26 19:18:22.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libgit2.new/libgit2.changes 2014-02-18 14:44:46.000000000 +0100 @@ -1,0 +2,6 @@ +Mon Jan 6 22:36:54 UTC 2014 - [email protected] + +- Build libgit2 threadsafe: + + Pass -DTHREADSAFE:BOOL=ON to cmake call. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgit2.spec ++++++ --- /var/tmp/diff_new_pack.jgldab/_old 2014-02-18 14:44:47.000000000 +0100 +++ /var/tmp/diff_new_pack.jgldab/_new 2014-02-18 14:44:47.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libgit2 # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2011, Sascha Peilicke <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -67,7 +67,8 @@ cmake . \ -DCMAKE_C_FLAGS:STRING="%{optflags}" \ -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \ - -DLIB_INSTALL_DIR:PATH=%{_libdir} + -DLIB_INSTALL_DIR:PATH=%{_libdir} \ + -DTHREADSAFE:BOOL=ON make %{?_smp_mflags} %install -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
