Hello community, here is the log from the commit of package ghc-monoid-extras for openSUSE:Factory checked in at 2017-06-04 01:54:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-monoid-extras (Old) and /work/SRC/openSUSE:Factory/.ghc-monoid-extras.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-monoid-extras" Sun Jun 4 01:54:47 2017 rev:3 rq:494178 version:0.4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-monoid-extras/ghc-monoid-extras.changes 2016-11-10 13:25:33.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-monoid-extras.new/ghc-monoid-extras.changes 2017-06-04 01:54:48.314784946 +0200 @@ -1,0 +2,5 @@ +Mon Apr 24 12:26:39 UTC 2017 - [email protected] + +- Update to version 0.4.2 revision 1 with cabal2obs. + +------------------------------------------------------------------- New: ---- monoid-extras.cabal ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-monoid-extras.spec ++++++ --- /var/tmp/diff_new_pack.MW6od2/_old 2017-06-04 01:54:49.274649336 +0200 +++ /var/tmp/diff_new_pack.MW6od2/_new 2017-06-04 01:54:49.278648771 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-monoid-extras # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # 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 @@ Group: Development/Languages/Other 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-groups-devel BuildRequires: ghc-rpm-macros @@ -50,6 +51,7 @@ %prep %setup -q -n %{pkg_name}-%{version} +cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build @@ -69,5 +71,6 @@ %files devel -f %{name}-devel.files %defattr(-,root,root,-) +%doc CHANGES %changelog ++++++ monoid-extras.cabal ++++++ name: monoid-extras version: 0.4.2 x-revision: 1 synopsis: Various extra monoid-related definitions and utilities description: Various extra monoid-related definitions and utilities, such as monoid actions, monoid coproducts, semi-direct products, \"deletable\" monoids, \"split\" monoids, and \"cut\" monoids. license: BSD3 license-file: LICENSE extra-source-files: CHANGES author: Brent Yorgey maintainer: [email protected] bug-reports: https://github.com/diagrams/monoid-extras/issues category: Data build-type: Simple cabal-version: >=1.10 tested-with: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.1 source-repository head type: git location: https://github.com/diagrams/monoid-extras.git library default-language: Haskell2010 exposed-modules: Data.Monoid.Action, Data.Monoid.SemiDirectProduct, Data.Monoid.SemiDirectProduct.Strict Data.Monoid.Coproduct, Data.Monoid.Cut, Data.Monoid.Deletable, Data.Monoid.Endomorphism, Data.Monoid.Inf, Data.Monoid.MList, Data.Monoid.Recommend, Data.Monoid.Split, Data.Monoid.WithSemigroup build-depends: base >= 4.3 && < 4.10, groups < 0.5, semigroups >= 0.8 && < 0.19, semigroupoids >= 4.0 && < 5.3 hs-source-dirs: src other-extensions: DeriveFunctor, FlexibleInstances, MultiParamTypeClasses, TypeOperators benchmark semi-direct-product default-language: Haskell2010 hs-source-dirs: benchmarks main-is: SemiDirectProduct.hs type: exitcode-stdio-1.0 build-depends: base >= 4.3 && < 4.10 , criterion , monoid-extras
