Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package hpack for openSUSE:Factory checked 
in at 2022-10-13 15:44:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hpack (Old)
 and      /work/SRC/openSUSE:Factory/.hpack.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hpack"

Thu Oct 13 15:44:27 2022 rev:26 rq:1009726 version:0.35.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/hpack/hpack.changes      2022-08-01 
21:31:41.873880059 +0200
+++ /work/SRC/openSUSE:Factory/.hpack.new.2275/hpack.changes    2022-10-13 
15:45:03.775079671 +0200
@@ -1,0 +2,6 @@
+Tue Sep 27 13:19:22 UTC 2022 - Peter Simons <[email protected]>
+
+- Update hpack to version 0.35.0 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  hpack.cabal

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

Other differences:
------------------
++++++ hpack.spec ++++++
--- /var/tmp/diff_new_pack.NOpqyJ/_old  2022-10-13 15:45:04.327080749 +0200
+++ /var/tmp/diff_new_pack.NOpqyJ/_new  2022-10-13 15:45:04.335080765 +0200
@@ -25,6 +25,7 @@
 License:        MIT
 URL:            https://hackage.haskell.org/package/%{name}
 Source0:        
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
+Source1:        
https://hackage.haskell.org/package/%{name}-%{version}/revision/1.cabal#/%{name}.cabal
 BuildRequires:  chrpath
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-Glob-devel
@@ -80,6 +81,7 @@
 
 %prep
 %autosetup
+cp -p %{SOURCE1} %{name}.cabal
 
 %build
 %ghc_lib_build

++++++ hpack.cabal ++++++
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.7.
--
-- see: https://github.com/sol/hpack

name:           hpack
version:        0.35.0
x-revision: 1
synopsis:       A modern format for Haskell packages
description:    See README at <https://github.com/sol/hpack#readme>
category:       Development
homepage:       https://github.com/sol/hpack#readme
bug-reports:    https://github.com/sol/hpack/issues
maintainer:     Simon Hengel <[email protected]>
license:        MIT
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    CHANGELOG.md

source-repository head
  type: git
  location: https://github.com/sol/hpack

library
  hs-source-dirs:
      src
  ghc-options: -Wall -fno-warn-incomplete-uni-patterns
  build-depends:
      Cabal >=3.0.0.0 && <3.9
    , Glob >=0.9.0
    , aeson >=1.4.3.0
    , base >=4.9 && <5
    , bifunctors
    , bytestring
    , containers
    , cryptonite
    , deepseq
    , directory >=1.2.5.0
    , filepath
    , http-client
    , http-client-tls
    , http-types
    , infer-license >=0.2.0 && <0.3
    , pretty
    , scientific
    , text
    , transformers
    , unordered-containers
    , vector
    , yaml >=0.10.0
  exposed-modules:
      Hpack
      Hpack.Config
      Hpack.Render
      Hpack.Yaml
  other-modules:
      Data.Aeson.Config.FromValue
      Data.Aeson.Config.Key
      Data.Aeson.Config.KeyMap
      Data.Aeson.Config.Parser
      Data.Aeson.Config.Types
      Data.Aeson.Config.Util
      Hpack.CabalFile
      Hpack.Defaults
      Hpack.Haskell
      Hpack.License
      Hpack.Module
      Hpack.Options
      Hpack.Render.Dsl
      Hpack.Render.Hints
      Hpack.Syntax.BuildTools
      Hpack.Syntax.Defaults
      Hpack.Syntax.Dependencies
      Hpack.Syntax.DependencyVersion
      Hpack.Syntax.Git
      Hpack.Syntax.ParseDependencies
      Hpack.Utf8
      Hpack.Util
      Imports
      Path
      Paths_hpack
  default-language: Haskell2010

executable hpack
  main-is: Main.hs
  hs-source-dirs:
      driver
  ghc-options: -Wall -fno-warn-incomplete-uni-patterns
  build-depends:
      Cabal >=3.0.0.0 && <3.9
    , Glob >=0.9.0
    , aeson >=1.4.3.0
    , base >=4.9 && <5
    , bifunctors
    , bytestring
    , containers
    , cryptonite
    , deepseq
    , directory >=1.2.5.0
    , filepath
    , hpack
    , http-client
    , http-client-tls
    , http-types
    , infer-license >=0.2.0 && <0.3
    , pretty
    , scientific
    , text
    , transformers
    , unordered-containers
    , vector
    , yaml >=0.10.0
  other-modules:
      Paths_hpack
  default-language: Haskell2010

test-suite spec
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  hs-source-dirs:
      test
      src
  ghc-options: -Wall -fno-warn-incomplete-uni-patterns
  cpp-options: -DTEST
  build-depends:
      Cabal >=3.0.0.0 && <3.9
    , Glob >=0.9.0
    , HUnit >=1.6.0.0
    , QuickCheck
    , aeson >=1.4.3.0
    , base >=4.9 && <5
    , bifunctors
    , bytestring
    , containers
    , cryptonite
    , deepseq
    , directory >=1.2.5.0
    , filepath
    , hspec ==2.*
    , http-client
    , http-client-tls
    , http-types
    , infer-license >=0.2.0 && <0.3
    , interpolate
    , mockery >=0.3
    , pretty
    , scientific
    , template-haskell
    , temporary
    , text
    , transformers
    , unordered-containers
    , vector
    , yaml >=0.10.0
  build-tool-depends:
      hspec-discover:hspec-discover
  other-modules:
      Data.Aeson.Config.FromValueSpec
      Data.Aeson.Config.TypesSpec
      Data.Aeson.Config.UtilSpec
      EndToEndSpec
      Helper
      Hpack.CabalFileSpec
      Hpack.ConfigSpec
      Hpack.DefaultsSpec
      Hpack.HaskellSpec
      Hpack.LicenseSpec
      Hpack.ModuleSpec
      Hpack.OptionsSpec
      Hpack.Render.DslSpec
      Hpack.Render.HintsSpec
      Hpack.RenderSpec
      Hpack.Syntax.BuildToolsSpec
      Hpack.Syntax.DefaultsSpec
      Hpack.Syntax.DependenciesSpec
      Hpack.Syntax.GitSpec
      Hpack.Utf8Spec
      Hpack.UtilSpec
      HpackSpec
      Data.Aeson.Config.FromValue
      Data.Aeson.Config.Key
      Data.Aeson.Config.KeyMap
      Data.Aeson.Config.Parser
      Data.Aeson.Config.Types
      Data.Aeson.Config.Util
      Hpack
      Hpack.CabalFile
      Hpack.Config
      Hpack.Defaults
      Hpack.Haskell
      Hpack.License
      Hpack.Module
      Hpack.Options
      Hpack.Render
      Hpack.Render.Dsl
      Hpack.Render.Hints
      Hpack.Syntax.BuildTools
      Hpack.Syntax.Defaults
      Hpack.Syntax.Dependencies
      Hpack.Syntax.DependencyVersion
      Hpack.Syntax.Git
      Hpack.Syntax.ParseDependencies
      Hpack.Utf8
      Hpack.Util
      Hpack.Yaml
      Imports
      Path
      Paths_hpack
  default-language: Haskell2010

Reply via email to