Hello community,
here is the log from the commit of package ghc-language-ecmascript for
openSUSE:Factory checked in at 2017-03-12 20:04:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-language-ecmascript (Old)
and /work/SRC/openSUSE:Factory/.ghc-language-ecmascript.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-language-ecmascript"
Sun Mar 12 20:04:14 2017 rev:2 rq:477837 version:0.17.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-language-ecmascript/ghc-language-ecmascript.changes
2017-03-01 23:43:05.573880834 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-language-ecmascript.new/ghc-language-ecmascript.changes
2017-03-12 20:04:15.943500948 +0100
@@ -1,0 +2,5 @@
+Sun Oct 9 15:27:54 UTC 2016 - [email protected]
+
+- Update to version 0.17.1.0 revision 2 with cabal2obs.
+
+-------------------------------------------------------------------
Old:
----
1.cabal
New:
----
language-ecmascript.cabal
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-language-ecmascript.spec ++++++
--- /var/tmp/diff_new_pack.qQqSHV/_old 2017-03-12 20:04:16.583410399 +0100
+++ /var/tmp/diff_new_pack.qQqSHV/_new 2017-03-12 20:04:16.583410399 +0100
@@ -1,7 +1,7 @@
#
# spec file for package ghc-language-ecmascript
#
-# 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,12 +23,11 @@
Release: 0
Summary: JavaScript parser and pretty-printer library
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
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
-# Begin cabal-rpm deps:
BuildRequires: ghc-Diff-devel
BuildRequires: ghc-QuickCheck-devel
BuildRequires: ghc-containers-devel
@@ -49,7 +48,6 @@
BuildRequires: ghc-test-framework-hunit-devel
BuildRequires: ghc-test-framework-quickcheck2-devel
%endif
-# End cabal-rpm deps
%description
Tools for working with ECMAScript 3 (popularly known as JavaScript).
@@ -74,20 +72,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
++++++ language-ecmascript.cabal ++++++
Name: language-ecmascript
Version: 0.17.1.0
x-revision: 2
Cabal-Version: >= 1.10
Copyright: (c) 2007-2012 Brown University, (c) 2008-2010 Claudiu Saftoiu,
(c) 2012-2015 Stevens Institute of Technology, (c) 2016 Andrey
Chudnov, (c) 2016 Eyal Lotem
License: BSD3
License-file: LICENSE
Author: Andrey Chudnov, Arjun Guha, Spiridon Aristides Eliopoulos,
Joe Gibbs Politz, Claudiu Saftoiu
Maintainer: Andrey Chudnov <[email protected]>
Homepage: http://github.com/jswebtools/language-ecmascript
Bug-reports: http://github.com/jswebtools/language-ecmascript/issues
Stability: experimental
Tested-with: GHC==7.4.2, GHC==7.6.3, GHC==7.8.4, GHC==7.10.3
Extra-Source-Files: test/parse-pretty/*.js, test/diff/left/*.js,
test/diff/right/*.js, test/diff/expects/*.diff, CHANGELOG
Category: Language
Build-Type: Simple
Synopsis: JavaScript parser and pretty-printer library
Description:
Tools for working with ECMAScript 3 (popularly known as JavaScript).
Includes a parser, pretty-printer, tools for working with source tree
annotations and an arbitrary instance. See CHANGELOG for a summary of
changes. The package follows the Haskell Package Versioning Policy since
version 0.17.0.1.
Source-repository head
type: git
location: git://github.com/jswebtools/language-ecmascript.git
Source-repository this
type: git
location: git://github.com/jswebtools/language-ecmascript.git
tag: 0.17.1.0
Library
Hs-Source-Dirs:
src
Build-Depends:
base >= 4 && < 5,
mtl >= 1 && < 3,
parsec > 3 && < 3.2.0,
wl-pprint >= 1.2 && < 2,
containers == 0.*,
uniplate >= 1.6 && <1.7,
data-default-class >= 0.0.1 && < 0.2,
QuickCheck >= 2.5 && < 3,
template-haskell >= 2.7 && < 3,
Diff == 0.3.*,
testing-feat >= 0.4.0.2 && < 0.5
ghc-options:
-fwarn-incomplete-patterns
Exposed-Modules:
Language.ECMAScript3
Language.ECMAScript3.Lexer
Language.ECMAScript3.Parser
Language.ECMAScript3.PrettyPrint
Language.ECMAScript3.Syntax
Language.ECMAScript3.Syntax.Annotations
Language.ECMAScript3.Syntax.Arbitrary
Language.ECMAScript3.Syntax.CodeGen
Language.ECMAScript3.Syntax.QuasiQuote
Language.ECMAScript3.Analysis.Environment
Language.ECMAScript3.Analysis.LabelSets
Language.ECMAScript3.SourceDiff
Other-Modules:
Language.ECMAScript3.Parser.Type
Language.ECMAScript3.Parser.State
Default-Extensions:
DeriveDataTypeable, ScopedTypeVariables, DeriveFunctor, DeriveFoldable,
DeriveTraversable, FlexibleContexts
Default-Language: Haskell2010
Test-Suite test
Hs-Source-Dirs: test
Type: exitcode-stdio-1.0
Main-Is: TestMain.hs
Other-Modules:
Test.Diff
Test.Unit
Test.Pretty
Test.Arbitrary
Build-Depends:
base >= 4 && < 5,
mtl >= 1 && < 3,
parsec >= 3 && < 3.2.0,
wl-pprint >= 1.2 && < 2,
containers == 0.*,
directory >= 1.2 && < 1.3,
filepath >= 1.3 && < 1.5,
HUnit >= 1.2 && < 1.5,
QuickCheck >= 2.5 && < 3,
data-default-class >= 0.0.1 && < 0.2,
test-framework >= 0.8 && < 0.9,
test-framework-hunit >= 0.3.0 && < 0.4,
test-framework-quickcheck2 >= 0.3.0.1 && < 0.4,
uniplate >= 1.6 && <1.7,
Diff == 0.3.*,
language-ecmascript
Default-Extensions: DeriveDataTypeable, ScopedTypeVariables, DeriveFunctor,
DeriveFoldable, DeriveTraversable, FlexibleContexts
Default-Language: Haskell2010
ghc-options:
-fwarn-incomplete-patterns