Hello community, here is the log from the commit of package ghc-mcmc-types for openSUSE:Factory checked in at 2016-12-06 14:25:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-mcmc-types (Old) and /work/SRC/openSUSE:Factory/.ghc-mcmc-types.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-mcmc-types" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-mcmc-types/ghc-mcmc-types.changes 2016-10-23 12:50:24.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-mcmc-types.new/ghc-mcmc-types.changes 2016-12-06 14:25:14.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Nov 1 18:13:59 UTC 2016 - psim...@suse.com + +- Update to version 1.0.2 with cabal2obs. + +------------------------------------------------------------------- Old: ---- mcmc-types-1.0.1.tar.gz New: ---- mcmc-types-1.0.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-mcmc-types.spec ++++++ --- /var/tmp/diff_new_pack.sdRpS8/_old 2016-12-06 14:25:15.000000000 +0100 +++ /var/tmp/diff_new_pack.sdRpS8/_new 2016-12-06 14:25:15.000000000 +0100 @@ -18,21 +18,19 @@ %global pkg_name mcmc-types Name: ghc-%{pkg_name} -Version: 1.0.1 +Version: 1.0.2 Release: 0 Summary: Common types for sampling License: MIT -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 BuildRequires: ghc-Cabal-devel -# Begin cabal-rpm deps: BuildRequires: ghc-containers-devel BuildRequires: ghc-mwc-probability-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-transformers-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build -# End cabal-rpm deps %description Common types for implementing Markov Chain Monte Carlo (MCMC) algorithms. @@ -62,15 +60,12 @@ %prep %setup -q -n %{pkg_name}-%{version} - %build %ghc_lib_build - %install %ghc_lib_install - %post devel %ghc_pkg_recache ++++++ mcmc-types-1.0.1.tar.gz -> mcmc-types-1.0.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mcmc-types-1.0.1/mcmc-types.cabal new/mcmc-types-1.0.2/mcmc-types.cabal --- old/mcmc-types-1.0.1/mcmc-types.cabal 2015-10-06 11:05:45.000000000 +0200 +++ new/mcmc-types-1.0.2/mcmc-types.cabal 2016-10-31 20:44:20.000000000 +0100 @@ -1,5 +1,5 @@ name: mcmc-types -version: 1.0.1 +version: 1.0.2 synopsis: Common types for sampling. homepage: http://github.com/jtobin/mcmc-types license: MIT @@ -31,8 +31,8 @@ exposed-modules: Data.Sampling.Types default-language: Haskell2010 build-depends: - base < 5 - , containers + base >= 4 && < 6 + , containers >= 0.5 && < 6 , mwc-probability >= 1.0.1 , transformers