- Remove accidentally added syslog patch

This commit is contained in:
Colin Walters 2008-12-09 16:24:29 +00:00
parent 9566e36078
commit 69ee509654

View File

@ -8,7 +8,7 @@
Summary: D-BUS message bus Summary: D-BUS message bus
Name: dbus Name: dbus
Version: 1.2.8 Version: 1.2.8
Release: 1%{?dist} Release: 2%{?dist}
URL: http://www.freedesktop.org/software/dbus/ URL: http://www.freedesktop.org/software/dbus/
Source0: http://dbus.freedesktop.org/releases/dbus/%{name}-%{version}.tar.gz Source0: http://dbus.freedesktop.org/releases/dbus/%{name}-%{version}.tar.gz
Source1: doxygen_to_devhelp.xsl Source1: doxygen_to_devhelp.xsl
@ -40,7 +40,6 @@ Conflicts: cups < 1:1.1.20-4
Patch0: start-early.patch Patch0: start-early.patch
Patch1: dbus-1.0.1-generate-xml-docs.patch Patch1: dbus-1.0.1-generate-xml-docs.patch
Patch6: dbus-1.2.1-increase-timeout.patch Patch6: dbus-1.2.1-increase-timeout.patch
Patch7: dbus-syslog.patch
%description %description
D-BUS is a system for sending messages between applications. It is D-BUS is a system for sending messages between applications. It is
@ -95,7 +94,6 @@ in this separate package so server systems need not install X.
%patch0 -p1 -b .start-early %patch0 -p1 -b .start-early
%patch1 -p1 -b .generate-xml-docs %patch1 -p1 -b .generate-xml-docs
%patch6 -p1 -b .increase-timeout %patch6 -p1 -b .increase-timeout
%patch7 -p1 -b .syslog
autoreconf -f -i autoreconf -f -i
@ -227,7 +225,10 @@ fi
%{_includedir}/* %{_includedir}/*
%changelog %changelog
* Tue Dec 09 2008 Colin Walters <walters@redhat.com> - 1.2.9-1 * Tue Dec 09 2008 Colin Walters <walters@redhat.com> - 1.2.8-2
- Remove accidentally added syslog patch
* Tue Dec 09 2008 Colin Walters <walters@redhat.com> - 1.2.8-1
- New upstream 1.2.8 - New upstream 1.2.8
Allows signals by default. Allows signals by default.