Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-snap-core for openSUSE:Factory 
checked in at 2022-10-13 15:43:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-snap-core (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-snap-core.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-snap-core"

Thu Oct 13 15:43:01 2022 rev:6 rq:1008515 version:1.0.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-snap-core/ghc-snap-core.changes      
2022-08-01 21:32:00.829934444 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-snap-core.new.2275/ghc-snap-core.changes    
2022-10-13 15:43:13.766864920 +0200
@@ -1,0 +2,6 @@
+Fri Jul 22 07:35:59 UTC 2022 - Peter Simons <[email protected]>
+
+- Update snap-core to version 1.0.5.0 revision 2.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ghc-snap-core.spec ++++++
--- /var/tmp/diff_new_pack.jHJZlD/_old  2022-10-13 15:43:14.326866014 +0200
+++ /var/tmp/diff_new_pack.jHJZlD/_new  2022-10-13 15:43:14.334866030 +0200
@@ -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/2.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-HUnit-devel
 BuildRequires:  ghc-attoparsec-devel
@@ -101,7 +101,6 @@
 %prep
 %autosetup -n %{pkg_name}-%{version}
 cp -p %{SOURCE1} %{pkg_name}.cabal
-cabal-tweak-dep-ver 'unix-compat' '< 0.6' '< 1'
 
 %build
 %ghc_lib_build

++++++ snap-core.cabal ++++++
--- /var/tmp/diff_new_pack.jHJZlD/_old  2022-10-13 15:43:14.402866162 +0200
+++ /var/tmp/diff_new_pack.jHJZlD/_new  2022-10-13 15:43:14.406866170 +0200
@@ -1,6 +1,6 @@
 name:           snap-core
 version:        1.0.5.0
-x-revision: 1
+x-revision: 2
 synopsis:       Snap: A Haskell Web Framework (core interfaces and types)
 
 description:
@@ -152,7 +152,8 @@
     time                      >= 1.0     && < 1.14,
     transformers              >= 0.3     && < 0.6,
     transformers-base         >= 0.4     && < 0.5,
-    unix-compat               >= 0.3     && < 0.6,
+    unix-compat               >= 0.3     && < 0.7,
+      -- allow unix-compat-0.6, see 
https://github.com/snapframework/snap-core/pull/317
     unordered-containers      >= 0.1.4.3 && < 0.3,
     vector                    >= 0.6     && < 0.13
 
@@ -196,7 +197,7 @@
                    network     >= 2.3 && < 2.6
 
   if impl(ghc >= 7.6)
-    build-depends: unix-compat >= 0.3 && < 0.6
+    build-depends: unix-compat >= 0.3
   else
     build-depends: unix-compat >= 0.3 && < 0.5.3
 

Reply via email to