commit 64106956d18a0e7ef7a80d7cacb0c214addf83e7 Author: Rahul Sundaram sundaram@fedoraproject.org Date: Sun May 1 01:33:15 2011 +0530
New upstream bug fix release http://mail.gnome.org/archives/gnote-list/2011-April/msg00011.html Drop couple of no longer needed patches
.gitignore | 1 + gnote-0.7.3-boost-filesystem.patch | 14 -------------- gnote.spec | 14 +++++++------- sources | 3 +-- 4 files changed, 9 insertions(+), 23 deletions(-) --- diff --git a/.gitignore b/.gitignore index 5f4c802..ab5a9cb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ gnote-0.7.2.tar.bz2 /gnote-0.7.3.tar.bz2 +/gnote-0.7.4.tar.bz2 diff --git a/gnote.spec b/gnote.spec index 433d7d5..62ddb05 100644 --- a/gnote.spec +++ b/gnote.spec @@ -1,14 +1,11 @@ Name: gnote -Version: 0.7.3 -Release: 9%{?dist} +Version: 0.7.4 +Release: 1%{?dist} Summary: Note-taking application Group: User Interface/Desktops License: GPLv3+ URL: http://live.gnome.org/Gnote Source0: http://ftp.gnome.org/pub/GNOME/sources/gnote/0.7/%%7Bname%7D-%%7Bversion%7D.... -Patch0: instance-save-addin-prefs.patch -# http://lists.fedoraproject.org/pipermail/devel/2011-February/148377.html -Patch1: gnote-0.7.3-boost-filesystem.patch Patch2: gnote-0.7.3-signal.patch Patch3: 0001-Use-search-by-default-in-the-desktop-file.patch
@@ -31,8 +28,6 @@ and consumes fewer resources.
%prep %setup -q -%patch0 -p1 -%patch1 -p1 %patch2 -p1 %patch3 -p1
@@ -101,6 +96,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/dbus-1/services/org.gnome.Gnote.service
%changelog +* Sun May 01 2011 Rahul Sundaram sundaram@fedoraproject.org - 0.7.4-1 +- New upstream bug fix release +- http://mail.gnome.org/archives/gnote-list/2011-April/msg00011.html +- Drop couple of no longer needed patches + * Sun Apr 17 2011 Rahul Sundaram sundaram@fedoraproject.org - 0.7.3-9 - Rebuilt for Boost soname bump - Added rarian-compat as build requires diff --git a/sources b/sources index 1cbc47f..17db357 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -82c18cec74422191391b58ecac3af0dd gnote-0.7.3.tar.bz2 -e8cf0074cf8fd917903b3cefc27f6d3e instance-save-addin-prefs.patch +1f1ef0d50dc3256f3cb8607eaaf24c7f gnote-0.7.4.tar.bz2
scm-commits@lists.fedoraproject.org