diff options
| author | Mark McLoughlin <markmc@fedoraproject.org> | 2005-03-02 18:01:59 +0000 |
|---|---|---|
| committer | Mark McLoughlin <markmc@fedoraproject.org> | 2005-03-02 18:01:59 +0000 |
| commit | e17d1ae7bab5f72675b0baff137dc57bfeb9ffed (patch) | |
| tree | 4972e566e7472c4072dbb4d0c451a74c2cc0c505 | |
| parent | 5f0c317807c6acd920fd18bcbccfea0ab3355ee3 (diff) | |
- Stop libgswitchit using -Werror
- Rebuild with gcc4
| -rw-r--r-- | gnome-applets.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnome-applets.spec b/gnome-applets.spec index 7513a17..d491431 100644 --- a/gnome-applets.spec +++ b/gnome-applets.spec @@ -54,6 +54,7 @@ Requires: gnome-netstatus >= 2.8.0-2 Obsoletes: battstat_applet Patch0: gnome-applets-2.9.5-mixer-crash-with-no-channels.patch +Patch1: gnome-applets-2.9.6-gcc4-fix.patch %description GNOME (GNU Network Object Model Environment) is a user-friendly set of @@ -71,7 +72,8 @@ fi %setup -q -%patch -p1 -b .mixer-crash-with-no-channels +%patch -p1 -b .mixer-crash-with-no-channel +%patch -p1 -b .gcc4-fix cp gswitchit/gswitchit-applet.png gswitchit/gswitchit-properties-capplet.png @@ -144,6 +146,7 @@ done %changelog * Wed Mar 2 2005 Mark McLoughlin <markmc@redhat.com> 1:2.9.6-2 +- Stop libgswitchit using -Werror - Rebuild with gcc4 * Wed Feb 9 2005 Matthias Clasen <mclasen@redhat.com> - 2.9.6-1 |
