Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-attoparsec-iso8601 for 
openSUSE:Factory checked in at 2021-03-28 11:55:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-attoparsec-iso8601 (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-attoparsec-iso8601.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-attoparsec-iso8601"

Sun Mar 28 11:55:41 2021 rev:12 rq:881530 version:1.0.2.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-attoparsec-iso8601/ghc-attoparsec-iso8601.changes
    2021-01-20 18:25:01.439380477 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-attoparsec-iso8601.new.2401/ghc-attoparsec-iso8601.changes
  2021-03-28 11:57:40.352293563 +0200
@@ -1,0 +2,6 @@
+Tue Mar 23 14:57:04 UTC 2021 - [email protected]
+
+- Update attoparsec-iso8601 to version 1.0.2.0 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  attoparsec-iso8601.cabal

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

Other differences:
------------------
++++++ ghc-attoparsec-iso8601.spec ++++++
--- /var/tmp/diff_new_pack.c6X5ch/_old  2021-03-28 11:57:40.956294097 +0200
+++ /var/tmp/diff_new_pack.c6X5ch/_new  2021-03-28 11:57:40.960294101 +0200
@@ -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-attoparsec-devel
 BuildRequires:  ghc-base-compat-batteries-devel
@@ -49,6 +50,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ attoparsec-iso8601.cabal ++++++
name:            attoparsec-iso8601
version:         1.0.2.0
x-revision: 1
synopsis:        Parsing of ISO 8601 dates, originally from aeson.
description:     Parsing of ISO 8601 dates, originally from aeson.
license:         BSD3
license-file:    LICENSE
category:        Parsing
copyright:       (c) 2011-2016 Bryan O'Sullivan
                 (c) 2011 MailRank, Inc.
author:          Bryan O'Sullivan <[email protected]>
maintainer:      Adam Bergmark <[email protected]>
stability:       experimental
cabal-version:   >=1.10
homepage:        https://github.com/haskell/aeson
bug-reports:     https://github.com/haskell/aeson/issues
build-type:      Simple
tested-with:     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
extra-source-files:
  README.md

flag developer
  description: operate in developer mode
  default: False
  manual: True

flag fast
  description: compile without optimizations
  default: False
  manual: True

library
  hs-source-dirs:      .
  default-language:    Haskell2010
  ghc-options:         -Wall
  exposed-modules:
    Data.Attoparsec.Time.Internal
    Data.Attoparsec.Time
  build-depends:
    attoparsec >= 0.13.0.1 && < 0.15,
    base >= 4.7 && < 5,
    base-compat-batteries >= 0.10.0 && < 0.12,
    time-compat >= 1.9.4 && < 1.10,
    text >= 1.1.1.0 && < 1.3.0.0,
    time >= 1.1.1.4 && < 1.12

  if flag(fast)
    ghc-options: -O0
  else
    ghc-options: -O2

  if flag(developer)
    ghc-options: -Werror
    ghc-prof-options: -auto-all

source-repository head
  type:     git
  location: git://github.com/haskell/aeson.git
  subdir:   attoparsec-iso8601

Reply via email to