Hello community,

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

Package is "ghc-Spock"

Thu Apr 13 10:44:50 2017 rev:4 rq:477442 version:0.12.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-Spock/ghc-Spock.changes      2016-07-21 
08:16:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-Spock.new/ghc-Spock.changes 2017-04-13 
10:44:51.667200299 +0200
@@ -1,0 +2,15 @@
+Mon Feb 20 08:40:34 UTC 2017 - psim...@suse.com
+
+- Update to version 0.12.0.0 revision 1 with cabal2obs.
+
+-------------------------------------------------------------------
+Sun Feb 12 14:19:32 UTC 2017 - psim...@suse.com
+
+- Update to version 0.12.0.0 with cabal2obs.
+
+-------------------------------------------------------------------
+Thu Sep 15 06:43:19 UTC 2016 - psim...@suse.com
+
+- Update to version 0.11.0.0 revision 1 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  Spock-0.10.0.1.tar.gz

New:
----
  Spock-0.12.0.0.tar.gz
  Spock.cabal

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

Other differences:
------------------
++++++ ghc-Spock.spec ++++++
--- /var/tmp/diff_new_pack.I7MTEz/_old  2017-04-13 10:44:52.255117157 +0200
+++ /var/tmp/diff_new_pack.I7MTEz/_new  2017-04-13 10:44:52.259116591 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-Spock
 #
-# 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,22 +19,20 @@
 %global pkg_name Spock
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.10.0.1
+Version:        0.12.0.0
 Release:        0
 Summary:        Another Haskell web framework for rapid development
 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#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
-BuildRequires:  ghc-aeson-devel
+BuildRequires:  ghc-Spock-core-devel
 BuildRequires:  ghc-base64-bytestring-devel
 BuildRequires:  ghc-bytestring-devel
-BuildRequires:  ghc-case-insensitive-devel
 BuildRequires:  ghc-containers-devel
-BuildRequires:  ghc-crypto-random-devel
-BuildRequires:  ghc-directory-devel
+BuildRequires:  ghc-cryptonite-devel
 BuildRequires:  ghc-focus-devel
 BuildRequires:  ghc-hashable-devel
 BuildRequires:  ghc-http-types-devel
@@ -42,9 +40,6 @@
 BuildRequires:  ghc-list-t-devel
 BuildRequires:  ghc-monad-control-devel
 BuildRequires:  ghc-mtl-devel
-BuildRequires:  ghc-old-locale-devel
-BuildRequires:  ghc-path-pieces-devel
-BuildRequires:  ghc-random-devel
 BuildRequires:  ghc-reroute-devel
 BuildRequires:  ghc-resource-pool-devel
 BuildRequires:  ghc-resourcet-devel
@@ -58,14 +53,12 @@
 BuildRequires:  ghc-unordered-containers-devel
 BuildRequires:  ghc-vault-devel
 BuildRequires:  ghc-wai-devel
-BuildRequires:  ghc-wai-extra-devel
-BuildRequires:  ghc-warp-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-hspec-devel
 BuildRequires:  ghc-hspec-wai-devel
+BuildRequires:  ghc-wai-extra-devel
 %endif
-# End cabal-rpm deps
 
 %description
 This toolbox provides everything you need to get a quick start into web hacking
@@ -100,21 +93,16 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache

++++++ Spock-0.10.0.1.tar.gz -> Spock-0.12.0.0.tar.gz ++++++
++++ 4038 lines of diff (skipped)

++++++ Spock.cabal ++++++
name:                Spock
version:             0.12.0.0
x-revision: 1
synopsis:            Another Haskell web framework for rapid development
description:         This toolbox provides everything you need to get a quick 
start into web hacking with haskell:
                     .
                     * fast routing
                     .
                     * middleware
                     .
                     * json
                     .
                     * sessions
                     .
                     * cookies
                     .
                     * database helper
                     .
                     * csrf-protection
                     .
                     A tutorial is available at <http://www.spock.li/tutorial/ 
spock.li>
Homepage:            https://www.spock.li
Bug-reports:         https://github.com/agrafix/Spock/issues
license:             BSD3
license-file:        LICENSE
author:              Alexander Thiemann <m...@athiemann.net>
maintainer:          Alexander Thiemann <m...@athiemann.net>
copyright:           (c) 2013 - 2017 Alexander Thiemann
category:            Web
build-type:          Simple
cabal-version:       >=1.8
tested-with:         GHC==7.10.2, GHC==8.0.1

extra-source-files:
    README.md

library
  hs-source-dirs:      src
  exposed-modules:
                  Web.Spock,
                  Web.Spock.Config,
                  Web.Spock.SessionActions,
                  Web.Spock.Internal.SessionVault,
                  Web.Spock.Internal.SessionManager
  other-modules:
                Web.Spock.Internal.Monad,
                Web.Spock.Internal.Types
  build-depends:
                       Spock-core >= 0.12,
                       base >= 4 && < 5,
                       base64-bytestring >=1.0,
                       bytestring >=0.10,
                       containers >=0.5,
                       cryptonite >= 0.6,
                       focus >=0.1,
                       hashable >=1.2,
                       hvect >=0.3,
                       http-types >=0.8,
                       list-t >=0.4,
                       monad-control >=1.0,
                       mtl >=2.1,
                       reroute >=0.3.1,
                       resource-pool >=0.2,
                       resourcet >= 0.4,
                       stm >=2.4,
                       stm-containers >=0.2,
                       text >= 0.11.3.1,
                       time >=1.4,
                       transformers >=0.3,
                       transformers-base >=0.4,
                       unordered-containers >=0.2,
                       vault >=0.3,
                       wai >=3.0
  ghc-options: -auto-all -Wall -fno-warn-orphans

test-suite spocktests
  type:                exitcode-stdio-1.0
  hs-source-dirs:      test
  main-is:             Spec.hs
  other-modules:
                Web.Spock.Internal.SessionVaultSpec,
                Web.Spock.Internal.SessionManagerSpec,
                Web.Spock.SafeSpec,
                Web.Spock.CsrfSpec,
                Web.Spock.TestUtils
  build-depends:
                       base,
                       bytestring,
                       hspec >= 2.0,
                       hspec-wai >= 0.6,
                       Spock,
                       Spock-core,
                       stm,
                       text,
                       time,
                       unordered-containers,
                       vault,
                       wai,
                       wai-extra

  ghc-options: -Wall -fno-warn-orphans

source-repository head
  type:     git
  location: https://github.com/agrafix/Spock

Reply via email to