Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
76131d4664 | ||
|
|
cc79db7a44 | ||
|
|
f9f7bddf83 |
3 changed files with 19 additions and 10 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -60,3 +60,9 @@
|
|||
/dbus-1.14.2.tar.xz.asc
|
||||
/dbus-1.14.4.tar.xz
|
||||
/dbus-1.14.4.tar.xz.asc
|
||||
/dbus-1.14.6.tar.xz
|
||||
/dbus-1.14.6.tar.xz.asc
|
||||
/dbus-1.14.8.tar.xz
|
||||
/dbus-1.14.8.tar.xz.asc
|
||||
/dbus-1.14.10.tar.xz
|
||||
/dbus-1.14.10.tar.xz.asc
|
||||
|
|
|
|||
19
dbus.spec
19
dbus.spec
|
|
@ -20,13 +20,13 @@
|
|||
|
||||
Name: dbus
|
||||
Epoch: 1
|
||||
Version: 1.14.4
|
||||
Version: 1.14.10
|
||||
Release: 1%{?dist}
|
||||
Summary: D-BUS message bus
|
||||
|
||||
# The effective license of the majority of the package, including the shared
|
||||
# library, is "GPL-2+ or AFL-2.1". Certain utilities are "GPL-2+" only.
|
||||
License: (GPLv2+ or AFL) and GPLv2+
|
||||
License: (AFL-2.1 OR GPL-2.0-or-later) AND GPL-2.0-or-later
|
||||
URL: https://www.freedesktop.org/wiki/Software/dbus/
|
||||
Source0: https://dbus.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.xz
|
||||
Source1: https://dbus.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.xz.asc
|
||||
|
|
@ -374,7 +374,6 @@ fi
|
|||
%license COPYING
|
||||
%doc AUTHORS CONTRIBUTING.md NEWS README
|
||||
%exclude %{_pkgdocdir}/api
|
||||
%exclude %{_pkgdocdir}/dbus.devhelp
|
||||
%exclude %{_pkgdocdir}/diagram.*
|
||||
%exclude %{_pkgdocdir}/introspect.*
|
||||
%exclude %{_pkgdocdir}/system-activation.txt
|
||||
|
|
@ -428,11 +427,6 @@ fi
|
|||
%files doc
|
||||
%{_pkgdocdir}/*
|
||||
%{_datadir}/gtk-doc
|
||||
%exclude %{_pkgdocdir}/AUTHORS
|
||||
%exclude %{_pkgdocdir}/ChangeLog
|
||||
%exclude %{_pkgdocdir}/HACKING
|
||||
%exclude %{_pkgdocdir}/NEWS
|
||||
%exclude %{_pkgdocdir}/README
|
||||
|
||||
%files devel
|
||||
%{_datadir}/xml/dbus-1
|
||||
|
|
@ -447,6 +441,15 @@ fi
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Sep 01 2023 David King <amigadave@amigadave.com> - 1:1.14.10-1
|
||||
- Update to 1.14.10
|
||||
|
||||
* Tue Jun 06 2023 David King <amigadave@amigadave.com> - 1:1.14.8-1
|
||||
- Update to 1.14.8
|
||||
|
||||
* Wed Feb 08 2023 David King <amigadave@amigadave.com> - 1:1.14.6-1
|
||||
- Update to 1.14.6
|
||||
|
||||
* Thu Oct 06 2022 David King <amigadave@amigadave.com> - 1:1.14.4-1
|
||||
- Update to 1.14.4
|
||||
|
||||
|
|
|
|||
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (dbus-1.14.4.tar.xz) = 7c8ce95b8a4c63cf51cc9f10bebbc19e66d6a96c4806befad48c3fe73b4468bb2b50f9570b73fe05ff12223e5e6815032139d316995eb670c28b23c028f293d6
|
||||
SHA512 (dbus-1.14.4.tar.xz.asc) = dccc44e54e5369b152924ac5f58807001e0e11959d822319d00e76d064f0471abd0772a803c374c33dbee220a989334cc69e03240cd7931c28371344ae02e3fd
|
||||
SHA512 (dbus-1.14.10.tar.xz) = 775b708326059692937acb69d4ce1a89e69878501166655b5d1b1628ac31b50dd53d979d93c84e57f95e90b15e25aa33893e51a7421d3537e9c2f02b1b91bfae
|
||||
SHA512 (dbus-1.14.10.tar.xz.asc) = 2a646884150f31e50b1bf2238fe21377929ceb536691fb9ef06aee25737c1a5be5ca18d8bdd8a02fdf3b00681fd26509a3e6e62a49541ef5685d09499ba9d30b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue