Hello community,

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

Package is "ghc-Boolean"

Tue Mar 14 10:04:03 2017 rev:2 rq:461521 version:0.2.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-Boolean/ghc-Boolean.changes  2016-09-24 
15:20:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-Boolean.new/ghc-Boolean.changes     
2017-03-14 10:04:04.325404177 +0100
@@ -1,0 +2,5 @@
+Mon Feb 20 08:42:30 UTC 2017 - [email protected]
+
+- Update to version 0.2.4 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  Boolean-0.2.3.tar.gz

New:
----
  Boolean-0.2.4.tar.gz

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

Other differences:
------------------
++++++ ghc-Boolean.spec ++++++
--- /var/tmp/diff_new_pack.xHcQMK/_old  2017-03-14 10:04:04.857328857 +0100
+++ /var/tmp/diff_new_pack.xHcQMK/_new  2017-03-14 10:04:04.857328857 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-Boolean
 #
-# 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
@@ -18,11 +18,11 @@
 
 %global pkg_name Boolean
 Name:           ghc-%{pkg_name}
-Version:        0.2.3
+Version:        0.2.4
 Release:        0
 Summary:        Generalized booleans and numbers
 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
@@ -52,15 +52,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++++++ Boolean-0.2.3.tar.gz -> Boolean-0.2.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Boolean-0.2.3/Boolean.cabal 
new/Boolean-0.2.4/Boolean.cabal
--- old/Boolean-0.2.3/Boolean.cabal     2014-10-01 21:07:09.000000000 +0200
+++ new/Boolean-0.2.4/Boolean.cabal     2017-02-19 23:05:38.000000000 +0100
@@ -1,5 +1,5 @@
 Name:                Boolean
-Version:             0.2.3
+Version:             0.2.4
 Synopsis:            Generalized booleans and numbers
 Category:            Data
 Cabal-Version:       >= 1.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Boolean-0.2.3/src/Data/Boolean/Overload.hs 
new/Boolean-0.2.4/src/Data/Boolean/Overload.hs
--- old/Boolean-0.2.3/src/Data/Boolean/Overload.hs      2014-10-01 
21:07:09.000000000 +0200
+++ new/Boolean-0.2.4/src/Data/Boolean/Overload.hs      2017-02-19 
23:05:38.000000000 +0100
@@ -38,6 +38,10 @@
 #endif
   )
 
+infix  4  ==, /=, <, <=, >=, >
+infixr 3 &&
+infixr 2 ||
+
 (&&) :: Boolean a => a -> a -> a
 (&&) = (&&*)
 


Reply via email to