Hello community, here is the log from the commit of package ghc-feed for openSUSE:Factory checked in at 2016-11-10 13:20:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-feed (Old) and /work/SRC/openSUSE:Factory/.ghc-feed.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-feed" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-feed/ghc-feed.changes 2016-07-21 08:09:37.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-feed.new/ghc-feed.changes 2016-11-10 13:20:06.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Oct 11 08:49:31 UTC 2016 - [email protected] + +- Update to version 0.3.11.1 revision 3 with cabal2obs. + +------------------------------------------------------------------- Old: ---- 2.cabal New: ---- feed.cabal ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-feed.spec ++++++ --- /var/tmp/diff_new_pack.jZtuK0/_old 2016-11-10 13:20:07.000000000 +0100 +++ /var/tmp/diff_new_pack.jZtuK0/_new 2016-11-10 13:20:07.000000000 +0100 @@ -23,12 +23,11 @@ Release: 0 Summary: Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds License: BSD-3-Clause -Group: System/Libraries +Group: Development/Languages/Other 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 +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel -# Begin cabal-rpm deps: BuildRequires: ghc-old-locale-devel BuildRequires: ghc-old-time-devel BuildRequires: ghc-rpm-macros @@ -42,7 +41,6 @@ BuildRequires: ghc-test-framework-devel BuildRequires: ghc-test-framework-hunit-devel %endif -# End cabal-rpm deps %description Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds. @@ -69,20 +67,14 @@ %setup -q -n %{pkg_name}-%{version} cp -p %{SOURCE1} %{pkg_name}.cabal - %build %ghc_lib_build - %install %ghc_lib_install - %check -%if %{with tests} -%{cabal} test -%endif - +%cabal_test %post devel %ghc_pkg_recache @@ -101,6 +93,5 @@ %files devel -f %{name}-devel.files %defattr(-,root,root,-) -%doc CHANGELOG.md README.md %changelog ++++++ feed.cabal ++++++ name: feed version: 0.3.11.1 x-revision: 3 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. . For basic reading and editing of feeds, consult the documentation of the Text.Feed.* hierarchy. author: Sigbjorn Finne <[email protected]> maintainer: Adam Bergmark <[email protected]> homepage: https://github.com/bergmark/feed bug-reports: https://github.com/bergmark/feed/issues cabal-version: >= 1.8 build-type: Simple data-files: tests/files/rss20.xml tests/files/atom.xml extra-source-files: README.md CHANGELOG.md source-repository head type: git location: https://github.com/bergmark/feed.git library ghc-options: -Wall hs-source-dirs: src exposed-modules: Paths_feed 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 build-depends: base >= 4 && < 4.10 , old-locale == 1.0.* , old-time >= 1 && < 1.2 , time < 1.7 , time-locale-compat == 0.1.* , utf8-string < 1.1 , xml >= 1.2.6 && < 1.3.15 test-suite tests ghc-options: -Wall hs-source-dirs: tests main-is: Main.hs type: exitcode-stdio-1.0 other-modules: Text.Atom.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 && < 4.10 , HUnit >= 1.2 && < 1.5 , feed , old-locale == 1.0.* , old-time >= 1 && < 1.2 , test-framework == 0.8.* , test-framework-hunit == 0.3.* , time < 1.7 , time-locale-compat == 0.1.* , utf8-string < 1.1 , xml >= 1.2.6 && < 1.4
