Hello community,

here is the log from the commit of package ghc-attoparsec-iso8601 for 
openSUSE:Leap:15.2 checked in at 2020-02-19 18:37:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/ghc-attoparsec-iso8601 (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.ghc-attoparsec-iso8601.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-attoparsec-iso8601"

Wed Feb 19 18:37:45 2020 rev:11 rq:771229 version:1.0.1.0

Changes:
--------
--- 
/work/SRC/openSUSE:Leap:15.2/ghc-attoparsec-iso8601/ghc-attoparsec-iso8601.changes
  2020-01-15 15:00:39.857754988 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.ghc-attoparsec-iso8601.new.26092/ghc-attoparsec-iso8601.changes
       2020-02-19 18:37:46.389862982 +0100
@@ -1,0 +2,5 @@
+Fri Nov  8 16:13:15 UTC 2019 - Peter Simons <[email protected]>
+
+- Drop obsolete group attributes.
+
+-------------------------------------------------------------------

New:
----
  attoparsec-iso8601.cabal

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

Other differences:
------------------
++++++ ghc-attoparsec-iso8601.spec ++++++
--- /var/tmp/diff_new_pack.t7bEbz/_old  2020-02-19 18:37:46.773863785 +0100
+++ /var/tmp/diff_new_pack.t7bEbz/_new  2020-02-19 18:37:46.777863793 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-attoparsec-iso8601
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,9 +22,9 @@
 Release:        0
 Summary:        Parsing of ISO 8601 dates, originally from aeson
 License:        BSD-3-Clause
-Group:          Development/Libraries/Haskell
 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-devel
@@ -37,7 +37,6 @@
 
 %package devel
 Summary:        Haskell %{pkg_name} library development files
-Group:          Development/Libraries/Haskell
 Requires:       %{name} = %{version}-%{release}
 Requires:       ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
@@ -49,6 +48,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ attoparsec-iso8601.cabal ++++++
name:            attoparsec-iso8601
version:         1.0.1.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/bos/aeson
bug-reports:     https://github.com/bos/aeson/issues
build-type:      Simple
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,
    base >= 4.5 && < 5,
    base-compat >= 0.9.1 && < 0.12,
    text >= 1.1.1.0,
    time >= 1.1.1.4

  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/bos/aeson.git

Reply via email to