Hello community,

here is the log from the commit of package ghc-postgresql-simple-url for 
openSUSE:Factory checked in at 2017-07-11 08:25:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-postgresql-simple-url (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-postgresql-simple-url.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-postgresql-simple-url"

Tue Jul 11 08:25:36 2017 rev:3 rq:508572 version:0.2.0.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-postgresql-simple-url/ghc-postgresql-simple-url.changes
      2017-03-03 17:51:35.685291671 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-postgresql-simple-url.new/ghc-postgresql-simple-url.changes
 2017-07-11 08:25:37.473316377 +0200
@@ -1,0 +2,5 @@
+Tue Jun 27 09:40:04 UTC 2017 - [email protected]
+
+- Update to version 0.2.0.0 revision 1.
+
+-------------------------------------------------------------------

New:
----
  postgresql-simple-url.cabal

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

Other differences:
------------------
++++++ ghc-postgresql-simple-url.spec ++++++
--- /var/tmp/diff_new_pack.QdiPyU/_old  2017-07-11 08:25:38.385187761 +0200
+++ /var/tmp/diff_new_pack.QdiPyU/_new  2017-07-11 08:25:38.385187761 +0200
@@ -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-network-uri-devel
 BuildRequires:  ghc-postgresql-simple-devel
@@ -55,6 +56,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ postgresql-simple-url.cabal ++++++
name:                postgresql-simple-url
version:             0.2.0.0
x-revision:          1
synopsis:            Parse postgres:// url into ConnectInfo
description:
  The 'Database.PostgreSQL.Simple.URL' module in this package exports
  two helper functions 'parseDatabaseUrl' and 'urlToConnectInfo'.
homepage:            https://github.com/futurice/postgresql-simple-url
license:             MIT
license-file:        LICENSE
author:              Oleg Grenrus
maintainer:          Oleg Grenrus <[email protected]>
copyright:           Copyright © 2014 Futurice OY, Oleg Grenrus
stability:           experimental
category:            Game
build-type:          Simple
extra-source-files:  README.md, CHANGELOG.md
cabal-version:       >=1.10

source-repository head
  type: git
  location: https://github.com/futurice/postgresql-simple-url

library
  exposed-modules:     Database.PostgreSQL.Simple.URL
  build-depends:       base               >=4.6 && <4.11,
                       split              >=0.2 && <0.3,
                       network-uri        >=2.6 && <2.7,
                       postgresql-simple  >=0.4 && <0.6
  hs-source-dirs:      src
  ghc-options:         -Wall
  default-language:    Haskell2010

test-suite test
  default-language:    Haskell2010
  type:                exitcode-stdio-1.0
  hs-source-dirs:      tests
  main-is:             Tests.hs
  ghc-options:         -Wall
  build-depends:       base               >=4.6  && <4.11,
                       tasty              >=0.10 && <0.12,
                       tasty-quickcheck   >=0.8  && <0.10,
                       postgresql-simple  >=0.4 && <0.6,
                       postgresql-simple-url

Reply via email to