Hello community,

here is the log from the commit of package ghc-smallcheck for openSUSE:Factory 
checked in at 2017-05-27 13:15:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-smallcheck (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-smallcheck.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-smallcheck"

Sat May 27 13:15:35 2017 rev:2 rq:495469 version:1.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-smallcheck/ghc-smallcheck.changes    
2016-12-12 12:46:03.975598642 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-smallcheck.new/ghc-smallcheck.changes       
2017-05-27 13:15:38.898549725 +0200
@@ -1,0 +2,5 @@
+Mon May  8 19:24:04 UTC 2017 - psim...@suse.com
+
+- Clean up spec file. Only cosmetic; no functional change.
+
+-------------------------------------------------------------------

Old:
----
  1.cabal

New:
----
  smallcheck.cabal

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

Other differences:
------------------
++++++ ghc-smallcheck.spec ++++++
--- /var/tmp/diff_new_pack.AxMWGo/_old  2017-05-27 13:15:39.742430420 +0200
+++ /var/tmp/diff_new_pack.AxMWGo/_new  2017-05-27 13:15:39.746429854 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-smallcheck
 #
-# 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
@@ -22,18 +22,16 @@
 Release:        0
 Summary:        A property-based testing library
 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
-Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal
+Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-logict-devel
 BuildRequires:  ghc-mtl-devel
 BuildRequires:  ghc-pretty-devel
 BuildRequires:  ghc-rpm-macros
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 SmallCheck is a testing library that allows to verify properties for all test
@@ -55,15 +53,12 @@
 %setup -q -n %{pkg_name}-%{version}
 cp -p %{SOURCE1} %{pkg_name}.cabal
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++++++ smallcheck.cabal ++++++
Name:          smallcheck
Version:       1.1.1
x-revision: 1
Cabal-Version: >= 1.6
License:       BSD3
License-File:  LICENSE
Author:        Colin Runciman, Roman Cheplyaka
Maintainer:    Roman Cheplyaka <r...@ro-che.info>
Homepage:      https://github.com/feuerbach/smallcheck
Bug-reports:   https://github.com/feuerbach/smallcheck/issues

Stability:     Beta
Category:      Testing
Synopsis:      A property-based testing library
Description:   SmallCheck is a testing library that allows to verify properties
               for all test cases up to some depth. The test cases are generated
               automatically by SmallCheck.
Build-Type:    Simple

Extra-source-files: README.md, CREDITS.md, CHANGELOG.md



Source-repository head
  type:     git
  location: git://github.com/feuerbach/smallcheck.git

Library

    Build-Depends: base >= 4.5 && < 5, mtl, logict, ghc-prim >= 0.2, pretty

    Exposed-modules:
        Test.SmallCheck
        Test.SmallCheck.Drivers
        Test.SmallCheck.Series
    Other-modules:
        Test.SmallCheck.Property
        Test.SmallCheck.SeriesMonad
        Test.SmallCheck.Property.Result

Reply via email to