Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-mintty for openSUSE:Factory 
checked in at 2022-08-01 21:31:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-mintty (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-mintty.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-mintty"

Mon Aug  1 21:31:20 2022 rev:11 rq:987976 version:0.1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-mintty/ghc-mintty.changes    2021-11-11 
21:38:30.736980121 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-mintty.new.1533/ghc-mintty.changes  
2022-08-01 21:32:08.329955962 +0200
@@ -1,0 +2,7 @@
+Thu Jun 30 23:43:58 UTC 2022 - Peter Simons <[email protected]>
+
+- Update mintty to version 0.1.4.
+  ### 0.1.4 [2022.06.30]
+  * Remove an unused dependency on `filepath`.
+
+-------------------------------------------------------------------

Old:
----
  mintty-0.1.3.tar.gz

New:
----
  mintty-0.1.4.tar.gz

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

Other differences:
------------------
++++++ ghc-mintty.spec ++++++
--- /var/tmp/diff_new_pack.9ZmVKO/_old  2022-08-01 21:32:09.009957912 +0200
+++ /var/tmp/diff_new_pack.9ZmVKO/_new  2022-08-01 21:32:09.009957912 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-mintty
 #
-# 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
@@ -18,7 +18,7 @@
 
 %global pkg_name mintty
 Name:           ghc-%{pkg_name}
-Version:        0.1.3
+Version:        0.1.4
 Release:        0
 Summary:        A reliable way to detect the presence of a MinTTY console on 
Windows
 License:        BSD-3-Clause

++++++ mintty-0.1.3.tar.gz -> mintty-0.1.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mintty-0.1.3/CHANGELOG.md 
new/mintty-0.1.4/CHANGELOG.md
--- old/mintty-0.1.3/CHANGELOG.md       2001-09-09 03:46:40.000000000 +0200
+++ new/mintty-0.1.4/CHANGELOG.md       2001-09-09 03:46:40.000000000 +0200
@@ -1,3 +1,6 @@
+### 0.1.4 [2022.06.30]
+* Remove an unused dependency on `filepath`.
+
 ### 0.1.3 [2021.11.07]
 * Backport a fix for a `Win32` bug that would make `isMinTTY` incorrectly
   return `False` on recent versions of MinTTY.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mintty-0.1.3/mintty.cabal 
new/mintty-0.1.4/mintty.cabal
--- old/mintty-0.1.3/mintty.cabal       2001-09-09 03:46:40.000000000 +0200
+++ new/mintty-0.1.4/mintty.cabal       2001-09-09 03:46:40.000000000 +0200
@@ -1,5 +1,5 @@
 name:                mintty
-version:             0.1.3
+version:             0.1.4
 synopsis:            A reliable way to detect the presence of a MinTTY console 
on Windows
 description:         MinTTY is a Windows-specific terminal emulator for the
                      widely used Cygwin and MSYS projects, which provide
@@ -41,8 +41,9 @@
                    , GHC == 8.4.4
                    , GHC == 8.6.5
                    , GHC == 8.8.4
-                   , GHC == 8.10.4
-                   , GHC == 9.0.1
+                   , GHC == 8.10.7
+                   , GHC == 9.0.2
+                   , GHC == 9.2.2
 
 source-repository head
   type:                git
@@ -66,8 +67,7 @@
     if flag(Win32-2-13-1)
       build-depends:   Win32 >= 2.13.1
     else
-      build-depends:   filepath
-                     , Win32 < 2.13.1
+      build-depends:   Win32 < 2.13.1
       build-tools:     hsc2hs
       include-dirs:    include
       includes:        windows_cconv.h, winternl_compat.h

Reply via email to