Script 'mail_helper' called by obssrc
Hello community,

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

Package is "ghc-Glob"

Fri Feb 11 23:08:59 2022 rev:23 rq:953464 version:0.10.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-Glob/ghc-Glob.changes        2021-12-19 
17:34:56.308286153 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-Glob.new.1956/ghc-Glob.changes      
2022-02-11 23:10:50.787195333 +0100
@@ -1,0 +2,6 @@
+Sat Jan 15 11:08:18 UTC 2022 - Peter Simons <[email protected]>
+
+- Update Glob to version 0.10.2 revision 3.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ghc-Glob.spec ++++++
--- /var/tmp/diff_new_pack.utiBrA/_old  2022-02-11 23:10:51.203196537 +0100
+++ /var/tmp/diff_new_pack.utiBrA/_new  2022-02-11 23:10:51.207196548 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-Glob
 #
-# 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
@@ -25,7 +25,7 @@
 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/3.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-directory-devel
@@ -59,6 +59,7 @@
 %prep
 %autosetup -n %{pkg_name}-%{version}
 cp -p %{SOURCE1} %{pkg_name}.cabal
+chmod -x *.txt   # https://github.com/Deewiant/glob/issues/31
 
 %build
 %ghc_lib_build

++++++ Glob.cabal ++++++
--- /var/tmp/diff_new_pack.utiBrA/_old  2022-02-11 23:10:51.247196664 +0100
+++ /var/tmp/diff_new_pack.utiBrA/_new  2022-02-11 23:10:51.251196675 +0100
@@ -2,7 +2,7 @@
 
 Name:        Glob
 Version:     0.10.2
-x-revision: 1
+x-revision:  3
 Homepage:    http://iki.fi/matti.niemenmaa/glob/
 Synopsis:    Globbing library
 Category:    System
@@ -26,19 +26,19 @@
   Location: https://github.com/Deewiant/glob
 
 Library
-   Build-Depends: base         >= 4 && < 5
-                , containers   <  0.7
-                , directory    <  1.4
-                , dlist        >= 0.4 && < 1.1
-                , filepath     >= 1.1 && < 1.5
-                , transformers >= 0.2 && < 0.6
-                , transformers-compat >= 0.3 && < 0.8
+   Build-Depends: base                >= 4 && < 5
+                , containers
+                , directory
+                , dlist               >= 0.4
+                , filepath            >= 1.1
+                , transformers        >= 0.2
+                , transformers-compat >= 0.3
 
    if impl(ghc < 8.0)
-      Build-Depends: semigroups >= 0.18 && < 0.21
+      Build-Depends: semigroups >= 0.18
 
    if os(windows)
-      Build-Depends: Win32 == 2.*
+      Build-Depends: Win32 >= 2.5
 
    Default-Language: Haskell98
 
@@ -59,23 +59,23 @@
    main-is: Main.hs
 
    Build-Depends: base                       >= 4 && < 5
-                , containers                 <  0.7
-                , directory                  <  1.4
-                , dlist                      >= 0.4 && < 1.1
-                , filepath                   >= 1.1 && < 1.5
-                , transformers               >= 0.2 && < 0.6
-                , transformers-compat        >= 0.3 && < 0.8
-                , HUnit                      >= 1.2 && < 1.7
-                , QuickCheck                 >= 2 && < 3
-                , test-framework             >= 0.2 && < 1
-                , test-framework-hunit       >= 0.2 && < 1
-                , test-framework-quickcheck2 >= 0.3 && < 1
+                , containers
+                , directory
+                , dlist                      >= 0.4
+                , filepath                   >= 1.1
+                , transformers               >= 0.2
+                , transformers-compat        >= 0.3
+                , HUnit                      >= 1.2
+                , QuickCheck                 >= 2
+                , test-framework             >= 0.2
+                , test-framework-hunit       >= 0.2
+                , test-framework-quickcheck2 >= 0.3
 
    if impl(ghc < 8.0)
-      Build-Depends: semigroups >= 0.18 && < 0.20
+      Build-Depends: semigroups >= 0.18
 
    if os(windows)
-      Build-Depends: Win32 == 2.*
+      Build-Depends: Win32 >= 2
 
    Default-Language: Haskell98
 
@@ -95,5 +95,6 @@
                   Tests.Simplifier
                   Tests.Utils
 
-   GHC-Options: -Wall
+   GHC-Options: -Wall
+(No newline at EOF)
 

Reply via email to