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 2023-06-22 23:25:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-attoparsec-iso8601 (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-attoparsec-iso8601.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-attoparsec-iso8601"

Thu Jun 22 23:25:14 2023 rev:18 rq:1094418 version:1.1.0.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-attoparsec-iso8601/ghc-attoparsec-iso8601.changes
    2023-04-04 21:18:34.332483391 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-attoparsec-iso8601.new.15902/ghc-attoparsec-iso8601.changes
 2023-06-22 23:25:37.733709328 +0200
@@ -1,0 +2,6 @@
+Thu Apr 27 11:45:25 UTC 2023 - Peter Simons <psim...@suse.com>
+
+- Update attoparsec-iso8601 to version 1.1.0.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.YNhn4A/_old  2023-06-22 23:25:38.193711674 +0200
+++ /var/tmp/diff_new_pack.YNhn4A/_new  2023-06-22 23:25:38.197711694 +0200
@@ -25,6 +25,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-attoparsec-prof
@@ -73,6 +74,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.1.0.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 <b...@serpentine.com>
maintainer:      Adam Bergmark <a...@bergmark.nl>
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 == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 
8.8.4, GHC == 8.10.7, GHC == 9.0.2, GHC ==9.2.7, GHC==9.4.4, GHC ==9.6.1
extra-source-files:
  README.md
  changelog.md

library
  hs-source-dirs:      src
  default-language:    Haskell2010
  ghc-options:         -Wall
  exposed-modules:
    Data.Attoparsec.Time.Internal
    Data.Attoparsec.Time
  build-depends:
    attoparsec >= 0.14.2 && < 0.15,
    base >= 4.9 && < 5,
    base-compat-batteries >= 0.10.0 && < 0.14,
    time-compat >= 1.9.4 && < 1.10,
    text >= 1.2.3.0 && < 1.3.0.0 || >= 2.0 && <2.1,
    time >= 1.6.0.1 && < 1.13

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

Reply via email to