commit ghc-stm for openSUSE:Factory
Hello community, here is the log from the commit of package ghc-stm for openSUSE:Factory checked in at 2017-05-06 18:29:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-stm (Old) and /work/SRC/openSUSE:Factory/.ghc-stm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "ghc-stm" Sat May 6 18:29:02 2017 rev:11 rq:491512 version:2.4.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-stm/ghc-stm.changes 2016-07-27 16:09:49.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-stm.new/ghc-stm.changes 2017-05-06 18:29:03.440257298 +0200 @@ -1,0 +2,5 @@ +Sun Apr 9 18:08:01 UTC 2017 - psimons@suse.com + +- Update to version 2.4.4.1 revision 1 with cabal2obs. + +------------------------------------------------------------------- New: ---- stm.cabal ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-stm.spec ++++++ --- /var/tmp/diff_new_pack.9gkbec/_old 2017-05-06 18:29:04.232145558 +0200 +++ /var/tmp/diff_new_pack.9gkbec/_new 2017-05-06 18:29:04.236144994 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-stm # -# 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,15 +22,14 @@ Release: 0 Summary: Software Transactional Memory 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-array-devel BuildRequires: ghc-rpm-macros BuildRoot: %{_tmppath}/%{name}-%{version}-build -# End cabal-rpm deps %description A modular composable concurrency abstraction. @@ -48,16 +47,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 ++++++ stm.cabal ++++++ name: stm version: 2.4.4.1 x-revision: 1 -- don't forget to update changelog.md file! license: BSD3 license-file: LICENSE maintainer: libraries@haskell.org bug-reports: https://ghc.haskell.org/trac/ghc/newticket?component=libraries%20%28other%29&keywords=stm synopsis: Software Transactional Memory category: Concurrency description: A modular composable concurrency abstraction. build-type: Simple cabal-version: >=1.10 tested-with: GHC==7.10.*, GHC==7.8.*, GHC==7.6.*, GHC==7.4.*, GHC==7.2.*, GHC==7.0.* extra-source-files: changelog.md source-repository head type: git location: http://git.haskell.org/packages/stm.git library default-language: Haskell2010 other-extensions: CPP DeriveDataTypeable FlexibleInstances MagicHash MultiParamTypeClasses UnboxedTuples if impl(ghc >= 7.2) other-extensions: Trustworthy if impl(ghc >= 7.9) other-extensions: Safe build-depends: base >= 4.3 && < 4.11, array >= 0.3 && < 0.6 exposed-modules: Control.Concurrent.STM Control.Concurrent.STM.TArray Control.Concurrent.STM.TVar Control.Concurrent.STM.TChan Control.Concurrent.STM.TMVar Control.Concurrent.STM.TQueue Control.Concurrent.STM.TBQueue Control.Concurrent.STM.TSem Control.Monad.STM other-modules: Control.Sequential.STM ghc-options: -Wall
participants (1)
-
root@hilbert.suse.de