Hello community,

here is the log from the commit of package gitg for openSUSE:Factory
checked in at Fri Jul 22 17:18:14 CEST 2011.



--------
--- gitg/gitg.changes   2011-04-29 10:16:14.000000000 +0200
+++ /mounts/work_src_done/STABLE/gitg/gitg.changes      2011-07-22 
09:25:36.000000000 +0200
@@ -1,0 +2,16 @@
+Fri Jul 22 09:07:15 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.2.3:
+  + Features:
+    - Use ustar format for distcheck
+  + Bug fixes:
+    - Use GLADE_CATALOG_DIR instead of GLADE_CATALOGDIR.
+    - Fix spinner in repository dialog.
+    - No longer use Gtk[HV]Box as it is deprecated.
+    - Fix repository dialog.
+    - Remove and reattach model while loading repository.
+    - Fix ENABLE_DEBUG use in Makefile.am.
+    - Fix --disable-debug.
+- Remove ChangeLog from the files list: the file is empty.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  gitg-0.2.2.tar.bz2

New:
----
  gitg-0.2.3.tar.bz2

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

Other differences:
------------------
++++++ gitg.spec ++++++
--- /var/tmp/diff_new_pack.6R2DpS/_old  2011-07-22 17:15:48.000000000 +0200
+++ /var/tmp/diff_new_pack.6R2DpS/_new  2011-07-22 17:15:48.000000000 +0200
@@ -18,13 +18,13 @@
 
 
 Name:           gitg
-Version:        0.2.2
+Version:        0.2.3
 Release:        1
 License:        GPLv2+
 Summary:        Git repository viewer
 Group:          Development/Tools/Version Control
 Url:            http://trac.novowork.com/gitg/
-Source:         %{name}-%{version}.tar.bz2
+Source:         
http://download.gnome.org/sources/gitg/0.2/%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
@@ -105,7 +105,7 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS README NEWS COPYING ChangeLog
+%doc AUTHORS README NEWS COPYING
 %{_bindir}/gitg
 %{_datadir}/gitg/
 %{_datadir}/applications/gitg.desktop

++++++ gitg-0.2.2.tar.bz2 -> gitg-0.2.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gitg-0.2.2/Makefile.in new/gitg-0.2.3/Makefile.in
--- old/gitg-0.2.2/Makefile.in  2011-03-27 17:57:33.000000000 +0200
+++ new/gitg-0.2.3/Makefile.in  2011-07-21 15:38:28.000000000 +0200
@@ -140,7 +140,7 @@
   done; \
   reldir="$$dir2"
 GZIP_ENV = --best
-DIST_ARCHIVES = $(distdir).tar.bz2
+DIST_ARCHIVES = $(distdir).tar.xz
 distuninstallcheck_listfiles = find . -type f -print
 distcleancheck_listfiles = find . -type f -print
 ACLOCAL = @ACLOCAL@
@@ -664,6 +664,7 @@
 dist-gzip: distdir
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c 
>$(distdir).tar.gz
        $(am__remove_distdir)
+
 dist-bzip2: distdir
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
        $(am__remove_distdir)
@@ -671,7 +672,6 @@
 dist-lzma: distdir
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
        $(am__remove_distdir)
-
 dist-xz: distdir
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
        $(am__remove_distdir)
@@ -690,7 +690,7 @@
        $(am__remove_distdir)
 
 dist dist-all: distdir
