Hello community,

here is the log from the commit of package gtkhtml for openSUSE:Factory checked 
in at 2014-05-11 14:16:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-05-05 
21:17:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gtkhtml.new/gtkhtml.changes     2014-05-11 
14:16:42.000000000 +0200
@@ -1,0 +2,7 @@
+Fri May  2 16:01:14 UTC 2014 - zai...@opensuse.org
+
+- Update to version 4.8.1:
+  + Drop gnome-icon-theme dependency (bgo#729020).
+- Drop gnome-icon-theme BuildRequires: Following upstream changes.
+
+-------------------------------------------------------------------

Old:
----
  gtkhtml-4.8.0.tar.xz

New:
----
  gtkhtml-4.8.1.tar.xz

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

Other differences:
------------------
++++++ gtkhtml.spec ++++++
--- /var/tmp/diff_new_pack.D7kqat/_old  2014-05-11 14:16:43.000000000 +0200
+++ /var/tmp/diff_new_pack.D7kqat/_new  2014-05-11 14:16:43.000000000 +0200
@@ -24,7 +24,7 @@
 %define _gtkhtml_editor_major 0
 
 Name:           gtkhtml
-Version:        4.8.0
+Version:        4.8.1
 Release:        0
 Summary:        Lightweight HTML rendering/printing/editing engine
 License:        GPL-2.0+ and LGPL-2.1+
@@ -34,7 +34,6 @@
 BuildRequires:  enchant-devel
 BuildRequires:  fdupes
 BuildRequires:  glib2-devel
-BuildRequires:  gnome-icon-theme
 BuildRequires:  gtk3-devel >= 3.2.0
 BuildRequires:  intltool
 BuildRequires:  iso-codes-devel

++++++ gtkhtml-4.8.0.tar.xz -> gtkhtml-4.8.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gtkhtml-4.8.0/ChangeLog new/gtkhtml-4.8.1/ChangeLog
--- old/gtkhtml-4.8.0/ChangeLog 2014-03-24 14:07:16.000000000 +0100
+++ new/gtkhtml-4.8.1/ChangeLog 2014-05-02 14:38:33.000000000 +0200
@@ -1,5 +1,38 @@
 # Generated by Makefile. Do not edit.
 
+commit 29f6a05c9e01b3ed8784a4ede99b5698cd53058d
+Author: Matthias Clasen <mcla...@redhat.com>
+Date:   Fri May 2 12:57:19 2014 +0200
+
+    Bug #729020 - Drop gnome-icon-theme dependency
+    
+    gnome-icon-theme got renamed to adwaita-icon-theme. And the
+    dependency is not really needed; depending on GTK+ should be
+    enough to guarantee the presence of a spec-compliant icon
+    theme.
+
+ configure.ac | 6 ------
+ 1 file changed, 6 deletions(-)
+
+commit c44a6518d1ae3eabc0fa21840cd5b8d6a5448663
+Author: Milan Crha <mc...@redhat.com>
+Date:   Mon Mar 24 14:11:51 2014 +0100
+
+    Post-release version bump
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit c137402ed181bac8be2c546006456b6c337cd9a9
+Author: Milan Crha <mc...@redhat.com>
+Date:   Mon Mar 24 14:08:34 2014 +0100
+
+    NEWS update for 4.8.0
+
+ NEWS         | 12 ++++++++++++
+ configure.ac |  2 +-
+ 2 files changed, 13 insertions(+), 1 deletion(-)
+
 commit bf664ecd0d8d76490f42f080ad64b5b3dbeeeabf
 Author: Rui Matos <tiagoma...@gmail.com>
 Date:   Tue Jan 8 03:09:58 2013 +0100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gtkhtml-4.8.0/Makefile.in 
new/gtkhtml-4.8.1/Makefile.in
--- old/gtkhtml-4.8.0/Makefile.in       2014-03-24 14:07:10.000000000 +0100
+++ new/gtkhtml-4.8.1/Makefile.in       2014-05-02 14:38:29.000000000 +0200
@@ -237,8 +237,6 @@
 GAIL_LIBS = @GAIL_LIBS@
 GAIL_MODULES = @GAIL_MODULES@
 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
-GIT_CFLAGS = @GIT_CFLAGS@
-GIT_LIBS = @GIT_LIBS@
 GLADEUI_CFLAGS = @GLADEUI_CFLAGS@
 GLADEUI_LIBS = @GLADEUI_LIBS@
 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gtkhtml-4.8.0/NEWS new/gtkhtml-4.8.1/NEWS
--- old/gtkhtml-4.8.0/NEWS      2014-03-24 11:34:27.000000000 +0100
+++ new/gtkhtml-4.8.1/NEWS      2014-05-02 14:37:56.000000000 +0200
@@ -1,5 +1,12 @@
+GtkHTML-4.8.1 2014-05-02
+------------------------
+
+Bugs:
+       Bug #729020 - Drop gnome-icon-theme dependency (Matthias Clasen)
+
+
 GtkHTML-4.8.0 2014-03-24
--------------------------
+------------------------
 
 Miscellaneous:
        Adjust to gtk+ a11y changes (Rui Matos)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gtkhtml-4.8.0/a11y/Makefile.in 
new/gtkhtml-4.8.1/a11y/Makefile.in
--- old/gtkhtml-4.8.0/a11y/Makefile.in  2014-03-24 14:07:10.000000000 +0100
+++ new/gtkhtml-4.8.1/a11y/Makefile.in  2014-05-02 14:38:29.000000000 +0200
@@ -205,8 +205,6 @@
 GAIL_LIBS = @GAIL_LIBS@
 GAIL_MODULES = @GAIL_MODULES@
 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
-GIT_CFLAGS = @GIT_CFLAGS@
-GIT_LIBS = @GIT_LIBS@
 GLADEUI_CFLAGS = @GLADEUI_CFLAGS@
 GLADEUI_LIBS = @GLADEUI_LIBS@
 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gtkhtml-4.8.0/art/Makefile.in 
new/gtkhtml-4.8.1/art/Makefile.in
--- old/gtkhtml-4.8.0/art/Makefile.in   2014-03-24 14:07:10.000000000 +0100
+++ new/gtkhtml-4.8.1/art/Makefile.in   2014-05-02 14:38:29.000000000 +0200
@@ -182,8 +182,6 @@
 GAIL_LIBS = @GAIL_LIBS@
 GAIL_MODULES = @GAIL_MODULES@
 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
-GIT_CFLAGS = @GIT_CFLAGS@
-GIT_LIBS = @GIT_LIBS@
 GLADEUI_CFLAGS = @GLADEUI_CFLAGS@
 GLADEUI_LIBS = @GLADEUI_LIBS@
 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gtkhtml-4.8.0/components/Makefile.in 
new/gtkhtml-4.8.1/components/Makefile.in
--- old/gtkhtml-4.8.0/components/Makefile.in    2014-03-24 14:07:10.000000000 
+0100
+++ new/gtkhtml-4.8.1/components/Makefile.in    2014-05-02 14:38:29.000000000 
+0200
@@ -212,8 +212,6 @@
 GAIL_LIBS = @GAIL_LIBS@
 GAIL_MODULES = @GAIL_MODULES@
 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
-GIT_CFLAGS = @GIT_CFLAGS@
-GIT_LIBS = @GIT_LIBS@
 GLADEUI_CFLAGS = @GLADEUI_CFLAGS@
 GLADEUI_LIBS = @GLADEUI_LIBS@
 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gtkhtml-4.8.0/components/editor/Makefile.in 
new/gtkhtml-4.8.1/components/editor/Makefile.in
--- old/gtkhtml-4.8.0/components/editor/Makefile.in     2014-03-24 
14:07:10.000000000 +0100
+++ new/gtkhtml-4.8.1/components/editor/Makefile.in     2014-05-02 
14:38:29.000000000 +0200
@@ -287,8 +287,6 @@
 GAIL_LIBS = @GAIL_LIBS@
 GAIL_MODULES = @GAIL_MODULES@
 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
-GIT_CFLAGS = @GIT_CFLAGS@
-GIT_LIBS = @GIT_LIBS@
 GLADEUI_CFLAGS = @GLADEUI_CFLAGS@
 GLADEUI_LIBS = @GLADEUI_LIBS@
 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gtkhtml-4.8.0/components/editor/gtkhtml-editor-4.0.pc 
new/gtkhtml-4.8.1/components/editor/gtkhtml-editor-4.0.pc
--- old/gtkhtml-4.8.0/components/editor/gtkhtml-editor-4.0.pc   2014-03-24 
14:07:14.000000000 +0100
+++ new/gtkhtml-4.8.1/components/editor/gtkhtml-editor-4.0.pc   2014-05-02 
14:38:32.000000000 +0200
@@ -8,6 +8,6 @@
 Name: gtkhtml-editor
 Description: HTML editor widget
 Requires: libgtkhtml-4.0
-Version: 4.8.0
+Version: 4.8.1
 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.0/configure new/gtkhtml-4.8.1/configure
--- old/gtkhtml-4.8.0/configure 2014-03-24 14:07:09.000000000 +0100
+++ new/gtkhtml-4.8.1/configure 2014-05-02 14:38:28.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.0.
+# Generated by GNU Autoconf 2.69 for gtkhtml 4.8.1.
 #
 # 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.0'
-PACKAGE_STRING='gtkhtml 4.8.0'
+PACKAGE_VERSION='4.8.1'
+PACKAGE_STRING='gtkhtml 4.8.1'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GtkHtml'
 PACKAGE_URL=''
 
@@ -643,8 +643,6 @@
 EDITOR_SHLIB_TRUE
 GNOME_GTKHTML_EDITOR_TYPE
 REGEX_LIBS
-GIT_LIBS
-GIT_CFLAGS
 HAVE_NEWSOUP_FALSE
 HAVE_NEWSOUP_TRUE
 HAVE_SOUP_FALSE
@@ -889,9 +887,7 @@
 GLADEUI_CFLAGS
 GLADEUI_LIBS
 SOUP_CFLAGS
-SOUP_LIBS
-GIT_CFLAGS
-GIT_LIBS'
+SOUP_LIBS'
 
 
 # Initialize some variables set by options.
@@ -1432,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.0 to adapt to many kinds of systems.
+\`configure' configures gtkhtml 4.8.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1502,7 +1498,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of gtkhtml 4.8.0:";;
+     short | recursive ) echo "Configuration of gtkhtml 4.8.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1567,8 +1563,6 @@
               linker flags for GLADEUI, overriding pkg-config
   SOUP_CFLAGS C compiler flags for SOUP, overriding pkg-config
   SOUP_LIBS   linker flags for SOUP, overriding pkg-config
-  GIT_CFLAGS  C compiler flags for GIT, overriding pkg-config
-  GIT_LIBS    linker flags for GIT, overriding pkg-config
 
 Use these variables to override the choices made by `configure' or to help
 it to find libraries and programs with nonstandard names/locations.
@@ -1636,7 +1630,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-gtkhtml configure 4.8.0
+gtkhtml configure 4.8.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2180,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.0, which was
+It was created by gtkhtml $as_me 4.8.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3043,7 +3037,7 @@
 
 # Define the identity of the package.
  PACKAGE='gtkhtml'
- VERSION='4.8.0'
+ VERSION='4.8.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3105,7 +3099,6 @@
 
 
 
-
 GTKHTML_API_VERSION=4.0
 EDITOR_API_VERSION=4.0
 
@@ -18882,98 +18875,6 @@
 fi
 
 
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GIT" >&5
-$as_echo_n "checking for GIT... " >&6; }
-
-if test -n "$GIT_CFLAGS"; then
-    pkg_cv_GIT_CFLAGS="$GIT_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"gnome-icon-theme >= 2.22.0\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "gnome-icon-theme >= 2.22.0") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_GIT_CFLAGS=`$PKG_CONFIG --cflags "gnome-icon-theme >= 2.22.0" 
2>/dev/null`
-                     test "x$?" != "x0" && pkg_failed=yes
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$GIT_LIBS"; then
-    pkg_cv_GIT_LIBS="$GIT_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"gnome-icon-theme >= 2.22.0\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "gnome-icon-theme >= 2.22.0") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_GIT_LIBS=`$PKG_CONFIG --libs "gnome-icon-theme >= 2.22.0" 2>/dev/null`
-                     test "x$?" != "x0" && pkg_failed=yes
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-               GIT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "gnome-icon-theme >= 2.22.0" 2>&1`
-        else
-               GIT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs 
"gnome-icon-theme >= 2.22.0" 2>&1`
-        fi
-       # Put the nasty error message in config.log where it belongs
-       echo "$GIT_PKG_ERRORS" >&5
-
-       as_fn_error $? "Package requirements (gnome-icon-theme >= 2.22.0) were 
not met:
-
-$GIT_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables GIT_CFLAGS
-and GIT_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details." "$LINENO" 5
-elif test $pkg_failed = untried; then
-       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "The pkg-config script could not be found or is too old.  Make 
sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables GIT_CFLAGS
-and GIT_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }
-else
-       GIT_CFLAGS=$pkg_cv_GIT_CFLAGS
-       GIT_LIBS=$pkg_cv_GIT_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-
-fi
-
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iso-codes package" >&5
 $as_echo_n "checking for iso-codes package... " >&6; }
 have_iso_codes=no
