Hello community,

here is the log from the commit of package gitg for openSUSE:Factory checked in 
at 2013-04-16 06:44:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gitg (Old)
 and      /work/SRC/openSUSE:Factory/.gitg.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gitg", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/gitg/gitg.changes        2013-03-30 
14:56:10.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gitg.new/gitg.changes   2013-04-16 
06:44:10.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Apr  6 16:35:05 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.2.7:
+  + Fix crash at startup.
+
+-------------------------------------------------------------------

Old:
----
  gitg-0.2.6.tar.xz

New:
----
  gitg-0.2.7.tar.xz

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

Other differences:
------------------
++++++ gitg.spec ++++++
--- /var/tmp/diff_new_pack.7WILhf/_old  2013-04-16 06:44:14.000000000 +0200
+++ /var/tmp/diff_new_pack.7WILhf/_new  2013-04-16 06:44:14.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           gitg
-Version:        0.2.6
+Version:        0.2.7
 Release:        0
 Summary:        Git repository viewer
 License:        GPL-2.0+

++++++ gitg-0.2.6.tar.xz -> gitg-0.2.7.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gitg-0.2.6/ChangeLog new/gitg-0.2.7/ChangeLog
--- old/gitg-0.2.6/ChangeLog    2013-03-28 12:33:07.000000000 +0100
+++ new/gitg-0.2.7/ChangeLog    2013-04-05 13:25:15.000000000 +0200
@@ -1,3 +1,21 @@
+2013-04-05 Ignacio Casal Quinteiro <i...@gnome.org>
+commit a49a55694c6e6224f4d8c2819644e8a1c630b502
+
+    Ref action groups. Fixes bug #697269. Thanks to  Richard Grenville.
+
+ gitg/gitg-window.c | 16 ++++++++++++++--
+ 1 file changed, 14 insertions(+), 2 deletions(-)
+
+2013-03-28 Ignacio Casal Quinteiro <i...@gnome.org>
+commit afb7c105adbbf9f67edf50f44173eaff8ec1809f
+
+    Release 0.2.6
+
+ NEWS         | 8 ++++++++
+ README       | 6 +++---
+ configure.ac | 2 +-
+ 3 files changed, 12 insertions(+), 4 deletions(-)
+
 2013-03-27 Kalev Lember <kalevlem...@gmail.com>
 commit 3c29a1fef495b3c2af7b1b4e58526c472c622583
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gitg-0.2.6/NEWS new/gitg-0.2.7/NEWS
--- old/gitg-0.2.6/NEWS 2013-03-28 12:32:15.000000000 +0100
+++ new/gitg-0.2.7/NEWS 2013-04-05 13:24:29.000000000 +0200
@@ -1,3 +1,9 @@
+= gitg 0.2.7 =
+Version 0.2.7 was released on 2013-04-05
+
+== Bug fixes ==
+  * Fix crash at startup.
+
 = gitg 0.2.6 =
 Version 0.2.6 was released on 2013-03-28
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gitg-0.2.6/README new/gitg-0.2.7/README
--- old/gitg-0.2.6/README       2013-03-28 12:30:20.000000000 +0100
+++ new/gitg-0.2.7/README       2013-04-05 13:23:56.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.6.
+The latest version of gitg is 0.2.7.
 
 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 Jxf gitg-0.2.6.tar.xz
-       $ cd gitg-0.2.6
+       $ tar Jxf gitg-0.2.7.tar.xz
+       $ cd gitg-0.2.7
        $ ./configure
        $ make
        $ sudo make install
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gitg-0.2.6/configure new/gitg-0.2.7/configure
--- old/gitg-0.2.6/configure    2013-03-28 12:32:45.000000000 +0100
+++ new/gitg-0.2.7/configure    2013-04-05 13:24:44.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for gitg 0.2.6.
+# Generated by GNU Autoconf 2.69 for gitg 0.2.7.
 #
 # Report bugs to <https://bugzilla.gnome.org/enter_bug.cgi?product=gitg>.
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='gitg'
 PACKAGE_TARNAME='gitg'
-PACKAGE_VERSION='0.2.6'
-PACKAGE_STRING='gitg 0.2.6'
+PACKAGE_VERSION='0.2.7'
+PACKAGE_STRING='gitg 0.2.7'
 PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=gitg'
 PACKAGE_URL='http://live.gnome.org/Gitg'
 
