Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
68b08c57a8 | ||
|
|
2e31e02d3e |
3 changed files with 11 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -38,3 +38,4 @@
|
|||
/dbus-1.11.20.tar.gz
|
||||
/dbus-1.11.22.tar.gz
|
||||
/dbus-1.12.0.tar.gz
|
||||
/dbus-1.12.8.tar.gz
|
||||
|
|
|
|||
12
dbus.spec
12
dbus.spec
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
Name: dbus
|
||||
Epoch: 1
|
||||
Version: 1.12.0
|
||||
Version: 1.12.8
|
||||
Release: 1%{?dist}
|
||||
Summary: D-BUS message bus
|
||||
|
||||
|
|
@ -28,7 +28,7 @@ Group: System Environment/Libraries
|
|||
License: (GPLv2+ or AFL) and GPLv2+
|
||||
URL: http://www.freedesktop.org/Software/dbus/
|
||||
#VCS: git:git://git.freedesktop.org/git/dbus/dbus
|
||||
Source0: http://dbus.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
|
||||
Source0: https://dbus.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
|
||||
Source1: 00-start-message-bus.sh
|
||||
|
||||
BuildRequires: autoconf-archive
|
||||
|
|
@ -119,7 +119,6 @@ Summary: X11-requiring add-ons for D-BUS
|
|||
Group: Development/Libraries
|
||||
# The server package can be a different architecture.
|
||||
Requires: %{name} = %{epoch}:%{version}-%{release}
|
||||
Requires: xorg-x11-xinit
|
||||
|
||||
%description x11
|
||||
D-BUS contains some tools that require Xlib to be installed, those are
|
||||
|
|
@ -368,6 +367,13 @@ popd
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Apr 30 2018 David King <amigadave@amigadave.com> - 1:1.12.8-1
|
||||
- Update to 1.12.8 (#1556590)
|
||||
|
||||
* Tue Feb 20 2018 Adam Jackson <ajax@redhat.com> - 1:1.12.0-2
|
||||
- Don't Require: xorg-x11-xinit. We don't actually need it, and newer
|
||||
filesystem packages own the directory for us.
|
||||
|
||||
* Mon Oct 30 2017 David King <amigadave@amigadave.com> - 1:1.12.0-1
|
||||
- Update to 1.12.0
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (dbus-1.12.0.tar.gz) = e9a65ac8fb6ded25872e2a84027182a854c81b03c5b6beaaa5012854b8f0a499175757eea3f47a0752a159de353d485664fe5d05903af7ce51ff891f9a6dbac0
|
||||
SHA512 (dbus-1.12.8.tar.gz) = 8177898bf2db22e5c6abff0d9ffec8f248f0d155a83b7ae906c1ce3b61d289e7ba7bef9799102e6de3ca64198c7d293dccecf92c7e8b7403c1d9b1bb86e99ea3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue