Hello community,

here is the log from the commit of package ghc-frisby for openSUSE:Factory 
checked in at 2017-03-24 02:17:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-frisby (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-frisby.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-frisby"

Fri Mar 24 02:17:43 2017 rev:2 rq:479405 version:0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-frisby/ghc-frisby.changes    2017-03-08 
00:50:16.491902748 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-frisby.new/ghc-frisby.changes       
2017-03-24 02:17:44.437292181 +0100
@@ -1,0 +2,5 @@
+Thu Dec  8 10:59:09 UTC 2016 - [email protected]
+
+- Update to version 0.2 revision 1 with cabal2obs.
+
+-------------------------------------------------------------------

New:
----
  frisby.cabal

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-frisby.spec ++++++
--- /var/tmp/diff_new_pack.6yLeNS/_old  2017-03-24 02:17:44.905225972 +0100
+++ /var/tmp/diff_new_pack.6yLeNS/_new  2017-03-24 02:17:44.909225407 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-frisby
 #
-# 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
@@ -22,17 +22,16 @@
 Release:        0
 Summary:        Linear time composable parser for PEG grammars
 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-array-devel
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-mtl-devel
 BuildRequires:  ghc-rpm-macros
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 Frisby is a parser library that can parse arbitrary PEG grammars in linear
@@ -60,16 +59,14 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++++++ frisby.cabal ++++++
name:                frisby
version:             0.2
x-revision: 1
cabal-version:       >=1.6
license:             BSD3
copyright:           John Meacham (2006)
author:              John Meacham <[email protected]>
maintainer:          John Meacham <[email protected]>, Chris Done 
<[email protected]>
stability:           experimental
homepage:            http://repetae.net/computer/frisby/
homepage:            http://repetae.net/computer/frisby/
package-url:         http://repetae.net/repos/frisby
synopsis:            Linear time composable parser for PEG grammars
description:         frisby is a parser library that can parse arbitrary PEG
                     grammars in linear time. Unlike other parsers of PEG 
grammars,
                     frisby need not be supplied with all possible rules up 
front,
                     allowing composition of smaller parsers.
                     .
                     PEG parsers are never ambiguous and allow infinite 
lookahead
                     with no backtracking penalty. Since PEG parsers can look 
ahead
                     arbitrarily, they can easily express rules such as the 
maximal
                     munch rule used in lexers, meaning no separate lexer is 
needed.
                     .
                     In addition to many standard combinators, frisby provides
                     routines to translate standard regex syntax into frisby 
parsers.
category:            Text
tested-with:         GHC==7.6
license-file:        LICENSE
build-type:          Simple

library
  exposed-modules:     Text.Parsers.Frisby, Text.Parsers.Frisby.Char
  build-depends:       base>=4.6 && <5, containers < 0.6, mtl < 2.3, array < 0.6

source-repository head
  type:     git
  location: https://github.com/chrisdone/frisby

Reply via email to