diff --git a/alexandria.spec b/alexandria.spec index c6945a6..1aa393d 100644 --- a/alexandria.spec +++ b/alexandria.spec @@ -5,7 +5,7 @@ %define majorver 0.6.5 %undefine minorver -%define fedorarel 3 +%define fedorarel 4 %define rel %{?minorver:0.}%{fedorarel}%{?minorver:.%minorver} @@ -25,6 +25,9 @@ Patch2: alexandria-0.6.4.1-hang-importing-invalid-isdn.patch # Clarify the usage of GLib.convert # ref: alexandria-Bugs-26968 Patch3: alexandria-0.6.5-glib_convert-syntax.patch +# Add some sanity check for search results +# Currently discussed on alexandria-Bugs-27000 +Patch4: alexandria-0.6.5-search-result-sanity-check.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -76,6 +79,7 @@ Alexandria is a GNOME application to help you manage your book collection. %setup -q -n %{name}-%{majorver}%{?minorver} %patch2 -p0 -b .up25348 %patch3 -p0 -b .glib +%patch4 -p0 -b .sanity # Embed Fedora EVR %{__sed} -i.evr \ @@ -202,6 +206,9 @@ exit 0 %{_datadir}/icons/hicolor/*/apps/%{name}.* %changelog +* Thu Aug 27 2009 Mamoru Tasaka - 0.6.5-4 +- Add trial sanity check again + * Fri Aug 21 2009 Mamoru Tasaka - 0.6.5-3 - Clarify GLib.convert usage in utils.rb (does not change the functionality of alexandria)