@@ -19693,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.0, which was
+This file was extended by gtkhtml $as_me 4.8.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -19759,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.0
+gtkhtml config.status 4.8.1
 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.0/configure.ac 
new/gtkhtml-4.8.1/configure.ac
--- old/gtkhtml-4.8.0/configure.ac      2014-03-24 11:34:42.000000000 +0100
+++ new/gtkhtml-4.8.1/configure.ac      2014-05-02 14:31:37.000000000 +0200
@@ -1,6 +1,6 @@
 dnl Initialization
 AC_PREREQ(2.58)
-AC_INIT([gtkhtml], [4.8.0], 
[http://bugzilla.gnome.org/enter_bug.cgi?product=GtkHtml])
+AC_INIT([gtkhtml], [4.8.1], 
[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)
@@ -11,7 +11,6 @@
 dnl Required Package Versions
 m4_define([gtk_minimum_version], [3.2.0])
 m4_define([enchant_minimum_version], [1.1.7])
-m4_define([gnome_icon_theme_minimum_version], [2.22.0])
 m4_define([cairo_minimum_version], [1.10.0])
 
 GTKHTML_API_VERSION=4.0
@@ -182,11 +181,6 @@
 AM_CONDITIONAL(HAVE_NEWSOUP, test x$HAVE_NEWSOUP != xno)
 
 dnl **************************************************
-dnl Gnome Icon Theme
-dnl **************************************************
-PKG_CHECK_MODULES(GIT, gnome-icon-theme >= gnome_icon_theme_minimum_version)
-
-dnl **************************************************
 dnl iso-codes
 dnl **************************************************
 AC_MSG_CHECKING([for iso-codes package])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gtkhtml-4.8.0/gtkhtml/Makefile.in 
new/gtkhtml-4.8.1/gtkhtml/Makefile.in
--- old/gtkhtml-4.8.0/gtkhtml/Makefile.in       2014-03-24 14:07:10.000000000 
+0100
+++ new/gtkhtml-4.8.1/gtkhtml/Makefile.in       2014-05-02 14:38:29.000000000 
+0200
@@ -349,8 +349,6 @@
 GAIL_LIBS = @GAIL_LIBS@
 GAIL_MODULES = @GAIL_MODULES@
 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
-GIT_CFLAGS = @GIT_CFLAGS@
-GIT_LIBS = @GIT_LIBS@
 GLADEUI_CFLAGS = @GLADEUI_CFLAGS@
 GLADEUI_LIBS = @GLADEUI_LIBS@
 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@

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

Reply via email to