Hello community,

here is the log from the commit of package ghc-lens-aeson for openSUSE:Factory 
checked in at 2016-11-01 09:58:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-lens-aeson (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-lens-aeson.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-lens-aeson"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-lens-aeson/ghc-lens-aeson.changes    
2016-07-20 09:23:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-lens-aeson.new/ghc-lens-aeson.changes       
2016-11-01 09:58:09.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Aug 17 18:29:45 UTC 2016 - [email protected]
+
+- Update to version 1.0.0.5 revision 3 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  2.cabal

New:
----
  lens-aeson.cabal

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-lens-aeson.spec ++++++
--- /var/tmp/diff_new_pack.X12Ntd/_old  2016-11-01 09:58:10.000000000 +0100
+++ /var/tmp/diff_new_pack.X12Ntd/_new  2016-11-01 09:58:10.000000000 +0100
@@ -23,12 +23,11 @@
 Release:        0
 Summary:        Law-abiding lenses for aeson
 License:        MIT
-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/2.cabal
+Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-aeson-devel
 BuildRequires:  ghc-attoparsec-devel
 BuildRequires:  ghc-bytestring-devel
@@ -47,7 +46,6 @@
 BuildRequires:  ghc-semigroups-devel
 BuildRequires:  ghc-simple-reflect-devel
 %endif
-# End cabal-rpm deps
 
 %description
 Law-abiding lenses for aeson.
@@ -67,20 +65,14 @@
 %setup -q -n %{pkg_name}-%{version}
 cp -p %{SOURCE1} %{pkg_name}.cabal
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache
@@ -94,6 +86,5 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc AUTHORS.markdown CHANGELOG.markdown README.markdown
 
 %changelog

++++++ lens-aeson.cabal ++++++
name:          lens-aeson
category:      Numeric
version:       1.0.0.5
x-revision: 3
license:       MIT
cabal-version: >= 1.8
license-file:  LICENSE
author:        Edward A. Kmett
maintainer:    Edward A. Kmett <[email protected]>
stability:     provisional
homepage:      http://github.com/lens/lens-aeson/
bug-reports:   http://github.com/lens/lens-aeson/issues
copyright:
  Copyright (C) 2012 Paul Wilson
  Copyright (C) 2013 Edward A. Kmett
build-type:    Custom
tested-with:   GHC == 7.4.1, GHC == 7.6.1
synopsis:      Law-abiding lenses for aeson
description:   Law-abiding lenses for aeson

extra-source-files:
  .travis.yml
  .ghci
  .gitignore
  .vim.custom
  travis/cabal-apt-install
  travis/config
  AUTHORS.markdown
  README.markdown
  CHANGELOG.markdown

source-repository head
  type: git
  location: git://github.com/lens/lens-aeson.git

-- You can disable the doctests test suite with -f-test-doctests
flag test-doctests
  default: True
  manual: True

library
  build-depends:
    base                 >= 4.5       && < 5,
    lens                 >= 4.4       && < 5,
    text                 >= 0.11.1.10 && < 1.3,
    vector               >= 0.9       && < 0.12,
    unordered-containers >= 0.2.3     && < 0.3,
    attoparsec           >= 0.10      && < 0.14,
    bytestring           >= 0.9       && < 0.11,
    aeson                >= 0.7.0.5   && < 1.1,
    scientific           >= 0.3.2     && < 0.4

  exposed-modules:
    Data.Aeson.Lens

  ghc-options: -Wall -fwarn-tabs -O2
  hs-source-dirs: src

test-suite doctests
  type:           exitcode-stdio-1.0
  main-is:        doctests.hs
  ghc-options:    -Wall -threaded
  hs-source-dirs: tests

  if !flag(test-doctests)
    buildable: False
  else
    build-depends:
      base,
      directory      >= 1.0,
      doctest        >= 0.9.1,
      filepath,
      generic-deriving,
      semigroups     >= 0.9,
      simple-reflect >= 0.3.1

Reply via email to