diff --git a/gnote.spec b/gnote.spec index 25ba778..f2fed20 100644 --- a/gnote.spec +++ b/gnote.spec @@ -1,6 +1,6 @@ Name: gnote Version: 0.7.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Note-taking application Group: User Interface/Desktops License: GPLv3+ @@ -49,9 +49,6 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -delete %find_lang %{name} -%clean -rm -rf %{buildroot} - %pre if [ "$1" -gt 1 ]; then export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` @@ -102,6 +99,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/dbus-1/services/org.gnome.Gnote.service %changelog +* Fri Jul 30 2010 Rahul Sundaram - 0.7.2-2 +- Rebuild for Boost 1.44 +- Drop the clean section + * Fri Mar 12 2010 Rahul Sundaram - 0.7.2-1 - Ability to search for phrases, prompt while renaming notes, bug fixes - Add a patch from upstream master to replace deprecated macros