commit ghc-active for openSUSE:Factory

2017-07-17 Thread root
Hello community,

here is the log from the commit of package ghc-active for openSUSE:Factory 
checked in at 2017-07-17 09:09:29

Comparing /work/SRC/openSUSE:Factory/ghc-active (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-active.new (New)


Package is "ghc-active"

Mon Jul 17 09:09:29 2017 rev:5 rq:509952 version:0.2.0.13

Changes:

--- /work/SRC/openSUSE:Factory/ghc-active/ghc-active.changes2017-07-06 
00:02:15.715914590 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-active.new/ghc-active.changes   
2017-07-17 09:09:29.797979003 +0200
@@ -1,0 +2,5 @@
+Tue Jul  4 03:01:10 UTC 2017 - psim...@suse.com
+
+- Update to version 0.2.0.13 revision 2.
+
+---



Other differences:
--
++ ghc-active.spec ++
--- /var/tmp/diff_new_pack.QZxOmS/_old  2017-07-17 09:09:30.401893945 +0200
+++ /var/tmp/diff_new_pack.QZxOmS/_new  2017-07-17 09:09:30.401893945 +0200
@@ -26,7 +26,7 @@
 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#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-lens-devel
 BuildRequires:  ghc-linear-devel

++ active.cabal ++
--- /var/tmp/diff_new_pack.QZxOmS/_old  2017-07-17 09:09:30.453886621 +0200
+++ /var/tmp/diff_new_pack.QZxOmS/_new  2017-07-17 09:09:30.453886621 +0200
@@ -1,6 +1,6 @@
 name:active
 version: 0.2.0.13
-x-revision: 1
+x-revision: 2
 synopsis:Abstractions for animation
 description: "Active" abstraction for animated things with finite 
start and end times.
 license: BSD3
@@ -39,7 +39,7 @@
semigroupoids >= 1.2 && < 5.3,
lens >= 4.0 && < 4.16,
linear >= 1.14 && < 1.21,
-   QuickCheck >= 2.9 && < 2.10
+   QuickCheck >= 2.9 && < 2.11
 other-modules: Data.Active
 hs-source-dirs:src, test
 default-language:  Haskell2010




commit ghc-active for openSUSE:Factory

2017-07-05 Thread root
Hello community,

here is the log from the commit of package ghc-active for openSUSE:Factory 
checked in at 2017-07-06 00:02:13

Comparing /work/SRC/openSUSE:Factory/ghc-active (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-active.new (New)


Package is "ghc-active"

Thu Jul  6 00:02:13 2017 rev:4 rq:508015 version:0.2.0.13

Changes:

--- /work/SRC/openSUSE:Factory/ghc-active/ghc-active.changes2017-06-04 
01:57:00.468114532 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-active.new/ghc-active.changes   
2017-07-06 00:02:15.715914590 +0200
@@ -1,0 +2,5 @@
+Sun Jun 25 18:41:41 UTC 2017 - psim...@suse.com
+
+- Update to version 0.2.0.13 revision 1.
+
+---

New:

  active.cabal



Other differences:
--
++ ghc-active.spec ++
--- /var/tmp/diff_new_pack.DqWso7/_old  2017-07-06 00:02:16.823758523 +0200
+++ /var/tmp/diff_new_pack.DqWso7/_new  2017-07-06 00:02:16.827757959 +0200
@@ -26,6 +26,7 @@
 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#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-lens-devel
 BuildRequires:  ghc-linear-devel
@@ -54,6 +55,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ active.cabal ++
name:active
version: 0.2.0.13
x-revision: 1
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:  byor...@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, GHC == 8.0.1
bug-reports: https://github.com/diagrams/active/issues
source-repository head
  type: git
  location: https://github.com/diagrams/active.git

library
  exposed-modules: Data.Active
  build-depends:   base >= 4.0 && < 4.11,
   vector >= 0.10,
   semigroups >= 0.1 && < 0.19,
   semigroupoids >= 1.2 && < 5.3,
   lens >= 4.0 && < 4.16,
   linear >= 1.14 && < 1.21
  hs-source-dirs:  src
  default-language:Haskell2010

test-suite active-tests
type:  exitcode-stdio-1.0
main-is:   active-tests.hs
build-depends: base >= 4.0 && < 4.11,
   vector >= 0.10,
   semigroups >= 0.1 && < 0.19,
   semigroupoids >= 1.2 && < 5.3,
   lens >= 4.0 && < 4.16,
   linear >= 1.14 && < 1.21,
   QuickCheck >= 2.9 && < 2.10
other-modules: Data.Active
hs-source-dirs:src, test
default-language:  Haskell2010



commit ghc-active for openSUSE:Factory

2017-06-03 Thread root
Hello community,

here is the log from the commit of package ghc-active for openSUSE:Factory 
checked in at 2017-06-04 01:56:57

Comparing /work/SRC/openSUSE:Factory/ghc-active (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-active.new (New)


Package is "ghc-active"

Sun Jun  4 01:56:57 2017 rev:3 rq:499687 version:0.2.0.13

Changes:

--- /work/SRC/openSUSE:Factory/ghc-active/ghc-active.changes2017-03-31 
15:07:31.201074020 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-active.new/ghc-active.changes   
2017-06-04 01:57:00.468114532 +0200
@@ -1,0 +2,15 @@
+Mon May 22 08:08:54 UTC 2017 - psim...@suse.com
+
+- Update to version 0.2.0.13 with cabal2obs.
+
+---
+Wed Apr 26 15:09:50 UTC 2017 - psim...@suse.com
+
+- Update to version 0.2.0.12 revision 2 with cabal2obs.
+
+---
+Mon Apr 24 12:26:11 UTC 2017 - psim...@suse.com
+
+- Update to version 0.2.0.12 revision 1 with cabal2obs.
+
+---

Old:

  active-0.2.0.12.tar.gz

New:

  active-0.2.0.13.tar.gz



Other differences:
--
++ ghc-active.spec ++
--- /var/tmp/diff_new_pack.ZyT1ks/_old  2017-06-04 01:57:00.988041079 +0200
+++ /var/tmp/diff_new_pack.ZyT1ks/_new  2017-06-04 01:57:00.992040514 +0200
@@ -19,7 +19,7 @@
 %global pkg_name active
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.2.0.12
+Version:0.2.0.13
 Release:0
 Summary:Abstractions for animation
 License:BSD-3-Clause

++ active-0.2.0.12.tar.gz -> active-0.2.0.13.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/active-0.2.0.12/CHANGES new/active-0.2.0.13/CHANGES
--- old/active-0.2.0.12/CHANGES 2016-10-14 23:41:33.0 +0200
+++ new/active-0.2.0.13/CHANGES 2017-05-16 20:58:12.0 +0200
@@ -1,7 +1,14 @@
+## [0.2.0.13](https://github.com/diagrams/active/tree/v0.2.0.13) (2017-05-16)
+
+- fix for `lens-4.15.2`
+
 ## [0.2.0.12](https://github.com/diagrams/active/tree/v0.2.0.12) (2016-10-14)
 
 - allow `lens-4.15`
 
+Included in revision 1 on Hackage:
+- allow `semigroupoids-5.2`
+
 ## [v0.2.0.11](https://github.com/diagrams/active/tree/v0.2.0.11) (2016-08-01)
 
 - update test suite for `QuickCheck-2.9`
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/active-0.2.0.12/active.cabal 
new/active-0.2.0.13/active.cabal
--- old/active-0.2.0.12/active.cabal2016-10-14 23:41:33.0 +0200
+++ new/active-0.2.0.13/active.cabal2017-05-16 20:58:12.0 +0200
@@ -1,5 +1,5 @@
 name:active
-version: 0.2.0.12
+version: 0.2.0.13
 synopsis:Abstractions for animation
 description: "Active" abstraction for animated things with finite 
start and end times.
 license: BSD3
@@ -20,10 +20,10 @@
 
 library
   exposed-modules: Data.Active
-  build-depends:   base >= 4.0 && < 4.10,
+  build-depends:   base >= 4.0 && < 4.11,
vector >= 0.10,
semigroups >= 0.1 && < 0.19,
-   semigroupoids >= 1.2 && < 5.2,
+   semigroupoids >= 1.2 && < 5.3,
lens >= 4.0 && < 4.16,
linear >= 1.14 && < 1.21
   hs-source-dirs:  src
@@ -35,7 +35,7 @@
 build-depends: base >= 4.0 && < 4.10,
vector >= 0.10,
semigroups >= 0.1 && < 0.19,
-   semigroupoids >= 1.2 && < 5.2,
+   semigroupoids >= 1.2 && < 5.3,
lens >= 4.0 && < 4.16,
linear >= 1.14 && < 1.21,
QuickCheck >= 2.9 && < 2.10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/active-0.2.0.12/src/Data/Active.hs 
new/active-0.2.0.13/src/Data/Active.hs
--- old/active-0.2.0.12/src/Data/Active.hs  2016-10-14 23:41:33.0 
+0200
+++ new/active-0.2.0.13/src/Data/Active.hs  2017-05-16 20:58:12.0 
+0200
@@ -11,7 +11,6 @@
 {-# LANGUAGE UndecidableInstances   #-}
 {-# LANGUAGE ViewPatterns   #-}
 -- UndecidableInstances needed for ghc < 707
-{-# OPTIONS_GHC -fno-warn-orphans #-}
 
 -
 -- |
@@ -329,10 +328,9 @@
   deriving (Functor, Apply, Applicative)
 
 makeWrapped ''Active
-makeWrapped ''MaybeApply
 
 active :: Iso' (Active a) (Either (Dynamic a) a)
-active = _Wrapped . _Wrapped
+active = _Wrapped . iso runMaybeApply MaybeApply
 
 -- | Active values 

commit ghc-active for openSUSE:Factory

2017-03-31 Thread root
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.changes2017-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 - psim...@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.0 +0200
+++ new/active-0.2.0.12/CHANGES 2016-10-14 23:41:33.0 +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.0 +0200
+++ new/active-0.2.0.12/LICENSE 2016-10-14 23:41:33.0 +0200
@@ -2,6 +2,7 @@
 
 Andy Gill 
 Ben Gamari 
+Bollu 
 Brent Yorgey 
 Christopher Chalmers 
 Daniel Bergey 
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.cabal2016-07-02 03:37:56.0 +0200
+++ new/active-0.2.0.12/active.cabal2016-10-14 23:41:33.0 +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:  byor...@cis.upenn.edu
+maintainer:  byor...@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,