From f8b1ece75534dab207558a6a62b11366b6a015c90e46f9603ed539856235299e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 10 Nov 2023 14:07:17 +0000 Subject: [PATCH 1/4] osc copypac from project:devel:languages:haskell:ghc-9.6.x package:ghc-feed revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-feed?expand=0&rev=29 --- feed.cabal | 332 ++++++++++++++++++++++++++--------------------------- 1 file changed, 166 insertions(+), 166 deletions(-) diff --git a/feed.cabal b/feed.cabal index 4115795..eb1399d 100644 --- a/feed.cabal +++ b/feed.cabal @@ -1,166 +1,166 @@ -name: feed -version: 1.3.2.1 -x-revision: 2 -license: BSD3 -license-file: LICENSE -category: Text -synopsis: Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds. -description: Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds. - . - To help working with the multiple feed formats we've - ended up with, this set of modules provides parsers, - pretty printers and some utility code for querying - and just generally working with a concrete representation - of feeds in Haskell. - . - See here for an example of how to create an Atom feed: - - . - For basic reading and editing of feeds, consult - the documentation of the Text.Feed.* hierarchy. -author: Sigbjorn Finne -maintainer: Adam Bergmark -homepage: https://github.com/haskell-party/feed -bug-reports: https://github.com/haskell-party/feed/issues -cabal-version: 2.0 -build-type: Simple -tested-with: - 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.1 - , GHC == 9.2.1 -data-files: - tests/files/*.xml -extra-source-files: - README.md - CHANGELOG.md - -source-repository head - type: git - location: https://github.com/haskell-party/feed.git - -library - ghc-options: -Wall - hs-source-dirs: src - default-language: Haskell2010 - default-extensions: - NoImplicitPrelude - OverloadedStrings - exposed-modules: - Text.Atom.Feed - Text.Atom.Feed.Export - Text.Atom.Feed.Import - Text.Atom.Feed.Link - Text.Atom.Feed.Validate - Text.Atom.Pub - Text.Atom.Pub.Export - Text.DublinCore.Types - Text.Feed.Constructor - Text.Feed.Export - Text.Feed.Import - Text.Feed.Query - Text.Feed.Translate - Text.Feed.Types - Text.Feed.Util - Text.RSS.Export - Text.RSS.Import - Text.RSS.Syntax - Text.RSS1.Export - Text.RSS1.Import - Text.RSS1.Syntax - Text.RSS1.Utils - other-modules: - Data.Text.Util - Data.XML.Compat - build-depends: - base >= 4 && < 4.19 - , base-compat >= 0.9 && < 0.14 - , bytestring >= 0.9 && < 0.13 - , old-locale == 1.0.* - , old-time >= 1 && < 1.2 - , safe == 0.3.* - , text < 1.3 || ==2.0.* - , time < 1.13 - , time-locale-compat == 0.1.* - , utf8-string < 1.1 - , xml-types >= 0.3.6 && < 0.4 - , xml-conduit >= 1.3 && < 1.10 - -test-suite tests - ghc-options: -Wall - hs-source-dirs: tests - main-is: Main.hs - type: exitcode-stdio-1.0 - default-language: Haskell2010 - default-extensions: - NoImplicitPrelude - OverloadedStrings - autogen-modules: - Paths_feed - other-modules: - Paths_feed - Example - Example.CreateAtom - ImportExport - Text.Atom.Tests - Text.Atom.Validate.Tests - Text.Feed.Util.Tests - Text.RSS.Equals - Text.RSS.Export.Tests - Text.RSS.Import.Tests - Text.RSS.Tests - Text.RSS.Utils - build-depends: - base >= 4.6 - , base-compat - , HUnit >= 1.2 && < 1.7 - , feed - , old-time >= 1 && < 1.2 - , syb - , test-framework == 0.8.* - , test-framework-hunit == 0.3.* - , text < 1.3 || ==2.0.* - , time < 1.13 - , xml-types >= 0.3.6 && < 0.4 - , xml-conduit >= 1.3 && < 1.10 - -test-suite readme - ghc-options: -Wall -pgmL markdown-unlit - main-is: README.lhs - default-language: Haskell2010 - default-extensions: - NoImplicitPrelude - OverloadedStrings - type: exitcode-stdio-1.0 - build-depends: - base >= 4.6 - , base-compat - , text - , feed - , xml-conduit - , xml-types - build-tool-depends: - markdown-unlit:markdown-unlit >= 0.4 && < 0.6 - -test-suite readme-doctests - hs-source-dirs: tests - main-is: doctest-driver.hs - type: exitcode-stdio-1.0 - default-language: Haskell2010 - if impl(ghc < 8) - buildable: False - build-depends: - base >= 4.6 - , doctest - , doctest-driver-gen - , feed - build-tool-depends: - markdown-unlit:markdown-unlit >= 0.4 && < 0.6 - , doctest-driver-gen:doctest-driver-gen +name: feed +version: 1.3.2.1 +x-revision: 2 +license: BSD3 +license-file: LICENSE +category: Text +synopsis: Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds. +description: Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds. + . + To help working with the multiple feed formats we've + ended up with, this set of modules provides parsers, + pretty printers and some utility code for querying + and just generally working with a concrete representation + of feeds in Haskell. + . + See here for an example of how to create an Atom feed: + + . + For basic reading and editing of feeds, consult + the documentation of the Text.Feed.* hierarchy. +author: Sigbjorn Finne +maintainer: Adam Bergmark +homepage: https://github.com/haskell-party/feed +bug-reports: https://github.com/haskell-party/feed/issues +cabal-version: 2.0 +build-type: Simple +tested-with: + 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.1 + , GHC == 9.2.1 +data-files: + tests/files/*.xml +extra-source-files: + README.md + CHANGELOG.md + +source-repository head + type: git + location: https://github.com/haskell-party/feed.git + +library + ghc-options: -Wall + hs-source-dirs: src + default-language: Haskell2010 + default-extensions: + NoImplicitPrelude + OverloadedStrings + exposed-modules: + Text.Atom.Feed + Text.Atom.Feed.Export + Text.Atom.Feed.Import + Text.Atom.Feed.Link + Text.Atom.Feed.Validate + Text.Atom.Pub + Text.Atom.Pub.Export + Text.DublinCore.Types + Text.Feed.Constructor + Text.Feed.Export + Text.Feed.Import + Text.Feed.Query + Text.Feed.Translate + Text.Feed.Types + Text.Feed.Util + Text.RSS.Export + Text.RSS.Import + Text.RSS.Syntax + Text.RSS1.Export + Text.RSS1.Import + Text.RSS1.Syntax + Text.RSS1.Utils + other-modules: + Data.Text.Util + Data.XML.Compat + build-depends: + base >= 4 && < 4.19 + , base-compat >= 0.9 && < 0.14 + , bytestring >= 0.9 && < 0.13 + , old-locale == 1.0.* + , old-time >= 1 && < 1.2 + , safe == 0.3.* + , text < 1.3 || ==2.0.* + , time < 1.13 + , time-locale-compat == 0.1.* + , utf8-string < 1.1 + , xml-types >= 0.3.6 && < 0.4 + , xml-conduit >= 1.3 && < 1.10 + +test-suite tests + ghc-options: -Wall + hs-source-dirs: tests + main-is: Main.hs + type: exitcode-stdio-1.0 + default-language: Haskell2010 + default-extensions: + NoImplicitPrelude + OverloadedStrings + autogen-modules: + Paths_feed + other-modules: + Paths_feed + Example + Example.CreateAtom + ImportExport + Text.Atom.Tests + Text.Atom.Validate.Tests + Text.Feed.Util.Tests + Text.RSS.Equals + Text.RSS.Export.Tests + Text.RSS.Import.Tests + Text.RSS.Tests + Text.RSS.Utils + build-depends: + base >= 4.6 + , base-compat + , HUnit >= 1.2 && < 1.7 + , feed + , old-time >= 1 && < 1.2 + , syb + , test-framework == 0.8.* + , test-framework-hunit == 0.3.* + , text < 1.3 || ==2.0.* + , time < 1.13 + , xml-types >= 0.3.6 && < 0.4 + , xml-conduit >= 1.3 && < 1.10 + +test-suite readme + ghc-options: -Wall -pgmL markdown-unlit + main-is: README.lhs + default-language: Haskell2010 + default-extensions: + NoImplicitPrelude + OverloadedStrings + type: exitcode-stdio-1.0 + build-depends: + base >= 4.6 + , base-compat + , text + , feed + , xml-conduit + , xml-types + build-tool-depends: + markdown-unlit:markdown-unlit >= 0.4 && < 0.6 + +test-suite readme-doctests + hs-source-dirs: tests + main-is: doctest-driver.hs + type: exitcode-stdio-1.0 + default-language: Haskell2010 + if impl(ghc < 8) + buildable: False + build-depends: + base >= 4.6 + , doctest + , doctest-driver-gen + , feed + build-tool-depends: + markdown-unlit:markdown-unlit >= 0.4 && < 0.6 + , doctest-driver-gen:doctest-driver-gen From f4e04f603e8a083d77685811cfd5edc15b64fd29d092c57e8f3c126ec5bca58d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 16 Nov 2023 16:59:35 +0000 Subject: [PATCH 2/4] osc copypac from project:devel:languages:haskell:ghc-9.6.x package:ghc-feed revision:4, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-feed?expand=0&rev=30 --- ghc-feed.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ghc-feed.changes b/ghc-feed.changes index 5a9b955..56ab378 100644 --- a/ghc-feed.changes +++ b/ghc-feed.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 16 13:26:21 UTC 2023 - Peter Simons + +- Strip CRLF line endings from the bundled Cabal file. + ------------------------------------------------------------------- Fri Aug 4 19:44:22 UTC 2023 - Peter Simons From 1d3f0df6a48ff22a127bc0693b1f6c6f2f32f81bbe66a86f53030657d9e88ed9 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 22 Nov 2023 09:17:20 +0000 Subject: [PATCH 3/4] osc copypac from project:devel:languages:haskell:ghc-9.6.x package:ghc-feed revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-feed?expand=0&rev=31 --- feed.cabal | 332 +++++++++++++++++++++++------------------------ ghc-feed.changes | 5 - 2 files changed, 166 insertions(+), 171 deletions(-) diff --git a/feed.cabal b/feed.cabal index eb1399d..4115795 100644 --- a/feed.cabal +++ b/feed.cabal @@ -1,166 +1,166 @@ -name: feed -version: 1.3.2.1 -x-revision: 2 -license: BSD3 -license-file: LICENSE -category: Text -synopsis: Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds. -description: Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds. - . - To help working with the multiple feed formats we've - ended up with, this set of modules provides parsers, - pretty printers and some utility code for querying - and just generally working with a concrete representation - of feeds in Haskell. - . - See here for an example of how to create an Atom feed: - - . - For basic reading and editing of feeds, consult - the documentation of the Text.Feed.* hierarchy. -author: Sigbjorn Finne -maintainer: Adam Bergmark -homepage: https://github.com/haskell-party/feed -bug-reports: https://github.com/haskell-party/feed/issues -cabal-version: 2.0 -build-type: Simple -tested-with: - 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.1 - , GHC == 9.2.1 -data-files: - tests/files/*.xml -extra-source-files: - README.md - CHANGELOG.md - -source-repository head - type: git - location: https://github.com/haskell-party/feed.git - -library - ghc-options: -Wall - hs-source-dirs: src - default-language: Haskell2010 - default-extensions: - NoImplicitPrelude - OverloadedStrings - exposed-modules: - Text.Atom.Feed - Text.Atom.Feed.Export - Text.Atom.Feed.Import - Text.Atom.Feed.Link - Text.Atom.Feed.Validate - Text.Atom.Pub - Text.Atom.Pub.Export - Text.DublinCore.Types - Text.Feed.Constructor - Text.Feed.Export - Text.Feed.Import - Text.Feed.Query - Text.Feed.Translate - Text.Feed.Types - Text.Feed.Util - Text.RSS.Export - Text.RSS.Import - Text.RSS.Syntax - Text.RSS1.Export - Text.RSS1.Import - Text.RSS1.Syntax - Text.RSS1.Utils - other-modules: - Data.Text.Util - Data.XML.Compat - build-depends: - base >= 4 && < 4.19 - , base-compat >= 0.9 && < 0.14 - , bytestring >= 0.9 && < 0.13 - , old-locale == 1.0.* - , old-time >= 1 && < 1.2 - , safe == 0.3.* - , text < 1.3 || ==2.0.* - , time < 1.13 - , time-locale-compat == 0.1.* - , utf8-string < 1.1 - , xml-types >= 0.3.6 && < 0.4 - , xml-conduit >= 1.3 && < 1.10 - -test-suite tests - ghc-options: -Wall - hs-source-dirs: tests - main-is: Main.hs - type: exitcode-stdio-1.0 - default-language: Haskell2010 - default-extensions: - NoImplicitPrelude - OverloadedStrings - autogen-modules: - Paths_feed - other-modules: - Paths_feed - Example - Example.CreateAtom - ImportExport - Text.Atom.Tests - Text.Atom.Validate.Tests - Text.Feed.Util.Tests - Text.RSS.Equals - Text.RSS.Export.Tests - Text.RSS.Import.Tests - Text.RSS.Tests - Text.RSS.Utils - build-depends: - base >= 4.6 - , base-compat - , HUnit >= 1.2 && < 1.7 - , feed - , old-time >= 1 && < 1.2 - , syb - , test-framework == 0.8.* - , test-framework-hunit == 0.3.* - , text < 1.3 || ==2.0.* - , time < 1.13 - , xml-types >= 0.3.6 && < 0.4 - , xml-conduit >= 1.3 && < 1.10 - -test-suite readme - ghc-options: -Wall -pgmL markdown-unlit - main-is: README.lhs - default-language: Haskell2010 - default-extensions: - NoImplicitPrelude - OverloadedStrings - type: exitcode-stdio-1.0 - build-depends: - base >= 4.6 - , base-compat - , text - , feed - , xml-conduit - , xml-types - build-tool-depends: - markdown-unlit:markdown-unlit >= 0.4 && < 0.6 - -test-suite readme-doctests - hs-source-dirs: tests - main-is: doctest-driver.hs - type: exitcode-stdio-1.0 - default-language: Haskell2010 - if impl(ghc < 8) - buildable: False - build-depends: - base >= 4.6 - , doctest - , doctest-driver-gen - , feed - build-tool-depends: - markdown-unlit:markdown-unlit >= 0.4 && < 0.6 - , doctest-driver-gen:doctest-driver-gen +name: feed +version: 1.3.2.1 +x-revision: 2 +license: BSD3 +license-file: LICENSE +category: Text +synopsis: Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds. +description: Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds. + . + To help working with the multiple feed formats we've + ended up with, this set of modules provides parsers, + pretty printers and some utility code for querying + and just generally working with a concrete representation + of feeds in Haskell. + . + See here for an example of how to create an Atom feed: + + . + For basic reading and editing of feeds, consult + the documentation of the Text.Feed.* hierarchy. +author: Sigbjorn Finne +maintainer: Adam Bergmark +homepage: https://github.com/haskell-party/feed +bug-reports: https://github.com/haskell-party/feed/issues +cabal-version: 2.0 +build-type: Simple +tested-with: + 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.1 + , GHC == 9.2.1 +data-files: + tests/files/*.xml +extra-source-files: + README.md + CHANGELOG.md + +source-repository head + type: git + location: https://github.com/haskell-party/feed.git + +library + ghc-options: -Wall + hs-source-dirs: src + default-language: Haskell2010 + default-extensions: + NoImplicitPrelude + OverloadedStrings + exposed-modules: + Text.Atom.Feed + Text.Atom.Feed.Export + Text.Atom.Feed.Import + Text.Atom.Feed.Link + Text.Atom.Feed.Validate + Text.Atom.Pub + Text.Atom.Pub.Export + Text.DublinCore.Types + Text.Feed.Constructor + Text.Feed.Export + Text.Feed.Import + Text.Feed.Query + Text.Feed.Translate + Text.Feed.Types + Text.Feed.Util + Text.RSS.Export + Text.RSS.Import + Text.RSS.Syntax + Text.RSS1.Export + Text.RSS1.Import + Text.RSS1.Syntax + Text.RSS1.Utils + other-modules: + Data.Text.Util + Data.XML.Compat + build-depends: + base >= 4 && < 4.19 + , base-compat >= 0.9 && < 0.14 + , bytestring >= 0.9 && < 0.13 + , old-locale == 1.0.* + , old-time >= 1 && < 1.2 + , safe == 0.3.* + , text < 1.3 || ==2.0.* + , time < 1.13 + , time-locale-compat == 0.1.* + , utf8-string < 1.1 + , xml-types >= 0.3.6 && < 0.4 + , xml-conduit >= 1.3 && < 1.10 + +test-suite tests + ghc-options: -Wall + hs-source-dirs: tests + main-is: Main.hs + type: exitcode-stdio-1.0 + default-language: Haskell2010 + default-extensions: + NoImplicitPrelude + OverloadedStrings + autogen-modules: + Paths_feed + other-modules: + Paths_feed + Example + Example.CreateAtom + ImportExport + Text.Atom.Tests + Text.Atom.Validate.Tests + Text.Feed.Util.Tests + Text.RSS.Equals + Text.RSS.Export.Tests + Text.RSS.Import.Tests + Text.RSS.Tests + Text.RSS.Utils + build-depends: + base >= 4.6 + , base-compat + , HUnit >= 1.2 && < 1.7 + , feed + , old-time >= 1 && < 1.2 + , syb + , test-framework == 0.8.* + , test-framework-hunit == 0.3.* + , text < 1.3 || ==2.0.* + , time < 1.13 + , xml-types >= 0.3.6 && < 0.4 + , xml-conduit >= 1.3 && < 1.10 + +test-suite readme + ghc-options: -Wall -pgmL markdown-unlit + main-is: README.lhs + default-language: Haskell2010 + default-extensions: + NoImplicitPrelude + OverloadedStrings + type: exitcode-stdio-1.0 + build-depends: + base >= 4.6 + , base-compat + , text + , feed + , xml-conduit + , xml-types + build-tool-depends: + markdown-unlit:markdown-unlit >= 0.4 && < 0.6 + +test-suite readme-doctests + hs-source-dirs: tests + main-is: doctest-driver.hs + type: exitcode-stdio-1.0 + default-language: Haskell2010 + if impl(ghc < 8) + buildable: False + build-depends: + base >= 4.6 + , doctest + , doctest-driver-gen + , feed + build-tool-depends: + markdown-unlit:markdown-unlit >= 0.4 && < 0.6 + , doctest-driver-gen:doctest-driver-gen diff --git a/ghc-feed.changes b/ghc-feed.changes index 56ab378..5a9b955 100644 --- a/ghc-feed.changes +++ b/ghc-feed.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Thu Nov 16 13:26:21 UTC 2023 - Peter Simons - -- Strip CRLF line endings from the bundled Cabal file. - ------------------------------------------------------------------- Fri Aug 4 19:44:22 UTC 2023 - Peter Simons From 5c5db8dad447eca7e63bdade4df0516c8d3243438f448d7bfbe9b52dea4cd492 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 5 Feb 2024 22:00:58 +0000 Subject: [PATCH 4/4] osc copypac from project:devel:languages:haskell:ghc-9.6.x package:ghc-feed revision:7, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-feed?expand=0&rev=32 --- feed.cabal | 23 +++++++++++++---------- ghc-feed.changes | 6 ++++++ ghc-feed.spec | 5 +++-- 3 files changed, 22 insertions(+), 12 deletions(-) diff --git a/feed.cabal b/feed.cabal index 4115795..30da7bf 100644 --- a/feed.cabal +++ b/feed.cabal @@ -1,6 +1,6 @@ name: feed version: 1.3.2.1 -x-revision: 2 +x-revision: 3 license: BSD3 license-file: LICENSE category: Text @@ -34,8 +34,11 @@ tested-with: , GHC == 8.6.5 , GHC == 8.8.4 , GHC == 8.10.7 - , GHC == 9.0.1 - , GHC == 9.2.1 + , GHC == 9.0.2 + , GHC == 9.2.8 + , GHC == 9.4.8 + , GHC == 9.6.4 + , GHC == 9.8.1 data-files: tests/files/*.xml extra-source-files: @@ -80,13 +83,13 @@ library Data.Text.Util Data.XML.Compat build-depends: - base >= 4 && < 4.19 - , base-compat >= 0.9 && < 0.14 + base >= 4 && < 4.20 + , base-compat >= 0.9 && < 0.13 , bytestring >= 0.9 && < 0.13 , old-locale == 1.0.* , old-time >= 1 && < 1.2 , safe == 0.3.* - , text < 1.3 || ==2.0.* + , text < 1.3 || >= 2.0 && < 2.2 , time < 1.13 , time-locale-compat == 0.1.* , utf8-string < 1.1 @@ -118,15 +121,15 @@ test-suite tests Text.RSS.Tests Text.RSS.Utils build-depends: - base >= 4.6 - , base-compat + base >= 4.6 && < 4.20 + , base-compat >= 0.9 && < 0.13 , HUnit >= 1.2 && < 1.7 , feed , old-time >= 1 && < 1.2 , syb , test-framework == 0.8.* , test-framework-hunit == 0.3.* - , text < 1.3 || ==2.0.* + , text < 1.3 || >= 2.0 && < 2.2 , time < 1.13 , xml-types >= 0.3.6 && < 0.4 , xml-conduit >= 1.3 && < 1.10 @@ -141,7 +144,7 @@ test-suite readme type: exitcode-stdio-1.0 build-depends: base >= 4.6 - , base-compat + , base-compat >= 0.9 && < 0.13 , text , feed , xml-conduit diff --git a/ghc-feed.changes b/ghc-feed.changes index 5a9b955..3bfa4ea 100644 --- a/ghc-feed.changes +++ b/ghc-feed.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Feb 4 13:55:23 UTC 2024 - Peter Simons + +- Update feed to version 1.3.2.1 revision 3. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Fri Aug 4 19:44:22 UTC 2023 - Peter Simons diff --git a/ghc-feed.spec b/ghc-feed.spec index e594798..c61c287 100644 --- a/ghc-feed.spec +++ b/ghc-feed.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-feed # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ Summary: Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds 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 +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-compat-devel BuildRequires: ghc-base-compat-prof @@ -111,6 +111,7 @@ This package provides the Haskell %{pkg_name} profiling library. %prep %autosetup -n %{pkg_name}-%{version} cp -p %{SOURCE1} %{pkg_name}.cabal +cabal-tweak-dep-ver base-compat '< 0.13' '< 1' %build %ghc_lib_build