Hello community, here is the log from the commit of package ghc-shelly for openSUSE:Factory checked in at 2016-11-05 21:27:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-shelly (Old) and /work/SRC/openSUSE:Factory/.ghc-shelly.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-shelly" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-shelly/ghc-shelly.changes 2016-07-27 16:09:33.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-shelly.new/ghc-shelly.changes 2016-11-05 21:27:39.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Oct 11 08:49:52 UTC 2016 - [email protected] + +- Update to version 1.6.8.1 with cabal2obs. + +------------------------------------------------------------------- Old: ---- shelly-1.6.8.tar.gz New: ---- shelly-1.6.8.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-shelly.spec ++++++ --- /var/tmp/diff_new_pack.FYJbUD/_old 2016-11-05 21:27:40.000000000 +0100 +++ /var/tmp/diff_new_pack.FYJbUD/_new 2016-11-05 21:27:40.000000000 +0100 @@ -19,15 +19,14 @@ %global pkg_name shelly %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.6.8 +Version: 1.6.8.1 Release: 0 Summary: Shell-like (systems) programming in Haskell 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 BuildRequires: ghc-Cabal-devel -# Begin cabal-rpm deps: BuildRequires: ghc-async-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-containers-devel @@ -52,7 +51,6 @@ BuildRequires: ghc-HUnit-devel BuildRequires: ghc-hspec-devel %endif -# End cabal-rpm deps %description Shelly provides convenient systems programming in Haskell, similar in spirit to @@ -88,20 +86,14 @@ %prep %setup -q -n %{pkg_name}-%{version} - %build %ghc_lib_build - %install %ghc_lib_install - %check -%if %{with tests} -%{cabal} test -%endif - +%cabal_test %post devel %ghc_pkg_recache ++++++ shelly-1.6.8.tar.gz -> shelly-1.6.8.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shelly-1.6.8/shelly.cabal new/shelly-1.6.8.1/shelly.cabal --- old/shelly-1.6.8/shelly.cabal 2016-06-26 17:59:25.000000000 +0200 +++ new/shelly-1.6.8.1/shelly.cabal 2016-10-03 01:11:28.000000000 +0200 @@ -1,6 +1,6 @@ Name: shelly -Version: 1.6.8 +Version: 1.6.8.1 Synopsis: shell-like (systems) programming in Haskell Description: Shelly provides convenient systems programming in Haskell, @@ -128,7 +128,7 @@ unix-compat < 0.5, system-filepath >= 0.4.7 && < 0.5, system-fileio < 0.4, - time >= 1.3 && < 1.6, + time >= 1.3 && < 1.7, mtl >= 2, HUnit >= 1.2, hspec >= 1.5,
