Script 'mail_helper' called by obssrc
Hello community,

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

Package is "ghc-string-conversions"

Wed Jan 18 13:10:44 2023 rev:2 rq:1059116 version:0.4.0.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-string-conversions/ghc-string-conversions.changes
    2020-12-22 11:32:34.129088939 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-string-conversions.new.32243/ghc-string-conversions.changes
 2023-01-18 13:11:08.736926660 +0100
@@ -1,0 +2,6 @@
+Sun Jan  8 19:40:49 UTC 2023 - Peter Simons <psim...@suse.com>
+
+- Update string-conversions to version 0.4.0.1 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  string-conversions.cabal

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

Other differences:
------------------
++++++ ghc-string-conversions.spec ++++++
--- /var/tmp/diff_new_pack.q3Ys03/_old  2023-01-18 13:11:09.812930829 +0100
+++ /var/tmp/diff_new_pack.q3Ys03/_new  2023-01-18 13:11:09.816930844 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-string-conversions
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2023 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-bytestring-devel
 BuildRequires:  ghc-rpm-macros
@@ -55,6 +56,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ string-conversions.cabal ++++++
-- This file has been generated from package.yaml by hpack version 0.15.0.
--
-- see: https://github.com/sol/hpack

name:                string-conversions
version:             0.4.0.1
x-revision: 1
synopsis:            Simplifies dealing with different types for strings
description:         Provides a simple type class for converting values of 
different string types into values of other string types.
license:             BSD3
license-file:        LICENSE
tested-with:         GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.1, GHC == 8.0.1
author:              Sönke Hahn
maintainer:          soenkeh...@gmail.com
category:            Data
homepage:            https://github.com/soenkehahn/string-conversions#readme
bug-reports:         https://github.com/soenkehahn/string-conversions/issues
build-type:          Simple
cabal-version:       >= 1.10

source-repository head
  type: git
  location: https://github.com/soenkehahn/string-conversions

library
  hs-source-dirs:
    src
  default-language: Haskell2010
  build-depends:
    base == 4.*,
    bytestring >= 0.9,
    text >= 0.11,
    utf8-string >= 0.3.1
  exposed-modules:
    Data.String.Conversions
    Data.String.Conversions.Monomorphic
  ghc-options: -Wall

test-suite spec
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  hs-source-dirs:
    test,
    src
  build-depends:
    base == 4.*,
    bytestring >= 0.9,
    text >= 0.11,
    utf8-string >= 0.3.1,
    hspec,
    quickcheck-instances,
    deepseq,
    QuickCheck
  other-modules:
    Data.String.ConversionsSpec
    Data.String.Conversions
    Data.String.Conversions.Monomorphic
  default-language: Haskell2010

Reply via email to