Hello community, here is the log from the commit of package ghc-cgi for openSUSE:Factory checked in at 2016-12-06 14:24:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-cgi (Old) and /work/SRC/openSUSE:Factory/.ghc-cgi.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-cgi" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-cgi/ghc-cgi.changes 2016-07-21 08:02:58.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-cgi.new/ghc-cgi.changes 2016-12-06 14:24:33.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Nov 22 16:06:46 UTC 2016 - psim...@suse.com + +- Update to version 3001.3.0.2 with cabal2obs. + +------------------------------------------------------------------- Old: ---- cgi-3001.3.0.1.tar.gz New: ---- cgi-3001.3.0.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-cgi.spec ++++++ --- /var/tmp/diff_new_pack.69Fc4F/_old 2016-12-06 14:24:34.000000000 +0100 +++ /var/tmp/diff_new_pack.69Fc4F/_new 2016-12-06 14:24:34.000000000 +0100 @@ -19,15 +19,14 @@ %global pkg_name cgi %bcond_with tests Name: ghc-%{pkg_name} -Version: 3001.3.0.1 +Version: 3001.3.0.2 Release: 0 Summary: A library for writing CGI programs 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-bytestring-devel BuildRequires: ghc-containers-devel BuildRequires: ghc-exceptions-devel @@ -44,7 +43,6 @@ BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-doctest-devel %endif -# End cabal-rpm deps %description This is a Haskell library for writing CGI programs. @@ -63,20 +61,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 ++++++ cgi-3001.3.0.1.tar.gz -> cgi-3001.3.0.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cgi-3001.3.0.1/cgi.cabal new/cgi-3001.3.0.2/cgi.cabal --- old/cgi-3001.3.0.1/cgi.cabal 2016-04-09 20:05:04.000000000 +0200 +++ new/cgi-3001.3.0.2/cgi.cabal 2016-11-15 02:18:13.000000000 +0100 @@ -1,5 +1,5 @@ Name: cgi -Version: 3001.3.0.1 +Version: 3001.3.0.2 Copyright: Bjorn Bringert, John Chee, Andy Gill, Anders Kaseorg, Ian Lynagh, Erik Meijer, Sven Panne, Jeremy Shaw Category: Network @@ -73,7 +73,7 @@ build-depends: base , doctest >= 0.8 && < 0.12 - , QuickCheck >= 2.8.1 && < 2.9 + , QuickCheck >= 2.8.1 && < 2.10 --Executable: printinput --Main-Is: printinput.hs