From dd8bcfdeb09d5a4191110e10b233400e73b61cb6 Mon Sep 17 00:00:00 2001 From: Peter Gordon Date: Feb 01 2009 18:53:27 +0000 Subject: Fix scalable icon directory ownership (#483443) --- diff --git a/deluge.spec b/deluge.spec index dc432c0..a94427a 100644 --- a/deluge.spec +++ b/deluge.spec @@ -7,7 +7,7 @@ Name: deluge Version: 1.1.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A GTK+ BitTorrent client with support for DHT, UPnP, and PEX Group: Applications/Internet License: GPLv2+ @@ -123,7 +123,7 @@ rm -rf %{buildroot} %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/pixmaps/%{name}.* %{_datadir}/icons/hicolor/*/apps/%{name}.png -%{_datadir}/icons/scalable/apps/%{name}.svg +%{_datadir}/icons/scalable/ %{_mandir}/man?/%{name}* @@ -144,6 +144,9 @@ fi %changelog +* Sun Feb 01 2009 Peter Gordon - 1.1.2-2 +- Fix scalable icon directory ownership (#483443). + * Sat Jan 31 2009 Peter Gordon - 1.1.2-1 - Update to new upstream bug-fix release (1.1.2)