Hello community,

here is the log from the commit of package gtkhtml2 for openSUSE:Factory
checked in at Wed May 4 13:51:13 CEST 2011.



--------
--- GNOME/gtkhtml2/gtkhtml2.changes     2010-11-29 11:21:20.000000000 +0100
+++ /mounts/work_src_done/STABLE/gtkhtml2/gtkhtml2.changes      2011-04-26 
17:06:40.000000000 +0200
@@ -1,0 +2,69 @@
+Tue Apr 26 15:03:57 UTC 2011 - [email protected]
+
+- Update to version 4.0.1:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Apr  4 13:17:21 UTC 2011 - [email protected]
+
+- Update to version 4.0.0:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Mar 29 12:18:13 UTC 2011 - [email protected]
+
+- Update to version 3.91.92:
+  + bgo#644166: Add style class to primary toolbars
+  + Updated translations.
+- Changes from version 3.91.91:
+  + bgo#614480: Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedly.
+- Changes from version 3.91.90:
+  + Miscellaneous Fixes:
+    - Bump GTK+ requirement to 3.0.
+  + Bug Fixes:
+    - bgo#641833: Cleanups and fixes for compiler warnings.
+    - bgo#642656: Screen flickers black in body when replying
+      email.
+    - bgo#641765: Fix warnings from GCC 4.6.
+- Changes from version 3.91.6:
+  + Miscellaneous Fixes:
+    - Add preview in Insert Image dialog.
+    - No GtkWidget::extension-events property in Gtk3.
+    - Adapt to recent GTK+ changes.
+    - Fix drawing with gtk3.
+    - Adapt to new GtkScrollable interface.
+    - Drop support for gtk+-2.0.
+  + Bug Fixes:
+    - bgo#640533: Incorrect rendering with inner frames.
+    - bgo#635571: Adapt size_request to gtk-3.0 change.
+- Changes from version 3.91.5:
+  + Other Changes:
+    - Fix version mismatch in gtkhtml-editor.pc.in.
+    - GtkhtmlComboBox: Fix runtime warnings with GTK3.
+  + bgo#402693: Sending centered or right-aligned text doubles the
+    spacing.
+- Changes from version 3.91.4:
+  + Miscellaneous Fixes:
+    - Replace erroneous gtkhtml version with editor API version.
+    - Bump gtkhtml API version to accomodate api break.
+  + Bug Fixes: bgo#612344.
+- Changes from version 3.91.3:
+  + Bug Fixes:
+    - bgo#635576: gtkhtml-editor-test link failure.
+    - bgo#634578: Highlighting text in preview renders it
+      invisible.
+- Changes from version 3.91.2:
+  + Bug Fixes: bgo#632601, bgo#632596, bgo#640072.
+- Changes from version 3.91.1:
+  + Bug Fixes: bgo#631321.
+  + Disable deprecation warnings in DISTCHECK_CONFIGURE_FLAGS.
+- Changes from version 3.91.0:
+  + Update to work with latest GTK+.
+  + Bug Fixes:
+    - bgo#630360: Crash when inserting html file in composer.
+- Add macros to handle more easily soname and version change
+  across specfile
+- Change BuildRequires from gtk2-devel to gtk3-devel
+- Create additional subpackage libgtkhtml-editor-4_0-0
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  gtkhtml-3.32.1.tar.bz2

New:
----
  gtkhtml-4.0.1.tar.bz2

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

Other differences:
------------------
++++++ gtkhtml2.spec ++++++
--- /var/tmp/diff_new_pack.TQDCJW/_old  2011-05-04 13:44:23.000000000 +0200
+++ /var/tmp/diff_new_pack.TQDCJW/_new  2011-05-04 13:44:23.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package gtkhtml2 (Version 3.32.1)
+# spec file for package gtkhtml2
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,10 +17,16 @@
 
 
 %define _name   gtkhtml
+%define _gtkhtml_version 4.0
+%define _gtkhtml_editor_version 4.0
+%define _gtkhtml_api 4_0
+%define _gtkhtml_editor_api 4_0
+%define _gtkhtml_major 0
+%define _gtkhtml_editor_major 0
 
 Name:           gtkhtml2
-Version:        3.32.1
-Release:        2
+Version:        4.0.1
+Release:        1
 # NOTE: on upgrade to a new upstream version, change the Obsoletes from <= to 
< (here and in baselibs.conf)
 License:        GPLv2+ ; LGPLv2.1+
 Summary:        Lightweight HTML rendering/printing/editing engine
@@ -32,7 +38,7 @@
 BuildRequires:  gconf2-devel
 BuildRequires:  glib2-devel
 BuildRequires:  gnome-icon-theme
-BuildRequires:  gtk2-devel
+BuildRequires:  gtk3-devel
 BuildRequires:  intltool
 BuildRequires:  iso-codes-devel
 BuildRequires:  libsoup-devel
@@ -44,27 +50,41 @@
 was originally based on KHTMLW, part of the KDE project, but is now
 being developed independently.
 
-%package -n libgtkhtml-3_14-19
+%package -n libgtkhtml-%{_gtkhtml_api}-%{_gtkhtml_major}
+
 License:        GPLv2+ ; LGPLv2.1+
 Summary:        Lightweight HTML rendering/printing/editing engine
 Group:          System/Libraries
-Recommends:     gtkhtml-3_14-lang
+Recommends:     gtkhtml-%{_gtkhtml_api}-lang
 # For the lang package to be installable
