Hello community, here is the log from the commit of package ghc-keys for openSUSE:Factory checked in at 2016-07-20 09:22:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-keys (Old) and /work/SRC/openSUSE:Factory/.ghc-keys.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-keys" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-keys/ghc-keys.changes 2016-06-02 09:39:45.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-keys.new/ghc-keys.changes 2016-07-20 09:22:08.000000000 +0200 @@ -1,0 +2,5 @@ +Sun Jul 10 17:32:46 UTC 2016 - [email protected] + +- Update to version 3.11 revision 1 with cabal2obs. + +------------------------------------------------------------------- New: ---- 1.cabal ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-keys.spec ++++++ --- /var/tmp/diff_new_pack.lNOOhF/_old 2016-07-20 09:22:09.000000000 +0200 +++ /var/tmp/diff_new_pack.lNOOhF/_new 2016-07-20 09:22:09.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-keys # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -15,51 +15,50 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -%global pkg_name keys -Name: ghc-keys +%global pkg_name keys +Name: ghc-%{pkg_name} Version: 3.11 Release: 0 Summary: Keyed functors and containers -Group: System/Libraries - License: BSD-3-Clause +Group: System/Libraries Url: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build - +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal BuildRequires: ghc-Cabal-devel -BuildRequires: ghc-rpm-macros # Begin cabal-rpm deps: BuildRequires: ghc-array-devel BuildRequires: ghc-comonad-devel BuildRequires: ghc-containers-devel BuildRequires: ghc-free-devel BuildRequires: ghc-hashable-devel +BuildRequires: ghc-rpm-macros BuildRequires: ghc-semigroupoids-devel BuildRequires: ghc-semigroups-devel +BuildRequires: ghc-transformers-compat-devel BuildRequires: ghc-transformers-devel BuildRequires: ghc-unordered-containers-devel +BuildRoot: %{_tmppath}/%{name}-%{version}-build # End cabal-rpm deps %description Keyed functors and containers. - %package devel Summary: Haskell %{pkg_name} library development files Group: Development/Libraries/Other +Requires: %{name} = %{version}-%{release} Requires: ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version} Requires(postun): ghc-compiler = %{ghc_version} -Requires: %{name} = %{version}-%{release} %description devel This package provides the Haskell %{pkg_name} library development files. - %prep %setup -q -n %{pkg_name}-%{version} +cp -p %{SOURCE1} %{pkg_name}.cabal %build @@ -73,19 +72,15 @@ %post devel %ghc_pkg_recache - %postun devel %ghc_pkg_recache - %files -f %{name}.files %defattr(-,root,root,-) %doc LICENSE - %files devel -f %{name}-devel.files %defattr(-,root,root,-) -%doc README.markdown - +%doc CHANGELOG.markdown README.markdown %changelog ++++++ 1.cabal ++++++ name: keys category: Data Structures, Containers version: 3.11 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/keys/ bug-reports: http://github.com/ekmett/keys/issues copyright: Copyright (C) 2011-2016 Edward A. Kmett synopsis: Keyed functors and containers description: Keyed functors and containers build-type: Simple extra-source-files: .travis.yml CHANGELOG.markdown README.markdown source-repository head type: git location: git://github.com/ekmett/keys.git library build-depends: array >= 0.3.0.2 && < 0.6, base >= 4 && < 5, comonad >= 4 && < 6, containers >= 0.3 && < 0.6, free >= 4 && < 5, hashable >= 1.1.2.3 && < 1.3, semigroupoids >= 4.2 && < 6, semigroups >= 0.8.3.1 && < 1, transformers >= 0.2 && < 0.6, transformers-compat >= 0.3 && < 1, unordered-containers >= 0.2.4 && < 0.3 exposed-modules: Data.Key ghc-options: -Wall hs-source-dirs: src
