diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 57956be..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -evolution-2.28.0.tar.bz2 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6db41c9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +evolution-2.28.3.tar.bz2 diff --git a/Makefile b/Makefile deleted file mode 100644 index dd23cb0..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: evolution -# $Id: Makefile,v 1.1 2004/09/09 04:34:33 cvsdist Exp $ -NAME := evolution -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attempt a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/evolution.spec b/evolution.spec index 7ceb46b..287c789 100644 --- a/evolution.spec +++ b/evolution.spec @@ -42,7 +42,7 @@ ### Abstract ### Name: evolution -Version: 2.28.0 +Version: 2.28.3 Release: 1%{?dist} Group: Applications/Productivity Summary: Mail and calendar client for GNOME @@ -696,6 +696,19 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Mon Mar 01 2010 Matthew Barnes - 2.28.3-1.fc12 +- Update to 2.28.3 + +* Mon Dec 14 2009 Milan Crha - 2.28.2-1.fc12 +- Update to 2.28.2 + +* Mon Oct 19 2009 Milan Crha - 2.28.1-1.fc12 +- Update to 2.28.1 +- Remove patch 'Tweak desktop file for GNOME Shell' (fixed upstream). + +* Tue Oct 02 2009 Matthew Barnes - 2.28.0-2.fc12 +- Tweak desktop file for GNOME Shell. + * Mon Sep 21 2009 Milan Crha - 2.28.0-1.fc12 - Update to 2.28.0 diff --git a/sources b/sources index 5f3122d..352634e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1a8ce4d794b3dea0d086d9809b6ddf0c evolution-2.28.0.tar.bz2 +23424e7e4be8b1c066a6b8a939a2c582 evolution-2.28.3.tar.bz2