[pango] Update to 1.36.2

Richard Hughes rhughes at fedoraproject.org
Wed Feb 5 11:55:47 UTC 2014


commit 4e41763d06dc5d3954f19eee45020188a60cee61
Author: Richard Hughes <richard at hughsie.com>
Date:   Wed Feb 5 11:56:16 2014 +0000

    Update to 1.36.2

 .gitignore             |    1 +
 pango-fix-sigfpe.patch |   35 -----------------------------------
 pango.spec             |   10 +++++-----
 sources                |    2 +-
 4 files changed, 7 insertions(+), 41 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ce83c44..cd364be 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,4 @@ pango-1.28.1.tar.bz2
 /pango-1.35.3.tar.xz
 /pango-1.36.0.tar.xz
 /pango-1.36.1.tar.xz
+/pango-1.36.2.tar.xz
diff --git a/pango.spec b/pango.spec
index d98bec8..91a675f 100644
--- a/pango.spec
+++ b/pango.spec
@@ -9,8 +9,8 @@
 
 Summary: System for layout and rendering of internationalized text
 Name: pango
-Version: 1.36.1
-Release: 2%{?dist}
+Version: 1.36.2
+Release: 1%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 #VCS: git:git://git.gnome.org/pango
@@ -35,8 +35,6 @@ BuildRequires: cairo-gobject-devel
 # Bootstrap requirements
 BuildRequires: gnome-common intltool gtk-doc
 
-Patch0: %{name}-fix-sigfpe.patch
-
 %description
 Pango is a library for laying out and rendering of text, with an emphasis
 on internationalization. Pango can be used anywhere that text layout is needed,
@@ -74,7 +72,6 @@ the functionality of the installed %{name} package.
 
 %prep
 %setup -q -n pango-%{version}
-%patch0 -p1 -b .0-sigfpe
 
 %build
 
@@ -158,6 +155,9 @@ fi
 
 
 %changelog
+* Wed Feb 05 2014 Richard Hughes <rhughes at redhat.com> - 1.36.2-1
+- Update to 1.36.2
+
 * Wed Jan 22 2014 Akira TAGOH <tagoh at redhat.com> - 1.36.1-2
 - Backport a patch to fix SIGFPE in pango_layout_iter_get_char_extents() (#1036351)
 
diff --git a/sources b/sources
index 172d968..93460f7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9e0d3a1ea395172f8c39ba98a4d2081a  pango-1.36.1.tar.xz
+253026c7132c22e52cefd998ba89a742  pango-1.36.2.tar.xz


More information about the scm-commits mailing list