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:
parent
f7a9034ef5
commit
f35430114d
@ -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
3
dbus-1.1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5ff34d2d2f9da2dac2a7cfe7c17f7dc216616874c8241d04411902b528d29224
|
||||||
|
size 77559
|
@ -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
|
Thu Aug 2 16:29:51 UTC 2018 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%global pkg_name dbus
|
%global pkg_name dbus
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 1.0.1
|
Version: 1.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A client library for the D-Bus IPC system
|
Summary: A client library for the D-Bus IPC system
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -29,11 +29,12 @@ Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg
|
|||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-bytestring-devel
|
BuildRequires: ghc-bytestring-devel
|
||||||
BuildRequires: ghc-cereal-devel
|
BuildRequires: ghc-cereal-devel
|
||||||
|
BuildRequires: ghc-conduit-devel
|
||||||
BuildRequires: ghc-containers-devel
|
BuildRequires: ghc-containers-devel
|
||||||
BuildRequires: ghc-deepseq-devel
|
BuildRequires: ghc-deepseq-devel
|
||||||
|
BuildRequires: ghc-exceptions-devel
|
||||||
BuildRequires: ghc-filepath-devel
|
BuildRequires: ghc-filepath-devel
|
||||||
BuildRequires: ghc-lens-devel
|
BuildRequires: ghc-lens-devel
|
||||||
BuildRequires: ghc-libxml-sax-devel
|
|
||||||
BuildRequires: ghc-network-devel
|
BuildRequires: ghc-network-devel
|
||||||
BuildRequires: ghc-parsec-devel
|
BuildRequires: ghc-parsec-devel
|
||||||
BuildRequires: ghc-random-devel
|
BuildRequires: ghc-random-devel
|
||||||
@ -45,6 +46,7 @@ BuildRequires: ghc-th-lift-devel
|
|||||||
BuildRequires: ghc-transformers-devel
|
BuildRequires: ghc-transformers-devel
|
||||||
BuildRequires: ghc-unix-devel
|
BuildRequires: ghc-unix-devel
|
||||||
BuildRequires: ghc-vector-devel
|
BuildRequires: ghc-vector-devel
|
||||||
|
BuildRequires: ghc-xml-conduit-devel
|
||||||
BuildRequires: ghc-xml-types-devel
|
BuildRequires: ghc-xml-types-devel
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: ghc-QuickCheck-devel
|
BuildRequires: ghc-QuickCheck-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user