Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-cassava for openSUSE:Factory checked in at 2025-03-20 19:25:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-cassava (Old) and /work/SRC/openSUSE:Factory/.ghc-cassava.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-cassava" Thu Mar 20 19:25:50 2025 rev:18 rq:1254634 version:0.5.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-cassava/ghc-cassava.changes 2024-08-16 12:23:49.351462370 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-cassava.new.2696/ghc-cassava.changes 2025-03-20 19:26:18.224891032 +0100 @@ -1,0 +2,6 @@ +Tue Mar 11 12:43:09 UTC 2025 - Peter Simons <[email protected]> + +- Update cassava to version 0.5.3.2 revision 1. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- New: ---- cassava.cabal ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-cassava.spec ++++++ --- /var/tmp/diff_new_pack.nYr2Ia/_old 2025-03-20 19:26:18.680909908 +0100 +++ /var/tmp/diff_new_pack.nYr2Ia/_new 2025-03-20 19:26:18.680909908 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-cassava # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,6 +26,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-Only-devel BuildRequires: ghc-Only-prof @@ -125,6 +126,7 @@ %prep %autosetup -n %{pkg_name}-%{version} +cp -p %{SOURCE1} %{pkg_name}.cabal %build %define cabal_configure_options -f-bytestring--lt-0_10_4 ++++++ cassava.cabal ++++++ cabal-version: 1.12 Name: cassava Version: 0.5.3.2 x-revision: 1 Synopsis: A CSV parsing and encoding library Description: { @cassava@ is a library for parsing and encoding [RFC 4180](https://tools.ietf.org/html/rfc4180) compliant [comma-separated values (CSV)](https://en.wikipedia.org/wiki/Comma-separated_values) data, which is a textual line-oriented format commonly used for exchanging tabular data.
