From 5f3a9138ef5f94a2c6b61f8101d55a41d95d21da Mon Sep 17 00:00:00 2001 From: factory-maintainer <> Date: Jan 29 2024 21:38:56 +0000 Subject: Update ghc-glib to version 0.13.10.0 / rev 5 via SR 1142024 https://build.opensuse.org/request/show/1142024 by user factory-maintainer + anag+factory Automatic submission by obs-autosubmit --- diff --git a/.files b/.files index 66c57f0..14e1e1d 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 85fe300..0992607 100644 --- a/.rev +++ b/.rev @@ -31,4 +31,12 @@ version update 1137772 + + 315f3d982239445a23ea0a8611ec49dd + 0.13.10.0 + + anag+factory + Automatic submission by obs-autosubmit + 1142024 + diff --git a/ghc-glib.changes b/ghc-glib.changes index 0deb7bb..be0ec5e 100644 --- a/ghc-glib.changes +++ b/ghc-glib.changes @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Sat Jan 20 12:00:23 UTC 2024 - Peter Simons + +- Update glib to version 0.13.10.0 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- Sat Jan 6 17:23:18 UTC 2024 - Peter Simons - Update glib to version 0.13.10.0 revision 1. diff --git a/ghc-glib.spec b/ghc-glib.spec index bb80d57..b7c1a50 100644 --- a/ghc-glib.spec +++ b/ghc-glib.spec @@ -25,7 +25,7 @@ Summary: Binding to the GLIB library for Gtk2Hs License: LGPL-2.1-only 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-base-devel diff --git a/glib.cabal b/glib.cabal index e1fe9e5..ff4f7c2 100644 --- a/glib.cabal +++ b/glib.cabal @@ -1,7 +1,7 @@ cabal-version: 3.0 Name: glib Version: 0.13.10.0 -x-revision: 1 +x-revision: 2 License: LGPL-2.1-only License-file: COPYING Copyright: (c) 2001-2010 The Gtk2Hs Team @@ -39,8 +39,8 @@ custom-setup Library build-depends: base >= 4 && < 5, utf8-string >= 0.2 && < 1.1, - bytestring >= 0.9.1.10 && < 0.12, - text >= 1.0.0.0 && < 2.1, + bytestring >= 0.9.1.10 && < 0.13, + text >= 1.0.0.0 && < 2.2, containers < 0.7 cpp-options: -U__BLOCKS__ -DGLIB_DISABLE_DEPRECATION_WARNINGS if os(darwin) || os(freebsd)