Update to 1.9.14
This commit is contained in:
parent
3513663cac
commit
8f865950f6
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
|||||||
/dbus-1.8.12.tar.gz
|
/dbus-1.8.12.tar.gz
|
||||||
/dbus-1.8.14.tar.gz
|
/dbus-1.8.14.tar.gz
|
||||||
/dbus-1.8.16.tar.gz
|
/dbus-1.8.16.tar.gz
|
||||||
|
/dubs-1.9.14.tar.gz
|
||||||
|
14
dbus.spec
14
dbus.spec
@ -15,8 +15,8 @@
|
|||||||
|
|
||||||
Name: dbus
|
Name: dbus
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.8.16
|
Version: 1.9.14
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: D-BUS message bus
|
Summary: D-BUS message bus
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -55,9 +55,8 @@ Requires(pre): /usr/sbin/useradd
|
|||||||
# pass --without-tests.
|
# pass --without-tests.
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: pkgconfig(gio-2.0)
|
BuildRequires: pkgconfig(gio-2.0)
|
||||||
BuildRequires: pkgconfig(dbus-glib-1)
|
|
||||||
BuildRequires: dbus-python
|
BuildRequires: dbus-python
|
||||||
BuildRequires: pygobject2
|
BuildRequires: pygobject3
|
||||||
BuildRequires: /usr/bin/Xvfb
|
BuildRequires: /usr/bin/Xvfb
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -207,12 +206,16 @@ fi
|
|||||||
%{_bindir}/dbus-cleanup-sockets
|
%{_bindir}/dbus-cleanup-sockets
|
||||||
%{_bindir}/dbus-run-session
|
%{_bindir}/dbus-run-session
|
||||||
%{_bindir}/dbus-monitor
|
%{_bindir}/dbus-monitor
|
||||||
|
%{_bindir}/dbus-test-tool
|
||||||
|
%{_bindir}/dbus-update-activation-environment
|
||||||
%{_bindir}/dbus-uuidgen
|
%{_bindir}/dbus-uuidgen
|
||||||
%{_mandir}/man*/dbus-cleanup-sockets.1.gz
|
%{_mandir}/man*/dbus-cleanup-sockets.1.gz
|
||||||
%{_mandir}/man*/dbus-daemon.1.gz
|
%{_mandir}/man*/dbus-daemon.1.gz
|
||||||
%{_mandir}/man*/dbus-run-session.1.gz
|
%{_mandir}/man*/dbus-run-session.1.gz
|
||||||
%{_mandir}/man*/dbus-monitor.1.gz
|
%{_mandir}/man*/dbus-monitor.1.gz
|
||||||
%{_mandir}/man*/dbus-send.1.gz
|
%{_mandir}/man*/dbus-send.1.gz
|
||||||
|
%{_mandir}/man1/dbus-test-tool.1.gz
|
||||||
|
%{_mandir}/man*/dbus-update-activation-environment.1.gz
|
||||||
%{_mandir}/man*/dbus-uuidgen.1.gz
|
%{_mandir}/man*/dbus-uuidgen.1.gz
|
||||||
%dir %{_datadir}/dbus-1
|
%dir %{_datadir}/dbus-1
|
||||||
%{_datadir}/dbus-1/services
|
%{_datadir}/dbus-1/services
|
||||||
@ -256,6 +259,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 23 2015 David King <amigadave@amigadave.com> - 1:1.9.14-1
|
||||||
|
- Update to 1.9.14
|
||||||
|
|
||||||
* Mon Mar 16 2015 Than Ngo <than@redhat.com> - 1:1.8.16-2
|
* Mon Mar 16 2015 Than Ngo <than@redhat.com> - 1:1.8.16-2
|
||||||
- bump release and rebuild so that koji-shadow can rebuild it
|
- bump release and rebuild so that koji-shadow can rebuild it
|
||||||
against new gcc on secondary arch
|
against new gcc on secondary arch
|
||||||
|
Loading…
Reference in New Issue
Block a user