Hello community, here is the log from the commit of package ghc-markup for openSUSE:Factory checked in at 2017-09-15 21:03:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-markup (Old) and /work/SRC/openSUSE:Factory/.ghc-markup.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-markup" Fri Sep 15 21:03:57 2017 rev:2 rq:523876 version:3.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-markup/ghc-markup.changes 2016-11-11 14:33:24.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-markup.new/ghc-markup.changes 2017-09-15 21:03:58.777414047 +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: ---- markup.cabal ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-markup.spec ++++++ --- /var/tmp/diff_new_pack.dw7QEP/_old 2017-09-15 21:03:59.461318041 +0200 +++ /var/tmp/diff_new_pack.dw7QEP/_new 2017-09-15 21:03:59.465317480 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-markup # -# 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,12 +22,11 @@ Release: 0 Summary: Abstraction for HTML-embedded content License: MIT -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-blaze-html-devel BuildRequires: ghc-blaze-markup-devel BuildRequires: ghc-clay-devel @@ -43,8 +42,6 @@ BuildRequires: ghc-text-devel BuildRequires: ghc-transformers-base-devel BuildRequires: ghc-urlpath-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-build -# End cabal-rpm deps %description This library tries to simplify deployment of common HTML constructs, for @@ -66,7 +63,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} @@ -79,15 +76,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 @@ -95,10 +89,8 @@ %ghc_pkg_recache %files -f %{name}.files -%defattr(-,root,root,-) %doc LICENSE %files devel -f %{name}-devel.files -%defattr(-,root,root,-) %changelog ++++++ markup.cabal ++++++ Name: markup Version: 3.1.0 x-revision: 1 Author: Athan Clark <[email protected]> Maintainer: Athan Clark <[email protected]> License: MIT License-File: LICENSE Category: Data, Web Synopsis: Abstraction for HTML-embedded content Description: This library tries to simplify deployment of common HTML constructs, for different HTML engines. . Deployment, from this library's perspective, means /how/ something can be rendered to markup, yet still achieve the same "result" to the end user (namely the DOM). For instance, we could use a @<link>@ tag to reference external Css, or we might insert the Css code /inline/ a @<style>@ tag. . We use simple tags to infer the deployment mechanism for a context of markup. The three deployment mechanisms provided include . * /inline/ - the asset inserted between markup tags . * /local/ - assets on the current server . * /remote/ - assets referenced with a complete URI Cabal-Version: >= 1.10 Build-Type: Simple Library Default-Language: Haskell2010 HS-Source-Dirs: src GHC-Options: -Wall Exposed-Modules: Data.Markup Data.Markup.Types Data.Markup.Class Data.Markup.Library Build-Depends: base >= 4.8 && < 5 , blaze-html , blaze-markup , comonad , clay , lucid >= 2.5 , mmorph , monad-control , monad-logger , mtl , path-extra >= 0.0.2 , resourcet , text , transformers-base , urlpath >= 4.1.0 Source-Repository head Type: git Location: https://github.com/athanclark/markup.git
