Hello community,

here is the log from the commit of package shake for openSUSE:Factory checked 
in at 2016-04-30 23:30:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/shake (Old)
 and      /work/SRC/openSUSE:Factory/.shake.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "shake"

Changes:
--------
--- /work/SRC/openSUSE:Factory/shake/shake.changes      2015-10-01 
09:29:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.shake.new/shake.changes 2016-04-30 
23:30:31.000000000 +0200
@@ -1,0 +2,58 @@
+Wed Apr 20 11:31:19 UTC 2016 - [email protected]
+
+- update to 0.15.6
+* Require the primitive package
+* make it an error to need a directory
+* add orderOnlyAction, a general version of orderOnly
+* explain that alwaysRerun has no immediate effect
+* add --digest-not flag to select ChangeModtime
+* export ShakeValue from the main module only
+* improve the grammar in the profiling document
+* explain what in getDirectoryFiles is tracked
+* add getDirectoryFilesIO, an untracked version
+* document getDirectoryFiles exception behaviour
+* fix getDirectoryFiles error on pattern directory missing
+* detect indirect recursion in build rules
+* give better errors on recursive rules
+* clarify the docs for putQuiet/putLoud
+* make sure phony targets with \ work on Windows
+* only require old-time with GHC 7.4
+* make Rules an instance of MonadIO
+* add shakeExtra field to ShakeOptions for user data
+* make --debug=file write out newlines
+* make sure Shell and AutoDeps work together
+* fix unicode output with putNormal
+* add parallel execution via parallel/forP/par
+* preserve quoting around cmd
+* optimise the random pool, up to 20% faster
+* add deriving Read instances for more types
+* Add Development.Shake.Forward for forward-defined systems
+* export :->
+* fix the docs for &%>
+* make <enter> run the query profile viewer
+* make profiling work with newer Chrome
+* Add AutoDeps feature
+* add FileStdin to specify the stdin comes from a file
+* Make an empty Stdin different from no Stdin (inherit) in cmd
+* add ** as a relative-only alternative to // in patterns
+* change the semantics of removeFiles, no implicit deletes
+* speed up getDirectoryFiles on patterns involving literals
+* Work with stack test
+* Add RemEnv cmd option
+* Fix a small space leak on Linux
+* Fix a space leak in profile summary information
+* Properly handle *//* in file pattern (at least one directory)
+* allow ninja rule names to have dots in them
+* Properly handle /// in file pattern (a wildcard then /)
+* Make sure Windows separators work in |%> FilePattern rules
+* fix multifile rules when using --digest-and-input
+* document the relationship between getEnv and lookupEnv
+* improve the documentation for phony/alwaysRerun
+* fix the documentation for normaliseEx
+* add getProgress
+* support MonadFix for Rules, allows recursive cache
+* discount time spent waiting for a cache
+* give better error messages if you hit GHC bug #10793
+* add a lock file to stop corrupting databases
+
+-------------------------------------------------------------------

Old:
----
  shake-0.15.5.tar.gz

New:
----
  shake-0.15.6.tar.gz

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

Other differences:
------------------
++++++ shake.spec ++++++
--- /var/tmp/diff_new_pack.yMf3Xe/_old  2016-04-30 23:30:32.000000000 +0200
+++ /var/tmp/diff_new_pack.yMf3Xe/_new  2016-04-30 23:30:32.000000000 +0200
@@ -19,7 +19,7 @@
 %global pkg_name shake
 %bcond_with tests
 Name:           shake
-Version:        0.15.5
+Version:        0.15.6
 Release:        0
 Summary:        Build system library, like Make, but more accurate dependencies
 Group:          Development/Languages/Other
@@ -41,7 +41,8 @@
 BuildRequires:  ghc-hashable-devel
 BuildRequires:  ghc-js-flot-devel
 BuildRequires:  ghc-js-jquery-devel
-BuildRequires:  ghc-old-time-devel
+BuildRequires:  ghc-time-devel
+BuildRequires:  ghc-primitive-devel
 BuildRequires:  ghc-process-devel
 BuildRequires:  ghc-random-devel
 BuildRequires:  ghc-time-devel

++++++ shake-0.15.5.tar.gz -> shake-0.15.6.tar.gz ++++++
++++ 9400 lines of diff (skipped)


Reply via email to