Compare commits

...
Sign in to create a new pull request.

12 commits

Author SHA1 Message Date
Fedora Release Engineering
ad2d267cd8 dist-git conversion 2010-07-28 14:00:55 +00:00
Matthew Barnes
b7ef9b6493 - Update to 2.28.3 2010-03-02 03:52:57 +00:00
Milan Crha
4bf1a351f8 - Update to 2.28.2 2009-12-14 15:34:50 +00:00
Warren Togami
49d633cd2b bump 2009-12-02 19:53:47 +00:00
Warren Togami
17b57778d4 remove 2009-12-02 19:53:27 +00:00
Warren Togami
3775b1a4fd Fix the logic 2009-12-02 18:50:52 +00:00
Warren Togami
a489b36437 Disable bogofilter subpackage if EL6+ 2009-12-02 18:24:54 +00:00
Bill Nottingham
3a3e2603ca Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:25:59 +00:00
Milan Crha
b77640b9b5 - Update to 2.28.1
- Remove patch 'Tweak desktop file for GNOME Shell' (fixed upstream).
2009-10-19 09:52:52 +00:00
Matthew Barnes
a15b57f2ff Fix release. 2009-10-07 01:48:22 +00:00
Matthew Barnes
54f9863147 - Tweak desktop file for GNOME Shell. 2009-10-07 01:46:56 +00:00
Jesse Keating
34cccef8f6 Initialize branch F-12 for evolution 2009-09-29 04:49:09 +00:00
5 changed files with 16 additions and 24 deletions

View file

@ -1 +0,0 @@
evolution-2.28.0.tar.bz2

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
evolution-2.28.3.tar.bz2

View file

@ -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)

View file

@ -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 <mbarnes@redhat.com> - 2.28.3-1.fc12
- Update to 2.28.3
* Mon Dec 14 2009 Milan Crha <mcrha@redhat.com> - 2.28.2-1.fc12
- Update to 2.28.2
* Mon Oct 19 2009 Milan Crha <mcrha@redhat.com> - 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 <mbarnes@redhat.com> - 2.28.0-2.fc12
- Tweak desktop file for GNOME Shell.
* Mon Sep 21 2009 Milan Crha <mcrha@redhat.com> - 2.28.0-1.fc12
- Update to 2.28.0

View file

@ -1 +1 @@
1a8ce4d794b3dea0d086d9809b6ddf0c evolution-2.28.0.tar.bz2
23424e7e4be8b1c066a6b8a939a2c582 evolution-2.28.3.tar.bz2