Hello community,

here is the log from the commit of package gtkhtml for openSUSE:Factory checked 
in at 2014-08-15 09:55:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gtkhtml (Old)
 and      /work/SRC/openSUSE:Factory/.gtkhtml.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gtkhtml"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gtkhtml/gtkhtml.changes  2014-07-18 
06:40:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gtkhtml.new/gtkhtml.changes     2014-08-15 
09:55:40.000000000 +0200
@@ -1,0 +2,7 @@
+Mon Aug 11 12:56:00 UTC 2014 - zai...@opensuse.org
+
+- Update to version 4.8.4:
+  + Miscellaneous: Add forgotten chain-up-s to parent's
+    constructed() method.
+
+-------------------------------------------------------------------

Old:
----
  gtkhtml-4.8.3.tar.xz

New:
----
  gtkhtml-4.8.4.tar.xz

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

Other differences:
------------------
++++++ gtkhtml.spec ++++++
--- /var/tmp/diff_new_pack.WPirsv/_old  2014-08-15 09:55:42.000000000 +0200
+++ /var/tmp/diff_new_pack.WPirsv/_new  2014-08-15 09:55:42.000000000 +0200
@@ -24,7 +24,7 @@
 %define _gtkhtml_editor_major 0
 
 Name:           gtkhtml
-Version:        4.8.3
+Version:        4.8.4
 Release:        0
 Summary:        Lightweight HTML rendering/printing/editing engine
 License:        GPL-2.0+ and LGPL-2.1+

++++++ gtkhtml-4.8.3.tar.xz -> gtkhtml-4.8.4.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gtkhtml-4.8.3/ChangeLog new/gtkhtml-4.8.4/ChangeLog
--- old/gtkhtml-4.8.3/ChangeLog 2014-07-14 07:31:18.000000000 +0200
+++ new/gtkhtml-4.8.4/ChangeLog 2014-08-11 09:16:54.000000000 +0200
@@ -1,5 +1,37 @@
 # Generated by Makefile. Do not edit.
 
+commit 85b04c935904212ba1a5827fdc83e22cc7633606
+Author: Milan Crha <mc...@redhat.com>
+Date:   Thu Jul 17 10:43:52 2014 +0200
+
+    Add forgotten chain-up-s to parent's constructed() method
+    
+    This stroke with gtk+ 3.13.4, where GtkComboBox relies on
+    the constructed() being called. It was reported in Red Hat's
+    bugzilla as https://bugzilla.redhat.com/show_bug.cgi?id=1120291
+
+ components/editor/gtkhtml-combo-box.c            | 3 +++
+ components/editor/gtkhtml-image-chooser-dialog.c | 3 +++
+ 2 files changed, 6 insertions(+)
+
+commit 143198c4e9d3bab2baee39d93b9a82ba5bd1d5de
+Author: Milan Crha <mc...@redhat.com>
+Date:   Mon Jul 14 07:34:02 2014 +0200
+
+    Post-release version bump
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a9ffaaf05296f60c66ffe21b086039cd62379361
+Author: Milan Crha <mc...@redhat.com>
+Date:   Mon Jul 14 07:32:44 2014 +0200
+
+    NEWS update for 4.8.3
+
+ NEWS | 10 ++++++++++
+ 1 file changed, 10 insertions(+)
+
 commit 59fcab11b56d6a6e1c7fbf386304cae9560fcc83
 Author: Milan Crha <mc...@redhat.com>
 Date:   Thu Jul 10 12:14:09 2014 +0200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gtkhtml-4.8.3/NEWS new/gtkhtml-4.8.4/NEWS
--- old/gtkhtml-4.8.3/NEWS      2014-07-14 07:30:37.000000000 +0200
+++ new/gtkhtml-4.8.4/NEWS      2014-08-11 09:15:38.000000000 +0200
@@ -1,3 +1,9 @@
+GtkHTML-4.8.4 2014-08-11
+------------------------
+
+Miscellaneous:
+       Add forgotten chain-up-s to parent's constructed() method (Milan Crha)
+
 GtkHTML-4.8.3 2014-07-14
 ------------------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gtkhtml-4.8.3/components/editor/gtkhtml-combo-box.c 
new/gtkhtml-4.8.4/components/editor/gtkhtml-combo-box.c
--- old/gtkhtml-4.8.3/components/editor/gtkhtml-combo-box.c     2014-03-24 
10:04:22.000000000 +0100
+++ new/gtkhtml-4.8.4/components/editor/gtkhtml-combo-box.c     2014-07-17 
10:47:16.000000000 +0200
@@ -282,6 +282,9 @@
 
        combo_box = GTK_COMBO_BOX (object);
 
