Update to 1.11.6
This commit is contained in:
parent
3f6735273b
commit
ebb587f8e1
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,3 +28,4 @@
|
|||||||
/dbus-1.11.0.tar.gz
|
/dbus-1.11.0.tar.gz
|
||||||
/dbus-1.11.2.tar.gz
|
/dbus-1.11.2.tar.gz
|
||||||
/dbus-1.11.4.tar.gz
|
/dbus-1.11.4.tar.gz
|
||||||
|
/dbus-1.11.6.tar.gz
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
Name: dbus
|
Name: dbus
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.11.4
|
Version: 1.11.6
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: D-BUS message bus
|
Summary: D-BUS message bus
|
||||||
|
|
||||||
@ -95,6 +95,8 @@ Summary: Development files for D-BUS
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
# The server package can be a different architecture.
|
# The server package can be a different architecture.
|
||||||
Requires: %{name} = %{epoch}:%{version}-%{release}
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
||||||
|
# For xml directory ownership.
|
||||||
|
Requires: xml-common
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains libraries and header files needed for
|
This package contains libraries and header files needed for
|
||||||
@ -335,6 +337,7 @@ popd
|
|||||||
%exclude %{_pkgdocdir}/README
|
%exclude %{_pkgdocdir}/README
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
%{_datadir}/xml/dbus-1
|
||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
%dir %{_libdir}/dbus-1.0
|
%dir %{_libdir}/dbus-1.0
|
||||||
%{_libdir}/dbus-1.0/include/
|
%{_libdir}/dbus-1.0/include/
|
||||||
@ -343,6 +346,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 11 2016 David King <amigadave@amigadave.com> - 1:1.11.6-1
|
||||||
|
- Update to 1.11.6
|
||||||
|
|
||||||
* Tue Aug 16 2016 David King <amigadave@amigadave.com> - 1:1.11.4-1
|
* Tue Aug 16 2016 David King <amigadave@amigadave.com> - 1:1.11.4-1
|
||||||
- Update to 1.11.4
|
- Update to 1.11.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user