Hello community,

here is the log from the commit of package pointfree for openSUSE:Factory 
checked in at 2016-10-19 13:05:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pointfree (Old)
 and      /work/SRC/openSUSE:Factory/.pointfree.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pointfree"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pointfree/pointfree.changes      2016-07-21 
08:01:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pointfree.new/pointfree.changes 2016-10-19 
13:05:06.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Sep 16 21:23:36 UTC 2016 - psim...@suse.com
+
+- Update to version 1.1.1.2 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  pointfree-1.1.1.1.tar.gz

New:
----
  pointfree-1.1.1.2.tar.gz

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

Other differences:
------------------
++++++ pointfree.spec ++++++
--- /var/tmp/diff_new_pack.J9uphA/_old  2016-10-19 13:05:08.000000000 +0200
+++ /var/tmp/diff_new_pack.J9uphA/_new  2016-10-19 13:05:08.000000000 +0200
@@ -19,7 +19,7 @@
 %global pkg_name pointfree
 %bcond_with tests
 Name:           %{pkg_name}
-Version:        1.1.1.1
+Version:        1.1.1.2
 Release:        0
 Summary:        Tool for refactoring expressions into pointfree form
 License:        MIT
@@ -27,7 +27,6 @@
 Url:            https://hackage.haskell.org/package/%{name}
 Source0:        
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-array-devel
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-haskell-src-exts-devel
@@ -38,7 +37,6 @@
 BuildRequires:  ghc-HUnit-devel
 BuildRequires:  ghc-QuickCheck-devel
 %endif
-# End cabal-rpm deps
 
 %description
 The pointfree tool is a standalone command-line version of the pl plugin for
@@ -65,20 +63,14 @@
 %prep
 %setup -q
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post -n ghc-%{name}-devel
 %ghc_pkg_recache

++++++ pointfree-1.1.1.1.tar.gz -> pointfree-1.1.1.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pointfree-1.1.1.1/ChangeLog 
new/pointfree-1.1.1.2/ChangeLog
--- old/pointfree-1.1.1.1/ChangeLog     2015-12-26 17:23:10.000000000 +0100
+++ new/pointfree-1.1.1.2/ChangeLog     2016-08-31 18:54:54.000000000 +0200
@@ -1,3 +1,6 @@
+v1.1.1.2:
+* Dependency update for base 4.9, QuickCheck 2.9
+
 v1.1.1.1:
 * Dependency update for HSE 1.17, transformers 0.5
 * Trim tested-with, I no longer have a working copy of old GHCs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pointfree-1.1.1.1/pointfree.cabal 
new/pointfree-1.1.1.2/pointfree.cabal
--- old/pointfree-1.1.1.1/pointfree.cabal       2015-12-26 17:23:10.000000000 
+0100
+++ new/pointfree-1.1.1.2/pointfree.cabal       2016-08-31 18:54:54.000000000 
+0200
@@ -1,7 +1,7 @@
 Cabal-Version: >= 1.8
 
 Name:     pointfree
-Version:  1.1.1.1
+Version:  1.1.1.2
 Category: Tool
 Synopsis: Tool for refactoring expressions into pointfree form
 
@@ -17,7 +17,7 @@
 Extra-source-files: ChangeLog README test/Test.hs
 
 Build-type:  Simple
-Tested-with: GHC == 7.10.2
+Tested-with: GHC == 8.0.1
 
 Source-repository head
   type:     git
@@ -26,7 +26,7 @@
 Library
   Exposed-modules: Pointfree
 
-  Build-depends: base >= 4.5 && < 4.9,
+  Build-depends: base >= 4.5 && < 4.10,
                  array >= 0.3 && < 0.6,
                  containers >= 0.4 && < 0.6,
                  haskell-src-exts == 1.17.*,
@@ -42,7 +42,7 @@
 Executable pointfree
   Main-is:       Main.hs
   GHC-options:   -W
-  Build-depends: base >= 4.3 && < 4.9,
+  Build-depends: base >= 4.3 && < 4.10,
                  array >= 0.3 && < 0.6,
                  containers >= 0.4 && < 0.6,
                  haskell-src-exts == 1.17.*,
@@ -66,7 +66,7 @@
     containers >= 0.3 && < 0.6,
     haskell-src-exts == 1.17.*,
     HUnit >= 1.1 && < 1.4,
-    QuickCheck >= 2.1 && < 2.9,
+    QuickCheck >= 2.1 && < 2.10,
     transformers < 0.6
 
   GHC-Options:    -W


Reply via email to