Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-intern for openSUSE:Factory 
checked in at 2021-01-20 18:25:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-intern (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-intern.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-intern"

Wed Jan 20 18:25:46 2021 rev:4 rq:864046 version:0.9.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-intern/ghc-intern.changes    2020-12-22 
11:41:32.361623780 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-intern.new.28504/ghc-intern.changes 
2021-01-20 18:26:07.963444062 +0100
@@ -1,0 +2,6 @@
+Mon Jan 11 10:06:22 UTC 2021 - [email protected]
+
+- Update intern to version 0.9.3 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  intern.cabal

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

Other differences:
------------------
++++++ ghc-intern.spec ++++++
--- /var/tmp/diff_new_pack.ePhGTH/_old  2021-01-20 18:26:08.811444869 +0100
+++ /var/tmp/diff_new_pack.ePhGTH/_new  2021-01-20 18:26:08.811444869 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-intern
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,7 @@
 License:        BSD-3-Clause
 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-array-devel
 BuildRequires:  ghc-bytestring-devel
@@ -48,6 +49,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ intern.cabal ++++++
name:          intern
category:      Data, Data Structures
version:       0.9.3
x-revision: 1
license:       BSD3
cabal-version: >= 1.10
license-file:  LICENSE
author:        Edward A. Kmett
maintainer:    Edward A. Kmett <[email protected]>
stability:     experimental
homepage:      http://github.com/ekmett/intern/
bug-reports:   http://github.com/ekmett/intern/issues
copyright:     Copyright (C) 2011-2014 Edward A. Kmett
build-type:    Simple
tested-with:   GHC == 7.0.4
             , GHC == 7.2.2
             , GHC == 7.4.2
             , GHC == 7.6.3
             , GHC == 7.8.4
             , GHC == 7.10.3
             , GHC == 8.0.2
             , GHC == 8.2.2
             , GHC == 8.4.4
             , GHC == 8.6.5
             , GHC == 8.8.3
             , GHC == 8.10.1
synopsis:      Efficient hash-consing for arbitrary data types
description:   Efficient hash-consing for arbitrary data types.

extra-source-files: examples/Term.hs, CHANGELOG.markdown, README.markdown

source-repository head
  type: git
  location: git://github.com/ekmett/intern.git

library
  build-depends:
    base                 >= 4     && < 5,
    bytestring           >= 0.9   && < 0.12,
    text                 >= 0.11  && < 1.3,
    hashable             >= 1.1   && < 1.4,
    unordered-containers >= 0.2.1 && < 0.3,
    array                >= 0.3   && < 0.6

  exposed-modules:
    Data.Interned
    Data.Interned.ByteString
    Data.Interned.String
    Data.Interned.Text
    Data.Interned.IntSet
    Data.Interned.Internal
    Data.Interned.Internal.ByteString
    Data.Interned.Internal.String
    Data.Interned.Internal.Text

  ghc-options: -Wall
  default-language: Haskell2010

Reply via email to