Hello community, here is the log from the commit of package libgit2-glib for openSUSE:Factory checked in at 2016-09-23 11:32:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libgit2-glib (Old) and /work/SRC/openSUSE:Factory/.libgit2-glib.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgit2-glib" Changes: -------- --- /work/SRC/openSUSE:Factory/libgit2-glib/libgit2-glib.changes 2016-08-29 15:44:17.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libgit2-glib.new/libgit2-glib.changes 2016-09-23 11:32:50.000000000 +0200 @@ -1,0 +2,6 @@ +Wed Sep 7 17:54:39 UTC 2016 - [email protected] + +- Update to version 0.24.4: + + Do not stat index entry when restoring from blob (bgo#770956). + +------------------------------------------------------------------- Old: ---- libgit2-glib-0.24.3.tar.xz New: ---- libgit2-glib-0.24.4.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgit2-glib.spec ++++++ --- /var/tmp/diff_new_pack.YSLkNV/_old 2016-09-23 11:32:51.000000000 +0200 +++ /var/tmp/diff_new_pack.YSLkNV/_new 2016-09-23 11:32:51.000000000 +0200 @@ -18,7 +18,7 @@ Name: libgit2-glib -Version: 0.24.3 +Version: 0.24.4 Release: 0 Summary: Glib wrapper library around libgit2 License: LGPL-2.1+ ++++++ libgit2-glib-0.24.3.tar.xz -> libgit2-glib-0.24.4.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgit2-glib-0.24.3/ChangeLog new/libgit2-glib-0.24.4/ChangeLog --- old/libgit2-glib-0.24.3/ChangeLog 2016-08-25 16:59:21.000000000 +0200 +++ new/libgit2-glib-0.24.4/ChangeLog 2016-09-06 23:02:47.000000000 +0200 @@ -1,6 +1,33 @@ +commit ae3d76a38ac4a2e42e0f2014a76efdae7563aec7 +Author: Jesse van den Kieboom <[email protected]> +Date: 2016-09-06 + + Release 0.24.4 + +M NEWS +M README + +commit 7577ce3b71cb88c3d44b25245298229a59810f39 +Author: Jesse van den Kieboom <[email protected]> +Date: 2016-09-06 + + Do not stat index entry if setting content from blob id + + https://bugzilla.gnome.org/show_bug.cgi?id=770956 + +M libgit2-glib/ggit-repository.c + +commit cb0906c14dc3fcbc93c16fa342cbe5d79396acb7 +Author: Jesse van den Kieboom <[email protected]> +Date: 2016-08-25 + + Post release version bump + +M configure.ac + commit ef44dcd67f28787ccddba6741c59d599f37a3c13 Author: Jesse van den Kieboom <[email protected]> -Date: 2016-08-25 +Date: 2016-08-25 Release 0.24.3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgit2-glib-0.24.3/NEWS new/libgit2-glib-0.24.4/NEWS --- old/libgit2-glib-0.24.3/NEWS 2016-08-25 16:58:28.000000000 +0200 +++ new/libgit2-glib-0.24.4/NEWS 2016-09-06 23:01:51.000000000 +0200 @@ -1,3 +1,7 @@ +News in 0.24.4 +-------------- +* Do not stat index entry when restoring from blob + News in 0.24.3 -------------- * Reduce memory allocations during diff generation diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgit2-glib-0.24.3/README new/libgit2-glib-0.24.4/README --- old/libgit2-glib-0.24.3/README 2016-08-25 16:57:16.000000000 +0200 +++ new/libgit2-glib-0.24.4/README 2016-09-06 23:00:59.000000000 +0200 @@ -20,8 +20,8 @@ Simple install procedure: - % tar Jxf libgit2-glib-0.24.3.tar.xz # unpack the sources - % cd libgit2-glib-0.24.3 # change to the toplevel directory + % tar Jxf libgit2-glib-0.24.4.tar.xz # unpack the sources + % cd libgit2-glib-0.24.4 # change to the toplevel directory % ./configure # run the `configure' script % make # build libgit2-glib [ Become root if necessary ] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgit2-glib-0.24.3/configure new/libgit2-glib-0.24.4/configure --- old/libgit2-glib-0.24.3/configure 2016-08-25 16:54:28.000000000 +0200 +++ new/libgit2-glib-0.24.4/configure 2016-08-29 12:48:40.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for libgit2-glib 0.24.3. +# Generated by GNU Autoconf 2.69 for libgit2-glib 0.24.4. # # Report bugs to <https://bugzilla.gnome.org/enter_bug.cgi?product=gitg>. # @@ -591,8 +591,8 @@ # Identity of this package. PACKAGE_NAME='libgit2-glib' PACKAGE_TARNAME='libgit2-glib' -PACKAGE_VERSION='0.24.3' -PACKAGE_STRING='libgit2-glib 0.24.3' +PACKAGE_VERSION='0.24.4' +PACKAGE_STRING='libgit2-glib 0.24.4' PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=gitg' PACKAGE_URL='' @@ -1414,7 +1414,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures libgit2-glib 0.24.3 to adapt to many kinds of systems. +\`configure' configures libgit2-glib 0.24.4 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1485,7 +1485,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libgit2-glib 0.24.3:";; + short | recursive ) echo "Configuration of libgit2-glib 0.24.4:";; esac cat <<\_ACEOF @@ -1630,7 +1630,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libgit2-glib configure 0.24.3 +libgit2-glib configure 0.24.4 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1999,7 +1999,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by libgit2-glib $as_me 0.24.3, which was +It was created by libgit2-glib $as_me 0.24.4, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2889,7 +2889,7 @@ # Define the identity of the package. PACKAGE='libgit2-glib' - VERSION='0.24.3' + VERSION='0.24.4' cat >>confdefs.h <<_ACEOF @@ -12404,7 +12404,7 @@ # Define the identity of the package. PACKAGE='libgit2-glib' - VERSION='0.24.3' + VERSION='0.24.4' cat >>confdefs.h <<_ACEOF @@ -15725,7 +15725,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by libgit2-glib $as_me 0.24.3, which was +This file was extended by libgit2-glib $as_me 0.24.4, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15791,7 +15791,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -libgit2-glib config.status 0.24.3 +libgit2-glib config.status 0.24.4 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgit2-glib-0.24.3/configure.ac new/libgit2-glib-0.24.4/configure.ac --- old/libgit2-glib-0.24.3/configure.ac 2016-08-25 16:54:21.000000000 +0200 +++ new/libgit2-glib-0.24.4/configure.ac 2016-08-25 17:02:07.000000000 +0200 @@ -2,7 +2,7 @@ m4_define(libgit2_glib_major_version, 0) m4_define(libgit2_glib_minor_version, 24) -m4_define(libgit2_glib_micro_version, 3) +m4_define(libgit2_glib_micro_version, 4) m4_define(libgit2_glib_version, libgit2_glib_major_version.libgit2_glib_minor_version.libgit2_glib_micro_version) AC_INIT([libgit2-glib], diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgit2-glib-0.24.3/docs/reference/html/GgitRepository.html new/libgit2-glib-0.24.4/docs/reference/html/GgitRepository.html --- old/libgit2-glib-0.24.3/docs/reference/html/GgitRepository.html 2016-08-25 16:59:20.000000000 +0200 +++ new/libgit2-glib-0.24.4/docs/reference/html/GgitRepository.html 2016-09-06 23:02:47.000000000 +0200 @@ -1595,7 +1595,7 @@ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p>Create a new index entry. When <em class="parameter"><code>path</code></em> is not <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, the path of the returned -entry (<a class="link" href="GgitIndexEntry.html#ggit-index-entry-get-path" title="ggit_index_entry_get_path ()"><span class="type">ggit_index_entry_get_path</span></a>) is set <em class="parameter"><code>path</code></em> +entry (<a class="link" href="GgitIndexEntry.html#ggit-index-entry-get-path" title="ggit_index_entry_get_path ()"><span class="type">ggit_index_entry_get_path</span></a>) is set to <em class="parameter"><code>path</code></em> . The specified path can be either absolute or relative. In the case of an absolute path, the path must reside within the working directory of diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgit2-glib-0.24.3/docs/reference/html/index.html new/libgit2-glib-0.24.4/docs/reference/html/index.html --- old/libgit2-glib-0.24.3/docs/reference/html/index.html 2016-08-25 16:59:20.000000000 +0200 +++ new/libgit2-glib-0.24.4/docs/reference/html/index.html 2016-09-06 23:02:47.000000000 +0200 @@ -14,7 +14,7 @@ <div class="titlepage"> <div> <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">libgit2-glib Reference Manual</p></th></tr></table></div> -<div><p class="releaseinfo">for libgit2-glib 0.24.3 +<div><p class="releaseinfo">for libgit2-glib 0.24.4 </p></div> </div> <hr> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgit2-glib-0.24.3/docs/reference/version.xml new/libgit2-glib-0.24.4/docs/reference/version.xml --- old/libgit2-glib-0.24.3/docs/reference/version.xml 2016-08-25 16:54:30.000000000 +0200 +++ new/libgit2-glib-0.24.4/docs/reference/version.xml 2016-08-29 12:48:46.000000000 +0200 @@ -1 +1 @@ -0.24.3 +0.24.4 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgit2-glib-0.24.3/libgit2-glib/ggit-repository.c new/libgit2-glib-0.24.4/libgit2-glib/ggit-repository.c --- old/libgit2-glib-0.24.3/libgit2-glib/ggit-repository.c 2016-08-09 15:12:16.000000000 +0200 +++ new/libgit2-glib-0.24.4/libgit2-glib/ggit-repository.c 2016-09-06 22:56:11.000000000 +0200 @@ -3063,7 +3063,7 @@ ret = _ggit_index_entry_new (path, id); g_free (path); - if (file) + if (file && !id) { ggit_index_entry_stat (ret, file, NULL); } @@ -3079,7 +3079,7 @@ * @error: a #GError for error reporting, or %NULL. * * Create a new index entry. When @path is not %NULL, the path of the returned - * entry (#ggit_index_entry_get_path) is set @path. The specified path can be + * entry (#ggit_index_entry_get_path) is set to @path. The specified path can be * either absolute or relative. In the case of * an absolute path, the path must reside within the working directory of * @repository. The file related fields of the returned entry are also queried
