Hello community,
here is the log from the commit of package ghc-pipes-attoparsec for
openSUSE:Factory checked in at 2017-02-11 01:41:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-pipes-attoparsec (Old)
and /work/SRC/openSUSE:Factory/.ghc-pipes-attoparsec.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-pipes-attoparsec"
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-pipes-attoparsec/ghc-pipes-attoparsec.changes
2016-11-15 17:56:15.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-pipes-attoparsec.new/ghc-pipes-attoparsec.changes
2017-02-11 01:41:30.278288475 +0100
@@ -1,0 +2,5 @@
+Mon Jan 23 20:28:09 UTC 2017 - [email protected]
+
+- Update to version 0.5.1.4 revision 1 with cabal2obs.
+
+-------------------------------------------------------------------
New:
----
pipes-attoparsec.cabal
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-pipes-attoparsec.spec ++++++
--- /var/tmp/diff_new_pack.YyWs19/_old 2017-02-11 01:41:31.190159805 +0100
+++ /var/tmp/diff_new_pack.YyWs19/_new 2017-02-11 01:41:31.194159241 +0100
@@ -1,7 +1,7 @@
#
# spec file for package ghc-pipes-attoparsec
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,11 +23,11 @@
Release: 0
Summary: Attoparsec and Pipes integration
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/1.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
-# Begin cabal-rpm deps:
BuildRequires: ghc-attoparsec-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-pipes-devel
@@ -42,7 +42,6 @@
BuildRequires: ghc-tasty-devel
BuildRequires: ghc-tasty-hunit-devel
%endif
-# End cabal-rpm deps
%description
Utilities to run Attoparsec parsers on Pipes input streams.
@@ -64,21 +63,16 @@
%prep
%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
@@ -92,6 +86,5 @@
%files devel -f %{name}-devel.files
%defattr(-,root,root,-)
-%doc README.md changelog.md
%changelog
++++++ pipes-attoparsec.cabal ++++++
name: pipes-attoparsec
version: 0.5.1.4
x-revision: 1
license: BSD3
license-file: LICENSE
copyright: Copyright (c) Renzo Carbonara 2012-2016, Paolo Capriotti
2012
author: Renzo Carbonara
maintainer: renzocarbonaraλgmail.com
stability: Experimental
homepage: https://github.com/k0001/pipes-attoparsec
bug-reports: https://github.com/k0001/pipes-attoparsec/issues
category: Pipes, Parser
build-type: Simple
cabal-version: >=1.8
synopsis: Attoparsec and Pipes integration.
extra-source-files: README.md PEOPLE changelog.md
description:
Utilities to run Attoparsec parsers on Pipes input streams.
.
See the @changelog.md@ file in the source distribution to learn about any
important changes between version.
source-repository head
type: git
location: git://github.com/k0001/pipes-attoparsec.git
library
hs-source-dirs: src
exposed-modules: Pipes.Attoparsec
build-depends:
base (>=4.5 && <5.0)
, attoparsec (>=0.10 && <0.14)
, bytestring (>=0.9.2.1 && <0.11)
, pipes (>=4.1 && <4.4)
, pipes-parse (>=3.0.1 && <3.1)
, text (>=0.11.2.0 && <1.3)
, transformers (>=0.2 && <0.6)
ghc-options: -Wall -O2
test-suite tests
type: exitcode-stdio-1.0
hs-source-dirs: tests
main-is: Main.hs
other-modules: Test.Attoparsec
ghc-options: -Wall -rtsopts -fno-warn-missing-signatures
build-depends:
base
, attoparsec
, mmorph
, pipes
, pipes-attoparsec
, pipes-parse
, text
, transformers
, HUnit >= 1.2
, tasty >= 0.7
, tasty-hunit >= 0.4