-       tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
+       tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
        $(am__remove_distdir)
 
 # This target untars the dist file and tries a VPATH configuration.  Then
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gitg-0.2.2/NEWS new/gitg-0.2.3/NEWS
--- old/gitg-0.2.2/NEWS 2011-03-27 17:56:55.000000000 +0200
+++ new/gitg-0.2.3/NEWS 2011-07-21 15:37:37.000000000 +0200
@@ -1,3 +1,20 @@
+= gitg 0.2.3 =
+Version 0.2.3 was released on 2011-07-21
+
+== Features ==
+  * Use ustar format for distcheck
+
+== Bug fixes ==
+  * Use GLADE_CATALOG_DIR instead of GLADE_CATALOGDIR
+  * Fix spinner in repository dialog
+  * No longer use Gtk[HV]Box as it is deprecated
+  * Fix repository dialog
+  * Remove and reattach model while loading repository
+  * Fix ENABLE_DEBUG use in Makefile.am
+  * Fix --disable-debug
+
+== Features ==
+
 = gitg 0.2.2 =
 Version 0.2.2 was released on 2011-03-27
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gitg-0.2.2/README new/gitg-0.2.3/README
--- old/gitg-0.2.2/README       2011-03-27 17:57:16.000000000 +0200
+++ new/gitg-0.2.3/README       2011-07-21 15:35:30.000000000 +0200
@@ -3,7 +3,7 @@
 convenient tool to visualize git history and actions that benefit from a
 graphical presentation.
 
-The latest version of gitg is 0.2.2.
+The latest version of gitg is 0.2.3.
 
 Website:      http://trac.novowork.com/gitg
 Bugs:         http://bugzilla.gnome.org/browse.cgi?product=gitg
@@ -15,8 +15,8 @@
 from the download site. After downloading the following procedure installs
 gitg:
 
