commit ghc-servant-server for openSUSE:Factory

2017-09-15 Thread root
Hello community,

here is the log from the commit of package ghc-servant-server for 
openSUSE:Factory checked in at 2017-09-15 22:11:56

Comparing /work/SRC/openSUSE:Factory/ghc-servant-server (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-servant-server.new (New)


Package is "ghc-servant-server"

Fri Sep 15 22:11:56 2017 rev:3 rq:525360 version:0.11

Changes:

--- /work/SRC/openSUSE:Factory/ghc-servant-server/ghc-servant-server.changes
2017-08-31 20:59:26.366328796 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-servant-server.new/ghc-servant-server.changes   
2017-09-15 22:11:58.070960856 +0200
@@ -1,0 +2,5 @@
+Thu Aug  3 15:38:38 UTC 2017 - psim...@suse.com
+
+- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
+
+---



Other differences:
--
++ ghc-servant-server.spec ++
--- /var/tmp/diff_new_pack.oolCuc/_old  2017-09-15 22:11:58.554892680 +0200
+++ /var/tmp/diff_new_pack.oolCuc/_new  2017-09-15 22:11:58.558892116 +0200
@@ -23,8 +23,8 @@
 Release:0
 Summary:A family of combinators for defining webservices APIs and 
serving them
 License:BSD-3-Clause
-Group:  Development/Languages/Other
-Url:https://hackage.haskell.org/package/%{pkg_name}
+Group:  Development/Libraries/Haskell
+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:  chrpath
@@ -60,7 +60,6 @@
 BuildRequires:  ghc-wai-devel
 BuildRequires:  ghc-warp-devel
 BuildRequires:  ghc-word8-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-QuickCheck-devel
 BuildRequires:  ghc-directory-devel
@@ -90,7 +89,7 @@
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
-Group:  Development/Libraries/Other
+Group:  Development/Libraries/Haskell
 Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
@@ -120,12 +119,10 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
 %doc LICENSE
 %{_bindir}/greet
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md example
 
 %changelog




commit ghc-servant-server for openSUSE:Factory

2017-08-31 Thread root
Hello community,

here is the log from the commit of package ghc-servant-server for 
openSUSE:Factory checked in at 2017-08-31 20:59:26

Comparing /work/SRC/openSUSE:Factory/ghc-servant-server (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-servant-server.new (New)


Package is "ghc-servant-server"

Thu Aug 31 20:59:26 2017 rev:2 rq:513490 version:0.11

Changes:

--- /work/SRC/openSUSE:Factory/ghc-servant-server/ghc-servant-server.changes
2017-05-10 20:50:45.640788695 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-servant-server.new/ghc-servant-server.changes   
2017-08-31 20:59:26.366328796 +0200
@@ -1,0 +2,5 @@
+Thu Jul 27 14:07:02 UTC 2017 - psim...@suse.com
+
+- Update to version 0.11 revision 1.
+
+---

Old:

  servant-server-0.9.1.1.tar.gz

New:

  servant-server-0.11.tar.gz



Other differences:
--
++ ghc-servant-server.spec ++
--- /var/tmp/diff_new_pack.OElymM/_old  2017-08-31 20:59:27.486171455 +0200
+++ /var/tmp/diff_new_pack.OElymM/_new  2017-08-31 20:59:27.506168645 +0200
@@ -19,7 +19,7 @@
 %global pkg_name servant-server
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.9.1.1
+Version:0.11
 Release:0
 Summary:A family of combinators for defining webservices APIs and 
serving them
 License:BSD-3-Clause
@@ -34,20 +34,26 @@
 BuildRequires:  ghc-base-compat-devel
 BuildRequires:  ghc-base64-bytestring-devel
 BuildRequires:  ghc-bytestring-devel
+BuildRequires:  ghc-cabal-doctest-devel
 BuildRequires:  ghc-containers-devel
+BuildRequires:  ghc-exceptions-devel
 BuildRequires:  ghc-filepath-devel
 BuildRequires:  ghc-http-api-data-devel
 BuildRequires:  ghc-http-types-devel
+BuildRequires:  ghc-monad-control-devel
 BuildRequires:  ghc-mtl-devel
 BuildRequires:  ghc-network-devel
 BuildRequires:  ghc-network-uri-devel
+BuildRequires:  ghc-resourcet-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-safe-devel
 BuildRequires:  ghc-servant-devel
 BuildRequires:  ghc-split-devel
 BuildRequires:  ghc-string-conversions-devel
 BuildRequires:  ghc-system-filepath-devel
+BuildRequires:  ghc-tagged-devel
 BuildRequires:  ghc-text-devel
+BuildRequires:  ghc-transformers-base-devel
 BuildRequires:  ghc-transformers-compat-devel
 BuildRequires:  ghc-transformers-devel
 BuildRequires:  ghc-wai-app-static-devel
@@ -59,7 +65,6 @@
 BuildRequires:  ghc-QuickCheck-devel
 BuildRequires:  ghc-directory-devel
 BuildRequires:  ghc-doctest-devel
-BuildRequires:  ghc-exceptions-devel
 BuildRequires:  ghc-filemanip-devel
 BuildRequires:  ghc-hspec-devel
 BuildRequires:  ghc-hspec-wai-devel

++ servant-server-0.9.1.1.tar.gz -> servant-server-0.11.tar.gz ++
 1750 lines of diff (skipped)

++ servant-server.cabal ++
--- /var/tmp/diff_new_pack.OElymM/_old  2017-08-31 20:59:28.102084917 +0200
+++ /var/tmp/diff_new_pack.OElymM/_new  2017-08-31 20:59:28.138079860 +0200
@@ -1,5 +1,5 @@
 name:servant-server
-version: 0.9.1.1
+version: 0.11
 x-revision:  1
 synopsis:A family of combinators for defining webservices APIs and 
serving them
 description:
@@ -19,8 +19,8 @@
 author:  Servant Contributors
 maintainer:  haskell-servant-maintain...@googlegroups.com
 copyright:   2014-2016 Zalora South East Asia Pte Ltd, Servant 
Contributors
-category:Web
-build-type:  Simple
+category:Servant Web
+build-type:  Custom
 cabal-version:   >=1.10
 tested-with: GHC >= 7.8
 extra-source-files:
@@ -32,6 +32,11 @@
   type: git
   location: http://github.com/haskell-servant/servant.git
 
+custom-setup
+  setup-depends:
+base >= 4 && <5,
+Cabal,
+cabal-doctest >= 1.0.1 && <1.1
 
 library
   exposed-modules:
@@ -41,31 +46,37 @@
 Servant.Server.Internal
 Servant.Server.Internal.BasicAuth
 Servant.Server.Internal.Context
+Servant.Server.Internal.Handler
 Servant.Server.Internal.Router
 Servant.Server.Internal.RoutingApplication
 Servant.Server.Internal.ServantErr
 Servant.Utils.StaticFiles
   build-depends:
-base   >= 4.7  && < 4.10
+base   >= 4.7  && < 4.11
   , base-compat>= 0.9  && < 0.10
-  , aeson  >= 0.7  && < 1.2
+  , aeson  >= 0.7  && < 1.3
   , attoparsec >= 0.12 && < 0.14
   , base64-bytestring  >= 1.0  && < 1.1
   , bytestring >= 0.10 && < 0.11
   , containers >= 0.5  && < 0.6
+  , exceptions >= 0.8  && < 0.9
   , http-api-data  >= 0.3  && < 0.4
   , http-types >= 0.8  && < 0.10
   , network-uri>= 2.6