Hello community, here is the log from the commit of package compiz checked in at Thu May 18 01:48:56 CEST 2006. -------- --- compiz/compiz.changes 2006-05-17 13:37:43.000000000 +0200 +++ compiz/compiz.changes 2006-05-17 19:47:52.000000000 +0200 @@ -1,0 +2,5 @@ +Wed May 17 19:47:26 CEST 2006 - joeshaw@suse.de + +- Add patch to turn the audible bell off by default. (bnc #176424) + +------------------------------------------------------------------- New: ---- compiz-audible-bell-off.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ compiz.spec ++++++ --- /var/tmp/diff_new_pack.O7UpR6/_old 2006-05-18 01:48:21.000000000 +0200 +++ /var/tmp/diff_new_pack.O7UpR6/_new 2006-05-18 01:48:21.000000000 +0200 @@ -18,7 +18,7 @@ Requires: libpng libdrm gconf2 gtk2 gnome-desktop control-center2 libsvg libsvg-cairo libwnck Autoreqprov: on Version: cvs_060517 -Release: 1 +Release: 2 Summary: OpenGL window and compositing manager. BuildRoot: %{_tmppath}/%{name}-%{version}-build ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 @@ -29,6 +29,7 @@ ### /bin/ls *.{diff,patch} | perl -ne 'print "Patch$n: ".$_; $n++;' Patch: Mesa-6.4.1-x86_64-fixes-1.patch Patch1: Mesa-configs.diff +Patch2: compiz-audible-bell-off.patch %description Compiz is an OpenGL compositing manager that use @@ -49,6 +50,7 @@ %setup -q -n . -D -T -b 0 -b 1 -b 2 patch -d Mesa -p0 < $RPM_SOURCE_DIR/Mesa-6.4.1-x86_64-fixes-1.patch patch -d Mesa -p0 < $RPM_SOURCE_DIR/Mesa-configs.diff +patch -d compiz-0.0.10 -p0 < $RPM_SOURCE_DIR/compiz-audible-bell-off.patch %build PREFIX=/usr @@ -134,6 +136,8 @@ /etc/opt/gnome/gconf/schemas/compiz.schemas %changelog -n compiz +* Wed May 17 2006 - joeshaw@suse.de +- Add patch to turn the audible bell off by default. (bnc #176424) * Wed May 17 2006 - dreveman@suse.de - New compiz snapshot, compiz-restart.diff no longer needed. - Icon support in scale plugin. (bnc 174788) ++++++ compiz-audible-bell-off.patch ++++++ --- ./plugins/compiz.schemas.in.in 2006-05-17 19:23:01.469637356 +0200 +++ ./plugins/compiz.schemas.in.in 2006-05-17 19:23:16.019100635 +0200 @@ -657,7 +657,7 @@ <applyto>/apps/compiz/general/allscreens/options/audible_bell</applyto> <owner>compiz</owner> <type>bool</type> - <default>true</default> + <default>false</default> <locale name="C"> <short>Audible Bell</short> <long> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de