Script 'mail_helper' called by obssrc
Hello community,

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

Package is "ghc-libyaml"

Wed Jan 18 13:10:03 2023 rev:8 rq:1059080 version:0.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-libyaml/ghc-libyaml.changes  2020-12-22 
11:42:12.449656968 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-libyaml.new.32243/ghc-libyaml.changes       
2023-01-18 13:10:20.904656511 +0100
@@ -1,0 +2,6 @@
+Mon Oct 24 07:26:44 UTC 2022 - Peter Simons <psim...@suse.com>
+
+- Update libyaml to version 0.1.2 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  libyaml.cabal

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

Other differences:
------------------
++++++ ghc-libyaml.spec ++++++
--- /var/tmp/diff_new_pack.Z8ISAk/_old  2023-01-18 13:10:21.492659997 +0100
+++ /var/tmp/diff_new_pack.Z8ISAk/_new  2023-01-18 13:10:21.496660020 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-libyaml
 #
-# 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-conduit-devel
@@ -49,6 +50,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %define cabal_configure_options -fsystem-libyaml

++++++ libyaml.cabal ++++++
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 93d917f62be86415287d10db638b1d5422a21b7a4c5b229fbe16b62c47717555

name:           libyaml
version:        0.1.2
x-revision: 1
synopsis:       Low-level, streaming YAML interface.
description:    README and API documentation are available at 
<https://www.stackage.org/package/libyaml>
category:       Text
stability:      stable
homepage:       https://github.com/snoyberg/yaml#readme
bug-reports:    https://github.com/snoyberg/yaml/issues
author:         Michael Snoyman <mich...@snoyman.com>, Anton Ageev 
<ant...@gmail.com>,Kirill Simonov
maintainer:     Michael Snoyman <mich...@snoyman.com>
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    c/helper.h
    libyaml_src/yaml_private.h
    libyaml_src/yaml.h
    libyaml_src/LICENSE
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/snoyberg/yaml

flag no-unicode
  description: Don't enable unicode output. Instead, unicode characters will be 
escaped.
  manual: False
  default: False

flag system-libyaml
  description: Use the system-wide libyaml instead of the bundled copy
  manual: False
  default: False

library
  exposed-modules:
      Text.Libyaml
  other-modules:
      Paths_libyaml
  hs-source-dirs:
      src
  ghc-options: -Wall
  include-dirs:
      c
  c-sources:
      c/helper.c
  build-depends:
      base >=4.9.1 && <5
    , bytestring >=0.9.1.4
    , conduit >=1.2.8 && <1.4
    , resourcet >=0.3 && <1.4
  if flag(no-unicode)
    cpp-options: -D__NO_UNICODE__
  if !(flag(system-libyaml))
    include-dirs:
        libyaml_src
    c-sources:
        libyaml_src/api.c
        libyaml_src/dumper.c
        libyaml_src/emitter.c
        libyaml_src/loader.c
        libyaml_src/parser.c
        libyaml_src/reader.c
        libyaml_src/scanner.c
        libyaml_src/writer.c
  else
    extra-libraries:
        yaml
  if os(windows)
    cpp-options: -DWINDOWS
    build-depends:
        directory
  default-language: Haskell2010

Reply via email to