@@ -1405,7 +1405,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.6 to adapt to many kinds of systems.
+\`configure' configures gitg 0.2.7 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1475,7 +1475,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of gitg 0.2.6:";;
+     short | recursive ) echo "Configuration of gitg 0.2.7:";;
    esac
   cat <<\_ACEOF
 
@@ -1611,7 +1611,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-gitg configure 0.2.6
+gitg configure 0.2.7
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1889,7 +1889,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.6, which was
+It was created by gitg $as_me 0.2.7, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2284,9 +2284,9 @@
 GITG_MINOR_VERSION=2
 
 
-$as_echo "#define GITG_MICRO_VERSION 6" >>confdefs.h
+$as_echo "#define GITG_MICRO_VERSION 7" >>confdefs.h
 
-GITG_MICRO_VERSION=6
+GITG_MICRO_VERSION=7
 
 
 am__api_version='1.13'
@@ -2775,7 +2775,7 @@
 
 # Define the identity of the package.
  PACKAGE='gitg'
- VERSION='0.2.6'
+ VERSION='0.2.7'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -15652,7 +15652,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.6, which was
+This file was extended by gitg $as_me 0.2.7, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -15719,7 +15719,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.6
+gitg config.status 0.2.7
 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/gitg-0.2.6/configure.ac new/gitg-0.2.7/configure.ac
--- old/gitg-0.2.6/configure.ac 2013-03-28 12:30:11.000000000 +0100
+++ new/gitg-0.2.7/configure.ac 2013-04-05 13:23:46.000000000 +0200
@@ -4,7 +4,7 @@
 
 m4_define(gitg_major_version, 0)
 m4_define(gitg_minor_version, 2)
-m4_define(gitg_micro_version, 6)
+m4_define(gitg_micro_version, 7)
 m4_define(gitg_version, 
gitg_major_version.gitg_minor_version.gitg_micro_version)
 
 AC_INIT([gitg],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gitg-0.2.6/data/gitg.desktop.in 
new/gitg-0.2.7/data/gitg.desktop.in
--- old/gitg-0.2.6/data/gitg.desktop.in 2013-03-28 12:32:50.000000000 +0100
+++ new/gitg-0.2.7/data/gitg.desktop.in 2013-04-05 13:24:47.000000000 +0200
@@ -11,4 +11,4 @@
 X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=gitg
 X-GNOME-Bugzilla-Component=core
-X-GNOME-Bugzilla-Version=0.2.6
+X-GNOME-Bugzilla-Version=0.2.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gitg-0.2.6/gitg/gitg-window.c 
new/gitg-0.2.7/gitg/gitg-window.c
--- old/gitg-0.2.6/gitg/gitg-window.c   2013-03-28 12:29:59.000000000 +0100
+++ new/gitg-0.2.7/gitg/gitg-window.c   2013-04-05 13:19:43.000000000 +0200
@@ -234,6 +234,18 @@
                self->priv->hidden_settings = NULL;
        }
 
+       if (self->priv->edit_group)
+       {
+               g_object_unref(self->priv->edit_group);
+               self->priv->edit_group = NULL;
+       }
+
+       if (self->priv->repository_group)
+       {
+               g_object_unref(self->priv->repository_group);
+               self->priv->repository_group = NULL;
+       }
+
        G_OBJECT_CLASS (gitg_window_parent_class)->dispose (object);
 }
 
@@ -930,8 +942,8 @@
 
        gtk_window_add_accel_group (GTK_WINDOW (window), 
gtk_ui_manager_get_accel_group (uiman));
 
-       window->priv->edit_group = GTK_ACTION_GROUP(gtk_builder_get_object (b, 
"action_group_menu_edit"));
-       window->priv->repository_group = 
GTK_ACTION_GROUP(gtk_builder_get_object (b, "action_group_menu_repository"));
+       window->priv->edit_group = 
g_object_ref(GTK_ACTION_GROUP(gtk_builder_get_object (b, 
"action_group_menu_edit")));
+       window->priv->repository_group = 
g_object_ref(GTK_ACTION_GROUP(gtk_builder_get_object (b, 
"action_group_menu_repository")));
 
        gtk_builder_connect_signals (b, window);
        g_object_unref (b);

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

Reply via email to