Hello community, here is the log from the commit of package ghc-xml for openSUSE:Leap:15.2 checked in at 2020-02-19 18:42:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/ghc-xml (Old) and /work/SRC/openSUSE:Leap:15.2/.ghc-xml.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-xml" Wed Feb 19 18:42:20 2020 rev:13 rq:771536 version:1.3.14 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/ghc-xml/ghc-xml.changes 2020-01-15 15:02:45.949820764 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.ghc-xml.new.26092/ghc-xml.changes 2020-02-19 18:42:21.626306145 +0100 @@ -1,0 +2,10 @@ +Fri Nov 8 16:15:16 UTC 2019 - Peter Simons <[email protected]> + +- Drop obsolete group attributes. + +------------------------------------------------------------------- +Tue Jun 11 14:29:24 UTC 2019 - Peter Simons <[email protected]> + +- Update Cabal file for more accurate build dependencies. + +------------------------------------------------------------------- New: ---- xml.cabal ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-xml.spec ++++++ --- /var/tmp/diff_new_pack.ojEJms/_old 2020-02-19 18:42:21.982306891 +0100 +++ /var/tmp/diff_new_pack.ojEJms/_new 2020-02-19 18:42:21.982306891 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-xml # -# 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: A simple XML library 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-bytestring-devel BuildRequires: ghc-rpm-macros @@ -35,7 +35,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} @@ -46,6 +45,7 @@ %prep %setup -q -n %{pkg_name}-%{version} +cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build ++++++ xml.cabal ++++++ Name: xml Version: 1.3.14 x-revision: 1 Homepage: http://code.galois.com Synopsis: A simple XML library. Description: A simple XML library. Category: Text, XML License: BSD3 License-File: LICENSE Author: Galois Inc. Maintainer: [email protected] Copyright: (c) 2007-2008 Galois Inc. Build-type: Simple Cabal-version: >= 1.6 library Build-depends: base >= 3 && < 5, bytestring, text Ghc-options: -Wall -O2 Exposed-modules: Text.XML.Light, Text.XML.Light.Types, Text.XML.Light.Output, Text.XML.Light.Input, Text.XML.Light.Lexer, Text.XML.Light.Proc Text.XML.Light.Cursor Extensions: FlexibleInstances source-repository head type: git location: git://github.com/GaloisInc/xml.git
