From 41e109aa2bcdf31716b3a3514114d5520b70e257 Mon Sep 17 00:00:00 2001 From: Mamoru Tasaka Date: Feb 03 2009 16:19:17 +0000 Subject: - Add hpricot dependency again (for Amazon provider) --- diff --git a/alexandria.spec b/alexandria.spec index f7a7732..179234d 100644 --- a/alexandria.spec +++ b/alexandria.spec @@ -5,7 +5,7 @@ %define majorver 0.6.3 %undefine minorver -%define fedorarel 5 +%define fedorarel 7 %define rel %{?minorver:0.}%{fedorarel}%{?minorver:.%minorver} @@ -37,8 +37,10 @@ Requires: ruby(abi) = %{rubyabi} # Amazon AWS v3 -> v4 switch # AWS v4 is supported by alexandria itself +# But hpricot is still needed #Requires: ruby(amazon) Requires: ruby(gettext-package) +Requires: ruby(hpricot) Requires: ruby(imagesize) Requires: ruby(mechanize) Requires: ruby(revolution) @@ -48,7 +50,6 @@ Requires: ruby(revolution) Requires: rubygem(zoom) >= 0.3.0 Requires: ruby(marc) - Requires: ruby(gconf2) Requires: ruby(gdkpixbuf2) Requires: ruby(glib2) @@ -181,6 +182,12 @@ exit 0 %{_datadir}/icons/hicolor/*/apps/%{name}.* %changelog +* Wed Feb 4 2009 Mamoru Tasaka - 0.6.3-7 +- Add hpricot dependency again (for Amazon provider) + +* Sun Jan 11 2009 Mamoru Tasaka - 0.6.3-6 +- Rebuild to restore ARCHIVESIZE + * Wed Jul 16 2008 Mamoru Tasaka - 0.6.3-5 - Remove workaround for bug 436697 (tooltips crash). This was a bug on ruby-gnome2 which is fixed in 0.17.0 rc1