Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-path for openSUSE:Factory 
checked in at 2021-03-17 20:15:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-path (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-path.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-path"

Wed Mar 17 20:15:39 2021 rev:19 rq:879163 version:0.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-path/ghc-path.changes        2020-12-22 
11:44:08.181750254 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-path.new.2401/ghc-path.changes      
2021-03-17 20:19:37.163290001 +0100
@@ -1,0 +2,6 @@
+Fri Mar 12 20:49:00 UTC 2021 - psim...@suse.com
+
+- Update path to version 0.8.0 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  path.cabal

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

Other differences:
------------------
++++++ ghc-path.spec ++++++
--- /var/tmp/diff_new_pack.i8p0kt/_old  2021-03-17 20:19:37.687290718 +0100
+++ /var/tmp/diff_new_pack.i8p0kt/_new  2021-03-17 20:19:37.687290718 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-path
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,7 @@
 License:        BSD-3-Clause
 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
@@ -61,6 +62,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ path.cabal ++++++
name:                path
version:             0.8.0
x-revision: 1
synopsis:            Support for well-typed paths
description:         Support for well-typed paths.
license:             BSD3
license-file:        LICENSE
author:              Chris Done <chrisd...@fpcomplete.com>
maintainer:          Chris Done <chrisd...@fpcomplete.com>
copyright:           2015???2018 FP Complete
category:            System, Filesystem
build-type:          Simple
cabal-version:       1.18
tested-with:         GHC==8.6.5, GHC==8.8.3, GHC==8.10.1
extra-source-files:  README.md
                   , CHANGELOG
                   , src/Path/Include.hs

flag dev
  description:        Turn on development settings.
  manual:             True
  default:            False

library
  hs-source-dirs:    src
  exposed-modules:   Path
                   , Path.Internal
                   , Path.Posix
                   , Path.Windows
  build-depends:     aeson
                   , base       >= 4.12     && < 5
                   , deepseq
                   , exceptions >= 0.4     && < 0.11
                   , filepath   < 1.2.0.1  || >= 1.3
                   , hashable   >= 1.2     && < 1.4
                   , text
                   , template-haskell < 2.17
  if flag(dev)
    ghc-options:      -Wall -Werror
  else
    ghc-options:      -O2 -Wall
  if flag(dev)
    ghc-options:      -Wcompat
                      -Wincomplete-record-updates
                      -Wincomplete-uni-patterns
                      -Wnoncanonical-monad-instances
  default-language:  Haskell2010

test-suite test
  type:              exitcode-stdio-1.0
  main-is:           Main.hs
  other-modules:     Posix
                   , Windows
                   , Common
                   , TH
  hs-source-dirs:    test
  build-depends:     aeson
                   , base       >= 4.12     && < 5
                   , bytestring
                   , filepath   < 1.2.0.1  || >= 1.3
                   , hspec      >= 2.0     && < 3
                   , mtl        >= 2.0     && < 3
                   , path
                   , template-haskell
  if flag(dev)
    ghc-options:      -Wall -Werror
  else
    ghc-options:      -O2 -Wall
  default-language:  Haskell2010

test-suite validity-test
  type:              exitcode-stdio-1.0
  main-is:           ValidityTest.hs
  other-modules:     Path.Gen
  hs-source-dirs:    test
  build-depends:     QuickCheck
                   , aeson
                   , base       >= 4.12 && < 5
                   , bytestring
                   , filepath   < 1.2.0.1  || >= 1.3
                   , genvalidity >= 0.8
                   , genvalidity-property >= 0.4
                   , genvalidity-hspec >= 0.7
                   , hspec      >= 2.0     && < 3
                   , mtl        >= 2.0     && < 3
                   , path
                   , validity   >= 0.8.0.0
  default-language:  Haskell2010
  ghc-options: -threaded -rtsopts -with-rtsopts=-N

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

Reply via email to