Hello community, here is the log from the commit of package ghc-vault for openSUSE:Factory checked in at 2017-06-04 01:55:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-vault (Old) and /work/SRC/openSUSE:Factory/.ghc-vault.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-vault" Sun Jun 4 01:55:51 2017 rev:5 rq:494199 version:0.3.0.7 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-vault/ghc-vault.changes 2016-07-20 09:24:39.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-vault.new/ghc-vault.changes 2017-06-04 01:55:52.269749428 +0200 @@ -1,0 +2,5 @@ +Mon Apr 24 12:26:39 UTC 2017 - [email protected] + +- Update to version 0.3.0.7 with cabal2obs. + +------------------------------------------------------------------- Old: ---- vault-0.3.0.6.tar.gz New: ---- vault-0.3.0.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-vault.spec ++++++ --- /var/tmp/diff_new_pack.QFcZ3O/_old 2017-06-04 01:55:53.149625121 +0200 +++ /var/tmp/diff_new_pack.QFcZ3O/_new 2017-06-04 01:55:53.153624556 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-vault # -# 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 @@ -18,21 +18,19 @@ %global pkg_name vault Name: ghc-%{pkg_name} -Version: 0.3.0.6 +Version: 0.3.0.7 Release: 0 Summary: A persistent store for values of arbitrary types 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 BuildRequires: ghc-Cabal-devel -# Begin cabal-rpm deps: BuildRequires: ghc-containers-devel BuildRequires: ghc-hashable-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-unordered-containers-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build -# End cabal-rpm deps %description A /vault/ is a persistent store for values of arbitrary types. It's like having @@ -57,15 +55,12 @@ %prep %setup -q -n %{pkg_name}-%{version} - %build %ghc_lib_build - %install %ghc_lib_install - %post devel %ghc_pkg_recache ++++++ vault-0.3.0.6.tar.gz -> vault-0.3.0.7.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vault-0.3.0.6/CHANGELOG.md new/vault-0.3.0.7/CHANGELOG.md --- old/vault-0.3.0.6/CHANGELOG.md 2016-02-12 00:29:44.000000000 +0100 +++ new/vault-0.3.0.7/CHANGELOG.md 2017-04-17 21:50:09.000000000 +0200 @@ -1,5 +1,9 @@ ## Changelog for the `vault` package +**0.3.0.7** + +* Bump dependencies to allow `base >= 4.5 && < 4.11`. + **0.3.0.6** * Bump dependencies to allow `base >= 4.5 && < 4.10`. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vault-0.3.0.6/vault.cabal new/vault-0.3.0.7/vault.cabal --- old/vault-0.3.0.6/vault.cabal 2016-02-12 00:29:44.000000000 +0100 +++ new/vault-0.3.0.7/vault.cabal 2017-04-17 21:50:09.000000000 +0200 @@ -1,5 +1,5 @@ Name: vault -Version: 0.3.0.6 +Version: 0.3.0.7 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.10, + build-depends: base >= 4.5 && < 4.11, containers >= 0.4 && < 0.6, unordered-containers >= 0.2.3.0 && < 0.3, hashable >= 1.1.2.5 && < 1.3
