Hello community,

here is the log from the commit of package xdcc for openSUSE:Factory checked in 
at 2017-05-27 13:16:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xdcc (Old)
 and      /work/SRC/openSUSE:Factory/.xdcc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xdcc"

Sat May 27 13:16:43 2017 rev:2 rq:497899 version:1.1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/xdcc/xdcc.changes        2017-05-17 
10:51:32.126619370 +0200
+++ /work/SRC/openSUSE:Factory/.xdcc.new/xdcc.changes   2017-05-27 
13:16:43.977349095 +0200
@@ -1,0 +2,5 @@
+Tue May 16 08:44:16 UTC 2017 - [email protected]
+
+- Update to version 1.1.4 revision 1 with cabal2obs.
+
+-------------------------------------------------------------------

New:
----
  xdcc.cabal

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

Other differences:
------------------
++++++ xdcc.spec ++++++
--- /var/tmp/diff_new_pack.xiH1OU/_old  2017-05-27 13:16:44.445282940 +0200
+++ /var/tmp/diff_new_pack.xiH1OU/_new  2017-05-27 13:16:44.449282375 +0200
@@ -24,6 +24,7 @@
 Group:          Development/Languages/Other
 Url:            https://hackage.haskell.org/package/%{name}
 Source0:        
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
+Source1:        
https://hackage.haskell.org/package/%{name}-%{version}/revision/1.cabal#/%{name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-ascii-progress-devel
 BuildRequires:  ghc-async-devel
@@ -60,6 +61,7 @@
 
 %prep
 %setup -q
+cp -p %{SOURCE1} %{name}.cabal
 
 %build
 %ghc_bin_build

++++++ xdcc.cabal ++++++
name:                 xdcc
version:              1.1.4
x-revision: 1
synopsis:             A wget-like utility for retrieving files from XDCC bots on
                      IRC
description:          XDCC (eXtended DCC) is a protocol used by IRC bots to make
                      files available for transfer. This utility can be used to
                      retrieve such files.
                      .
                      See <https://github.com/JanGe/xdcc/blob/master/README.md>
                      for usage instructions.
                      .
                      See <https://de.wikipedia.org/wiki/XDCC> for
                      more details.
license:              MIT
license-file:         LICENSE
homepage:             https://github.com/JanGe/xdcc
bug-reports:          https://github.com/JanGe/xdcc/issues
author:               Jan Gerlinger
maintainer:           [email protected]
category:             Network
-- copyright:
build-type:           Simple
cabal-version:        >=1.10

executable xdcc
  hs-source-dirs:       src
  main-is:              Main.hs
  other-modules:        DCC
                      , IRC.Types
                      , XDCC
                      , ZNC
                      , Options.Applicative.Extended
  build-depends:        base                 >= 4.7      && < 5
                      , ascii-progress       >= 0.3.2.0  && < 0.4
                      , async                >= 2.1.0    && < 2.2
                      , bytestring           >= 0.10.6.0 && < 0.11
                      , case-insensitive     >= 1.2.0.6  && < 1.3
                      , concurrent-output    >= 1.7.4    && < 1.10
                      , errors               >= 2.1.2    && < 2.3
                      , iproute              >= 1.7.0    && < 1.8
                      , irc-client           >= 0.4.3.0  && < 0.5
                      , irc-dcc              >= 2.0.1    && < 2.1
                      , monad-control        >= 1.0.1.0  && < 1.1
                      , network              >= 2.6.2.1  && < 2.7
                      , optparse-applicative >= 0.12.1.0 && < 0.14
                      , path                 >= 0.5.7    && < 0.6
                      , random               == 1.1.*
                      , text                 >= 1.2.2.1  && < 1.3
                      , transformers         >= 0.4.2.0  && < 0.6
                      , transformers-base    >= 0.4.4    && < 0.5
                      , safe-exceptions      >= 0.1.4.0  && < 0.2
                      , signal               >= 0.1.0.3  && < 0.2
                      , stm                  >= 2.4.4.1  && < 2.5
                      , unix-compat          >= 0.4.1.0  && < 0.5
  default-language:     Haskell2010
  ghc-options:          -Wall -threaded -rtsopts -with-rtsopts=-N

Reply via email to