Hello community, here is the log from the commit of package ghc-hamilton for openSUSE:Factory checked in at 2017-04-18 13:50:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-hamilton (Old) and /work/SRC/openSUSE:Factory/.ghc-hamilton.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-hamilton" Tue Apr 18 13:50:10 2017 rev:1 rq:486496 version:0.1.0.0 Changes: -------- New Changes file: --- /dev/null 2017-03-01 00:40:19.279048016 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-hamilton.new/ghc-hamilton.changes 2017-04-18 13:50:14.475804055 +0200 @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Sun Feb 12 09:47:02 UTC 2017 - [email protected] + +- Update to version 0.1.0.0 revision 2 with cabal2obs. + New: ---- ghc-hamilton.changes ghc-hamilton.spec hamilton-0.1.0.0.tar.gz hamilton.cabal ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-hamilton.spec ++++++ # # spec file for package ghc-hamilton # # 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # %global pkg_name hamilton Name: ghc-%{pkg_name} Version: 0.1.0.0 Release: 0 Summary: Physics on generalized coordinate systems using Hamiltonian Mechanics and AD License: BSD-3-Clause 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/2.cabal#/%{pkg_name}.cabal BuildRequires: chrpath BuildRequires: ghc-Cabal-devel BuildRequires: ghc-ad-devel BuildRequires: ghc-ansi-wl-pprint-devel BuildRequires: ghc-comonad-devel BuildRequires: ghc-containers-devel BuildRequires: ghc-free-devel BuildRequires: ghc-hmatrix-devel BuildRequires: ghc-hmatrix-gsl-devel BuildRequires: ghc-optparse-applicative-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-typelits-witnesses-devel BuildRequires: ghc-vector-devel BuildRequires: ghc-vector-sized-devel BuildRequires: ghc-vty-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Physics on generalized coordinate systems using Hamiltonian Mechanics and AD. %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} %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 %ghc_lib_build %install %ghc_lib_install %ghc_fix_rpath %{pkg_name}-%{version} %post devel %ghc_pkg_recache %postun devel %ghc_pkg_recache %files -f %{name}.files %defattr(-,root,root,-) %doc LICENSE %{_bindir}/hamilton-examples %files devel -f %{name}-devel.files %defattr(-,root,root,-) %doc README.md %changelog ++++++ hamilton.cabal ++++++ name: hamilton version: 0.1.0.0 x-revision: 2 synopsis: Physics on generalized coordinate systems using Hamiltonian Mechanics and AD description: See README.md (or read online at <https://github.com/mstksg/hamilton#readme>). . Documentation online at <https://mstksg.github.io/hamilton/>. homepage: https://github.com/mstksg/hamilton license: BSD3 license-file: LICENSE author: Justin Le maintainer: [email protected] copyright: (c) Justin Le 2016 category: Physics build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Numeric.Hamilton build-depends: base >= 4.9 && < 5 , ad , comonad , free , hmatrix >= 0.18 , hmatrix-gsl >= 0.18 , typelits-witnesses , vector-sized >= 0.4.1 ghc-options: -Wall default-language: Haskell2010 executable hamilton-examples hs-source-dirs: app main-is: Examples.hs ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall build-depends: base >= 4.9 , ansi-wl-pprint , containers , hamilton , hmatrix , optparse-applicative >= 0.13 , vector , vector-sized , vty default-language: Haskell2010 -- test-suite hamilton-test -- type: exitcode-stdio-1.0 -- hs-source-dirs: test -- main-is: Spec.hs -- build-depends: base -- , hamilton -- ghc-options: -threaded -rtsopts -with-rtsopts=-N -- default-language: Haskell2010 source-repository head type: git location: https://github.com/mstksg/hamilton
