commit ghc-invertible for openSUSE:Factory

2017-09-15 Thread root
Hello community,

here is the log from the commit of package ghc-invertible for openSUSE:Factory 
checked in at 2017-09-15 21:52:15

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


Package is "ghc-invertible"

Fri Sep 15 21:52:15 2017 rev:3 rq:524867 version:0.2.0.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-invertible/ghc-invertible.changes
2017-05-18 20:50:42.191081879 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-invertible.new/ghc-invertible.changes   
2017-09-15 21:52:15.593583522 +0200
@@ -1,0 +2,5 @@
+Thu Aug  3 15:38:38 UTC 2017 - psim...@suse.com
+
+- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
+
+---



Other differences:
--
++ ghc-invertible.spec ++
--- /var/tmp/diff_new_pack.09EzJw/_old  2017-09-15 21:52:16.325480365 +0200
+++ /var/tmp/diff_new_pack.09EzJw/_new  2017-09-15 21:52:16.325480365 +0200
@@ -23,8 +23,8 @@
 Release:0
 Summary:Bidirectional arrows, bijective functions, and invariant 
functors
 License:BSD-3-Clause
-Group:  Development/Languages/Other
-Url:https://hackage.haskell.org/package/%{pkg_name}
+Group:  Development/Libraries/Haskell
+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
@@ -37,7 +37,6 @@
 BuildRequires:  ghc-semigroupoids-devel
 BuildRequires:  ghc-template-haskell-devel
 BuildRequires:  ghc-transformers-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-QuickCheck-devel
 %endif
@@ -54,7 +53,7 @@
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
-Group:  Development/Libraries/Other
+Group:  Development/Libraries/Haskell
 Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
@@ -84,10 +83,8 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
 %doc LICENSE
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
 
 %changelog




commit ghc-invertible for openSUSE:Factory

2017-05-18 Thread root
Hello community,

here is the log from the commit of package ghc-invertible for openSUSE:Factory 
checked in at 2017-05-18 20:50:41

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


Package is "ghc-invertible"

Thu May 18 20:50:41 2017 rev:2 rq:495706 version:0.2.0.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-invertible/ghc-invertible.changes
2017-05-10 20:45:22.014454309 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-invertible.new/ghc-invertible.changes   
2017-05-18 20:50:42.191081879 +0200
@@ -1,0 +2,5 @@
+Fri May  5 07:40:08 UTC 2017 - psim...@suse.com
+
+- Update to version 0.2.0.2 revision 1 with cabal2obs.
+
+---

New:

  invertible.cabal



Other differences:
--
++ ghc-invertible.spec ++
--- /var/tmp/diff_new_pack.whKUUD/_old  2017-05-18 20:50:42.707009067 +0200
+++ /var/tmp/diff_new_pack.whKUUD/_new  2017-05-18 20:50:42.711008503 +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-TypeCompose-devel
 BuildRequires:  ghc-haskell-src-meta-devel
@@ -64,6 +65,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %define cabal_configure_options -f-hlist -f-piso

++ invertible.cabal ++
name:invertible
version: 0.2.0.2
x-revision: 1
synopsis:bidirectional arrows, bijective functions, and invariant 
functors
description:
  Representations and operations for bidirectional arrows (total isomorphisms: 
an
  arrow paired with its inverse).  Classes for invariant functors and monoidal
  functors.  Includes a number of useful bijections and operations, as well as
  interoperability with related packages.
  .
  Most users will want to import one or more of "Data.Invertible" qualified, 
"Control.Invertible.Monoidal" unqualified, and any additional compatibility 
modules.
license: BSD3
license-file:LICENSE
author:  Dylan Simon
maintainer:  dy...@dylex.net
copyright:   2016
category:Data, Control, Composition
build-type:  Simple
cabal-version:   >=1.10
tested-with: GHC == 7.10.3, GHC == 8.0.1

source-repository head
  type: git
  location: https://github.com/dylex/invertible

flag arrows
  description: Support the arrows package
  manual: True
  default: False
flag invariant
  description: Support the invariant package
  manual: True
  default: True
flag lens
  description: Support the lens package
  manual: True
  default: True
flag partial-isomorphisms
  description: Support the partial-isomorphisms package
  manual: True
  default: True
flag Piso
  description: Support the Piso package
  manual: True
  default: False
flag semigroupoids
  description: Support the semigroupoids package
  manual: True
  default: True
flag TypeCompose
  description: Support the TypeCompose package
  manual: True
  default: True

library
  other-modules:
Data.Invertible.Internal
  exposed-modules:
Data.Invertible.Bijection
Data.Invertible.TH
Data.Invertible.Bits
Data.Invertible.Bool
Data.Invertible.Coerce
Data.Invertible.Complex
Data.Invertible.Either
Data.Invertible.Enum
Data.Invertible.Function
Data.Invertible.Functor
Data.Invertible.List
Data.Invertible.Maybe
Data.Invertible.Monad
Data.Invertible.Monoid
Data.Invertible.Ord
Data.Invertible.Tuple
Data.Invertible.Prelude
Data.Invertible
Control.Invertible.BiArrow
Control.Invertible.MonadArrow
Control.Invertible.Functor
Control.Invertible.Monoidal
Control.Invertible.Monoidal.Free

  build-depends:
base >= 4.8 && <5,
transformers,
haskell-src-meta >= 0.6 && < 0.9,
template-haskell == 2.*
  default-language:Haskell2010
  ghc-options: -Wall

  if flag(arrows)
build-depends: arrows
  if flag(invariant)
exposed-modules: Data.Invertible.Invariant
build-depends: invariant
  if flag(lens)
exposed-modules: Data.Invertible.Lens
build-depends: lens == 4.*
  if flag(partial-isomorphisms)
exposed-modules: Data.Invertible.PartialIsomorphism
if impl(ghc >= 8)
  build-depends: partial-isomorphisms > 0.2
else
  build-depends: partial-isomorphisms
  if flag(Piso)
exposed-modules: Data.Invertible.Piso
if impl(ghc >= 8)