Author: aflinta Date: Sun Mar 4 18:33:47 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - don't crash on checks (fixes CD behavior with HAL 0.5.8.x) - release 4
---- Files affected: SPECS: dbus.spec (1.153 -> 1.154) ---- Diffs: ================================================================ Index: SPECS/dbus.spec diff -u SPECS/dbus.spec:1.153 SPECS/dbus.spec:1.154 --- SPECS/dbus.spec:1.153 Sun Feb 18 01:26:05 2007 +++ SPECS/dbus.spec Sun Mar 4 19:33:42 2007 @@ -6,7 +6,7 @@ Summary(pl.UTF-8): Magistrala przesyłania komunikatów D-BUS Name: dbus Version: 1.0.2 -Release: 3 +Release: 4 License: AFL v2.1 or GPL v2 Group: Libraries Source0: http://dbus.freedesktop.org/releases/dbus/%{name}-%{version}.tar.gz @@ -17,6 +17,7 @@ Source4: %{name}-xinitrc.sh Patch0: %{name}-nolibs.patch Patch1: %{name}-config.patch +Patch2: %{name}-no_fatal_checks.patch URL: http://www.freedesktop.org/Software/dbus BuildRequires: autoconf >= 2.52 BuildRequires: automake @@ -97,6 +98,7 @@ %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build %{__libtoolize} @@ -226,6 +228,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.154 2007/03/04 18:33:42 aflinta + - don't crash on checks (fixes CD behavior with HAL 0.5.8.x) + - release 4 + Revision 1.153 2007/02/18 00:26:05 baggins - rel 3 - fixed trigger ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/dbus.spec?r1=1.153&r2=1.154&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
