Hello community,

here is the log from the commit of package ghc-web-routes for openSUSE:Factory 
checked in at 2017-07-12 19:36:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-web-routes (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-web-routes.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-web-routes"

Wed Jul 12 19:36:17 2017 rev:3 rq:509600 version:0.27.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-web-routes/ghc-web-routes.changes    
2017-02-03 17:40:32.676553098 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-web-routes.new/ghc-web-routes.changes       
2017-07-12 19:36:19.537639432 +0200
@@ -1,0 +2,5 @@
+Tue Jul  4 03:01:10 UTC 2017 - [email protected]
+
+- Update to version 0.27.11 revision 1.
+
+-------------------------------------------------------------------

New:
----
  web-routes.cabal

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

Other differences:
------------------
++++++ ghc-web-routes.spec ++++++
--- /var/tmp/diff_new_pack.ssLdpO/_old  2017-07-12 19:36:20.093560903 +0200
+++ /var/tmp/diff_new_pack.ssLdpO/_new  2017-07-12 19:36:20.097560338 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-web-routes
 #
-# 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
@@ -26,6 +26,7 @@
 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
 BuildRequires:  ghc-blaze-builder-devel
 BuildRequires:  ghc-bytestring-devel
@@ -61,6 +62,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ web-routes.cabal ++++++
Name:             web-routes
Version:          0.27.11
x-revision: 1
License:          BSD3
License-File:     LICENSE
Author:           [email protected]
Maintainer:       [email protected]
Category:         Web, Language
Synopsis:         portable, type-safe URL routing
Description:      A collection of types and functions that ensure that URLs 
generated by an application are valid. Need more properties here.
Homepage:         
http://www.happstack.com/docs/crashcourse/index.html#web-routes
Cabal-Version:    >= 1.8
Build-type:       Simple
tested-with:      GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3

test-suite Test
  type             : exitcode-stdio-1.0
  main-is          : Test.hs
  hs-source-dirs   : test
  build-depends    : base == 4.*,
                     HUnit,
                     hspec,
                     QuickCheck,
                     text,
                     web-routes

Library
        Build-Depends:    base          >= 4.6  && < 5,
                          blaze-builder >= 0.2  && < 0.5,
                          parsec        >= 2    && < 4,
                          bytestring    >= 0.9  && < 0.11,
                          http-types    >= 0.6  && < 0.10,
                          mtl           >= 2.0  && < 2.3,
                          text          >= 0.11 && < 1.3,
                          utf8-string   >= 0.3  && < 1.1,
                          exceptions    >= 0.6.1 && < 0.9
        if impl(ghc >= 7.2)
          Build-Depends:  ghc-prim, split
        Exposed-Modules:  Web.Routes
                          Web.Routes.Base
                          Web.Routes.PathInfo
                          Web.Routes.QuickCheck
                          Web.Routes.RouteT
                          Web.Routes.Site

        Extensions:       FlexibleContexts,
                          CPP

source-repository head
    type:     git
    location: https://github.com/Happstack/web-routes.git

Reply via email to