-Provides:       gtkhtml-3_14 = %{version}
+Provides:       gtkhtml-%{_gtkhtml_api} = %{version}
 Provides:       %{name} = %{version}
 # Note: we keep <= (and a rpmlint warning...) until we get a version higher 
than 3.32.0 (when this provides/obsoletes was introduced)
 Obsoletes:      %{name} <= %{version}
 
-%description -n libgtkhtml-3_14-19
+%description -n libgtkhtml-%{_gtkhtml_api}-%{_gtkhtml_major}
 GtkHTML is a lightweight HTML rendering/printing/editing engine. It
 was originally based on KHTMLW, part of the KDE project, but is now
 being developed independently.
 
+%package -n libgtkhtml-editor-%{_gtkhtml_editor_api}-%{_gtkhtml_editor_major}
+
+License:        GPLv2+ ; LGPLv2.1+
+Summary:        Lightweight HTML rendering/printing/editing engine
+Group:          System/Libraries
+
+%description -n 
libgtkhtml-editor-%{_gtkhtml_editor_api}-%{_gtkhtml_editor_major}
+GtkHTML is a lightweight HTML rendering/printing/editing engine. It
+was originally based on KHTMLW, part of the KDE project, but is now
+being developed independently.
+
+
 %package devel
 License:        GPLv2+ ; LGPLv2.1+
 Summary:        Lightweight HTML rendering/printing/editing engine -- 
Development Files
 Group:          Development/Libraries/GNOME
-Requires:       libgtkhtml-3_14-19 = %{version}
+Requires:       libgtkhtml-%{_gtkhtml_api}-%{_gtkhtml_major} = %{version}
+Requires:       
libgtkhtml-editor-%{_gtkhtml_editor_api}-%{_gtkhtml_editor_major} = %{version}
 
 %description devel
 GtkHTML is a lightweight HTML rendering/printing/editing engine. It
@@ -74,7 +94,7 @@
 This package contains all necessary include files and libraries needed
 to develop applications that require these.
 
-%lang_package -n gtkhtml-3_14
+%lang_package -n gtkhtml-%{_gtkhtml_api}
 %prep
 %setup -q -n %{_name}-%{version}
 translation-update-upstream
@@ -92,32 +112,39 @@
 %endif
 # Remove the libtool archive files
 %{__rm} %{buildroot}%{_libdir}/*.la
-%find_lang gtkhtml-3.14
+%find_lang gtkhtml-%{_gtkhtml_version}
 %fdupes %{buildroot}
 
 %clean
 %{__rm} -rf %{buildroot}
 
-%post -n libgtkhtml-3_14-19 -p /sbin/ldconfig
+%post -n libgtkhtml-%{_gtkhtml_api}-%{_gtkhtml_major} -p /sbin/ldconfig
+
+%postun -n libgtkhtml-%{_gtkhtml_api}-%{_gtkhtml_major} -p /sbin/ldconfig
 
-%postun -n libgtkhtml-3_14-19 -p /sbin/ldconfig
+%post -n libgtkhtml-editor-%{_gtkhtml_editor_api}-%{_gtkhtml_editor_major} -p 
/sbin/ldconfig
 
-%files -n libgtkhtml-3_14-19
+%postun -n libgtkhtml-editor-%{_gtkhtml_editor_api}-%{_gtkhtml_editor_major} 
-p /sbin/ldconfig
+
+%files -n libgtkhtml-%{_gtkhtml_api}-%{_gtkhtml_major}
 %defattr(-, root, root)
 %doc AUTHORS ChangeLog NEWS README COPYING TODO
-%{_datadir}/gtkhtml-3.14/
-%{_libdir}/libgtkhtml-3.14.so.*
-%{_libdir}/libgtkhtml-editor-3.14.so.*
+%{_datadir}/gtkhtml-%{_gtkhtml_version}/
+%{_libdir}/libgtkhtml-%{_gtkhtml_version}.so.*
+
+%files -n libgtkhtml-editor-%{_gtkhtml_editor_api}-%{_gtkhtml_editor_major}
+%defattr(-, root, root)
+%{_libdir}/libgtkhtml-editor-%{_gtkhtml_editor_version}.so.*
 
-%files -n gtkhtml-3_14-lang -f gtkhtml-3.14.lang
+%files -n gtkhtml-%{_gtkhtml_api}-lang -f gtkhtml-%{_gtkhtml_version}.lang
 
 %files devel
 %defattr(-, root, root)
 %{_bindir}/gtkhtml-editor-test
-%{_includedir}/libgtkhtml-3.14/
-%{_libdir}/libgtkhtml-3.14.so
-%{_libdir}/libgtkhtml-editor-3.14.so
-%{_libdir}/pkgconfig/libgtkhtml-3.14.pc
-%{_libdir}/pkgconfig/gtkhtml-editor-3.14.pc
+%{_includedir}/libgtkhtml-%{_gtkhtml_version}/
+%{_libdir}/libgtkhtml-%{_gtkhtml_version}.so
+%{_libdir}/libgtkhtml-editor-%{_gtkhtml_editor_version}.so
+%{_libdir}/pkgconfig/libgtkhtml-%{_gtkhtml_version}.pc
+%{_libdir}/pkgconfig/gtkhtml-editor-%{_gtkhtml_editor_version}.pc
 
 %changelog

++++++ gtkhtml-3.32.1.tar.bz2 -> gtkhtml-4.0.1.tar.bz2 ++++++
++++ 38213 lines of diff (skipped)


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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to