Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-uniplate for openSUSE:Factory 
checked in at 2021-01-20 18:24:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-uniplate (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-uniplate.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-uniplate"

Wed Jan 20 18:24:58 2021 rev:6 rq:862334 version:1.6.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-uniplate/ghc-uniplate.changes        
2020-12-22 11:48:17.705951381 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-uniplate.new.28504/ghc-uniplate.changes     
2021-01-20 18:25:33.123410894 +0100
@@ -1,0 +2,6 @@
+Mon Jan  4 11:05:48 UTC 2021 - [email protected]
+
+- Update uniplate to version 1.6.13 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  uniplate.cabal

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

Other differences:
------------------
++++++ ghc-uniplate.spec ++++++
--- /var/tmp/diff_new_pack.C9Cgbh/_old  2021-01-20 18:25:34.143411865 +0100
+++ /var/tmp/diff_new_pack.C9Cgbh/_new  2021-01-20 18:25:34.143411865 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-uniplate
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 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-containers-devel
 BuildRequires:  ghc-hashable-devel
@@ -75,6 +76,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ uniplate.cabal ++++++
cabal-version:      >= 1.18
build-type:         Simple
name:               uniplate
version:            1.6.13
x-revision: 1
author:             Neil Mitchell <[email protected]>
maintainer:         Neil Mitchell <[email protected]>
copyright:          Neil Mitchell 2006-2020
homepage:           https://github.com/ndmitchell/uniplate#readme
bug-reports:        https://github.com/ndmitchell/uniplate/issues
license:            BSD3
license-file:       LICENSE
synopsis:           Help writing simple, concise and fast generic operations.
category:           Generics
description:
    Uniplate is library for writing simple and concise generic operations.
    Uniplate has similar goals to the original Scrap Your Boilerplate work,
    but is substantially simpler and faster.
    .
    To get started with Uniplate you should import one of the three following
    modules:
    .
    * "Data.Generics.Uniplate.Data" - to quickly start writing generic 
functions.
    Most users should start by importing this module.
    .
    * "Data.Generics.Uniplate.Direct" - a replacement for 
"Data.Generics.Uniplate.Data"
    with substantially higher performance (around 5 times), but requires writing
    instance declarations.
    .
    * "Data.Generics.Uniplate.Operations" - definitions of all the operations 
defined
    by Uniplate. Both the above two modules re-export this module.
    .
    In addition, some users may want to make use of the following modules:
    .
    * "Data.Generics.Uniplate.Zipper" - a zipper built on top of Uniplate 
instances.
    .
    * "Data.Generics.SYB" - users transitioning from the Scrap Your Boilerplate 
library.
    .
    * "Data.Generics.Compos" - users transitioning from the Compos library.
    .
    * "Data.Generics.Uniplate.DataOnly" - users making use of both @Data@ and 
@Direct@
    to avoid getting instance conflicts.

extra-source-files:
    Data/Generics/Uniplate/Internal/DataInc.hs
    Data/Generics/Uniplate/Internal/OperationsInc.hs
extra-doc-files:
    README.md
    CHANGES.txt
tested-with: GHC==8.10, GHC==8.8, GHC==8.6, GHC==8.4, GHC==8.2, GHC==8.0

source-repository head
    type:     git
    location: https://github.com/ndmitchell/uniplate.git

library
    default-language: Haskell2010
    build-depends:
        base >=4.10 && <5, containers, syb, ghc-prim,
        hashable >= 1.1.2.3,
        unordered-containers >= 0.2.1

    exposed-modules:
        Data.Generics.Str
        Data.Generics.Compos
        Data.Generics.SYB
        Data.Generics.Uniplate.Data
        Data.Generics.Uniplate.Data.Instances
        Data.Generics.Uniplate.DataOnly
        Data.Generics.Uniplate.Direct
        Data.Generics.Uniplate.Operations
        Data.Generics.Uniplate.Typeable
        Data.Generics.Uniplate.Zipper

        -- DEPRECATED
        Data.Generics.Uniplate
        Data.Generics.UniplateOn
        Data.Generics.UniplateStr
        Data.Generics.UniplateStrOn
        Data.Generics.Biplate
        Data.Generics.PlateDirect
        Data.Generics.PlateTypeable
        Data.Generics.PlateData

    other-modules:
        Data.Generics.Uniplate.Internal.Data
        Data.Generics.Uniplate.Internal.DataOnlyOperations
        Data.Generics.Uniplate.Internal.Utils

Reply via email to