Hello community,

here is the log from the commit of package ghc-path for openSUSE:Factory 
checked in at 2017-03-15 01:06:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-path (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-path.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-path"

Wed Mar 15 01:06:52 2017 rev:9 rq:478060 version:0.5.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-path/ghc-path.changes        2017-02-21 
13:45:50.242481191 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-path.new/ghc-path.changes   2017-03-15 
02:00:16.692475706 +0100
@@ -1,0 +2,5 @@
+Thu Mar  2 10:44:37 UTC 2017 - [email protected]
+
+- Update to version 0.5.12 revision 1 with cabal2obs.
+
+-------------------------------------------------------------------

New:
----
  path.cabal

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

Other differences:
------------------
++++++ ghc-path.spec ++++++
--- /var/tmp/diff_new_pack.1Vlari/_old  2017-03-15 02:00:17.520358662 +0100
+++ /var/tmp/diff_new_pack.1Vlari/_new  2017-03-15 02:00:17.520358662 +0100
@@ -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-aeson-devel
 BuildRequires:  ghc-deepseq-devel
@@ -59,6 +60,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ path.cabal ++++++
name:                path
version:             0.5.12
x-revision: 1
synopsis:            Support for well-typed paths
description:         Support for well-typed paths.
license:             BSD3
license-file:        LICENSE
author:              Chris Done <[email protected]>
maintainer:          Chris Done <[email protected]>
copyright:           2015–2016 FP Complete
category:            Filesystem
build-type:          Simple
cabal-version:       >=1.8
extra-source-files:  README.md, CHANGELOG

flag validity
  manual: True
  default: False
  description: Enable validity tests.

library
  hs-source-dirs:    src/
  ghc-options:       -Wall -O2
  exposed-modules:   Path, Path.Internal
  build-depends:     base >= 4 && <5
                   , exceptions
                   , filepath < 1.2.0.1 || >= 1.3
                   , template-haskell
                   , deepseq
                   , aeson
                   , hashable >= 1.2 && < 1.3

test-suite test
    type: exitcode-stdio-1.0
    main-is: Main.hs
    hs-source-dirs: test
    build-depends: HUnit
                 , QuickCheck
                 , aeson
                 , base
                 , bytestring
                 , filepath
                 , hspec
                 , mtl
                 , path

test-suite validity-test
    if !flag(validity)
      buildable: False
    type: exitcode-stdio-1.0
    main-is: ValidityTest.hs
    other-modules: Path.Gen
    hs-source-dirs: test
    if flag(validity)
      build-depends: HUnit
                   , QuickCheck
                   , aeson
                   , base >= 4.9 && < 5
                   , bytestring
                   , filepath
                   , genvalidity >= 0.3 && < 0.4
                   , genvalidity-hspec >= 0.3 && < 0.4
                   , hspec
                   , mtl
                   , path
                   , validity >= 0.3.1.1 && < 0.4

source-repository head
    type:     git
    location: https://github.com/commercialhaskell/path.git

Reply via email to