Hello community, here is the log from the commit of package ghc-wizards for openSUSE:Factory checked in at 2017-09-15 21:10:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-wizards (Old) and /work/SRC/openSUSE:Factory/.ghc-wizards.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-wizards" Fri Sep 15 21:10:14 2017 rev:2 rq:523889 version:1.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-wizards/ghc-wizards.changes 2016-11-17 12:42:15.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-wizards.new/ghc-wizards.changes 2017-09-15 21:10:15.636505716 +0200 @@ -1,0 +2,5 @@ +Thu Aug 3 15:38:38 UTC 2017 - [email protected] + +- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. + +------------------------------------------------------------------- Old: ---- 1.cabal New: ---- wizards.cabal ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-wizards.spec ++++++ --- /var/tmp/diff_new_pack.rd2tFD/_old 2017-09-15 21:10:16.448391723 +0200 +++ /var/tmp/diff_new_pack.rd2tFD/_new 2017-09-15 21:10:16.448391723 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-wizards # -# 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,20 +22,17 @@ Release: 0 Summary: High level, generic library for interrogative user interfaces License: BSD-3-Clause -Group: System/Libraries -Url: https://hackage.haskell.org/package/%{pkg_name} +Group: Development/Libraries/Haskell +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 +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-containers-devel BuildRequires: ghc-control-monad-free-devel BuildRequires: ghc-haskeline-devel BuildRequires: ghc-mtl-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-transformers-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-build -# End cabal-rpm deps %description 'wizards' is a package designed for the quick and painless development of @@ -63,7 +60,7 @@ %package devel Summary: Haskell %{pkg_name} library development files -Group: Development/Libraries/Other +Group: Development/Libraries/Haskell Requires: %{name} = %{version}-%{release} Requires: ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version} @@ -76,15 +73,12 @@ %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 @@ -92,10 +86,8 @@ %ghc_pkg_recache %files -f %{name}.files -%defattr(-,root,root,-) %doc LICENSE %files devel -f %{name}-devel.files -%defattr(-,root,root,-) %changelog ++++++ wizards.cabal ++++++ -- wizards.cabal auto-generated by cabal init. For additional options, -- see -- http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/authors.html#pkg-descr. -- The name of the package. Name: wizards -- The package version. See the Haskell package versioning policy -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for -- standards guiding when and how versions should be incremented. Version: 1.0.2 x-revision: 1 -- A short (one-line) description of the package. Synopsis: High level, generic library for interrogative user interfaces -- A longer description of the package. -- Description: -- The license under which the package is released. License: BSD3 -- The file containing the license text. License-file: LICENSE -- The package author(s). Author: Liam O'Connor-Davis -- An email address to which users can send suggestions, bug reports, -- and patches. Maintainer: [email protected] Description: @wizards@ is a package designed for the quick and painless development of /interrogative/ programs, which revolve around a \"dialogue\" with the user, who is asked a series of questions in a sequence much like an installation wizard. . Everything from interactive system scripts, to installation wizards, to full-blown shells can be implemented with the support of @wizards@. . It is developed transparently on top of a free monad, which separates out the semantics of the program from any particular interface. A variety of backends exist, including console-based "System.Console.Wizard.Haskeline" and "System.Console.Wizard.BasicIO", and the pure "System.Console.Wizard.Pure". It is also possible to write your own backends, or extend existing back-ends with new features. While both built-in IO backends operate on a console, there is no reason why @wizards@ cannot also be used for making GUI wizard interfaces. . . See the github page for examples on usage: . <http://www.github.com/liamoc/wizards> . For creating backends, the module "System.Console.Wizard.Internal" has a brief tutorial. -- A copyright notice. -- Copyright: Category: User Interfaces Build-type: Simple -- Extra files to be distributed with the package, such as examples or -- a README. -- Extra-source-files: -- Constraint on the version of Cabal needed to build this package. Cabal-version: >=1.6 source-repository head type: git location: git://github.com/liamoc/wizards.git source-repository this type: git location: git://github.com/liamoc/wizards.git tag: 1.0 Library -- Modules exported by the library. Exposed-modules: System.Console.Wizard System.Console.Wizard.Internal System.Console.Wizard.Haskeline System.Console.Wizard.BasicIO System.Console.Wizard.Pure Extensions: OverlappingInstances -- Packages needed in order to build this package. Build-depends: base == 4.*, haskeline >= 0.6 && < 0.8, mtl >= 2.0 && < 2.3, transformers >= 0.1 && < 0.6, control-monad-free >= 0.5 && < 0.7, containers >= 0.4 && < 0.6 -- Modules not exported by this package. -- Other-modules: -- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source. -- Build-tools:
