Update to 1.14.8
Use SPDX license expression.
This commit is contained in:
parent
f1260338ca
commit
f6bc5d96e7
2
.gitignore
vendored
2
.gitignore
vendored
@ -62,3 +62,5 @@
|
||||
/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
|
||||
|
13
dbus.spec
13
dbus.spec
@ -20,13 +20,13 @@
|
||||
|
||||
Name: dbus
|
||||
Epoch: 1
|
||||
Version: 1.14.6
|
||||
Version: 1.14.8
|
||||
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,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (dbus-1.14.6.tar.xz) = eadf5dabc95f242a26350708e4d7b78e4bef68b056189741f1a330c5976e0ce08e8520a57518d60dea0576b76eb5955dd9d8ddaa01e4a305078641e47c8e600a
|
||||
SHA512 (dbus-1.14.6.tar.xz.asc) = 22df62ad47789f259630ee7aae2972efc23ec65bbd84a7cd9595c0ecc98cb108e6808ec38224cd69c180d9976628627dc9d320c86d76c5a1a85625aad06cce22
|
||||
SHA512 (dbus-1.14.8.tar.xz) = f3dfc73da28cbe20449d15bbe4166c3574f0e551dfd15fca7cce2b8c71e778360ed2dd391ee5c414a7a47ff4b958727b26ef4cabfee70564f8d0a34bf5ad2386
|
||||
SHA512 (dbus-1.14.8.tar.xz.asc) = 02a4148ca1138fd1216323c7e65fd35e13ab812e7f2957fe2c698c89797f76f8283489f7136860cc6d3496de17ae6368ce1f6ed03475ab112ef98f92bbdb833c
|
||||
|
Loading…
Reference in New Issue
Block a user