commit ghc-feed for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-feed for openSUSE:Factory checked in at 2022-08-01 21:28:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-feed (Old) and /work/SRC/openSUSE:Factory/.ghc-feed.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "ghc-feed" Mon Aug 1 21:28:41 2022 rev:9 rq:985811 version:1.3.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-feed/ghc-feed.changes 2021-12-19 17:35:01.496289808 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-feed.new.1533/ghc-feed.changes 2022-08-01 21:28:46.193376045 +0200 @@ -1,0 +2,8 @@ +Sat Mar 19 23:15:48 UTC 2022 - Peter Simons <psimons@suse.com> + +- Update feed to version 1.3.2.1. + #### 1.3.2.1 + * text 2.0 support, thanks to Alexander Batischev. + * Moved the repository to https://github.com/haskell-party/ + +------------------------------------------------------------------- Old: ---- feed-1.3.2.0.tar.gz feed.cabal New: ---- feed-1.3.2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-feed.spec ++++++ --- /var/tmp/diff_new_pack.x67vdr/_old 2022-08-01 21:28:46.901378075 +0200 +++ /var/tmp/diff_new_pack.x67vdr/_new 2022-08-01 21:28:46.905378087 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-feed # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,13 +19,12 @@ %global pkg_name feed %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.3.2.0 +Version: 1.3.2.1 Release: 0 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/3.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-compat-devel BuildRequires: ghc-bytestring-devel @@ -57,7 +56,7 @@ and just generally working with a concrete representation of feeds in Haskell. See here for an example of how to create an Atom feed: -<https://github.com/bergmark/feed/blob/master/tests/Example/CreateAtom.hs> +<https://github.com/haskell-party/feed/blob/master/tests/Example/CreateAtom.hs> For basic reading and editing of feeds, consult the documentation of the Text.Feed.* hierarchy. @@ -74,7 +73,6 @@ %prep %autosetup -n %{pkg_name}-%{version} -cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build ++++++ feed-1.3.2.0.tar.gz -> feed-1.3.2.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/feed-1.3.2.0/CHANGELOG.md new/feed-1.3.2.1/CHANGELOG.md --- old/feed-1.3.2.0/CHANGELOG.md 2021-03-10 07:17:26.000000000 +0100 +++ new/feed-1.3.2.1/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 @@ -1,3 +1,7 @@ +#### 1.3.2.1 +* text 2.0 support, thanks to Alexander Batischev. +* Moved the repository to https://github.com/haskell-party/ + ### 1.3.2.0 * Expose RSS/Atom item content through queries by using `getItemContent`. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/feed-1.3.2.0/README.lhs new/feed-1.3.2.1/README.lhs --- old/feed-1.3.2.0/README.lhs 2021-03-10 07:17:26.000000000 +0100 +++ new/feed-1.3.2.1/README.lhs 2001-09-09 03:46:40.000000000 +0200 @@ -1,7 +1,8 @@ # Feed [![feed](https://img.shields.io/hackage/v/feed.svg)](http://hackage.haskell.org/package/feed) -[![Build Status](https://travis-ci.org/bergmark/feed.svg?branch=master)](https://travis-ci.org/bergmark/feed) +![Build Status](https://github.com/haskell-party/feed/actions/workflows/haskell-ci.yml/badge...) + ## Goal @@ -194,7 +195,7 @@ -- </feed> ``` -See [here](https://github.com/bergmark/feed/blob/master/tests/Example/CreateAtom.hs) for this content as an uninterrupted running example. +See [here](https://github.com/haskell-party/feed/blob/master/tests/Example/CreateAtom.h...) for this content as an uninterrupted running example. ```haskell -- Dummy main needed to compile this file with markdown-unlit diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/feed-1.3.2.0/README.md new/feed-1.3.2.1/README.md --- old/feed-1.3.2.0/README.md 2021-03-10 07:17:26.000000000 +0100 +++ new/feed-1.3.2.1/README.md 2001-09-09 03:46:40.000000000 +0200 @@ -1,7 +1,8 @@ # Feed [![feed](https://img.shields.io/hackage/v/feed.svg)](http://hackage.haskell.org/package/feed) -[![Build Status](https://travis-ci.org/bergmark/feed.svg?branch=master)](https://travis-ci.org/bergmark/feed) +![Build Status](https://github.com/haskell-party/feed/actions/workflows/haskell-ci.yml/badge...) + ## Goal @@ -194,7 +195,7 @@ -- </feed> ``` -See [here](https://github.com/bergmark/feed/blob/master/tests/Example/CreateAtom.hs) for this content as an uninterrupted running example. +See [here](https://github.com/haskell-party/feed/blob/master/tests/Example/CreateAtom.h...) for this content as an uninterrupted running example. ```haskell -- Dummy main needed to compile this file with markdown-unlit diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/feed-1.3.2.0/feed.cabal new/feed-1.3.2.1/feed.cabal --- old/feed-1.3.2.0/feed.cabal 2021-03-11 05:47:51.000000000 +0100 +++ new/feed-1.3.2.1/feed.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,5 +1,5 @@ name: feed -version: 1.3.2.0 +version: 1.3.2.1 license: BSD3 license-file: LICENSE category: Text @@ -13,14 +13,14 @@ of feeds in Haskell. . See here for an example of how to create an Atom feed: - <https://github.com/bergmark/feed/blob/master/tests/Example/CreateAtom.hs> + <https://github.com/haskell-party/feed/blob/master/tests/Example/CreateAtom.hs> . For basic reading and editing of feeds, consult the documentation of the Text.Feed.* hierarchy. author: Sigbjorn Finne <sof@forkIO.com> maintainer: Adam Bergmark <adam@bergmark.nl> -homepage: https://github.com/bergmark/feed -bug-reports: https://github.com/bergmark/feed/issues +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: @@ -31,8 +31,10 @@ , GHC == 8.2.2 , GHC == 8.4.4 , GHC == 8.6.5 - , GHC == 8.8.1 - , GHC == 8.10.1 + , GHC == 8.8.4 + , GHC == 8.10.7 + , GHC == 9.0.1 + , GHC == 9.2.1 data-files: tests/files/*.xml extra-source-files: @@ -41,7 +43,7 @@ source-repository head type: git - location: https://github.com/bergmark/feed.git + location: https://github.com/haskell-party/feed.git library ghc-options: -Wall @@ -77,14 +79,14 @@ Data.Text.Util Data.XML.Compat build-depends: - base >= 4 && < 4.15 - , base-compat >= 0.9 && < 0.12 - , bytestring >= 0.9 && < 0.11 + base >= 4 && < 4.17 + , base-compat >= 0.9 && < 0.13 + , bytestring >= 0.9 && < 0.12 , old-locale == 1.0.* , old-time >= 1 && < 1.2 , safe == 0.3.* - , text < 1.3 - , time < 1.10 + , text < 1.3 || ==2.0.* + , time < 1.12 , time-locale-compat == 0.1.* , utf8-string < 1.1 , xml-types >= 0.3.6 && < 0.4 @@ -115,16 +117,16 @@ Text.RSS.Tests Text.RSS.Utils build-depends: - base >= 4.6 && < 4.15 - , base-compat >= 0.9 && < 0.12 + base >= 4.6 && < 4.17 + , 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 - , time < 1.10 + , text < 1.3 || ==2.0.* + , time < 1.12 , xml-types >= 0.3.6 && < 0.4 , xml-conduit >= 1.3 && < 1.10 @@ -137,8 +139,8 @@ OverloadedStrings type: exitcode-stdio-1.0 build-depends: - base >= 4.6 && < 4.15 - , base-compat >= 0.9 && < 0.12 + base >= 4.6 + , base-compat >= 0.9 && < 0.13 , text , feed , xml-conduit @@ -151,8 +153,10 @@ main-is: doctest-driver.hs type: exitcode-stdio-1.0 default-language: Haskell2010 + if impl(ghc < 8) + buildable: False build-depends: - base >= 4 && < 4.15 + base >= 4.6 , doctest , doctest-driver-gen , feed
participants (1)
-
Source-Sync