Hello community,

here is the log from the commit of package ghc-xml-hamlet for openSUSE:Factory 
checked in at 2017-03-20 17:08:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-xml-hamlet (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-xml-hamlet.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-xml-hamlet"

Mon Mar 20 17:08:10 2017 rev:5 rq:477471 version:0.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-xml-hamlet/ghc-xml-hamlet.changes    
2017-02-21 13:38:26.245117652 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-xml-hamlet.new/ghc-xml-hamlet.changes       
2017-03-20 17:08:10.829581060 +0100
@@ -1,0 +2,5 @@
+Mon Feb 20 08:41:44 UTC 2017 - psim...@suse.com
+
+- Update to version 0.4.1 revision 1 with cabal2obs.
+
+-------------------------------------------------------------------

New:
----
  xml-hamlet.cabal

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-xml-hamlet.spec ++++++
--- /var/tmp/diff_new_pack.wqvsuv/_old  2017-03-20 17:08:11.457492399 +0100
+++ /var/tmp/diff_new_pack.wqvsuv/_new  2017-03-20 17:08:11.457492399 +0100
@@ -26,6 +26,7 @@
 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
+Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-parsec-devel
@@ -56,6 +57,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ xml-hamlet.cabal ++++++
Name:                xml-hamlet
Version:             0.4.1
x-revision: 1
Synopsis:            Hamlet-style quasiquoter for XML content
Homepage:            http://www.yesodweb.com/
License:             BSD3
License-file:        LICENSE
Author:              Michael Snoyman
Maintainer:          mich...@snoyman.com
Category:            Text
Build-type:          Simple
Description:         Hamlet-style quasiquoter for XML content
Extra-source-files:  test/main.hs ChangeLog.md README.md

Cabal-version:       >=1.8

Library
  Exposed-modules:     Text.Hamlet.XML
  Other-modules:       Text.Hamlet.XMLParse
  
  Build-depends:       base                       >= 4        && < 5
                     , shakespeare                >= 1.0      && < 2.2
                     , xml-conduit                >= 1.0      && < 1.6
                     , text                       >= 0.10
                     , template-haskell
                     , parsec                     >= 2.0      && < 3.2
                     , containers

  Ghc-options:         -Wall

test-suite test
  main-is:             main.hs
  hs-source-dirs:      test
  type:                exitcode-stdio-1.0
  ghc-options:         -Wall
  build-depends:       hspec >= 1.3
                     , HUnit
                     , base >= 4 && < 5
                     , shakespeare
                     , xml-conduit
                     , text
                     , template-haskell
                     , parsec
                     , xml-hamlet
                     , containers

Reply via email to