From 40fe31b17c541258b1d8032afc6d46aeb3cc7c99 Mon Sep 17 00:00:00 2001 From: terjeros Date: Tue, 27 Mar 2007 19:51:58 +0000 Subject: [PATCH] - Fix email address. --- python-inotify.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-inotify.spec b/python-inotify.spec index 89167d3..a117d8f 100644 --- a/python-inotify.spec +++ b/python-inotify.spec @@ -5,7 +5,7 @@ Summary: Monitor filesystem events with Python under Linux Name: python-inotify Version: 0.7.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Development/Libraries URL: http://pyinotify.sourceforge.net/ @@ -55,6 +55,9 @@ CFLAGS="%{optflags}" %{__python} setup.py build %{_datadir}/%{name} %changelog -* Tue Mar 6 2007 Terje Rosten - 0.7.0-1 +* Tue Mar 27 2007 Terje Rosten - 0.7.0-2 +- Fix email address + +* Tue Mar 6 2007 Terje Rosten - 0.7.0-1 - Initial build