Hello community,
here is the log from the commit of package ghc-language-puppet for
openSUSE:Factory checked in at 2017-09-15 21:54:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-language-puppet (Old)
and /work/SRC/openSUSE:Factory/.ghc-language-puppet.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-language-puppet"
Fri Sep 15 21:54:18 2017 rev:4 rq:524923 version:1.3.8.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-language-puppet/ghc-language-puppet.changes
2017-08-31 20:57:06.050043645 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-language-puppet.new/ghc-language-puppet.changes
2017-09-15 21:54:20.100035556 +0200
@@ -1,0 +2,11 @@
+Wed Aug 30 03:02:05 UTC 2017 - [email protected]
+
+- Update to version 1.3.8.1 revision 1.
+ A more detailed change log is not available.
+
+-------------------------------------------------------------------
+Thu Aug 3 15:38:38 UTC 2017 - [email protected]
+
+- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
+
+-------------------------------------------------------------------
New:
----
language-puppet.cabal
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-language-puppet.spec ++++++
--- /var/tmp/diff_new_pack.8Pjhyg/_old 2017-09-15 21:54:20.715948751 +0200
+++ /var/tmp/diff_new_pack.8Pjhyg/_new 2017-09-15 21:54:20.715948751 +0200
@@ -23,9 +23,10 @@
Release: 0
Summary: Tools to parse and evaluate the Puppet DSL
License: BSD-3-Clause
-Group: Development/Languages/Other
-Url: https://hackage.haskell.org/package/%{pkg_name}
+Group: Development/Libraries/Haskell
+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: chrpath
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-Glob-devel
@@ -76,7 +77,6 @@
BuildRequires: ghc-unordered-containers-devel
BuildRequires: ghc-vector-devel
BuildRequires: ghc-yaml-devel
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if %{with tests}
BuildRequires: ghc-HUnit-devel
BuildRequires: ghc-hspec-megaparsec-devel
@@ -90,7 +90,7 @@
%package devel
Summary: Haskell %{pkg_name} library development files
-Group: Development/Libraries/Other
+Group: Development/Libraries/Haskell
Requires: %{name} = %{version}-%{release}
Requires: ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
@@ -102,6 +102,7 @@
%prep
%setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build
@@ -120,7 +121,6 @@
%ghc_pkg_recache
%files -f %{name}.files
-%defattr(-,root,root,-)
%doc LICENSE
%{_bindir}/pdbquery
%{_bindir}/puppetresources
@@ -129,7 +129,6 @@
%{_datadir}/%{pkg_name}-%{version}/ruby/hrubyerb.rb
%files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
%doc CHANGELOG.markdown README.adoc
%changelog
++++++ language-puppet.cabal ++++++
-- Initial language-puppet.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: language-puppet
version: 1.3.8.1
x-revision: 1
synopsis: Tools to parse and evaluate the Puppet DSL.
description: This is a set of tools that is supposed to fill all your
Puppet needs : syntax checks, catalog compilation, PuppetDB queries,
simulationg of complex interactions between nodes, Puppet master replacement,
and more !
homepage: http://lpuppet.banquise.net/
license: BSD3
license-file: LICENSE
author: Simon Marechal
maintainer: [email protected]
-- copyright:
category: System
build-type: Simple
cabal-version: >=1.8
Tested-With: GHC == 7.10.3, GHC == 8.0.2
extra-source-files:
CHANGELOG.markdown
README.adoc
HLint.hs
Data-Files:
ruby/hrubyerb.rb
source-repository head
type: git
location: git://github.com/bartavelle/language-puppet.git
library
exposed-modules: Erb.Evaluate
, Erb.Parser
, Erb.Ruby
, Facter
, Hiera.Server
, Puppet.Daemon
, PuppetDB.Common
, PuppetDB.Dummy
, PuppetDB.Remote
, PuppetDB.TestDB
, Puppet.Interpreter
, Puppet.Interpreter.IO
, Puppet.Interpreter.PrettyPrinter
, Puppet.Interpreter.Pure
, Puppet.Interpreter.Resolve
, Puppet.Interpreter.Resolve.Sprintf
, Puppet.Interpreter.Types
, Puppet.Interpreter.Utils
, Puppet.Lens
, Puppet.NativeTypes
, Puppet.NativeTypes.Helpers
, Puppet.Parser
, Puppet.Parser.PrettyPrinter
, Puppet.Parser.Types
, Puppet.PP
, Puppet.Preferences
, Puppet.Puppetlabs
, Puppet.Stats
, Puppet.Stdlib
, Puppet.OptionalTests
, Puppet.Utils
, SafeProcess
other-modules: Erb.Compute
, Paths_language_puppet
, Puppet.Interpreter.RubyRandom
, Puppet.Manifests
, Puppet.NativeTypes.Concat
, Puppet.NativeTypes.Cron
, Puppet.NativeTypes.Exec
, Puppet.NativeTypes.File
, Puppet.NativeTypes.Group
, Puppet.NativeTypes.Host
, Puppet.NativeTypes.Mount
, Puppet.NativeTypes.Notify
, Puppet.NativeTypes.Package
, Puppet.NativeTypes.SshSecure
, Puppet.NativeTypes.User
, Puppet.NativeTypes.ZoneRecord
, Puppet.Parser.Utils
, Puppet.Paths
extensions: OverloadedStrings, BangPatterns
ghc-options: -Wall -funbox-strict-fields -j1
-- ghc-prof-options: -auto-all -caf-all
build-depends: aeson >= 0.8
, ansi-wl-pprint == 0.6.*
, attoparsec >= 0.12
, base >=4.8 && < 5
, base16-bytestring == 0.1.*
, bytestring
, case-insensitive == 1.2.*
, containers == 0.5.*
, cryptonite >= 0.6
, directory >= 1.2 && < 1.4
, either >= 4.3 && < 4.5
, exceptions >= 0.8 && < 0.9
, filecache >= 0.2.9 && < 0.3
, formatting
, hashable == 1.2.*
, http-api-data >= 0.2 && < 0.4
, http-client >= 0.4.30 && < 0.6
, hruby >= 0.3.2 && < 0.4
, hslogger == 1.2.*
, hspec
, lens >= 4.12 && < 5
, lens-aeson >= 1.0
, megaparsec >= 5 && < 6
, memory >= 0.7
, mtl >= 2.2.1 && < 2.3
, operational >= 0.2.3 && < 0.3
, parsec == 3.1.*
, pcre-utils >= 0.1.7 && < 0.2
, process >= 1.2 && < 1.6
, random
, regex-pcre-builtin >= 0.94.4
, scientific >= 0.2 && < 0.4
, semigroups
, servant >= 0.9 && < 1
, servant-client >= 0.9 && < 1
, split == 0.2.*
, stm == 2.4.*
, strict-base-types >= 0.3
, text >= 0.11
, time >= 1.5 && < 2
, transformers >= 0.4 && < 0.6
, unix >= 2.7 && < 2.8
, unordered-containers == 0.2.*
, vector >= 0.10
, yaml >= 0.8.8 && < 0.9
Test-Suite test-evals
hs-source-dirs: tests
type: exitcode-stdio-1.0
ghc-options: -Wall -rtsopts -threaded
extensions: OverloadedStrings
build-depends: language-puppet,base,text,lens,megaparsec,hspec
main-is: evals.hs
Test-Suite test-lexer
hs-source-dirs: tests
type: exitcode-stdio-1.0
ghc-options: -Wall -rtsopts -threaded
extensions: OverloadedStrings
build-depends:
language-puppet,base,Glob,text,megaparsec,vector,ansi-wl-pprint,unix
main-is: lexer.hs
Test-Suite test-expr
hs-source-dirs: tests
type: exitcode-stdio-1.0
ghc-options: -Wall -rtsopts -threaded
extensions: OverloadedStrings
build-depends: language-puppet,base,text,megaparsec,vector,ansi-wl-pprint,
strict-base-types, hspec, hspec-megaparsec
main-is: expr.hs
Test-Suite test-hiera
hs-source-dirs: tests
type: exitcode-stdio-1.0
ghc-options: -Wall -rtsopts -threaded
extensions: OverloadedStrings
build-depends:
language-puppet,base,hspec,temporary,strict-base-types,HUnit,lens,vector,unordered-containers,text,hslogger
main-is: hiera.hs
Test-Suite test-puppetdb
hs-source-dirs: tests
type: exitcode-stdio-1.0
ghc-options: -Wall -rtsopts -threaded
extensions: OverloadedStrings
build-depends:
language-puppet,base,temporary,strict-base-types,lens,text,transformers,mtl
main-is: puppetdb.hs
Test-Suite erbparser
hs-source-dirs: tests
type: exitcode-stdio-1.0
ghc-options: -Wall -rtsopts -threaded
extensions: OverloadedStrings
build-depends: language-puppet,base,strict-base-types,lens,text
main-is: erb.hs
Test-Suite spec
hs-source-dirs: tests
type: exitcode-stdio-1.0
ghc-options: -Wall -rtsopts -threaded
extensions: OverloadedStrings
build-depends:
language-puppet,base,strict-base-types,lens,text,hspec,unordered-containers,megaparsec,vector,scientific,mtl,hspec-megaparsec
other-modules: Function.ShellquoteSpec
Function.SprintfSpec
Function.SizeSpec
Function.MergeSpec
Function.EachSpec
Function.DeleteAtSpec
Function.AssertPrivateSpec
Function.JoinKeysToValuesSpec
InterpreterSpec
Interpreter.CollectorSpec
Interpreter.IfSpec
DT.Parser
Helpers
main-is: Spec.hs
executable puppetresources
hs-source-dirs: progs
extensions: BangPatterns, OverloadedStrings
ghc-options: -Wall -rtsopts -funbox-strict-fields -threaded
-with-rtsopts "-A2M" -eventlog
-- ghc-prof-options: -auto-all -caf-all -fprof-auto
build-depends: base
, Glob
, aeson
, bytestring
, containers
, transformers
, mtl
, hslogger
, http-client
, language-puppet
, lens
, megaparsec
, optparse-applicative
, parallel-io
, regex-pcre-builtin
, servant-client
, strict-base-types
, text
, unordered-containers
, vector
main-is: PuppetResources.hs
executable pdbquery
hs-source-dirs: progs
extensions: BangPatterns, OverloadedStrings
ghc-options: -Wall -rtsopts -threaded
-- ghc-prof-options: -auto-all -caf-all -fprof-auto
build-depends: base
, aeson
, bytestring
, http-client
, language-puppet
, lens
, mtl
, optparse-applicative
, servant-client
, strict-base-types
, text
, transformers
, unordered-containers
, vector
, yaml
main-is: pdbQuery.hs