Hello community,

here is the log from the commit of package ghc-pantry-tmp for openSUSE:Factory 
checked in at 2019-07-16 08:40:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-pantry-tmp (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-pantry-tmp.new.1887 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-pantry-tmp"

Tue Jul 16 08:40:18 2019 rev:2 rq:714726 version:0.1.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-pantry-tmp/ghc-pantry-tmp.changes    
2019-06-19 21:11:23.070683284 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-pantry-tmp.new.1887/ghc-pantry-tmp.changes  
2019-07-16 08:40:19.599021735 +0200
@@ -1,0 +2,6 @@
+Wed Jul 10 16:55:38 UTC 2019 - Michel Normand <norm...@linux.vnet.ibm.com>
+
+- Add _constraints file for PowerPC
+  to specify a minimum build 6G disk size
+
+-------------------------------------------------------------------

New:
----
  _constraints

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

Other differences:
------------------
++++++ ghc-pantry-tmp.spec ++++++
--- /var/tmp/diff_new_pack.48RYe0/_old  2019-07-16 08:40:20.099021450 +0200
+++ /var/tmp/diff_new_pack.48RYe0/_new  2019-07-16 08:40:20.115021441 +0200
@@ -26,7 +26,7 @@
 Group:          Development/Libraries/Haskell
 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/2.cabal#/%{pkg_name}.cabal
+Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
 Patch01:        enable-undecidable-instances-extension.patch
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-aeson-devel
@@ -117,7 +117,6 @@
 cp -p %{SOURCE1} %{pkg_name}.cabal
 echo > Setup.hs 'import Distribution.Simple'
 echo >>Setup.hs 'main = defaultMain'
-cabal-tweak-dep-ver cryptonite '==0.25.*' '< 1'
 cabal-tweak-dep-ver persistent '<2.10' '< 2.11'
 cabal-tweak-dep-ver persistent-sqlite '<2.10' '<2.11'
 cabal-tweak-dep-ver persistent-template '<2.7' '< 2.8'

++++++ _constraints ++++++
<constraints>
  <overwrite>
    <conditions>
      <arch>ppc64</arch>
      <arch>ppc64le</arch>
    </conditions>
    <hardware>
      <disk>
        <size unit="G">6</size>
      </disk>
    </hardware>
  </overwrite>
</constraints>
++++++ pantry-tmp.cabal ++++++
--- /var/tmp/diff_new_pack.48RYe0/_old  2019-07-16 08:40:20.163021414 +0200
+++ /var/tmp/diff_new_pack.48RYe0/_new  2019-07-16 08:40:20.163021414 +0200
@@ -8,7 +8,7 @@
 
 name:           pantry-tmp
 version:        0.1.0.0
-x-revision: 2
+x-revision: 3
 synopsis:       Content addressable Haskell package management
 description:    Please see the README on Github at 
<https://github.com/commercialhaskell/stack/blob/master/subs/pantry/README.md>
 category:       Development
@@ -66,7 +66,7 @@
     , conduit-extra (>=1.3.0 && <1.4) || (>=1.3.1.1 && <1.4)
     , containers (>=0.5.10.2 && <0.6) || (>=0.5.11.0 && <0.6) || (>=0.6.0.1 && 
<0.7)
     , contravariant (>=1.4.1 && <1.5) || (>=1.5.2 && <1.6)
-    , cryptonite ==0.25.*
+    , cryptonite >=0.25 && <0.27
     , cryptonite-conduit >=0.2.2 && <0.3
     , deepseq (>=1.4.3.0 && <1.5) || (>=1.4.4.0 && <1.5)
     , digest >=0.0.1.2 && <0.1
@@ -163,7 +163,7 @@
     , conduit-extra (>=1.3.0 && <1.4) || (>=1.3.1.1 && <1.4)
     , containers (>=0.5.10.2 && <0.6) || (>=0.5.11.0 && <0.6) || (>=0.6.0.1 && 
<0.7)
     , contravariant (>=1.4.1 && <1.5) || (>=1.5.2 && <1.6)
-    , cryptonite ==0.25.*
+    , cryptonite >=0.25 && <0.27
     , cryptonite-conduit >=0.2.2 && <0.3
     , deepseq (>=1.4.3.0 && <1.5) || (>=1.4.4.0 && <1.5)
     , digest >=0.0.1.2 && <0.1


Reply via email to