[ghc-pango] update to 0.13.0.0

Jens Petersen petersen at fedoraproject.org
Wed Sep 17 04:52:37 UTC 2014


commit d679a37394d0d8456356c683b7868d1b7f8d7b5f
Author: Jens Petersen <petersen at redhat.com>
Date:   Wed Sep 17 13:52:30 2014 +0900

    update to 0.13.0.0

 .gitignore     |    1 +
 ghc-pango.spec |   27 ++++++++++++++++++---------
 sources        |    2 +-
 3 files changed, 20 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 541ac35..ffba227 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /pango-0.12.3.tar.gz
 /pango-0.12.4.tar.gz
 /pango-0.12.5.0.tar.gz
+/pango-0.13.0.0.tar.gz
diff --git a/ghc-pango.spec b/ghc-pango.spec
index 993bae3..d2fe6c7 100644
--- a/ghc-pango.spec
+++ b/ghc-pango.spec
@@ -2,14 +2,17 @@
 
 %global pkg_name pango
 
+# no useful debuginfo for Haskell packages without C sources
+%global debug_package %{nil}
+
 Name:           ghc-%{pkg_name}
-Version:        0.12.5.0
-Release:        3%{?dist}
+Version:        0.13.0.0
+Release:        1%{?dist}
 Summary:        Binding to the Pango text rendering engine
 
 License:        LGPLv2+
 URL:            http://hackage.haskell.org/package/%{pkg_name}
-Source0:        http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
+Source0:        http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
@@ -22,6 +25,7 @@ BuildRequires:  ghc-glib-devel
 BuildRequires:  ghc-mtl-devel
 BuildRequires:  ghc-pretty-devel
 BuildRequires:  ghc-process-devel
+BuildRequires:  ghc-text-devel
 BuildRequires:  gtk2hs-buildtools
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(pango)
@@ -29,21 +33,22 @@ BuildRequires:  pkgconfig(pangocairo)
 # End cabal-rpm deps
 
 %description
-This package provides a wrapper around the Pango C library that
-allows high-quality rendering of Unicode text. It can be used
-either with Cairo to output text in PDF, PS or other documents
-or with Gtk+ to display text on-screen.
+This package provides a wrapper around the Pango C library that allows
+high-quality rendering of Unicode text. It can be used either with Cairo to
+output text in PDF, PS or other documents or with Gtk+ to display text
+on-screen.
 
 
 %package devel
 Summary:        Haskell %{pkg_name} library development files
+Provides:       %{name}-static = %{version}-%{release}
 Requires:       ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:       %{name} = %{version}-%{release}
+Requires:       %{name}%{?_isa} = %{version}-%{release}
 # Begin cabal-rpm deps:
-Requires:       pkgconfig(pango)
 Requires:       pkgconfig(cairo)
+Requires:       pkgconfig(pango)
 Requires:       pkgconfig(pangocairo)
 # End cabal-rpm deps
 
@@ -83,6 +88,10 @@ rm -r %{buildroot}%{_datadir}/%{pkg_name}-%{version}
 
 
 %changelog
+* Tue Sep 16 2014 Jens Petersen <petersen at redhat.com> - 0.13.0.0-1
+- update to 0.13.0.0
+- refresh to cblrpm-0.8.11
+
 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.12.5.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index 6b8b687..8a15b3d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6dca381064ad8488baa69a783b05e28b  pango-0.12.5.0.tar.gz
+005e604d94a3232856d46e9db8aa5aa7  pango-0.13.0.0.tar.gz


More information about the scm-commits mailing list