Hello community,

here is the log from the commit of package ghc-exceptions for openSUSE:Factory 
checked in at 2018-05-30 12:18:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-exceptions (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-exceptions.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-exceptions"

Wed May 30 12:18:50 2018 rev:10 rq:609784 version:0.8.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-exceptions/ghc-exceptions.changes    
2017-09-15 21:38:41.688260695 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-exceptions.new/ghc-exceptions.changes       
2018-05-30 12:25:36.573729699 +0200
@@ -1,0 +2,8 @@
+Wed May 16 13:06:55 UTC 2018 - psim...@suse.com
+
+- Prefer the new %license attribute over %doc.
+- Update Cabal file to revision 5.
+  * support GHC 8.4.x
+  * support QuickCheck 2.11.x
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ghc-exceptions.spec ++++++
--- /var/tmp/diff_new_pack.ltN1Cg/_old  2018-05-30 12:25:37.397702467 +0200
+++ /var/tmp/diff_new_pack.ltN1Cg/_new  2018-05-30 12:25:37.401702335 +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/5.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-mtl-devel
 BuildRequires:  ghc-rpm-macros
@@ -74,7 +74,7 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%doc LICENSE
+%license LICENSE
 
 %files devel -f %{name}-devel.files
 %doc AUTHORS.markdown CHANGELOG.markdown README.markdown

++++++ exceptions.cabal ++++++
--- /var/tmp/diff_new_pack.ltN1Cg/_old  2018-05-30 12:25:37.441701012 +0200
+++ /var/tmp/diff_new_pack.ltN1Cg/_new  2018-05-30 12:25:37.441701012 +0200
@@ -1,7 +1,7 @@
 name:          exceptions
 category:      Control, Exceptions, Monad
 version:       0.8.3
-x-revision: 2
+x-revision: 5
 cabal-version: >= 1.8
 license:       BSD3
 license-file:  LICENSE
@@ -36,9 +36,9 @@
   build-depends:
     base                       >= 4.3      && < 5,
     stm                        >= 2.2      && < 3,
-    template-haskell           >= 2.2      && < 2.13,
+    template-haskell           >= 2.2      && < 2.14,
     transformers               >= 0.2      && < 0.6,
-    transformers-compat        >= 0.3      && < 0.6,
+    transformers-compat        >= 0.3      && < 0.7,
     mtl                        >= 2.0      && < 2.3
 
   exposed-modules:
@@ -63,4 +63,4 @@
     mtl,
     test-framework             >= 0.8      && < 0.9,
     test-framework-quickcheck2 >= 0.3      && < 0.4,
-    QuickCheck                 >= 2.5      && < 2.11
+    QuickCheck                 >= 2.5      && < 2.12


Reply via email to