Hello community,

here is the log from the commit of package ghc-wai-middleware-metrics for 
openSUSE:Factory checked in at 2017-04-14 13:41:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-wai-middleware-metrics (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-wai-middleware-metrics.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-wai-middleware-metrics"

Fri Apr 14 13:41:40 2017 rev:2 rq:487392 version:0.2.4

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-wai-middleware-metrics/ghc-wai-middleware-metrics.changes
    2016-11-10 13:17:16.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-wai-middleware-metrics.new/ghc-wai-middleware-metrics.changes
       2017-04-14 13:41:40.633843510 +0200
@@ -1,0 +2,5 @@
+Tue Apr  4 11:04:09 UTC 2017 - psim...@suse.com
+
+- Update to version 0.2.4 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  wai-middleware-metrics-0.2.3.tar.gz

New:
----
  wai-middleware-metrics-0.2.4.tar.gz

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

Other differences:
------------------
++++++ ghc-wai-middleware-metrics.spec ++++++
--- /var/tmp/diff_new_pack.Tf6ZSz/_old  2017-04-14 13:41:41.537715763 +0200
+++ /var/tmp/diff_new_pack.Tf6ZSz/_new  2017-04-14 13:41:41.541715198 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-wai-middleware-metrics
 #
-# 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,15 +19,14 @@
 %global pkg_name wai-middleware-metrics
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.2.3
+Version:        0.2.4
 Release:        0
 Summary:        A WAI middleware to collect EKG request metrics
 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
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-ekg-core-devel
 BuildRequires:  ghc-http-types-devel
 BuildRequires:  ghc-rpm-macros
@@ -45,7 +44,6 @@
 BuildRequires:  ghc-transformers-devel
 BuildRequires:  ghc-wai-extra-devel
 %endif
-# End cabal-rpm deps
 
 %description
 This WAI middleware counts the number of requests, the number of responses by
@@ -72,20 +70,14 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache

++++++ wai-middleware-metrics-0.2.3.tar.gz -> 
wai-middleware-metrics-0.2.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/wai-middleware-metrics-0.2.3/wai-middleware-metrics.cabal 
new/wai-middleware-metrics-0.2.4/wai-middleware-metrics.cabal
--- old/wai-middleware-metrics-0.2.3/wai-middleware-metrics.cabal       
2016-03-12 19:20:42.000000000 +0100
+++ new/wai-middleware-metrics-0.2.4/wai-middleware-metrics.cabal       
2017-03-30 23:06:03.000000000 +0200
@@ -1,5 +1,5 @@
 name:                wai-middleware-metrics
-version:             0.2.3
+version:             0.2.4
 synopsis:            A WAI middleware to collect EKG request metrics
 description:         This WAI middleware counts the number of requests, the 
number of responses by status code and keeps a latency distribution.
                      .
@@ -14,7 +14,7 @@
 category:            Web
 build-type:          Simple
 cabal-version:       >=1.10
-Tested-with:         GHC == 7.6.2, GHC == 7.6.3, GHC == 7.8.1, GHC == 7.8.2, 
GHC == 7.8.3, GHC == 7.8.4, GHC == 7.10.1, GHC == 7.10.2
+Tested-with:         GHC == 7.6.2, GHC == 7.6.3, GHC == 7.8.1, GHC == 7.8.2, 
GHC == 7.8.3, GHC == 7.8.4, GHC == 7.10.1, GHC == 7.10.2, GHC == 8.0.2
 
 library
   exposed-modules:     Network.Wai.Metrics


Reply via email to