-       $ tar -xjf gitg-0.2.2.tar.bz2
-       $ cd gitg-0.2.2
+       $ tar Jxf gitg-0.2.3.tar.bz2
+       $ cd gitg-0.2.3
        $ ./configure
        $ make
        $ sudo make install
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gitg-0.2.2/aclocal.m4 new/gitg-0.2.3/aclocal.m4
--- old/gitg-0.2.2/aclocal.m4   2011-03-27 17:57:30.000000000 +0200
+++ new/gitg-0.2.3/aclocal.m4   2011-07-21 15:38:26.000000000 +0200
@@ -781,6 +781,23 @@
 AC_DEFUN([_AM_IF_OPTION],
 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
 
+# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# AM_RUN_LOG(COMMAND)
+# -------------------
+# Run COMMAND, save the exit status in ac_status, and log it.
+# (This has been adapted from Autoconf's _AC_RUN_LOG macro.)
+AC_DEFUN([AM_RUN_LOG],
+[{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
+   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
+   ac_status=$?
+   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
+   (exit $ac_status); }])
+
 # Check to make sure that the build environment is sane.    -*- Autoconf -*-
 
 # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
@@ -1325,7 +1342,7 @@
 [
   m4_pattern_allow([AM_V_GEN])
   AC_ARG_ENABLE(schemas-compile,
-                AC_HELP_STRING([--disable-schemas-compile],
+                AS_HELP_STRING([--disable-schemas-compile],
                                [Disable regeneration of gschemas.compiled on 
install]),
                 [case ${enableval} in
                   yes) GSETTINGS_DISABLE_SCHEMAS_COMPILE=""  ;;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gitg-0.2.2/configure new/gitg-0.2.3/configure
--- old/gitg-0.2.2/configure    2011-03-27 17:57:31.000000000 +0200
+++ new/gitg-0.2.3/configure    2011-07-21 15:38:27.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for gitg 0.2.2.
+# Generated by GNU Autoconf 2.68 for gitg 0.2.3.
 #
 # Report bugs to <https://bugzilla.gnome.org/enter_bug.cgi?product=gitg>.
 #
@@ -571,8 +571,8 @@
 # Identity of this package.
 PACKAGE_NAME='gitg'
 PACKAGE_TARNAME='gitg'
-PACKAGE_VERSION='0.2.2'
-PACKAGE_STRING='gitg 0.2.2'
+PACKAGE_VERSION='0.2.3'
+PACKAGE_STRING='gitg 0.2.3'
 PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=gitg'
 PACKAGE_URL='http://live.gnome.org/Gitg'
 
@@ -625,6 +625,8 @@
 GLIB_COMPILE_SCHEMAS
 gsettingsschemadir
 GSETTINGS_DISABLE_SCHEMAS_COMPILE
+ENABLE_DEBUG_FALSE
+ENABLE_DEBUG_TRUE
 WARN_CFLAGS
 GLIB_GENMARSHAL
 PACKAGE_LIBS
@@ -808,7 +810,6 @@
 with_sysroot
 enable_libtool_lock
 enable_nls
-with_gnu_ld
 enable_rpath
 with_libiconv_prefix
 with_libintl_prefix
@@ -828,17 +829,13 @@
 LIBS
 CPPFLAGS
 CPP
-CPPFLAGS
 PKG_CONFIG
 PKG_CONFIG_PATH
 PKG_CONFIG_LIBDIR
 GITG_CFLAGS
 GITG_LIBS
 PACKAGE_CFLAGS
-PACKAGE_LIBS
-PKG_CONFIG
-PKG_CONFIG_PATH
-PKG_CONFIG_LIBDIR'
+PACKAGE_LIBS'
 
 
 # Initialize some variables set by options.
@@ -1381,7 +1378,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 gitg 0.2.2 to adapt to many kinds of systems.
+\`configure' configures gitg 0.2.3 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1451,7 +1448,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of gitg 0.2.2:";;
+     short | recursive ) echo "Configuration of gitg 0.2.3:";;
    esac
   cat <<\_ACEOF
 
@@ -1584,7 +1581,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-gitg configure 0.2.2
+gitg configure 0.2.3
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1862,7 +1859,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by gitg $as_me 0.2.2, which was
+It was created by gitg $as_me 0.2.3, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2257,9 +2254,9 @@
 GITG_MINOR_VERSION=2
 
 
-$as_echo "#define GITG_MICRO_VERSION 2" >>confdefs.h
+$as_echo "#define GITG_MICRO_VERSION 3" >>confdefs.h
 
-GITG_MICRO_VERSION=2
+GITG_MICRO_VERSION=3
 
 
 am__api_version='1.11'
@@ -2700,7 +2697,7 @@
 
 # Define the identity of the package.
  PACKAGE='gitg'
- VERSION='0.2.2'
+ VERSION='0.2.3'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2734,7 +2731,88 @@
 
 AMTAR=${AMTAR-"${am_missing_run}tar"}
 
-am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar 
archive" >&5
+$as_echo_n "checking how to create a ustar tar archive... " >&6; }
+# Loop over all known methods to create a tar archive until one works.
+_am_tools='gnutar plaintar pax cpio none'
+_am_tools=${am_cv_prog_tar_ustar-$_am_tools}
+# Do not fold the above two line into one, because Tru64 sh and
+# Solaris sh will not grok spaces in the rhs of `-'.
+for _am_tool in $_am_tools
+do
+  case $_am_tool in
+  gnutar)
+    for _am_tar in tar gnutar gtar;
+    do
+      { echo "$as_me:$LINENO: $_am_tar --version" >&5
+   ($_am_tar --version) >&5 2>&5
+   ac_status=$?
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
+   (exit $ac_status); } && break
+    done
+    am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"'
+    am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"'
+    am__untar="$_am_tar -xf -"
+    ;;
+  plaintar)
+    # Must skip GNU tar: if it does not support --format= it doesn't create
+    # ustar tarball either.
+    (tar --version) >/dev/null 2>&1 && continue
+    am__tar='tar chf - "$$tardir"'
+    am__tar_='tar chf - "$tardir"'
+    am__untar='tar xf -'
+    ;;
+  pax)
+    am__tar='pax -L -x ustar -w "$$tardir"'
+    am__tar_='pax -L -x ustar -w "$tardir"'
+    am__untar='pax -r'
+    ;;
+  cpio)
+    am__tar='find "$$tardir" -print | cpio -o -H ustar -L'
+    am__tar_='find "$tardir" -print | cpio -o -H ustar -L'
+    am__untar='cpio -i -H ustar -d'
+    ;;
+  none)
+    am__tar=false
+    am__tar_=false
+    am__untar=false
+    ;;
+  esac
+
+  # If the value was cached, stop now.  We just wanted to have am__tar
+  # and am__untar set.
+  test -n "${am_cv_prog_tar_ustar}" && break
+
+  # tar/untar a dummy directory, and stop if the command works
+  rm -rf conftest.dir
+  mkdir conftest.dir
+  echo GrepMe > conftest.dir/file
+  { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" 
>&5
+   (tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&5
+   ac_status=$?
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
+   (exit $ac_status); }
+  rm -rf conftest.dir
+  if test -s conftest.tar; then
+    { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
+   ($am__untar <conftest.tar) >&5 2>&5
+   ac_status=$?
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
+   (exit $ac_status); }
+    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
+  fi
+done
+rm -rf conftest.dir
+
+if ${am_cv_prog_tar_ustar+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  am_cv_prog_tar_ustar=$_am_tool
+fi
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5
+$as_echo "$am_cv_prog_tar_ustar" >&6; }
 
 
 
@@ -13913,7 +13991,7 @@
 
 GLIB_REQUIRED_VERSION=2.26
 GTK_REQUIRED_VERSION=3.0.0
-GTKSOURCEVIEW_REQUIRED_VERSION=2.91.8
+GTKSOURCEVIEW_REQUIRED_VERSION=3.0.0
 
 
 
@@ -14498,13 +14576,22 @@
 fi
 
 
-if test "$enable_debug" = "yes"; then
+if test "x$enable_debug" = "xyes"; then
        PACKAGE_CFLAGS="$PACKAGE_CFLAGS -g"
 
 $as_echo "#define ENABLE_DEBUG 1" >>confdefs.h
 
 fi
 
+ if test "$enable_debug" = "yes"; then
+  ENABLE_DEBUG_TRUE=
+  ENABLE_DEBUG_FALSE='#'
+else
+  ENABLE_DEBUG_TRUE='#'
+  ENABLE_DEBUG_FALSE=
+fi
+
+
 
 
 
@@ -14912,6 +14999,10 @@
   ac_config_commands="$ac_config_commands po/stamp-it"
 
 
+if test -z "${ENABLE_DEBUG_TRUE}" && test -z "${ENABLE_DEBUG_FALSE}"; then
+  as_fn_error $? "conditional \"ENABLE_DEBUG\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
 if test -z "${GLADE_CATALOG_TRUE}" && test -z "${GLADE_CATALOG_FALSE}"; then
   as_fn_error $? "conditional \"GLADE_CATALOG\" was never defined.
 Usually this means the macro was only invoked conditionally." "$LINENO" 5
@@ -15325,7 +15416,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by gitg $as_me 0.2.2, which was
+This file was extended by gitg $as_me 0.2.3, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -15392,7 +15483,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-gitg config.status 0.2.2
+gitg config.status 0.2.3
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
 
@@ -17321,4 +17412,5 @@
        Source code location:   ${srcdir}
        Compiler:               ${CC}
        Glade catalog:          ${glade_catalog}
+       Debug enabled:          ${enable_debug}
 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gitg-0.2.2/configure.ac new/gitg-0.2.3/configure.ac
--- old/gitg-0.2.2/configure.ac 2011-03-27 17:55:37.000000000 +0200
+++ new/gitg-0.2.3/configure.ac 2011-07-21 15:34:57.000000000 +0200
@@ -4,7 +4,7 @@
 
 m4_define(gitg_major_version, 0)
 m4_define(gitg_minor_version, 2)
-m4_define(gitg_micro_version, 2)
+m4_define(gitg_micro_version, 3)
 m4_define(gitg_version, 
gitg_major_version.gitg_minor_version.gitg_micro_version)
 
 AC_INIT([gitg],
@@ -25,7 +25,7 @@
 AC_DEFINE(GITG_MICRO_VERSION, gitg_micro_version, [GitG micro version])
 AC_SUBST(GITG_MICRO_VERSION, gitg_micro_version)
 
-AM_INIT_AUTOMAKE([1.11 dist-bzip2 no-dist-gzip])
+AM_INIT_AUTOMAKE([1.11 tar-ustar dist-xz no-dist-gzip -Wno-portability])
 AM_MAINTAINER_MODE([enable])
 
 AM_SILENT_RULES([yes])
@@ -56,7 +56,7 @@
 
 GLIB_REQUIRED_VERSION=2.26
 GTK_REQUIRED_VERSION=3.0.0
-GTKSOURCEVIEW_REQUIRED_VERSION=2.91.8
+GTKSOURCEVIEW_REQUIRED_VERSION=3.0.0
 
 PKG_CHECK_MODULES(GITG, [
        gtk+-3.0 >= $GTK_REQUIRED_VERSION
@@ -106,11 +106,13 @@
                               [disable debug information [default=yes]])],
               [enable_debug=$enableval], [enable_debug=yes])
 
-if test "$enable_debug" = "yes"; then
+if test "x$enable_debug" = "xyes"; then
        PACKAGE_CFLAGS="$PACKAGE_CFLAGS -g"
        AC_DEFINE([ENABLE_DEBUG],[1],[Whether debugging support is enabled])
 fi
 
+AM_CONDITIONAL([ENABLE_DEBUG], [test "$enable_debug" = "yes"])
+
 AC_SUBST(PACKAGE_CFLAGS)
 AC_SUBST(PACKAGE_LIBS)
 
@@ -156,4 +158,5 @@
        Source code location:   ${srcdir}
        Compiler:               ${CC}
        Glade catalog:          ${glade_catalog}
+       Debug enabled:          ${enable_debug}
 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gitg-0.2.2/data/Makefile.am 
new/gitg-0.2.3/data/Makefile.am
--- old/gitg-0.2.2/data/Makefile.am     2011-03-27 17:25:09.000000000 +0200
+++ new/gitg-0.2.3/data/Makefile.am     2011-07-21 15:17:12.000000000 +0200
@@ -16,7 +16,7 @@
 gsettings_SCHEMAS = org.gnome.gitg.gschema.xml
 
 if GLADE_CATALOG
-catalogdir = $(GLADE_CATALOGDIR)
+catalogdir = $(GLADE_CATALOG_DIR)
 dist_catalog_DATA = gitg-glade.xml
 endif
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gitg-0.2.2/data/Makefile.in 
new/gitg-0.2.3/data/Makefile.in
--- old/gitg-0.2.2/data/Makefile.in     2011-03-27 17:57:33.000000000 +0200
+++ new/gitg-0.2.3/data/Makefile.in     2011-07-21 15:38:28.000000000 +0200
@@ -300,7 +300,7 @@
 gitgstylesdir = $(datadir)/gitg/styles
 gitgstyles_DATA = gitgstyle.xml
 gsettings_SCHEMAS = org.gnome.gitg.gschema.xml
-@GLADE_CATALOG_TRUE@catalogdir = $(GLADE_CATALOGDIR)
+@GLADE_CATALOG_TRUE@catalogdir = $(GLADE_CATALOG_DIR)
 @GLADE_CATALOG_TRUE@dist_catalog_DATA = gitg-glade.xml
 EXTRA_DIST = \
        $(desktop_in_files)             \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gitg-0.2.2/data/gitg.desktop.in 
new/gitg-0.2.3/data/gitg.desktop.in
--- old/gitg-0.2.2/data/gitg.desktop.in 2011-03-27 17:57:38.000000000 +0200
+++ new/gitg-0.2.3/data/gitg.desktop.in 2011-07-21 15:38:33.000000000 +0200
@@ -12,4 +12,4 @@
 X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=gitg
 X-GNOME-Bugzilla-Component=core
-X-GNOME-Bugzilla-Version=0.2.2
+X-GNOME-Bugzilla-Version=0.2.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gitg-0.2.2/gitg/gitg-branch-actions.c 
new/gitg-0.2.3/gitg/gitg-branch-actions.c
--- old/gitg-0.2.2/gitg/gitg-branch-actions.c   2011-03-27 17:54:38.000000000 
+0200
+++ new/gitg-0.2.3/gitg/gitg-branch-actions.c   2011-07-18 13:43:29.000000000 
+0200
@@ -624,7 +624,7 @@
 
        gtk_dialog_set_default_response (GTK_DIALOG (dlg), GTK_RESPONSE_OK);
 
-       GtkWidget *box = gtk_hbox_new (FALSE, 6);
+       GtkWidget *box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 6);
        GtkWidget *label = gtk_label_new (_("Name:"));
        GtkWidget *entry = gtk_entry_new ();
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gitg-0.2.2/gitg/gitg-repository-dialog.c 
new/gitg-0.2.3/gitg/gitg-repository-dialog.c
--- old/gitg-0.2.2/gitg/gitg-repository-dialog.c        2011-03-27 
17:54:38.000000000 +0200
+++ new/gitg-0.2.3/gitg/gitg-repository-dialog.c        2011-07-21 
15:16:46.000000000 +0200
@@ -302,9 +302,6 @@
 {
        GtkTreeIter iter;
        GtkTreePath *path = gtk_tree_row_reference_get_path (info->reference);
-       GtkStyleContext *style_context;
-       GValue cycle_duration = {0,};
-       GValue num_steps = {0,};
 
        gtk_tree_model_get_iter (GTK_TREE_MODEL 
(info->dialog->priv->list_store_remotes),
                                 &iter,
@@ -315,22 +312,14 @@
                            COLUMN_FETCH, TRUE,
                            -1);
 
-       g_value_init (&cycle_duration, G_TYPE_UINT);
-       g_value_init (&num_steps, G_TYPE_UINT);
-
-       style_context = gtk_widget_get_style_context (GTK_WIDGET 
(info->dialog->priv->tree_view_remotes));
-
-       gtk_style_context_get_style_property (style_context, "num-steps", 
&num_steps);
-       gtk_style_context_get_style_property (style_context, "cycle-duration", 
&cycle_duration);
-
-       info->pulse_id = g_timeout_add (g_value_get_uint (&cycle_duration) /
-                                       g_value_get_uint (&num_steps),
+       /* We can't tell how often we are supposed to pulse so just pulse
+        * at the interval of the default engine. Yes this is annoying but,
+        * mclasen said to "blame the engine."
+        */
+       info->pulse_id = g_timeout_add (750 / 12,
                                        (GSourceFunc)pulse_row,
                                        info);
 
-       g_value_unset (&cycle_duration);
-       g_value_unset (&num_steps);
-
        gtk_tree_path_free (path);
        update_fetch (info->dialog);
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gitg-0.2.2/gitg/gitg-repository.ui 
new/gitg-0.2.3/gitg/gitg-repository.ui
--- old/gitg-0.2.2/gitg/gitg-repository.ui      2011-03-27 17:54:38.000000000 
+0200
+++ new/gitg-0.2.3/gitg/gitg-repository.ui      2011-03-29 12:41:13.000000000 
+0200
@@ -196,6 +196,7 @@
                         <property name="n_columns">2</property>
                         <property name="column_spacing">6</property>
                         <property name="row_spacing">6</property>
+                        <property name="expand">False</property>
                         <child>
                           <object class="GtkLabel" 
id="label_configuration_user_name">
                             <property name="visible">True</property>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gitg-0.2.2/gitg/gitg-window.c 
new/gitg-0.2.3/gitg/gitg-window.c
--- old/gitg-0.2.2/gitg/gitg-window.c   2011-03-27 17:54:38.000000000 +0200
+++ new/gitg-0.2.3/gitg/gitg-window.c   2011-03-28 14:23:00.000000000 +0200
@@ -1219,6 +1219,9 @@
        g_free (msg);
        gdk_window_set_cursor (gtk_widget_get_window (GTK_WIDGET 
(window->priv->tree_view)), NULL);
 
+       gtk_tree_view_set_model (window->priv->tree_view,
+                                GTK_TREE_MODEL (window->priv->repository));
+
        GitgHash hash = {0,};
 
        if (memcmp (window->priv->select_on_load, hash, GITG_HASH_BINARY_SIZE) 
!= 0)
@@ -1708,6 +1711,8 @@
                                           on_branches_combo_changed,
                                           window);
 
+       gtk_tree_view_set_model (window->priv->tree_view, NULL);
+
        update_window_title (window);
 }
 
