Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-readable for openSUSE:Factory 
checked in at 2023-01-18 13:10:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-readable (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-readable.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-readable"

Wed Jan 18 13:10:20 2023 rev:3 rq:1059097 version:0.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-readable/ghc-readable.changes        
2020-12-22 11:45:05.197796210 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-readable.new.32243/ghc-readable.changes     
2023-01-18 13:10:43.964793205 +0100
@@ -1,0 +2,6 @@
+Tue Nov  1 00:58:31 UTC 2022 - Peter Simons <[email protected]>
+
+- Update readable to version 0.3.1 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  readable.cabal

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

Other differences:
------------------
++++++ ghc-readable.spec ++++++
--- /var/tmp/diff_new_pack.GgurxO/_old  2023-01-18 13:10:45.004799370 +0100
+++ /var/tmp/diff_new_pack.GgurxO/_new  2023-01-18 13:10:45.008799394 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-readable
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,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-bytestring-devel
 BuildRequires:  ghc-rpm-macros
@@ -46,6 +47,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ readable.cabal ++++++
name:           readable
version:        0.3.1
x-revision: 1
synopsis:       Reading from Text and ByteString

description:
  Provides a Readable type class for reading data types from ByteString and
  Text.  Also includes efficient implementations for common data types.

license:        BSD3
license-file:   LICENSE
author:         Doug Beardsley
maintainer:     [email protected]
build-type:     Simple
cabal-version:  >= 1.8
homepage:       https://github.com/mightybyte/readable
category:       Text

tested-with:
  GHC==7.4.2,
  GHC==7.6.3,
  GHC==7.8.4,
  GHC==7.10.3,
  GHC==8.0.2,
  GHC==8.2.2,
  GHC==8.4.4,
  GHC==8.6.3,
  GHC==9.2.1

extra-source-files:
  CHANGELOG.md
  LICENSE,
  README.md,
  Setup.hs

Library
  hs-source-dirs: src

  exposed-modules:
    Data.Readable

  build-depends:
    base        >= 4    && < 5,
    bytestring  >= 0.9  && < 0.12,
    text        >= 0.11 && < 2.1

  ghc-prof-options: -prof -auto-all
  ghc-options: -Wall -fwarn-tabs

source-repository head
  type:     git
  location: git://github.com/mightybyte/readable.git

Reply via email to