Hello community,

here is the log from the commit of package stack for openSUSE:Factory checked 
in at 2018-12-10 12:29:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/stack (Old)
 and      /work/SRC/openSUSE:Factory/.stack.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "stack"

Mon Dec 10 12:29:57 2018 rev:18 rq:656592 version:1.9.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/stack/stack.changes      2018-12-06 
12:18:46.485425919 +0100
+++ /work/SRC/openSUSE:Factory/.stack.new.19453/stack.changes   2018-12-10 
12:29:59.998427309 +0100
@@ -5,4 +5,4 @@
-  Upstream has edited the change log file since the last release in
-  a non-trivial way, i.e. they did more than just add a new entry
-  at the top. You can review the file at:
-  http://hackage.haskell.org/package/stack-1.9.3/src/ChangeLog.md
+  * Handle a change in GHC's hi-dump format around `addDependentFile`,
+    which now includes a hash. See
+    [yesodweb/yesod#1551](https://github.com/yesodweb/yesod/issues/1551)
+  * Allow variables to appear in template file names.

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

Other differences:
------------------
++++++ stack.spec ++++++
--- /var/tmp/diff_new_pack.JnBgy3/_old  2018-12-10 12:30:00.618426690 +0100
+++ /var/tmp/diff_new_pack.JnBgy3/_new  2018-12-10 12:30:00.618426690 +0100
@@ -26,7 +26,7 @@
 Group:          Development/Libraries/Haskell
 URL:            https://hackage.haskell.org/package/%{name}
 Source0:        
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
-Source1:        
https://hackage.haskell.org/package/%{name}-%{version}/revision/1.cabal#/%{name}.cabal
+Source1:        
https://hackage.haskell.org/package/%{name}-%{version}/revision/2.cabal#/%{name}.cabal
 BuildRequires:  chrpath
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-aeson-devel

++++++ stack.cabal ++++++
--- /var/tmp/diff_new_pack.JnBgy3/_old  2018-12-10 12:30:00.666426641 +0100
+++ /var/tmp/diff_new_pack.JnBgy3/_new  2018-12-10 12:30:00.666426641 +0100
@@ -8,7 +8,7 @@
 
 name:           stack
 version:        1.9.3
-x-revision: 1
+x-revision: 2
 synopsis:       The Haskell Tool Stack
 description:    Please see the README.md for usage information, and the wiki 
on Github for more details.  Also, note that the API for the library is not 
currently stable, and may change significantly, even between minor releases. It 
is currently only intended for use by the executable.
 category:       Development
@@ -300,7 +300,7 @@
     , unordered-containers >=0.2.9.0 && <0.3
     , vector >=0.12.0.1 && <0.13
     , yaml >=0.10.4.0 && <0.11
-    , zip-archive >=0.3.3 && <0.4
+    , zip-archive >=0.3.3 && <0.5
     , zlib >=0.6.2 && <0.7
   if os(windows)
     cpp-options: -DWINDOWS
@@ -409,7 +409,7 @@
     , unordered-containers >=0.2.9.0 && <0.3
     , vector >=0.12.0.1 && <0.13
     , yaml >=0.10.4.0 && <0.11
-    , zip-archive >=0.3.3 && <0.4
+    , zip-archive >=0.3.3 && <0.5
     , zlib >=0.6.2 && <0.7
   if os(windows)
     cpp-options: -DWINDOWS
@@ -527,7 +527,7 @@
     , unordered-containers >=0.2.9.0 && <0.3
     , vector >=0.12.0.1 && <0.13
     , yaml >=0.10.4.0 && <0.11
-    , zip-archive >=0.3.3 && <0.4
+    , zip-archive >=0.3.3 && <0.5
     , zlib >=0.6.2 && <0.7
   if os(windows)
     cpp-options: -DWINDOWS
@@ -652,7 +652,7 @@
     , unordered-containers >=0.2.9.0 && <0.3
     , vector >=0.12.0.1 && <0.13
     , yaml >=0.10.4.0 && <0.11
-    , zip-archive >=0.3.3 && <0.4
+    , zip-archive >=0.3.3 && <0.5
     , zlib >=0.6.2 && <0.7
   if os(windows)
     cpp-options: -DWINDOWS


Reply via email to