@@ -1790,9 +1795,6 @@
        if ((git_dir || work_tree) &&
            create_repository (window, git_dir, work_tree, selection))
        {
-               gtk_tree_view_set_model (window->priv->tree_view,
-                                        GTK_TREE_MODEL 
(window->priv->repository));
-
                GitgShell *loader = gitg_repository_get_loader 
(window->priv->repository);
 
                gitg_window_set_select_on_load (window, selection);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gitg-0.2.2/libgitg/Makefile.am 
new/gitg-0.2.3/libgitg/Makefile.am
--- old/gitg-0.2.2/libgitg/Makefile.am  2010-12-23 13:26:14.000000000 +0100
+++ new/gitg-0.2.3/libgitg/Makefile.am  2011-03-28 14:22:54.000000000 +0200
@@ -51,7 +51,6 @@
        gitg-commit.c                   \
        gitg-config.c                   \
        gitg-convert.c                  \
-       gitg-debug.c                    \
        gitg-hash.c                     \
        gitg-i18n.c                     \
        gitg-lane.c                     \
@@ -67,6 +66,10 @@
        gitg-shell.c                    \
        gitg-line-parser.c
 
+if ENABLE_DEBUG
+C_FILES += gitg-debug.c
+endif
+
 ENUM_H_FILES =                 \
        gitg-changed-file.h
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gitg-0.2.2/libgitg/Makefile.in 
new/gitg-0.2.3/libgitg/Makefile.in
--- old/gitg-0.2.2/libgitg/Makefile.in  2011-03-27 17:57:33.000000000 +0200
+++ new/gitg-0.2.3/libgitg/Makefile.in  2011-07-21 15:38:28.000000000 +0200
@@ -35,6 +35,7 @@
 POST_UNINSTALL = :
 build_triplet = @build@
 host_triplet = @host@
+@ENABLE_DEBUG_TRUE@am__append_1 = gitg-debug.c
 subdir = libgitg
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -78,16 +79,30 @@
 LTLIBRARIES = $(lib_LTLIBRARIES)
 am__DEPENDENCIES_1 =
 libgitg_1_0_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
+am__libgitg_1_0_la_SOURCES_DIST = gitg-changed-file.h gitg-color.h \
+       gitg-commit.h gitg-config.h gitg-hash.h gitg-lane.h gitg-ref.h \
+       gitg-repository.h gitg-revision.h gitg-runner.h gitg-command.h \
+       gitg-shell.h gitg-io.h gitg-line-parser.h gitg-convert.h \
+       gitg-debug.h gitg-i18n.h gitg-lanes.h \
+       gitg-smart-charset-converter.h gitg-encodings.h \
+       gitg-enum-types.h gitg-enum-types.c gitg-changed-file.c \
+       gitg-color.c gitg-commit.c gitg-config.c gitg-convert.c \
+       gitg-hash.c gitg-i18n.c gitg-lane.c gitg-lanes.c gitg-ref.c \
+       gitg-repository.c gitg-revision.c gitg-runner.c \
+       gitg-smart-charset-converter.c gitg-encodings.c gitg-command.c \
+       gitg-io.c gitg-shell.c gitg-line-parser.c gitg-debug.c
 am__objects_1 =
 am__objects_2 = gitg-enum-types.lo
-am__objects_3 = $(am__objects_2) gitg-changed-file.lo gitg-color.lo \
-       gitg-commit.lo gitg-config.lo gitg-convert.lo gitg-debug.lo \
-       gitg-hash.lo gitg-i18n.lo gitg-lane.lo gitg-lanes.lo \
-       gitg-ref.lo gitg-repository.lo gitg-revision.lo gitg-runner.lo \
+@ENABLE_DEBUG_TRUE@am__objects_3 = gitg-debug.lo
+am__objects_4 = $(am__objects_2) gitg-changed-file.lo gitg-color.lo \
+       gitg-commit.lo gitg-config.lo gitg-convert.lo gitg-hash.lo \
+       gitg-i18n.lo gitg-lane.lo gitg-lanes.lo gitg-ref.lo \
+       gitg-repository.lo gitg-revision.lo gitg-runner.lo \
        gitg-smart-charset-converter.lo gitg-encodings.lo \
-       gitg-command.lo gitg-io.lo gitg-shell.lo gitg-line-parser.lo
-am_libgitg_1_0_la_OBJECTS = $(am__objects_1) $(am__objects_1) \
+       gitg-command.lo gitg-io.lo gitg-shell.lo gitg-line-parser.lo \
        $(am__objects_3)
+am_libgitg_1_0_la_OBJECTS = $(am__objects_1) $(am__objects_1) \
+       $(am__objects_4)
 libgitg_1_0_la_OBJECTS = $(am_libgitg_1_0_la_OBJECTS)
 AM_V_lt = $(am__v_lt_$(V))
 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
@@ -123,7 +138,7 @@
 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 am__v_GEN_0 = @echo "  GEN   " $@;
 SOURCES = $(libgitg_1_0_la_SOURCES)
-DIST_SOURCES = $(libgitg_1_0_la_SOURCES)
+DIST_SOURCES = $(am__libgitg_1_0_la_SOURCES_DIST)
 DATA = $(header_DATA)
 ETAGS = etags
 CTAGS = ctags
@@ -329,29 +344,12 @@
        gitg-smart-charset-converter.h  \
        gitg-encodings.h
 
-C_FILES = \
-       $(BUILT_SOURCES)                \
-       gitg-changed-file.c             \
-       gitg-color.c                    \
-       gitg-commit.c                   \
-       gitg-config.c                   \
-       gitg-convert.c                  \
-       gitg-debug.c                    \
-       gitg-hash.c                     \
-       gitg-i18n.c                     \
-       gitg-lane.c                     \
-       gitg-lanes.c                    \
-       gitg-ref.c                      \
-       gitg-repository.c               \
-       gitg-revision.c                 \
-       gitg-runner.c                   \
-       gitg-smart-charset-converter.c  \
-       gitg-encodings.c                \
-       gitg-command.c                  \
-       gitg-io.c                       \
-       gitg-shell.c                    \
-       gitg-line-parser.c
-
+C_FILES = $(BUILT_SOURCES) gitg-changed-file.c gitg-color.c \
+       gitg-commit.c gitg-config.c gitg-convert.c gitg-hash.c \
+       gitg-i18n.c gitg-lane.c gitg-lanes.c gitg-ref.c \
+       gitg-repository.c gitg-revision.c gitg-runner.c \
+       gitg-smart-charset-converter.c gitg-encodings.c gitg-command.c \
+       gitg-io.c gitg-shell.c gitg-line-parser.c $(am__append_1)
 ENUM_H_FILES = \
        gitg-changed-file.h
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gitg-0.2.2/libgitg/gitg-debug.h 
new/gitg-0.2.3/libgitg/gitg-debug.h
--- old/gitg-0.2.2/libgitg/gitg-debug.h 2011-03-27 17:22:44.000000000 +0200
+++ new/gitg-0.2.3/libgitg/gitg-debug.h 2011-03-28 14:22:48.000000000 +0200
@@ -49,7 +49,7 @@
 #define gitg_debug(level,args...) gitg_debug_message (level, __FILE__, 
__LINE__, G_STRFUNC, args)
 #else
 
-#define gitg_debug_init ;
+#define gitg_debug_init(args...) ;
 #define gitg_debug_enabled(x) FALSE
 #define gitg_debug(level,args...) ;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gitg-0.2.2/tests/shell.c new/gitg-0.2.3/tests/shell.c
--- old/gitg-0.2.2/tests/shell.c        2011-01-12 17:19:43.000000000 +0100
+++ new/gitg-0.2.3/tests/shell.c        2011-03-28 14:22:48.000000000 +0200
@@ -1,5 +1,6 @@
 #include <libgitg/gitg-shell.h>
 #include <string.h>
+#include <libgitg/gitg-debug.h>
 
 #define test_add_repo(name, callback) g_test_add (name, RepositoryInfo, NULL, 
repository_setup, callback, repository_cleanup)
 


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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to