osc copypac from project:devel:languages:haskell:ghc-8.10.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=15
This commit is contained in:
Ondřej Súkup 2021-09-07 15:04:10 +00:00 committed by Git OBS Bridge
parent a5a8dc274f
commit 6fd5fc4f8e
3 changed files with 11 additions and 5 deletions

View File

@ -1,6 +1,6 @@
name: feed
version: 1.3.2.0
x-revision: 1
x-revision: 2
license: BSD3
license-file: LICENSE
category: Text
@ -79,7 +79,7 @@ library
Data.XML.Compat
build-depends:
base >= 4 && < 4.16
, base-compat >= 0.9 && < 0.12
, base-compat >= 0.9 && < 0.13
, bytestring >= 0.9 && < 0.12
, old-locale == 1.0.*
, old-time >= 1 && < 1.2
@ -117,7 +117,7 @@ test-suite tests
Text.RSS.Utils
build-depends:
base >= 4.6 && < 4.16
, base-compat >= 0.9 && < 0.12
, base-compat >= 0.9 && < 0.13
, HUnit >= 1.2 && < 1.7
, feed
, old-time >= 1 && < 1.2
@ -139,7 +139,7 @@ test-suite readme
type: exitcode-stdio-1.0
build-depends:
base >= 4.6
, base-compat >= 0.9 && < 0.12
, base-compat >= 0.9 && < 0.13
, text
, feed
, xml-conduit

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Sep 5 17:53:06 UTC 2021 - psimons@suse.com
- Update feed to version 1.3.2.0 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Tue Jun 8 10:49:59 UTC 2021 - psimons@suse.com

View File

@ -25,7 +25,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-bytestring-devel