commit ghc-active for openSUSE:Factory
Hello community, here is the log from the commit of package ghc-active for openSUSE:Factory checked in at 2017-03-31 15:07:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-active (Old) and /work/SRC/openSUSE:Factory/.ghc-active.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "ghc-active" Fri Mar 31 15:07:30 2017 rev:2 rq:482171 version:0.2.0.12 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-active/ghc-active.changes 2017-03-16 09:35:20.451377951 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-active.new/ghc-active.changes 2017-03-31 15:07:31.201074020 +0200 @@ -1,0 +2,5 @@ +Sun Feb 12 14:10:02 UTC 2017 - psimons@suse.com + +- Update to version 0.2.0.12 with cabal2obs. + +------------------------------------------------------------------- Old: ---- active-0.2.0.10.tar.gz New: ---- active-0.2.0.12.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-active.spec ++++++ --- /var/tmp/diff_new_pack.XqQUfA/_old 2017-03-31 15:07:31.840983552 +0200 +++ /var/tmp/diff_new_pack.XqQUfA/_new 2017-03-31 15:07:31.840983552 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-active # -# 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 @@ -19,11 +19,11 @@ %global pkg_name active %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.2.0.10 +Version: 0.2.0.12 Release: 0 Summary: Abstractions for animation 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 @@ -55,19 +55,15 @@ %prep %setup -q -n %{pkg_name}-%{version} - %build %ghc_lib_build - %install %ghc_lib_install - %check %cabal_test - %post devel %ghc_pkg_recache @@ -80,6 +76,6 @@ %files devel -f %{name}-devel.files %defattr(-,root,root,-) -%doc README.markdown +%doc CHANGES README.markdown %changelog ++++++ active-0.2.0.10.tar.gz -> active-0.2.0.12.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/active-0.2.0.10/CHANGES new/active-0.2.0.12/CHANGES --- old/active-0.2.0.10/CHANGES 2016-07-02 03:37:56.000000000 +0200 +++ new/active-0.2.0.12/CHANGES 2016-10-14 23:41:33.000000000 +0200 @@ -1,3 +1,11 @@ +## [0.2.0.12](https://github.com/diagrams/active/tree/v0.2.0.12) (2016-10-14) + +- allow `lens-4.15` + +## [v0.2.0.11](https://github.com/diagrams/active/tree/v0.2.0.11) (2016-08-01) + +- update test suite for `QuickCheck-2.9` + ## [v0.2.0.10](https://github.com/diagrams/active/tree/v0.2.0.10) (2016-07-01) - allow `semigroupoids-5.1` diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/active-0.2.0.10/LICENSE new/active-0.2.0.12/LICENSE --- old/active-0.2.0.10/LICENSE 2016-07-02 03:37:56.000000000 +0200 +++ new/active-0.2.0.12/LICENSE 2016-10-14 23:41:33.000000000 +0200 @@ -2,6 +2,7 @@ Andy Gill <andygill@ku.edu> Ben Gamari <ben@smart-cactus.org> +Bollu <siddu.druid@gmail.com> Brent Yorgey <byorgey@gmail.com> Christopher Chalmers <c.chalmers@me.com> Daniel Bergey <bergey@alum.mit.edu> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/active-0.2.0.10/active.cabal new/active-0.2.0.12/active.cabal --- old/active-0.2.0.10/active.cabal 2016-07-02 03:37:56.000000000 +0200 +++ new/active-0.2.0.12/active.cabal 2016-10-14 23:41:33.000000000 +0200 @@ -1,18 +1,18 @@ name: active -version: 0.2.0.10 +version: 0.2.0.12 synopsis: Abstractions for animation description: "Active" abstraction for animated things with finite start and end times. license: BSD3 license-file: LICENSE author: Brent Yorgey -maintainer: byorgey@cis.upenn.edu +maintainer: byorgey@gmail.com copyright: (c) 2011-2015 Brent Yorgey category: Data build-type: Simple cabal-version: >=1.10 extra-source-files: CHANGES, README.markdown, diagrams/*.svg extra-doc-files: diagrams/*.svg -tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2 +tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1 bug-reports: https://github.com/diagrams/active/issues source-repository head type: git @@ -24,7 +24,7 @@ vector >= 0.10, semigroups >= 0.1 && < 0.19, semigroupoids >= 1.2 && < 5.2, - lens >= 4.0 && < 4.15, + lens >= 4.0 && < 4.16, linear >= 1.14 && < 1.21 hs-source-dirs: src default-language: Haskell2010 @@ -36,8 +36,9 @@ vector >= 0.10, semigroups >= 0.1 && < 0.19, semigroupoids >= 1.2 && < 5.2, - lens >= 4.0 && < 4.15, + lens >= 4.0 && < 4.16, linear >= 1.14 && < 1.21, - QuickCheck >= 2.4.2 && < 2.9 + QuickCheck >= 2.9 && < 2.10 + other-modules: Data.Active hs-source-dirs: src, test default-language: Haskell2010 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/active-0.2.0.10/test/active-tests.hs new/active-0.2.0.12/test/active-tests.hs --- old/active-0.2.0.10/test/active-tests.hs 2016-07-02 03:37:56.000000000 +0200 +++ new/active-0.2.0.12/test/active-tests.hs 2016-10-14 23:41:33.000000000 +0200 @@ -51,16 +51,13 @@ {-# ANN main ("HLint: ignore Eta reduce" :: String) #-} -- eta reducing qc breaks it -instance Arbitrary Any where - arbitrary = Any <$> arbitrary - -instance (Arbitrary n, Fractional n, Real n) => Arbitrary (Time n) where +instance (Fractional n) => Arbitrary (Time n) where arbitrary = fromRational <$> arbitrary -instance (CoArbitrary n, Real n) => CoArbitrary (Time n) where +instance (Real n) => CoArbitrary (Time n) where coarbitrary t = coarbitrary (toRational t) -instance (Arbitrary n, Fractional n, Real n) => Arbitrary (Duration n) where +instance (Fractional n) => Arbitrary (Duration n) where arbitrary = (fromRational . abs) <$> arbitrary instance Arbitrary a => Arbitrary (Dynamic a) where
participants (1)
-
root@hilbert.suse.de