Hello community, here is the log from the commit of package ghc-either for openSUSE:Factory checked in at 2017-01-18 21:44:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-either (Old) and /work/SRC/openSUSE:Factory/.ghc-either.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-either" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-either/ghc-either.changes 2016-07-21 08:07:52.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-either.new/ghc-either.changes 2017-01-18 21:44:07.332932113 +0100 @@ -1,0 +2,5 @@ +Wed Jan 4 21:24:48 UTC 2017 - [email protected] + +- Update to version 4.4.1.1 revision 1 with cabal2obs. + +------------------------------------------------------------------- New: ---- either.cabal ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-either.spec ++++++ --- /var/tmp/diff_new_pack.djYwGY/_old 2017-01-18 21:44:07.840860270 +0100 +++ /var/tmp/diff_new_pack.djYwGY/_new 2017-01-18 21:44:07.848859139 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-either # -# 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 @@ -22,11 +22,11 @@ Release: 0 Summary: An either monad transformer License: BSD-3-Clause -Group: System/Libraries +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 -# Begin cabal-rpm deps: BuildRequires: ghc-MonadRandom-devel BuildRequires: ghc-bifunctors-devel BuildRequires: ghc-exceptions-devel @@ -41,7 +41,6 @@ BuildRequires: ghc-transformers-base-devel BuildRequires: ghc-transformers-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build -# End cabal-rpm deps %description An either monad transformer. @@ -59,16 +58,14 @@ %prep %setup -q -n %{pkg_name}-%{version} - +cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build - %install %ghc_lib_install - %post devel %ghc_pkg_recache @@ -81,6 +78,5 @@ %files devel -f %{name}-devel.files %defattr(-,root,root,-) -%doc CHANGELOG.markdown README.markdown %changelog ++++++ either.cabal ++++++ name: either category: Control, Monads version: 4.4.1.1 x-revision: 1 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE author: Edward A. Kmett maintainer: Edward A. Kmett <[email protected]> stability: provisional homepage: http://github.com/ekmett/either/ bug-reports: http://github.com/ekmett/either/issues copyright: Copyright (C) 2008-2014 Edward A. Kmett synopsis: An either monad transformer description: An either monad transformer build-type: Simple extra-source-files: .gitignore .ghci .vim.custom .travis.yml CHANGELOG.markdown README.markdown source-repository head type: git location: git://github.com/ekmett/either.git library build-depends: base >= 4 && < 5, bifunctors >= 4 && < 6, exceptions >= 0.5 && < 0.9, free >= 4.9 && < 5, monad-control >= 0.3.2 && < 1.1, MonadRandom >= 0.1 && < 0.6, mtl >= 2.0 && < 2.3, mmorph >= 1.0.0 && < 1.1, profunctors >= 4 && < 6, semigroups >= 0.8.3.1 && < 1, semigroupoids >= 4 && < 6, transformers >= 0.2 && < 0.6, transformers-base >= 0.4 && < 0.5 extensions: CPP exposed-modules: Control.Monad.Trans.Either Data.Either.Combinators Data.Either.Validation ghc-options: -Wall hs-source-dirs: src
