Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-turtle for openSUSE:Factory 
checked in at 2022-02-11 23:09:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-turtle (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-turtle.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-turtle"

Fri Feb 11 23:09:52 2022 rev:18 rq:953551 version:1.5.24

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-turtle/ghc-turtle.changes    2021-12-19 
17:35:08.276294583 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-turtle.new.1956/ghc-turtle.changes  
2022-02-11 23:11:52.255373117 +0100
@@ -1,0 +2,8 @@
+Mon Feb  7 00:58:29 UTC 2022 - Peter Simons <[email protected]>
+
+- Update turtle to version 1.5.24.
+  1.5.24
+
+  * Expose `Format` constructor
+
+-------------------------------------------------------------------

Old:
----
  turtle-1.5.23.tar.gz

New:
----
  turtle-1.5.24.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-turtle.spec ++++++
--- /var/tmp/diff_new_pack.LChWD2/_old  2022-02-11 23:11:54.395379306 +0100
+++ /var/tmp/diff_new_pack.LChWD2/_new  2022-02-11 23:11:54.399379317 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-turtle
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %global pkg_name turtle
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        1.5.23
+Version:        1.5.24
 Release:        0
 Summary:        Shell programming, Haskell-style
 License:        BSD-3-Clause

++++++ turtle-1.5.23.tar.gz -> turtle-1.5.24.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/turtle-1.5.23/CHANGELOG.md 
new/turtle-1.5.24/CHANGELOG.md
--- old/turtle-1.5.23/CHANGELOG.md      2001-09-09 03:46:40.000000000 +0200
+++ new/turtle-1.5.24/CHANGELOG.md      2001-09-09 03:46:40.000000000 +0200
@@ -1,3 +1,7 @@
+1.5.24
+
+* Expose `Format` constructor
+
 1.5.23
 
 * Add `fromIO` utility
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/turtle-1.5.23/src/Turtle/Format.hs 
new/turtle-1.5.24/src/Turtle/Format.hs
--- old/turtle-1.5.23/src/Turtle/Format.hs      2001-09-09 03:46:40.000000000 
+0200
+++ new/turtle-1.5.24/src/Turtle/Format.hs      2001-09-09 03:46:40.000000000 
+0200
@@ -42,7 +42,7 @@
 
 module Turtle.Format (
     -- * Format
-      Format
+      Format (..)
     , (%)
     , format
     , printf
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/turtle-1.5.23/turtle.cabal 
new/turtle-1.5.24/turtle.cabal
--- old/turtle-1.5.23/turtle.cabal      2001-09-09 03:46:40.000000000 +0200
+++ new/turtle-1.5.24/turtle.cabal      2001-09-09 03:46:40.000000000 +0200
@@ -1,5 +1,5 @@
 Name: turtle
-Version: 1.5.23
+Version: 1.5.24
 Cabal-Version: >=1.10
 Build-Type: Simple
 License: BSD3
@@ -78,10 +78,10 @@
         stm                                < 2.6 ,
         streaming-commons                  < 0.3 ,
         temporary                          < 1.4 ,
-        text                 >= 1.0.0   && < 1.3 ,
+        text                 >= 1.0.0   && < 2.1 ,
         time                               < 1.13,
         transformers         >= 0.2.0.0 && < 0.7 ,
-        optparse-applicative >= 0.16    && < 0.17,
+        optparse-applicative >= 0.16    && < 0.18,
         optional-args        >= 1.0     && < 2.0 ,
         unix-compat          >= 0.4     && < 0.6
     if os(windows)
@@ -112,7 +112,7 @@
     Default-Language: Haskell2010
     Build-Depends:
         base    >= 4   && < 5   ,
-        doctest >= 0.7 && < 0.19
+        doctest >= 0.7
 
 test-suite regression-broken-pipe
     Type: exitcode-stdio-1.0

Reply via email to