Hello community, here is the log from the commit of package ghc-ekg-json for openSUSE:Factory checked in at 2016-11-10 13:21:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-ekg-json (Old) and /work/SRC/openSUSE:Factory/.ghc-ekg-json.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-ekg-json" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-ekg-json/ghc-ekg-json.changes 2016-11-01 09:50:35.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-ekg-json.new/ghc-ekg-json.changes 2016-11-10 13:21:38.000000000 +0100 @@ -1,0 +2,5 @@ +Thu Sep 15 06:49:42 UTC 2016 - [email protected] + +- Update to version 0.1.0.3 revision 0 with cabal2obs. + +------------------------------------------------------------------- Old: ---- 1.cabal ekg-json-0.1.0.2.tar.gz New: ---- ekg-json-0.1.0.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-ekg-json.spec ++++++ --- /var/tmp/diff_new_pack.CEP4UC/_old 2016-11-10 13:21:39.000000000 +0100 +++ /var/tmp/diff_new_pack.CEP4UC/_new 2016-11-10 13:21:39.000000000 +0100 @@ -18,23 +18,20 @@ %global pkg_name ekg-json Name: ghc-%{pkg_name} -Version: 0.1.0.2 +Version: 0.1.0.3 Release: 0 Summary: JSON encoding of ekg metrics 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 BuildRequires: ghc-Cabal-devel -# Begin cabal-rpm deps: BuildRequires: ghc-aeson-devel BuildRequires: ghc-ekg-core-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-text-devel BuildRequires: ghc-unordered-containers-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build -# End cabal-rpm deps %description Encodes ekg metrics as JSON, using the same encoding as used by the ekg @@ -54,17 +51,13 @@ %prep %setup -q -n %{pkg_name}-%{version} -cp -p %{SOURCE1} %{pkg_name}.cabal - %build %ghc_lib_build - %install %ghc_lib_install - %post devel %ghc_pkg_recache ++++++ ekg-json-0.1.0.2.tar.gz -> ekg-json-0.1.0.3.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ekg-json-0.1.0.2/CHANGES.md new/ekg-json-0.1.0.3/CHANGES.md --- old/ekg-json-0.1.0.2/CHANGES.md 2016-05-28 00:54:34.000000000 +0200 +++ new/ekg-json-0.1.0.3/CHANGES.md 2016-09-14 00:05:15.000000000 +0200 @@ -1,3 +1,7 @@ +## 0.1.0.3 (2016-09-14) + + * Support aeson 1.0. + ## 0.1.0.2 (2016-05-28) * GHC 8.0 support. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ekg-json-0.1.0.2/ekg-json.cabal new/ekg-json-0.1.0.3/ekg-json.cabal --- old/ekg-json-0.1.0.2/ekg-json.cabal 2016-05-28 00:54:34.000000000 +0200 +++ new/ekg-json-0.1.0.3/ekg-json.cabal 2016-09-14 00:05:15.000000000 +0200 @@ -1,5 +1,5 @@ name: ekg-json -version: 0.1.0.2 +version: 0.1.0.3 synopsis: JSON encoding of ekg metrics description: Encodes ekg metrics as JSON, using the same encoding as used by the @@ -20,7 +20,7 @@ exposed-modules: System.Metrics.Json build-depends: - aeson < 0.12, + aeson >=0.4 && < 1.1, base >= 4.5 && < 4.10, ekg-core >= 0.1 && < 0.2, text < 1.3,
