diff options
| author | Mark McLoughlin <markmc@fedoraproject.org> | 2004-11-26 17:33:34 +0000 |
|---|---|---|
| committer | Mark McLoughlin <markmc@fedoraproject.org> | 2004-11-26 17:33:34 +0000 |
| commit | 33bda5ec1569316ba42d45c19ad8a0d5f5692d56 (patch) | |
| tree | d129781f98f458e8fa31312ebebc134552a4b6aa | |
| parent | 00377b679738dda38f2f959010aa0b191d1a544c (diff) | |
- Add patch to fix launcher animation artifact (bug #136938)gnome-panel-2_8_1-6
| -rw-r--r-- | gnome-panel.spec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gnome-panel.spec b/gnome-panel.spec index dcad8ca..292fca6 100644 --- a/gnome-panel.spec +++ b/gnome-panel.spec @@ -16,7 +16,7 @@ Summary: GNOME panel Name: gnome-panel Version: 2.8.1 -Release: 5 +Release: 6 URL: http://www.gnome.org Source0: ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/gnome-panel/%{name}-%{version}.tar.bz2 Source1: %{name}-%{version}-extrapo.tar.bz2 @@ -65,6 +65,7 @@ Patch3: gnome-panel-2.0.3-remove-screenshot-menuitem.patch Patch4: gnome-panel-2.7.90-menu-fixup.patch Patch5: gnome-panel-2.1.90.1-no-fortune.patch Patch6: gnome-panel-2.8.1-uri-drop.patch +Patch7: gnome-panel-2.8.1-launcher-animation-artifact.patch %description @@ -95,6 +96,7 @@ Panel Applets using the libpanel-applet library. %patch4 -p1 -b .menu-fixup %patch5 -p1 -b .no-fortune %patch6 -p1 -b .uri-drop +%patch7 -p1 -b .launcher-animation-artifact cp -f %{SOURCE2} gnome-panel/panel-default-setup.entries cp -f %{SOURCE4} gnome-panel/panel-compatibility.schemas @@ -214,6 +216,9 @@ fi %{_datadir}/gtk-doc %changelog +* Fri Nov 26 2004 Mark McLoughlin <markmc@redhat.com> - 2.8.1-6 +- Add patch to fix launcher animation artifact (bug #136938) + * Fri Nov 12 2004 Mark McLoughlin <markmc@redhat.com> - 2.8.1-5 - Use /apps/panel for configuration so that homedir sharing with previous versions works reasonably well. This is the location |
