From 2d9aaa1b5e6057b5354da5623da7b31a7c563dff13182046435ca0fa374cbe2f Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 10 Nov 2023 14:07:17 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-9.6.x package:ghc-dbus revision:7, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-dbus?expand=0&rev=72 --- dbus-1.2.29.tar.gz | 3 --- dbus-1.3.1.tar.gz | 3 +++ ghc-dbus.changes | 6 ++++++ ghc-dbus.spec | 4 +++- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 dbus-1.2.29.tar.gz create mode 100644 dbus-1.3.1.tar.gz diff --git a/dbus-1.2.29.tar.gz b/dbus-1.2.29.tar.gz deleted file mode 100644 index b33c097..0000000 --- a/dbus-1.2.29.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2eac647192549e249c93d57af3b07582cef731a5c38586c72efc3c91c154c30 -size 78355 diff --git a/dbus-1.3.1.tar.gz b/dbus-1.3.1.tar.gz new file mode 100644 index 0000000..fdb080b --- /dev/null +++ b/dbus-1.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a36eb77ac789cb3ed3b8873387cd9268ba9d3605c56498b69d0fae869f876f58 +size 82113 diff --git a/ghc-dbus.changes b/ghc-dbus.changes index 442bfe2..be0a864 100644 --- a/ghc-dbus.changes +++ b/ghc-dbus.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 14 02:17:25 UTC 2023 - Peter Simons + +- Update dbus to version 1.3.1. + Upstream does not provide a change log file. + ------------------------------------------------------------------- Mon Jun 12 21:05:44 UTC 2023 - Peter Simons diff --git a/ghc-dbus.spec b/ghc-dbus.spec index 5dd6982..1b174c4 100644 --- a/ghc-dbus.spec +++ b/ghc-dbus.spec @@ -20,7 +20,7 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.2.29 +Version: 1.3.1 Release: 0 Summary: A client library for the D-Bus IPC system License: Apache-2.0 @@ -88,6 +88,8 @@ BuildRequires: ghc-tasty-hunit-prof BuildRequires: ghc-tasty-prof BuildRequires: ghc-tasty-quickcheck-devel BuildRequires: ghc-tasty-quickcheck-prof +BuildRequires: ghc-temporary-devel +BuildRequires: ghc-temporary-prof %endif %description