From 1a9c9ab114aa9c3c236650f923f402cedd8d8e95afbbf8d25bba5032d96f5338 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 25 Jan 2024 10:55:19 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-9.6.x package:ghc-cairo revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-cairo?expand=0&rev=13 --- cairo.cabal | 6 +++--- ghc-cairo.changes | 6 ++++++ ghc-cairo.spec | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/cairo.cabal b/cairo.cabal index fcdfa70..85e5c47 100644 --- a/cairo.cabal +++ b/cairo.cabal @@ -1,7 +1,7 @@ cabal-version: 3.0 Name: cairo Version: 0.13.10.0 -x-revision: 1 +x-revision: 2 License: BSD-3-Clause License-file: COPYRIGHT Copyright: (c) 2001-2010 The Gtk2Hs Team, (c) Paolo Martini 2005, (c) Abraham Egnor 2003, 2004, (c) Aetion Technologies LLC 2004 @@ -60,9 +60,9 @@ custom-setup Library build-depends: base >= 4.8 && < 5, utf8-string >= 0.2 && < 1.1, - text >= 1.0.0.0 && < 2.1, + text >= 1.0.0.0 && < 2.2, array < 0.6, - bytestring < 0.12, + bytestring < 0.13, mtl < 2.4 exposed-modules: Graphics.Rendering.Cairo Graphics.Rendering.Cairo.Matrix diff --git a/ghc-cairo.changes b/ghc-cairo.changes index 33d6067..4bec914 100644 --- a/ghc-cairo.changes +++ b/ghc-cairo.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jan 20 12:04:02 UTC 2024 - Peter Simons + +- Update cairo to version 0.13.10.0 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Sat Jan 6 17:17:04 UTC 2024 - Peter Simons diff --git a/ghc-cairo.spec b/ghc-cairo.spec index 0e38654..ff32e87 100644 --- a/ghc-cairo.spec +++ b/ghc-cairo.spec @@ -25,7 +25,7 @@ Summary: Binding to the Cairo library License: BSD-3-Clause URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz -Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-prof BuildRequires: ghc-array-devel