summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gnome-applets.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/gnome-applets.spec b/gnome-applets.spec
index 279a209..bfde330 100644
--- a/gnome-applets.spec
+++ b/gnome-applets.spec
@@ -13,7 +13,7 @@
Summary: Small applications for the GNOME panel.
Name: gnome-applets
Version: 2.0.1
-Release: 5
+Release: 6
Epoch: 1
License: GPL
Group: User Interface/Desktops
@@ -87,6 +87,9 @@ unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
%find_lang %{po_package}
+# Clean up unpackaged files
+rm -rf $RPM_BUILD_ROOT%{_localstatedir}/scrollkeeper
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -123,6 +126,9 @@ done
%{_sysconfdir}/sound
%changelog
+* Tue Aug 27 2002 Owen Taylor <otaylor@redhat.com>
+- Register the cd player per-device (#72645).
+
* Fri Aug 23 2002 Owen Taylor <otaylor@redhat.com>
- Keep the CD device closed except when actually accessing it
(bugzilla.gnome.org 91512)