Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-attoparsec-aeson for 
openSUSE:Factory checked in at 2026-06-10 15:57:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-attoparsec-aeson (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-attoparsec-aeson.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-attoparsec-aeson"

Wed Jun 10 15:57:49 2026 rev:3 rq:1358330 version:2.2.2.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-attoparsec-aeson/ghc-attoparsec-aeson.changes    
    2024-07-22 17:16:35.513901636 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-attoparsec-aeson.new.2375/ghc-attoparsec-aeson.changes
      2026-06-10 15:58:16.677460130 +0200
@@ -1,0 +2,6 @@
+Thu May 21 09:04:39 UTC 2026 - Peter Simons <[email protected]>
+
+- Update attoparsec-aeson to version 2.2.2.0 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  attoparsec-aeson.cabal

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

Other differences:
------------------
++++++ ghc-attoparsec-aeson.spec ++++++
--- /var/tmp/diff_new_pack.ZhHWXx/_old  2026-06-10 15:58:17.577497427 +0200
+++ /var/tmp/diff_new_pack.ZhHWXx/_new  2026-06-10 15:58:17.581497593 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-attoparsec-aeson
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2026 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -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-aeson-devel
 BuildRequires:  ghc-aeson-prof
@@ -81,6 +82,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ attoparsec-aeson.cabal ++++++
cabal-version: 2.2
name:          attoparsec-aeson
version:       2.2.2.0
x-revision: 1
synopsis:      Parsing of aeson's Value with attoparsec
description:
  Parsing of aeson's Value with attoparsec, originally from aeson.

license:       BSD-3-Clause
license-file:  LICENSE
category:      Parsing
copyright:
  (c) 2011-2016 Bryan O'Sullivan
  (c) 2011 MailRank, Inc.

author:        Bryan O'Sullivan <[email protected]>
maintainer:    Oleg Grenrus <[email protected]>
stability:     experimental
homepage:      https://github.com/haskell/aeson
bug-reports:   https://github.com/haskell/aeson/issues
build-type:    Simple
tested-with:
  GHC ==8.6.5
   || ==8.8.4
   || ==8.10.7
   || ==9.0.2
   || ==9.2.8
   || ==9.4.8
   || ==9.6.5
   || ==9.8.2
   || ==9.10.1

library
  hs-source-dirs:   src
  default-language: Haskell2010
  ghc-options:      -Wall
  exposed-modules:
    Data.Aeson.Parser
    Data.Aeson.Parser.Internal

  other-modules:
    Data.Aeson.Internal.ByteString
    Data.Aeson.Internal.Text

  build-depends:
    , aeson               >=2.2.2.0  && <2.4
    , attoparsec          >=0.14.2   && <0.15
    , base                >=4.12.0.0 && <5
    , bytestring          >=0.10.8.2 && <0.13
    , character-ps        ^>=0.1
    , integer-conversion  >=0.1      && <0.2
    , primitive           >=0.8.0.0  && <0.10
    , scientific          >=0.3.7.0  && <0.4
    , text                >=1.2.3.0  && <1.3  || >=2.0 && <2.2
    , vector              >=0.12.0.1 && <0.14

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

Reply via email to