Script 'mail_helper' called by obssrc
Hello community,

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

Package is "ghc-th-compat"

Tue Apr  4 21:23:53 2023 rev:8 rq:1076075 version:0.1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-th-compat/ghc-th-compat.changes      
2022-10-13 15:43:26.750890267 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-th-compat.new.19717/ghc-th-compat.changes   
2023-04-04 21:24:11.602478911 +0200
@@ -1,0 +2,17 @@
+Thu Mar 30 17:08:36 UTC 2023 - Peter Simons <[email protected]>
+
+- Updated spec file to conform with ghc-rpm-macros-2.5.2.
+
+-------------------------------------------------------------------
+Fri Mar 10 12:12:27 UTC 2023 - Peter Simons <[email protected]>
+
+- Update th-compat to version 0.1.4 revision 2.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
+Sat Mar  4 21:08:13 UTC 2023 - Peter Simons <[email protected]>
+
+- Update th-compat to version 0.1.4 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  th-compat.cabal

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

Other differences:
------------------
++++++ ghc-th-compat.spec ++++++
--- /var/tmp/diff_new_pack.BdR5Ns/_old  2023-04-04 21:24:12.258482627 +0200
+++ /var/tmp/diff_new_pack.BdR5Ns/_new  2023-04-04 21:24:12.262482649 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-th-compat
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,6 +17,7 @@
 
 
 %global pkg_name th-compat
+%global pkgver %{pkg_name}-%{version}
 %bcond_with tests
 Name:           ghc-%{pkg_name}
 Version:        0.1.4
@@ -25,16 +26,21 @@
 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/2.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-directory-devel
-BuildRequires:  ghc-filepath-devel
+BuildRequires:  ghc-base-devel
+BuildRequires:  ghc-base-prof
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-template-haskell-devel
+BuildRequires:  ghc-template-haskell-prof
 ExcludeArch:    %{ix86}
 %if %{with tests}
 BuildRequires:  ghc-base-compat-devel
+BuildRequires:  ghc-base-compat-prof
 BuildRequires:  ghc-hspec-devel
+BuildRequires:  ghc-hspec-prof
 BuildRequires:  ghc-mtl-devel
+BuildRequires:  ghc-mtl-prof
 %endif
 
 %description
@@ -56,8 +62,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 +103,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

++++++ th-compat.cabal ++++++
cabal-version:       >=1.10
name:                th-compat
version:             0.1.4
x-revision: 2
synopsis:            Backward- (and forward-)compatible Quote and Code types
description:         This package defines a "Language.Haskell.TH.Syntax.Compat"
                     module, which backports the @Quote@ and @Code@ types to
                     work across a wide range of @template-haskell@ versions.
                     The @makeRelativeToProject@ utility is also backported.
                     On recent versions of @template-haskell@ (2.17.0.0 or
                     later), this module simply reexports definitions
                     from "Language.Haskell.TH.Syntax". Refer to the Haddocks
                     for "Language.Haskell.TH.Syntax.Compat" for examples of
                     how to use this module.
homepage:            https://github.com/haskell-compat/th-compat
bug-reports:         https://github.com/haskell-compat/th-compat/issues
license:             BSD3
license-file:        LICENSE
author:              Ryan Scott
maintainer:          Ryan Scott <[email protected]>
copyright:           (C) 2020 Ryan Scott
category:            Text
build-type:          Simple
tested-with:         GHC == 7.0.4
                   , GHC == 7.2.2
                   , GHC == 7.4.2
                   , GHC == 7.6.3
                   , GHC == 7.8.4
                   , GHC == 7.10.3
                   , GHC == 8.0.2
                   , GHC == 8.2.2
                   , GHC == 8.4.4
                   , GHC == 8.6.5
                   , GHC == 8.8.4
                   , GHC == 8.10.7
                   , GHC == 9.0.2
                   , GHC == 9.2.3
                   , GHC == 9.4.1
extra-source-files:  CHANGELOG.md, README.md

source-repository head
  type:                git
  location:            https://github.com/haskell-compat/th-compat

library
  exposed-modules:     Language.Haskell.TH.Syntax.Compat
  build-depends:       base             >= 4.3 && < 5
                     , template-haskell >= 2.5 && < 2.21
  if !impl(ghc >= 8.0)
    build-depends:     fail             == 4.9.*
                     , transformers     >= 0.2 && < 0.7
  if !impl(ghc >= 9.4)
    build-depends:     filepath         >= 1.2.0.0 && < 1.5
                     , directory        >= 1.1.0.0 && < 1.4
  hs-source-dirs:      src
  default-language:    Haskell2010
  ghc-options:         -Wall
  if impl(ghc >= 8.6)
    ghc-options:       -Wno-star-is-type

test-suite spec
  type:                exitcode-stdio-1.0
  main-is:             Spec.hs
  other-modules:       Language.Haskell.TH.Syntax.CompatSpec
                       Types
  build-depends:       base             >= 4.3 && < 5
                     , base-compat      >= 0.6 && < 0.14
                     , hspec            >= 2   && < 3
                     , mtl              >= 2.1 && < 2.4
                     , template-haskell >= 2.5 && < 2.21
                     , th-compat
  build-tool-depends:  hspec-discover:hspec-discover >= 2
  hs-source-dirs:      tests
  default-language:    Haskell2010
  ghc-options:         -Wall -threaded -rtsopts

Reply via email to