Hello community,

here is the log from the commit of package ghc-compactmap for openSUSE:Factory 
checked in at 2017-01-31 12:43:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-compactmap (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-compactmap.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-compactmap"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-compactmap/ghc-compactmap.changes    
2016-09-25 14:38:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-compactmap.new/ghc-compactmap.changes       
2017-02-03 17:38:49.479159694 +0100
@@ -1,0 +2,5 @@
+Wed Jan 18 09:00:17 UTC 2017 - [email protected]
+
+- Update to version 0.1.4.2 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  compactmap-0.1.4.1.tar.gz

New:
----
  compactmap-0.1.4.2.tar.gz

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

Other differences:
------------------
++++++ ghc-compactmap.spec ++++++
--- /var/tmp/diff_new_pack.xmWhT2/_old  2017-02-03 17:38:49.763119502 +0100
+++ /var/tmp/diff_new_pack.xmWhT2/_new  2017-02-03 17:38:49.763119502 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-compactmap
 #
-# 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,16 +19,15 @@
 %global pkg_name compactmap
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.1.4.1
+Version:        0.1.4.2
 Release:        0
 Summary:        A read-only memory-efficient key-value store
 License:        BSD-3-Clause
-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-vector-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
@@ -36,7 +35,6 @@
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-hspec-devel
 %endif
-# End cabal-rpm deps
 
 %description
 A read-only memory-efficient key-value store.
@@ -55,20 +53,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

++++++ compactmap-0.1.4.1.tar.gz -> compactmap-0.1.4.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/compactmap-0.1.4.1/compactmap.cabal 
new/compactmap-0.1.4.2/compactmap.cabal
--- old/compactmap-0.1.4.1/compactmap.cabal     2016-05-30 09:00:59.000000000 
+0200
+++ new/compactmap-0.1.4.2/compactmap.cabal     2017-01-08 15:35:57.000000000 
+0100
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                compactmap
-version:             0.1.4.1
+version:             0.1.4.2
 synopsis:            A read-only memory-efficient key-value store.
 -- description:         
 license:             BSD3
@@ -21,7 +21,7 @@
   -- other-modules:       
   -- other-extensions:    
   ghc-options:         -O2 -Wall
-  build-depends:       base >=4.6 && <4.10, vector >= 0.10.12.3 && < 0.12
+  build-depends:       base >=4.6 && <4.10, vector >= 0.10.12.3 && < 0.13
   hs-source-dirs:      src
   default-language:    Haskell2010
 


Reply via email to