Hello community,

here is the log from the commit of package ghc-pandoc-types for 
openSUSE:Factory checked in at 2017-03-12 20:05:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-pandoc-types (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-pandoc-types.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-pandoc-types"

Sun Mar 12 20:05:12 2017 rev:13 rq:478546 version:1.17.0.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-pandoc-types/ghc-pandoc-types.changes        
2017-03-03 17:51:30.258058199 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-pandoc-types.new/ghc-pandoc-types.changes   
2017-03-12 20:05:13.343378715 +0100
@@ -1,0 +2,5 @@
+Thu Mar  2 10:44:37 UTC 2017 - psim...@suse.com
+
+- Update to version 1.17.0.5 revision 1 with cabal2obs.
+
+-------------------------------------------------------------------

New:
----
  pandoc-types.cabal

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

Other differences:
------------------
++++++ ghc-pandoc-types.spec ++++++
--- /var/tmp/diff_new_pack.HBG9y7/_old  2017-03-12 20:05:13.939294391 +0100
+++ /var/tmp/diff_new_pack.HBG9y7/_new  2017-03-12 20:05:13.943293825 +0100
@@ -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-QuickCheck-devel
 BuildRequires:  ghc-aeson-devel
@@ -75,6 +76,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ pandoc-types.cabal ++++++
Name:                pandoc-types
Version:             1.17.0.5
x-revision: 1
Synopsis:            Types for representing a structured document
Description:         @Text.Pandoc.Definition@ defines the 'Pandoc' data
                     structure, which is used by pandoc to represent
                     structured documents.  This module used to live
                     in the pandoc package, but starting with pandoc 1.7, it
                     has been split off, so that other packages can use it
                     without drawing in all of pandoc's dependencies, and
                     pandoc itself can depend on packages (like citeproc-hs)
                     that use them.
                     .
                     @Text.Pandoc.Builder@ provides functions for building
                     up @Pandoc@ structures programmatically.
                     .
                     @Text.Pandoc.Generic@ provides generic functions for
                     manipulating Pandoc documents.
                     .
                     @Text.Pandoc.Walk@ provides faster, nongeneric functions
                     for manipulating Pandoc documents.
                     .
                     @Text.Pandoc.JSON@ provides functions for serializing
                     and deserializing a @Pandoc@ structure to and from JSON.

Homepage:            http://johnmacfarlane.net/pandoc
License:             BSD3
License-file:        LICENSE
Author:              John MacFarlane
Maintainer:          j...@berkeley.edu
Bug-Reports:         https://github.com/jgm/pandoc-types/issues
Copyright:           (c) 2006-2015 John MacFarlane
Category:            Text
Build-type:          Simple
Cabal-version:       >=1.8
Tested-With:         GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1
Extra-Source-Files:  changelog
Source-repository    head
  type:              git
  location:          git://github.com/jgm/pandoc-types.git

Library
  Exposed-modules:   Text.Pandoc.Definition
                     Text.Pandoc.Generic
                     Text.Pandoc.Walk
                     Text.Pandoc.Builder
                     Text.Pandoc.JSON
                     Text.Pandoc.Arbitrary
  Other-modules:     Paths_pandoc_types
  Build-depends:     base >= 4 && < 5,
                     containers >= 0.3,
                     syb >= 0.1 && < 0.8,
                     ghc-prim >= 0.2,
                     bytestring >= 0.9 && < 0.11,
                     aeson >= 0.6.2 && < 1.2,
                     QuickCheck >= 2
  if impl(ghc < 7.10)
    Build-depends:   deepseq-generics >= 0.1 && < 0.2
  else
    Build-depends:   deepseq >= 1.4.1 && < 1.5

test-suite test-pandoc-types
  type:                exitcode-stdio-1.0
  hs-source-dirs:      test
  main-is:             test-pandoc-types.hs
  build-depends:       base,
                       pandoc-types,
                       syb,
                       aeson >= 0.6.2 && < 1.2,
                       containers >= 0.3,
                       bytestring >= 0.9 && < 0.11,
                       test-framework >= 0.3 && < 0.9,
                       test-framework-hunit >= 0.2 && < 0.4,
                       test-framework-quickcheck2 >= 0.2.9 && < 0.4,
                       QuickCheck >= 2.4 && < 2.10,
                       HUnit >= 1.2 && < 1.6,
                       string-qq == 0.0.2
  ghc-options:         -threaded -rtsopts -with-rtsopts=-N

Reply via email to