[gtkhtml3] Update to 4.3.2

Milan Crha mcrha at fedoraproject.org
Mon Nov 21 08:01:20 UTC 2011


commit 3c0851657b4a8086557ca886b91d29ea0742d0b0
Author: Milan Crha <mcrha at redhat.com>
Date:   Mon Nov 21 09:01:08 2011 +0100

    Update to 4.3.2

 .gitignore                           |    1 +
 gtkhtml-4.3.1-no-g-thread-init.patch |   14 --------------
 gtkhtml3.spec                        |   10 +++++++---
 sources                              |    2 +-
 4 files changed, 9 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 006013a..e5c1ed6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@ gtkhtml-3.31.5.tar.bz2
 /gtkhtml-4.1.92.tar.xz
 /gtkhtml-4.2.0.tar.xz
 /gtkhtml-4.3.1.tar.xz
+/gtkhtml-4.3.2.tar.xz
diff --git a/gtkhtml3.spec b/gtkhtml3.spec
index fec3b1a..7606fa9 100644
--- a/gtkhtml3.spec
+++ b/gtkhtml3.spec
@@ -4,7 +4,7 @@
 ### Abstract ###
 
 Name: gtkhtml3
-Version: 4.3.1
+Version: 4.3.2
 Release: 1%{?dist}
 Group: System Environment/Libraries
 Summary: GtkHTML library
@@ -14,7 +14,7 @@ Source: http://download.gnome.org/sources/gtkhtml/4.3/gtkhtml-%{version}.tar.xz
 
 ### Patches ###
 
-Patch01: gtkhtml-4.3.1-no-g-thread-init.patch
+#Patch01: gtkhtml-4.3.1-no-g-thread-init.patch
 
 ### Build Dependencies ###
 
@@ -45,7 +45,7 @@ developing applications that use %{name}.
 
 %prep
 %setup -q -n gtkhtml-%{version}
-%patch01 -p1 -b .no-g-thread-init
+#%patch01 -p1 -b .no-g-thread-init
 
 %build
 autoreconf -fi
@@ -78,6 +78,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Mon Nov 21 2011 Milan Crha <mcrha at redhat.com> - 4.3.2-1
+- Update to 4.3.2
+- Remove patch to not call g_thread_init() (fixed upstream)
+
 * Mon Oct 24 2011 Milan Crha <mcrha at redhat.com> - 4.3.1-1
 - Update to 4.3.1
 - Add patch to not call g_thread_init()
diff --git a/sources b/sources
index 0bd3dbb..6b0a1f1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fe53c693c8b727a90f596b8092ac1247  gtkhtml-4.3.1.tar.xz
+f8dd016c5d977eecb5b0add0f4f812de  gtkhtml-4.3.2.tar.xz


More information about the scm-commits mailing list