From 5ee8cca51d5dd30dc72388eaca36a390ec99fbe7 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mar 22 2007 17:24:07 +0000 Subject: - Stop beeping at me! --- diff --git a/evolution-data-server.spec b/evolution-data-server.spec index f0ac532..86c681b 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -26,7 +26,7 @@ Name: evolution-data-server Version: 1.10.0 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPL Group: System Environment/Libraries Summary: Backend data server for Evolution @@ -78,6 +78,9 @@ Patch22: evolution-data-server-1.9.92-isa-support.patch # GNOME bug #417999 Patch23: evolution-data-server-1.10.0-code-cleanup.patch +# E-D-S beeps a lot +Patch24: evolution-data-server-1.10.0-no-more-beeps.patch + ### Dependencies ### Requires: GConf2 @@ -170,6 +173,7 @@ evolution-data-server. %patch21 -p1 -b .e-passwords %patch22 -p1 -b .isa-support %patch23 -p1 -b .code-cleanup +%patch24 -p1 -b .no-more-beeps mkdir -p krb5-fakeprefix/include mkdir -p krb5-fakeprefix/lib @@ -378,9 +382,12 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/libexchange-storage-%{eds_api_version}.pc %changelog +* Thu Mar 22 2007 Matthew Barnes - 1.10.0-3.fc7 +- Stop beeping at me! + * Wed Mar 14 2007 Matthew Barnes - 1.10.0-2.fc7 - Modify patch for GNOME bug #376991 to fix RH bug #231994. -- Add patch for GNOME bug #419999 (avoid deprecated GTK+ symbols). +- Add patch for GNOME bug #417999 (avoid deprecated GTK+ symbols). - Remove evolution-data-server-1.0.2-workaround-cal-backend-leak.patch. - Remove evolution-data-server-1.2.2-fix_open_calendar_declaration.patch. - Remove evolution-data-server-1.3.8-fix-implicit-function-declarations.