osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-feed revision:12, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-feed?expand=0&rev=27
This commit is contained in:
Peter Simons 2023-08-11 08:05:29 +00:00 committed by Git OBS Bridge
parent dc0cdcbd5c
commit 55d52069be
3 changed files with 14 additions and 9 deletions

View File

@ -1,6 +1,6 @@
name: feed
version: 1.3.2.1
x-revision: 1
x-revision: 2
license: BSD3
license-file: LICENSE
category: Text
@ -80,9 +80,9 @@ library
Data.Text.Util
Data.XML.Compat
build-depends:
base >= 4 && < 4.18
, base-compat >= 0.9 && < 0.13
, bytestring >= 0.9 && < 0.12
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.*
@ -118,8 +118,8 @@ test-suite tests
Text.RSS.Tests
Text.RSS.Utils
build-depends:
base >= 4.6 && < 4.18
, base-compat >= 0.9 && < 0.13
base >= 4.6
, base-compat
, HUnit >= 1.2 && < 1.7
, feed
, old-time >= 1 && < 1.2
@ -141,7 +141,7 @@ test-suite readme
type: exitcode-stdio-1.0
build-depends:
base >= 4.6
, base-compat >= 0.9 && < 0.13
, base-compat
, text
, feed
, xml-conduit

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Aug 4 19:44:22 UTC 2023 - Peter Simons <psimons@suse.com>
- Update feed to version 1.3.2.1 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Wed Jun 21 17:07:34 UTC 2023 - Peter Simons <psimons@suse.com>

View File

@ -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/1.cabal#/%{pkg_name}.cabal
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base-compat-devel
BuildRequires: ghc-base-compat-prof
@ -111,7 +111,6 @@ 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