Hello community,

here is the log from the commit of package ghc-DAV for openSUSE:Factory checked 
in at 2016-07-21 08:11:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-DAV (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-DAV.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-DAV"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-DAV/ghc-DAV.changes  2016-05-03 
09:34:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-DAV.new/ghc-DAV.changes     2016-07-21 
08:11:32.000000000 +0200
@@ -1,0 +2,10 @@
+Sat Jul 16 09:31:09 UTC 2016 - [email protected]
+
+- Update to version 1.2 revision 1 with cabal2obs.
+
+-------------------------------------------------------------------
+Sun Jul 10 17:08:01 UTC 2016 - [email protected]
+
+- Update to version 1.2 revision 0 with cabal2obs.
+
+-------------------------------------------------------------------

New:
----
  1.cabal

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

Other differences:
------------------
++++++ ghc-DAV.spec ++++++
--- /var/tmp/diff_new_pack.Y38T6N/_old  2016-07-21 08:11:33.000000000 +0200
+++ /var/tmp/diff_new_pack.Y38T6N/_new  2016-07-21 08:11:33.000000000 +0200
@@ -25,6 +25,7 @@
 Group:          System/Libraries
 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
 BuildRequires:  ghc-Cabal-devel
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-bytestring-devel
@@ -72,31 +73,30 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 
 %build
-%{ghc_lib_build}
+%ghc_lib_build
 
 
 %install
-%{ghc_lib_install}
+%ghc_lib_install
 
 
 %post devel
-%{ghc_pkg_recache}
-
+%ghc_pkg_recache
 
 %postun devel
-%{ghc_pkg_recache}
-
+%ghc_pkg_recache
 
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE
+%{_bindir}/hdav
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
 %doc AUTHORS
-%{_bindir}/hdav
 
 %changelog

++++++ 1.cabal ++++++
name:                DAV
version:             1.2
x-revision: 1
synopsis:            RFC 4918 WebDAV support
description:
   This is a library for the Web Distributed Authoring and Versioning
   (WebDAV) extensions to HTTP.  At present it supports a very small
   subset of client functionality.
   .
   In addition, there is an executable, hdav, which can be used for
   command-line operation.

homepage:            http://floss.scru.org/hDAV
bug-reports:         mailto:[email protected]
license:             GPL-3
license-file:        LICENSE
author:              Clint Adams
maintainer:          [email protected]
copyright:           Copyright (C) 2012-2015  Clint Adams
category:            Web
build-type:          Simple
cabal-version:       >=1.8
extra-source-files:  AUTHORS

flag network-uri
  description: Get Network.URI from the network-uri package
  default: True

library
  exposed-modules:  Network.Protocol.HTTP.DAV
  other-modules:    Network.Protocol.HTTP.DAV.TH
  ghc-options:       -Wall
  build-depends:       base >= 4.5                 && < 5
                     , bytestring
                     , case-insensitive >= 0.4
                     , containers
                     , data-default
                     , exceptions >= 0.7
                     , http-client >= 0.4 && < 0.5
                     , http-client-tls >= 0.2
                     , http-types >= 0.7
                     , lens >= 3.0
                     , mtl >= 2.1
                     , mtl-compat
                     , transformers >= 0.3
                     , transformers-base
                     , transformers-compat >= 0.3
                     , utf8-string
                     , xml-conduit >= 1.0
                     , xml-hamlet >= 0.4           && < 0.5
executable hdav
  main-is:           hdav.hs
  ghc-options:       -Wall
  build-depends:       base >= 4.5                 && < 5
                     , bytestring
                     , bytestring
                     , case-insensitive >= 0.4
                     , containers
                     , data-default
                     , exceptions >= 0.7
                     , http-client >= 0.4 && < 0.5
                     , http-client-tls >= 0.2
                     , http-types >= 0.7
                     , lens >= 3.0
                     , mtl >= 2.1
                     , mtl-compat
                     , optparse-applicative >= 0.10.0
                     , transformers >= 0.3
                     , transformers-base
                     , transformers-compat >= 0.3
                     , utf8-string
                     , xml-conduit >= 1.0
                     , xml-hamlet >= 0.4           && < 0.5
  if flag(network-uri)
    build-depends: network-uri >= 2.6, network >= 2.6
  else
    build-depends: network >= 2.3 && <2.6

source-repository head
  type:     git
  location: git://anonscm.debian.org/users/clint/DAV.git
  branch:   master

source-repository this
  type:     git
  location: git://anonscm.debian.org/users/clint/DAV.git
  tag:      DAV/1.2

Reply via email to