diff --git a/im-chooser-new-icons-authors.patch b/im-chooser-new-icons-authors.patch deleted file mode 100644 index 8b9689b..0000000 --- a/im-chooser-new-icons-authors.patch +++ /dev/null @@ -1,7 +0,0 @@ -diff -u im-chooser-1.2.7/AUTHORS\~ im-chooser-1.2.7/AUTHORS ---- im-chooser-1.2.7/AUTHORS~ 2008-04-25 15:12:38.000000000 +1000 -+++ im-chooser-1.2.7/AUTHORS 2010-05-04 18:08:10.000000000 +1000 -@@ -1 +1,3 @@ - Akira TAGOH -+ -+new icons by Lapo Calamandrei and Jakub Steiner diff --git a/im-chooser.spec b/im-chooser.spec index 497807f..0d2c322 100644 --- a/im-chooser.spec +++ b/im-chooser.spec @@ -1,6 +1,6 @@ Name: im-chooser -Version: 1.2.7 -Release: 2%{?dist} +Version: 1.3.1 +Release: 1%{?dist} License: GPLv2+ URL: http://fedorahosted.org/im-chooser/ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -9,8 +9,6 @@ BuildRequires: imsettings-devel >= 0.106.0 Source0: http://fedorahosted.org/releases/i/m/%{name}/%{name}-%{version}.tar.bz2 Patch0: im-chooser-disable-status-icon.patch -Source1: im-chooser-icons.tar.bz2 -Patch1: im-chooser-new-icons-authors.patch Summary: Desktop Input Method configuration tool Group: Applications/System @@ -23,10 +21,8 @@ to be used or disable Input Method usage on the desktop. %prep -%setup -q -a1 -mv im-chooser{\ ,-}icons +%setup -q %patch0 -p1 -b .0-status-icon -%patch1 -p1 -b .orig %build %configure @@ -43,11 +39,6 @@ desktop-file-install --vendor=fedora \ --dir=$RPM_BUILD_ROOT%{_datadir}/applications \ $RPM_BUILD_ROOT%{_datadir}/applications/im-chooser.desktop -# hack in new icons for now -rm -r $RPM_BUILD_ROOT%{_datadir}/pixmaps -mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor -cp -a im-chooser-icons/* $RPM_BUILD_ROOT%{_datadir}/icons/hicolor - %find_lang %{name} %clean @@ -77,6 +68,15 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Mon Jun 21 2010 Akira TAGOH - 1.3.1-1 +- New upstream release. + - Fallback to the themed icon if no icons are installed + on the specified path. (#604482) + +* Wed May 12 2010 Akira TAGOH - 1.3.0-1 +- New upstream release. + - GTK+ stock icon support. (#528850) + * Tue May 4 2010 Jens Petersen - 1.2.7-2 - add new gnome-icon-theme style icons by Lapo Calamandrei and Jakub Steiner (mizmo, #587712) diff --git a/sources b/sources index 2601f03..60e8346 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -229cbb124082224a8f6d1bab207248b3 im-chooser-1.2.7.tar.bz2 -8d7e6db16468e6ed73eb1dc5afb06e5f im-chooser-icons.tar.bz2 +18d5ea8cabeeeb90368fa7e7f82fb996 im-chooser-1.3.1.tar.bz2