[gtkhtml3/f17] Update to 4.4.3

Milan Crha mcrha at fedoraproject.org
Mon Jun 18 05:56:45 UTC 2012


commit 35e99abf858a29faac4e7481d46117ab1742bd21
Author: Milan Crha <mcrha at redhat.com>
Date:   Mon Jun 18 07:56:38 2012 +0200

    Update to 4.4.3

 .gitignore                               |    1 +
 gtkhtml-4.4.1-fix-iframe-selection.patch |   19 -----
 gtkhtml-4.4.2-fix-input-freeze.patch     |  108 -----------------------------
 gtkhtml-4.4.2-fix-input-freeze2.patch    |  109 ------------------------------
 gtkhtml3.spec                            |   14 ++--
 sources                                  |    2 +-
 6 files changed, 10 insertions(+), 243 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 01301b7..c1dda87 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,4 @@ gtkhtml-3.31.5.tar.bz2
 /gtkhtml-4.4.0.tar.xz
 /gtkhtml-4.4.1.tar.xz
 /gtkhtml-4.4.2.tar.xz
+/gtkhtml-4.4.3.tar.xz
diff --git a/gtkhtml3.spec b/gtkhtml3.spec
index 9a365b9..e44b39a 100644
--- a/gtkhtml3.spec
+++ b/gtkhtml3.spec
@@ -4,8 +4,8 @@
 ### Abstract ###
 
 Name: gtkhtml3
-Version: 4.4.2
-Release: 3%{?dist}
+Version: 4.4.3
+Release: 1%{?dist}
 Group: System Environment/Libraries
 Summary: GtkHTML library
 License: LGPLv2+ and GPLv2
@@ -14,8 +14,7 @@ Source: http://download.gnome.org/sources/gtkhtml/4.4/gtkhtml-%{version}.tar.xz
 
 ### Patches ###
 
-Patch01: gtkhtml-4.4.2-fix-input-freeze.patch
-Patch02: gtkhtml-4.4.2-fix-input-freeze2.patch
+#Patch01: gtkhtml-4.4.2-fix-input-freeze.patch
 
 ### Build Dependencies ###
 
@@ -46,8 +45,7 @@ developing applications that use %{name}.
 
 %prep
 %setup -q -n gtkhtml-%{version}
-%patch01 -p1 -b .fix-input-freeze
-%patch02 -p1 -b .fix-input-freeze2
+#%patch01 -p1 -b .fix-input-freeze
 
 %build
 autoreconf -fi
@@ -80,6 +78,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Mon Jun 18 2012 Milan Crha <mcrha at redhat.com> - 4.4.3-1
+- Update to 4.4.3
+- Remove patches for Red Hat bug #829915 (fixed upstream)
+
 * Tue Jun 12 2012 Milan Crha <mcrha at redhat.com> - 4.4.2-3
 - Add patch for Red Hat bug #829915 (input freeze in editor, for Emoticons)
 
diff --git a/sources b/sources
index bd3e29d..e0d34eb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a47f76ec473c69b27af642a0dd6658f7  gtkhtml-4.4.2.tar.xz
+2f9cd755bfa4aef436cef1524b90fe0e  gtkhtml-4.4.3.tar.xz


More information about the scm-commits mailing list