+       /* Chain up to parent's method. */
+       G_OBJECT_CLASS (parent_class)->constructed (object);
+
        /* This needs to happen after constructor properties are set
         * so that GtkCellLayout.get_area() returns something valid. */
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gtkhtml-4.8.3/components/editor/gtkhtml-editor-4.0.pc 
new/gtkhtml-4.8.4/components/editor/gtkhtml-editor-4.0.pc
--- old/gtkhtml-4.8.3/components/editor/gtkhtml-editor-4.0.pc   2014-07-14 
07:31:17.000000000 +0200
+++ new/gtkhtml-4.8.4/components/editor/gtkhtml-editor-4.0.pc   2014-08-11 
09:16:53.000000000 +0200
@@ -8,6 +8,6 @@
 Name: gtkhtml-editor
 Description: HTML editor widget
 Requires: libgtkhtml-4.0
-Version: 4.8.3
+Version: 4.8.4
 Libs: -L${libdir} -lgtkhtml-editor-4.0
 Cflags: -I${includedir}/libgtkhtml-4.0/editor
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gtkhtml-4.8.3/components/editor/gtkhtml-image-chooser-dialog.c 
new/gtkhtml-4.8.4/components/editor/gtkhtml-image-chooser-dialog.c
--- old/gtkhtml-4.8.3/components/editor/gtkhtml-image-chooser-dialog.c  
2014-03-24 10:04:22.000000000 +0100
+++ new/gtkhtml-4.8.4/components/editor/gtkhtml-image-chooser-dialog.c  
2014-07-17 10:47:16.000000000 +0200
@@ -149,6 +149,9 @@
        GtkFileChooser *file_chooser;
        GtkFileFilter *file_filter;
 
+       /* Chain up to parent's method. */
+       G_OBJECT_CLASS (gtkhtml_image_chooser_dialog_parent_class)->constructed 
(object);
+
        file_chooser = GTK_FILE_CHOOSER (object);
        gtk_file_chooser_set_local_only (file_chooser, FALSE);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gtkhtml-4.8.3/configure new/gtkhtml-4.8.4/configure
--- old/gtkhtml-4.8.3/configure 2014-07-14 07:31:02.000000000 +0200
+++ new/gtkhtml-4.8.4/configure 2014-08-11 09:16:31.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for gtkhtml 4.8.3.
+# Generated by GNU Autoconf 2.69 for gtkhtml 4.8.4.
 #
 # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=GtkHtml>.
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='gtkhtml'
 PACKAGE_TARNAME='gtkhtml'
-PACKAGE_VERSION='4.8.3'
-PACKAGE_STRING='gtkhtml 4.8.3'
+PACKAGE_VERSION='4.8.4'
+PACKAGE_STRING='gtkhtml 4.8.4'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GtkHtml'
 PACKAGE_URL=''
 
@@ -1428,7 +1428,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 gtkhtml 4.8.3 to adapt to many kinds of systems.
+\`configure' configures gtkhtml 4.8.4 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1498,7 +1498,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of gtkhtml 4.8.3:";;
+     short | recursive ) echo "Configuration of gtkhtml 4.8.4:";;
    esac
   cat <<\_ACEOF
 
@@ -1630,7 +1630,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-gtkhtml configure 4.8.3
+gtkhtml configure 4.8.4
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2174,7 +2174,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by gtkhtml $as_me 4.8.3, which was
+It was created by gtkhtml $as_me 4.8.4, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3037,7 +3037,7 @@
 
 # Define the identity of the package.
  PACKAGE='gtkhtml'
- VERSION='4.8.3'
+ VERSION='4.8.4'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -19594,7 +19594,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by gtkhtml $as_me 4.8.3, which was
+This file was extended by gtkhtml $as_me 4.8.4, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -19660,7 +19660,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-gtkhtml config.status 4.8.3
+gtkhtml config.status 4.8.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/gtkhtml-4.8.3/configure.ac 
new/gtkhtml-4.8.4/configure.ac
--- old/gtkhtml-4.8.3/configure.ac      2014-07-10 12:15:28.000000000 +0200
+++ new/gtkhtml-4.8.4/configure.ac      2014-07-14 07:33:50.000000000 +0200
@@ -1,6 +1,6 @@
 dnl Initialization
 AC_PREREQ(2.58)
-AC_INIT([gtkhtml], [4.8.3], 
[http://bugzilla.gnome.org/enter_bug.cgi?product=GtkHtml])
+AC_INIT([gtkhtml], [4.8.4], 
[http://bugzilla.gnome.org/enter_bug.cgi?product=GtkHtml])
 AM_INIT_AUTOMAKE([gnu 1.9 dist-xz no-dist-gzip -Wno-portability])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS(config.h)

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

Reply via email to