Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-monad-logger for 
openSUSE:Factory checked in at 2023-04-04 21:21:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-monad-logger (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-monad-logger.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-monad-logger"

Tue Apr  4 21:21:28 2023 rev:31 rq:1075963 version:0.3.39

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-monad-logger/ghc-monad-logger.changes        
2023-01-28 18:52:05.376923461 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-monad-logger.new.19717/ghc-monad-logger.changes 
    2023-04-04 21:21:37.681607305 +0200
@@ -1,0 +2,11 @@
+Thu Mar 30 17:07:36 UTC 2023 - Peter Simons <[email protected]>
+
+- Updated spec file to conform with ghc-rpm-macros-2.5.2.
+
+-------------------------------------------------------------------
+Wed Mar  8 06:21:52 UTC 2023 - Peter Simons <[email protected]>
+
+- Update monad-logger to version 0.3.39 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  monad-logger.cabal

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

Other differences:
------------------
++++++ ghc-monad-logger.spec ++++++
--- /var/tmp/diff_new_pack.kB8RtS/_old  2023-04-04 21:21:38.145609933 +0200
+++ /var/tmp/diff_new_pack.kB8RtS/_new  2023-04-04 21:21:38.153609978 +0200
@@ -17,6 +17,7 @@
 
 
 %global pkg_name monad-logger
+%global pkgver %{pkg_name}-%{version}
 Name:           ghc-%{pkg_name}
 Version:        0.3.39
 Release:        0
@@ -24,26 +25,47 @@
 License:        MIT
 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-base-devel
+BuildRequires:  ghc-base-prof
 BuildRequires:  ghc-bytestring-devel
+BuildRequires:  ghc-bytestring-prof
 BuildRequires:  ghc-conduit-devel
 BuildRequires:  ghc-conduit-extra-devel
+BuildRequires:  ghc-conduit-extra-prof
+BuildRequires:  ghc-conduit-prof
 BuildRequires:  ghc-exceptions-devel
+BuildRequires:  ghc-exceptions-prof
 BuildRequires:  ghc-fast-logger-devel
+BuildRequires:  ghc-fast-logger-prof
 BuildRequires:  ghc-lifted-base-devel
+BuildRequires:  ghc-lifted-base-prof
 BuildRequires:  ghc-monad-control-devel
+BuildRequires:  ghc-monad-control-prof
 BuildRequires:  ghc-monad-loops-devel
+BuildRequires:  ghc-monad-loops-prof
 BuildRequires:  ghc-mtl-devel
+BuildRequires:  ghc-mtl-prof
 BuildRequires:  ghc-resourcet-devel
+BuildRequires:  ghc-resourcet-prof
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-stm-chans-devel
+BuildRequires:  ghc-stm-chans-prof
 BuildRequires:  ghc-stm-devel
+BuildRequires:  ghc-stm-prof
 BuildRequires:  ghc-template-haskell-devel
+BuildRequires:  ghc-template-haskell-prof
 BuildRequires:  ghc-text-devel
+BuildRequires:  ghc-text-prof
 BuildRequires:  ghc-transformers-base-devel
+BuildRequires:  ghc-transformers-base-prof
 BuildRequires:  ghc-transformers-compat-devel
+BuildRequires:  ghc-transformers-compat-prof
 BuildRequires:  ghc-transformers-devel
+BuildRequires:  ghc-transformers-prof
 BuildRequires:  ghc-unliftio-core-devel
+BuildRequires:  ghc-unliftio-core-prof
 ExcludeArch:    %{ix86}
 
 %description
@@ -59,8 +81,25 @@
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
+%package -n ghc-%{pkg_name}-doc
+Summary:        Haskell %{pkg_name} library documentation
+Requires:       ghc-filesystem
+BuildArch:      noarch
+
+%description -n ghc-%{pkg_name}-doc
+This package provides the Haskell %{pkg_name} library documentation.
+
+%package -n ghc-%{pkg_name}-prof
+Summary:        Haskell %{pkg_name} profiling library
+Requires:       ghc-%{pkg_name}-devel = %{version}-%{release}
+Supplements:    (ghc-%{pkg_name}-devel and ghc-prof)
+
+%description -n ghc-%{pkg_name}-prof
+This package provides the Haskell %{pkg_name} profiling library.
+
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build
@@ -80,4 +119,9 @@
 %files devel -f %{name}-devel.files
 %doc ChangeLog.md README.md
 
+%files -n ghc-%{pkg_name}-doc -f ghc-%{pkg_name}-doc.files
+%license LICENSE
+
+%files -n ghc-%{pkg_name}-prof -f ghc-%{pkg_name}-prof.files
+
 %changelog

++++++ monad-logger.cabal ++++++
cabal-version: 1.12

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

name:           monad-logger
version:        0.3.39
x-revision: 1
synopsis:       A class of monads which can log messages.
description:    See README and Haddocks at 
<https://www.stackage.org/package/monad-logger>
category:       System
homepage:       https://github.com/snoyberg/monad-logger#readme
bug-reports:    https://github.com/snoyberg/monad-logger/issues
author:         Michael Snoyman
maintainer:     [email protected]
license:        MIT
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    ChangeLog.md
    README.md

source-repository head
  type: git
  location: https://github.com/snoyberg/monad-logger

flag template_haskell
  description: Enable Template Haskell support
  manual: True
  default: True

library
  exposed-modules:
      Control.Monad.Logger
  other-modules:
      Paths_monad_logger
  build-depends:
      base >=4.11 && <5
    , bytestring >=0.10.2
    , conduit >=1.0 && <1.4
    , conduit-extra >=1.1 && <1.4
    , exceptions >=0.6 && <0.11
    , fast-logger >=2.1 && <3.3
    , lifted-base
    , monad-control >=1.0
    , monad-loops
    , mtl
    , resourcet >=1.1 && <1.4
    , stm
    , stm-chans
    , text
    , transformers
    , transformers-base
    , transformers-compat >=0.3
    , unliftio-core
  default-language: Haskell2010
  if impl(ghc >=8.0.1)
    exposed-modules:
        Control.Monad.Logger.CallStack
    cpp-options: -DWITH_CALLSTACK
  if flag(template_haskell)
    build-depends:
        template-haskell
  if flag(template_haskell)
    cpp-options: -DWITH_TEMPLATE_HASKELL

Reply via email to