diff --git a/ghc-xml-conduit.spec b/ghc-xml-conduit.spec index bc020f3..18ee593 100644 --- a/ghc-xml-conduit.spec +++ b/ghc-xml-conduit.spec @@ -1,4 +1,4 @@ -# generated by cabal-rpm-2.0.9 +# generated by cabal-rpm-2.1.0 # https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ %global pkg_name xml-conduit @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 1.9.1.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: XML parsing and rendering with conduit License: MIT @@ -23,6 +23,21 @@ BuildRequires: dos2unix BuildRequires: ghc-Cabal-devel BuildRequires: ghc-cabal-doctest-devel BuildRequires: ghc-rpm-macros +BuildRequires: ghc-attoparsec-devel +BuildRequires: ghc-base-devel +BuildRequires: ghc-blaze-html-devel +BuildRequires: ghc-blaze-markup-devel +BuildRequires: ghc-bytestring-devel +BuildRequires: ghc-conduit-devel +BuildRequires: ghc-conduit-extra-devel +BuildRequires: ghc-containers-devel +BuildRequires: ghc-data-default-class-devel +BuildRequires: ghc-deepseq-devel +BuildRequires: ghc-resourcet-devel +BuildRequires: ghc-text-devel +BuildRequires: ghc-transformers-devel +BuildRequires: ghc-xml-types-devel +%if %{with ghc_prof} BuildRequires: ghc-attoparsec-prof BuildRequires: ghc-base-prof BuildRequires: ghc-blaze-html-prof @@ -37,6 +52,7 @@ BuildRequires: ghc-resourcet-prof BuildRequires: ghc-text-prof BuildRequires: ghc-transformers-prof BuildRequires: ghc-xml-types-prof +%endif %if %{with tests} BuildRequires: ghc-HUnit-devel BuildRequires: ghc-doctest-devel @@ -149,6 +165,9 @@ dos2unix -k -n %{SOURCE1} %{pkg_name}.cabal %changelog +* Thu Feb 16 2023 Jens Petersen - 1.9.1.1-5 +- refresh to cabal-rpm-2.1.0 with SPDX migration + * Thu Jul 21 2022 Fedora Release Engineering - 1.9.1.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild diff --git a/xml-conduit-1.9.1.1.cabal b/xml-conduit-1.9.1.1.cabal index 4b85793..9a64bb6 100644 --- a/xml-conduit-1.9.1.1.cabal +++ b/xml-conduit-1.9.1.1.cabal @@ -2,7 +2,7 @@ cabal-version: >= 1.14 name: xml-conduit version: 1.9.1.1 -x-revision: 1 +x-revision: 2 license: MIT license-file: LICENSE author: Michael Snoyman , Aristid Breitkreuz @@ -24,7 +24,7 @@ library build-depends: base >= 4 && < 5 , conduit >= 1.3 && < 1.4 , conduit-extra >= 1.3 && < 1.4 - , resourcet >= 1.2 && < 1.3 + , resourcet >= 1.2 && < 1.4 , bytestring >= 0.10.2 , text >= 0.7 , containers >= 0.2