Hello community, here is the log from the commit of package ghc-vault for openSUSE:Factory checked in at 2016-02-17 10:25:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-vault (Old) and /work/SRC/openSUSE:Factory/.ghc-vault.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-vault" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-vault/ghc-vault.changes 2015-12-09 22:17:31.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-vault.new/ghc-vault.changes 2016-02-17 12:12:04.000000000 +0100 @@ -1,0 +2,6 @@ +Sun Feb 14 07:30:54 UTC 2016 - [email protected] + +- update to 0.3.0.6 +* Bump dependencies to allow base >= 4.5 && < 4.10. + +------------------------------------------------------------------- Old: ---- vault-0.3.0.5.tar.gz New: ---- vault-0.3.0.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-vault.spec ++++++ --- /var/tmp/diff_new_pack.XHYTU8/_old 2016-02-17 12:12:04.000000000 +0100 +++ /var/tmp/diff_new_pack.XHYTU8/_new 2016-02-17 12:12:04.000000000 +0100 @@ -19,7 +19,7 @@ %global pkg_name vault Name: ghc-vault -Version: 0.3.0.5 +Version: 0.3.0.6 Release: 0 Summary: A persistent store for values of arbitrary types License: BSD-3-Clause ++++++ vault-0.3.0.5.tar.gz -> vault-0.3.0.6.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vault-0.3.0.5/CHANGELOG.md new/vault-0.3.0.6/CHANGELOG.md --- old/vault-0.3.0.5/CHANGELOG.md 2015-11-30 21:53:05.000000000 +0100 +++ new/vault-0.3.0.6/CHANGELOG.md 2016-02-12 00:29:44.000000000 +0100 @@ -1,16 +1,28 @@ ## Changelog for the `vault` package +**0.3.0.6** + +* Bump dependencies to allow `base >= 4.5 && < 4.10`. + **0.3.0.5** * Add support for GHC type roles extension, using the `RoleAnnotations` language pragma. -**0.3.0.4** — Bump upper version bound for the `base` dependency. +**0.3.0.4** + +* Bump upper version bound for the `base` dependency. + +**0.3.0.3** + +* Bump upper version bound for the `base` dependency. + +**0.3.0.2** -**0.3.0.3** — Bump upper version bound for the `base` dependency. +* Fix tarball. -**0.3.0.2** — Fix tarball. +**0.3.0.1** -**0.3.0.1** — Use CPP to reduce code duplication. +* Use CPP to reduce code duplication. **0.3.0.0** diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vault-0.3.0.5/vault.cabal new/vault-0.3.0.6/vault.cabal --- old/vault-0.3.0.5/vault.cabal 2015-11-30 21:53:05.000000000 +0100 +++ new/vault-0.3.0.6/vault.cabal 2016-02-12 00:29:44.000000000 +0100 @@ -1,5 +1,5 @@ Name: vault -Version: 0.3.0.5 +Version: 0.3.0.6 Synopsis: a persistent store for values of arbitrary types Description: A /vault/ is a persistent store for values of arbitrary types. @@ -39,7 +39,7 @@ Library hs-source-dirs: src - build-depends: base >= 4.5 && < 4.9, + build-depends: base >= 4.5 && < 4.10, containers >= 0.4 && < 0.6, unordered-containers >= 0.2.3.0 && < 0.3, hashable >= 1.1.2.5 && < 1.3
