Script 'mail_helper' called by obssrc
Hello community,

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

Package is "ghc-microstache"

Tue Apr  4 21:21:24 2023 rev:8 rq:1075959 version:1.0.2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-microstache/ghc-microstache.changes  
2023-01-18 13:10:31.936721906 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-microstache.new.19717/ghc-microstache.changes   
    2023-04-04 21:21:34.489589230 +0200
@@ -1,0 +2,11 @@
+Thu Mar 30 17:07:33 UTC 2023 - Peter Simons <[email protected]>
+
+- Updated spec file to conform with ghc-rpm-macros-2.5.2.
+
+-------------------------------------------------------------------
+Wed Mar 15 15:18:37 UTC 2023 - Peter Simons <[email protected]>
+
+- Update microstache to version 1.0.2.3 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  microstache.cabal

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

Other differences:
------------------
++++++ ghc-microstache.spec ++++++
--- /var/tmp/diff_new_pack.AVhkty/_old  2023-04-04 21:21:34.925591699 +0200
+++ /var/tmp/diff_new_pack.AVhkty/_new  2023-04-04 21:21:34.929591722 +0200
@@ -17,6 +17,7 @@
 
 
 %global pkg_name microstache
+%global pkgver %{pkg_name}-%{version}
 %bcond_with tests
 Name:           ghc-%{pkg_name}
 Version:        1.0.2.3
@@ -25,24 +26,41 @@
 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-aeson-prof
+BuildRequires:  ghc-base-devel
+BuildRequires:  ghc-base-prof
 BuildRequires:  ghc-containers-devel
+BuildRequires:  ghc-containers-prof
 BuildRequires:  ghc-deepseq-devel
+BuildRequires:  ghc-deepseq-prof
 BuildRequires:  ghc-directory-devel
+BuildRequires:  ghc-directory-prof
 BuildRequires:  ghc-filepath-devel
+BuildRequires:  ghc-filepath-prof
 BuildRequires:  ghc-parsec-devel
+BuildRequires:  ghc-parsec-prof
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel
+BuildRequires:  ghc-text-prof
 BuildRequires:  ghc-transformers-devel
+BuildRequires:  ghc-transformers-prof
 BuildRequires:  ghc-unordered-containers-devel
+BuildRequires:  ghc-unordered-containers-prof
 BuildRequires:  ghc-vector-devel
+BuildRequires:  ghc-vector-prof
 ExcludeArch:    %{ix86}
 %if %{with tests}
 BuildRequires:  ghc-base-orphans-devel
+BuildRequires:  ghc-base-orphans-prof
 BuildRequires:  ghc-bytestring-devel
+BuildRequires:  ghc-bytestring-prof
 BuildRequires:  ghc-tasty-devel
 BuildRequires:  ghc-tasty-hunit-devel
+BuildRequires:  ghc-tasty-hunit-prof
+BuildRequires:  ghc-tasty-prof
 %endif
 
 %description
@@ -61,8 +79,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
@@ -85,4 +120,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

++++++ microstache.cabal ++++++
name:               microstache
version:            1.0.2.3
x-revision:         1
cabal-version:      >=1.10
license:            BSD3
license-file:       LICENSE
author:
  Mark Karpov <[email protected]>, Oleg Grenrus <[email protected]>

maintainer:         Oleg Grenrus<[email protected]>
homepage:           https://github.com/haskellari/microstache
bug-reports:        https://github.com/haskellari/microstache/issues
category:           Text
synopsis:           Mustache templates for Haskell
build-type:         Simple
description:
  Mustache templates for Haskell.
  .
  Based on @stache@ library, which uses @megaparsec@.
  This library uses @parsec@, thus the name: @microstache@.

extra-source-files:
  CHANGELOG.md
  README.md
  specification/comments.json
  specification/delimiters.json
  specification/interpolation.json
  specification/inverted.json
  specification/partials.json
  specification/sections.json

tested-with:
  GHC ==7.4.2
   || ==7.6.3
   || ==7.8.4
   || ==7.10.3
   || ==8.0.2
   || ==8.2.2
   || ==8.4.4
   || ==8.6.5
   || ==8.8.4
   || ==8.10.7
   || ==9.0.2
   || ==9.2.7
   || ==9.4.4
   || ==9.6.1

source-repository head
  type:     git
  location: https://github.com/haskellari/microstache.git

library
  build-depends:
      aeson                 >=0.11    && <1.6 || >=2.0.0.0 && <2.2
    , base                  >=4.5     && <4.19
    , containers            >=0.4.2.1 && <0.7
    , deepseq               >=1.3.0.0 && <1.5
    , directory             >=1.1.0.2 && <1.4
    , filepath              >=1.3.0.0 && <1.5
    , parsec                >=3.1.11  && <3.2
    , text                  >=1.2.3.0 && <1.3 || >=2.0 && <2.1
    , transformers          >=0.3.0.0 && <0.7
    , unordered-containers  >=0.2.5   && <0.3
    , vector                >=0.11    && <0.14

  if impl(ghc <=7.6)
    build-depends: ghc-prim

  if !impl(ghc >=8.0)
    build-depends: semigroups >=0.18 && <0.21

  exposed-modules:
    Text.Microstache
    Text.Microstache.Compile
    Text.Microstache.Parser
    Text.Microstache.Render
    Text.Microstache.Type

  hs-source-dirs:   src
  ghc-options:      -Wall
  default-language: Haskell2010

test-suite spec
  main-is:          Spec.hs
  hs-source-dirs:   tests tasty-as-hspec
  type:             exitcode-stdio-1.0
  build-depends:
      aeson
    , base
    , containers
    , microstache
    , parsec
    , text

  -- tasty-as-hspec
  build-depends:
      base-orphans  >=0.8.7    && <0.9
    , tasty         >=1.4.0.1  && <1.5
    , tasty-hunit   >=0.10.0.3 && <0.11

  if !impl(ghc >=8.0)
    build-depends: semigroups

  other-modules:
    Test.Hspec
    Text.Microstache.ParserSpec
    Text.Microstache.RenderSpec
    Text.Microstache.TypeSpec

  default-language: Haskell2010

test-suite mustache-spec
  main-is:          Spec.hs
  hs-source-dirs:   mustache-spec tasty-as-hspec
  type:             exitcode-stdio-1.0
  build-depends:
      aeson
    , base
    , bytestring
    , containers
    , microstache
    , parsec
    , text

  -- tasty-as-hspec
  build-depends:
      base-orphans  >=0.8.7    && <0.9
    , tasty         >=1.4.0.1  && <1.5
    , tasty-hunit   >=0.10.0.3 && <0.11

  other-modules:    Test.Hspec
  default-language: Haskell2010

Reply via email to