osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-dbus revision:5, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-dbus?expand=0&rev=5
This commit is contained in:
Peter Simons 2018-11-29 02:01:22 +00:00 committed by Git OBS Bridge
parent f7a9034ef5
commit f35430114d
4 changed files with 19 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a325b5c6958a343b30fd378d54ac01f9db889a4d7cadb14b2103da7ef4e7e8f5
size 77535

3
dbus-1.1.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5ff34d2d2f9da2dac2a7cfe7c17f7dc216616874c8241d04411902b528d29224
size 77559

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Nov 26 03:01:51 UTC 2018 - psimons@suse.com
- Update dbus to version 1.1.1.
Upstream does not provide a change log file.
-------------------------------------------------------------------
Sat Nov 24 03:01:52 UTC 2018 - psimons@suse.com
- Update dbus to version 1.1.0.
Upstream does not provide a change log file.
-------------------------------------------------------------------
Thu Aug 2 16:29:51 UTC 2018 - psimons@suse.com

View File

@ -19,7 +19,7 @@
%global pkg_name dbus
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 1.0.1
Version: 1.1.1
Release: 0
Summary: A client library for the D-Bus IPC system
License: Apache-2.0
@ -29,11 +29,12 @@ Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-cereal-devel
BuildRequires: ghc-conduit-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-deepseq-devel
BuildRequires: ghc-exceptions-devel
BuildRequires: ghc-filepath-devel
BuildRequires: ghc-lens-devel
BuildRequires: ghc-libxml-sax-devel
BuildRequires: ghc-network-devel
BuildRequires: ghc-parsec-devel
BuildRequires: ghc-random-devel
@ -45,6 +46,7 @@ BuildRequires: ghc-th-lift-devel
BuildRequires: ghc-transformers-devel
BuildRequires: ghc-unix-devel
BuildRequires: ghc-vector-devel
BuildRequires: ghc-xml-conduit-devel
BuildRequires: ghc-xml-types-devel
%if %{with tests}
BuildRequires: ghc-QuickCheck-devel