Hello community,

here is the log from the commit of package ghc-scotty for openSUSE:Factory 
checked in at 2016-08-26 23:17:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-scotty (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-scotty.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-scotty"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-scotty/ghc-scotty.changes    2016-07-21 
08:16:22.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-scotty.new/ghc-scotty.changes       
2016-08-26 23:17:13.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Aug 17 18:44:06 UTC 2016 - psim...@suse.com
+
+- Update to version 0.11.0 revision 3 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  2.cabal

New:
----
  3.cabal

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

Other differences:
------------------
++++++ ghc-scotty.spec ++++++
--- /var/tmp/diff_new_pack.gUe6Lk/_old  2016-08-26 23:17:14.000000000 +0200
+++ /var/tmp/diff_new_pack.gUe6Lk/_new  2016-08-26 23:17:14.000000000 +0200
@@ -23,12 +23,11 @@
 Release:        0
 Summary:        Haskell web framework inspired by Ruby's Sinatra, using WAI 
and Warp
 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/2.cabal
+Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-aeson-devel
 BuildRequires:  ghc-blaze-builder-devel
 BuildRequires:  ghc-bytestring-devel
@@ -57,7 +56,6 @@
 BuildRequires:  ghc-hspec-wai-devel
 BuildRequires:  ghc-lifted-base-devel
 %endif
-# End cabal-rpm deps
 
 %description
 A Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp.
@@ -105,20 +103,14 @@
 %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

++++++ 2.cabal -> 3.cabal ++++++
--- /work/SRC/openSUSE:Factory/ghc-scotty/2.cabal       2016-07-21 
08:16:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-scotty.new/3.cabal  2016-08-26 
23:17:13.000000000 +0200
@@ -1,6 +1,6 @@
 Name:                scotty
 Version:             0.11.0
-x-revision: 2
+x-revision: 3
 Synopsis:            Haskell web framework inspired by Ruby's Sinatra, using 
WAI and Warp
 Homepage:            https://github.com/scotty-web/scotty
 Bug-reports:         https://github.com/scotty-web/scotty/issues
@@ -69,7 +69,7 @@
                        Web.Scotty.Route
                        Web.Scotty.Util
   default-language:    Haskell2010
-  build-depends:       aeson               >= 0.6.2.1  && < 0.12,
+  build-depends:       aeson               >= 0.6.2.1  && < 1.1,
                        base                >= 4.3.1    && < 5,
                        blaze-builder       >= 0.3.3.0  && < 0.5,
                        bytestring          >= 0.10.0.2 && < 0.11,


Reply via email to