Hello community,

here is the log from the commit of package ghc-base-compat for openSUSE:Factory 
checked in at 2017-04-14 13:37:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-base-compat (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-base-compat.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-base-compat"

Fri Apr 14 13:37:18 2017 rev:5 rq:485106 version:0.9.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-base-compat/ghc-base-compat.changes  
2016-07-21 08:00:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-base-compat.new/ghc-base-compat.changes     
2017-04-14 13:37:18.634872145 +0200
@@ -1,0 +2,5 @@
+Mon Mar 27 12:39:33 UTC 2017 - psim...@suse.com
+
+- Update to version 0.9.2 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  base-compat-0.9.1.tar.gz

New:
----
  base-compat-0.9.2.tar.gz

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

Other differences:
------------------
++++++ ghc-base-compat.spec ++++++
--- /var/tmp/diff_new_pack.J43OdL/_old  2017-04-14 13:37:19.286780012 +0200
+++ /var/tmp/diff_new_pack.J43OdL/_new  2017-04-14 13:37:19.286780012 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-base-compat
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,23 +19,21 @@
 %global pkg_name base-compat
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.9.1
+Version:        0.9.2
 Release:        0
 Summary:        A compatibility layer for base
 License:        MIT
-Group:          System/Libraries
+Group:          Development/Languages/Other
 Url:            https://hackage.haskell.org/package/%{pkg_name}
 Source0:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-unix-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-QuickCheck-devel
 BuildRequires:  ghc-hspec-devel
 %endif
-# End cabal-rpm deps
 
 %description
 Provides functions available in later versions of 'base' to a wider range of
@@ -67,20 +65,14 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache
@@ -94,6 +86,6 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc README.markdown
+%doc CHANGES.markdown README.markdown
 
 %changelog

++++++ base-compat-0.9.1.tar.gz -> base-compat-0.9.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/base-compat-0.9.1/CHANGES.markdown 
new/base-compat-0.9.2/CHANGES.markdown
--- old/base-compat-0.9.1/CHANGES.markdown      2016-04-11 16:06:42.000000000 
+0200
+++ new/base-compat-0.9.2/CHANGES.markdown      2017-03-11 22:21:23.000000000 
+0100
@@ -1,3 +1,6 @@
+## Changes in 0.9.2
+ - Allow building on the HaLVM
+
 ## Changes in 0.9.1
  - Use the more efficient version of `replicateM` and `replicateM_` introduced
    in `base-4.9`
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/base-compat-0.9.1/LICENSE 
new/base-compat-0.9.2/LICENSE
--- old/base-compat-0.9.1/LICENSE       2016-04-11 16:06:42.000000000 +0200
+++ new/base-compat-0.9.2/LICENSE       2017-03-11 22:21:23.000000000 +0100
@@ -1,4 +1,4 @@
-Copyright (c) 2012-2016 Simon Hengel <s...@typeful.net> and Ryan Scott 
<ryan.gl.sc...@gmail.com>
+Copyright (c) 2012-2017 Simon Hengel <s...@typeful.net> and Ryan Scott 
<ryan.gl.sc...@gmail.com>
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/base-compat-0.9.1/README.markdown 
new/base-compat-0.9.2/README.markdown
--- old/base-compat-0.9.1/README.markdown       2016-04-11 16:06:42.000000000 
+0200
+++ new/base-compat-0.9.2/README.markdown       2017-03-11 22:21:23.000000000 
+0100
@@ -245,6 +245,7 @@
 
 ## Supported versions of GHC/`base`
 
+ * `ghc-8.0.2`  / `base-4.9.1.0`
  * `ghc-8.0.1`  / `base-4.9.0.0`
  * `ghc-7.10.3` / `base-4.8.2.0`
  * `ghc-7.10.2` / `base-4.8.1.0`
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/base-compat-0.9.1/base-compat.cabal 
new/base-compat-0.9.2/base-compat.cabal
--- old/base-compat-0.9.1/base-compat.cabal     2016-04-11 16:06:42.000000000 
+0200
+++ new/base-compat-0.9.2/base-compat.cabal     2017-03-11 22:21:23.000000000 
+0100
@@ -1,10 +1,10 @@
 name:             base-compat
-version:          0.9.1
+version:          0.9.2
 license:          MIT
 license-file:     LICENSE
-copyright:        (c) 2012-2016 Simon Hengel,
-                  (c) 2014-2016 João Cristóvão,
-                  (c) 2015-2016 Ryan Scott
+copyright:        (c) 2012-2017 Simon Hengel,
+                  (c) 2014-2017 João Cristóvão,
+                  (c) 2015-2017 Ryan Scott
 author:           Simon Hengel <s...@typeful.net>,
                   João Cristóvão <jmacristo...@gmail.com>,
                   Ryan Scott <ryan.gl.sc...@gmail.com>
@@ -38,7 +38,7 @@
                   , GHC == 7.6.1,  GHC == 7.6.2,  GHC == 7.6.3
                   , GHC == 7.8.1,  GHC == 7.8.2,  GHC == 7.8.3,  GHC == 7.8.4
                   , GHC == 7.10.1, GHC == 7.10.2, GHC == 7.10.3
-                  , GHC == 8.0.1
+                  , GHC == 8.0.1,  GHC == 8.0.2
 extra-source-files: CHANGES.markdown, README.markdown
 
 source-repository head
@@ -50,7 +50,7 @@
       -Wall
   build-depends:
       base >= 4.3 && < 5
-  if !os(windows)
+  if !os(windows) && !os(halvm)
       build-depends: unix
   ghc-options:
       -fno-warn-duplicate-exports


Reply via email to