Compare commits

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

19 commits

Author SHA1 Message Date
Matthew Barnes
a03bb8da79 2.32.3 2011-04-21 18:15:01 -04:00
Milan Crha
2312e5b5e9 Update also sources file, which failed to happen the first time 2011-02-07 16:24:46 +01:00
Milan Crha
e30e176d9c Update to 2.32.2 2011-02-07 11:03:02 +01:00
Milan Crha
e44562c45d Update to 2.32.1 2010-11-15 17:07:08 +01:00
Dan Horák
0bc7cd9142 don't exclude NM support on s390(x) 2010-09-30 16:51:48 +02:00
Jesse Keating
f7453fdd8e - Rebuilt for gcc bug 634757 2010-09-29 22:13:56 -07:00
Milan Crha
270ad19e16 Add patch for Gnome bug #629972 (restore from backup doesn't work) 2010-09-29 09:53:20 +02:00
Milan Crha
9d607200b6 Update to 2.32.0 2010-09-27 17:32:59 +02:00
Milan Crha
f3065f8b96 Add patch for RH bug #629753/Gnome bug #630700 (crash on message send) 2010-09-27 09:58:56 +02:00
Milan Crha
6d55933ea1 Add patch for Gnome bug #626066 (login to NSS on demand)
Add patch for Gnome bug #626066 (login to NSS on demand)# with '#' will be ignored, and an empty message aborts the commit.
2010-09-14 15:59:19 +02:00
Milan Crha
a0f37aa437 Update to 2.31.92 2010-09-13 13:05:42 +02:00
Milan Crha
0e58157c32 Remove msgmerge calls due to a floating point exception there 2010-09-01 08:47:33 +02:00
Milan Crha
2fc195f7f6 Update to 2.31.91 2010-08-30 10:29:18 +02:00
Milan Crha
afba71d706 Remove old source file from 'sources' 2010-08-26 18:30:29 +02:00
Matthew Barnes
738b3cd7fe Update to 2.31.90 2010-08-16 18:16:10 -04:00
Matthew Barnes
fbb4f8fcc9 Fix handling of migrated signature files. 2010-08-06 16:32:36 -04:00
Matthew Barnes
200b480af6 Remove leftover dbus-glib calls. 2010-08-06 14:50:59 -04:00
Matthew Barnes
e82c640a65 Roll back evo_base_version. 2010-08-06 12:09:00 -04:00
Matthew Barnes
95374ea1d2 * Tue Aug 03 2010 Matthew Barnes <mbarnes@redhat.com> - 2.31.6-1.fc14
- Update to 2.31.6
- Drop dbus-glib requirement.
- Bump glib2 requirement to 2.25.12.
- Add clutter-gtk requirement (for express mode).
- Remove gtk-compat macro patch (fixed upstream).
2010-08-03 07:16:10 -04:00
4 changed files with 73 additions and 50 deletions

8
.gitignore vendored
View file

@ -1 +1,9 @@
evolution-2.31.5.tar.bz2
evolution-2.31.6.tar.bz2
evolution-2.31.90.tar.bz2
/evolution-2.31.91.tar.bz2
/evolution-2.31.92.tar.bz2
/evolution-2.32.0.tar.bz2
/evolution-2.32.1.tar.bz2
/evolution-2.32.2.tar.bz2
/evolution-2.32.3.tar.bz2

View file

@ -1,24 +0,0 @@
diff -up evolution-2.31.5/e-util/gtk-compat.h.gtk-compat-crash evolution-2.31.5/e-util/gtk-compat.h
--- evolution-2.31.5/e-util/gtk-compat.h.gtk-compat-crash 2010-07-11 18:26:08.000000000 -0400
+++ evolution-2.31.5/e-util/gtk-compat.h 2010-07-22 11:51:55.076484868 -0400
@@ -55,15 +55,15 @@ typedef enum {
#define gdk_region_get_rectangles(region, rectangles, n_rectangles) \
G_STMT_START { \
GdkRectangle *__rects; \
- gint __i, __n; \
+ gint __i, __nrects; \
\
- __n = cairo_region_num_rectangles (region); \
- __rects = g_new (GdkRectangle, __n); \
+ __nrects = cairo_region_num_rectangles (region); \
+ __rects = g_new (GdkRectangle, __nrects); \
\
- for (__i = 0; __i < __n; __i++) \
+ for (__i = 0; __i < __nrects; __i++) \
cairo_region_get_rectangle ((region), __i, &__rects[__i]); \
\
- *(n_rectangles) = __n; \
+ *(n_rectangles) = __nrects; \
*(rectangles) = __rects; \
} G_STMT_END

View file

@ -1,17 +1,17 @@
%define dbus_glib_version 0.70
%define dbus_version 1.0
%define glib2_version 2.22.0
%define glib2_version 2.25.12
%define gnome_desktop_version 2.26.0
%define gnome_doc_utils_version 0.8.0
%define gnome_icon_theme_version 2.19.91
%define gtk2_version 2.20.0
%define gtkhtml_version 3.31.2
%define gtkhtml_version 3.31.92
%define intltool_version 0.35.5
%define libgdata_version 0.6.3
%define libgweather_version 2.25.4
%define clutter_gtk_version 0.10
%define soup_version 2.4.0
%define evo_base_version 3.0
%define evo_base_version 2.32
%define last_anjal_version 0.3.2-3
%define last_libgal2_version 2:2.5.3-2
@ -21,25 +21,21 @@
%define libnotify_support 1
%define libpst_support 1
%define krb5_support 1
%ifnarch s390 s390x
%define nm_support 1
%else
%define nm_support 0
%endif
%define evo_plugin_dir %{_libdir}/evolution/%{evo_base_version}/plugins
### Abstract ###
Name: evolution
Version: 2.31.5
Release: 2%{?dist}
Version: 2.32.3
Release: 1%{?dist}
Group: Applications/Productivity
Summary: Mail and calendar client for GNOME
License: GPLv2+ and GFDL
URL: http://projects.gnome.org/evolution/
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
Source: http://download.gnome.org/sources/%{name}/2.31/%{name}-%{version}.tar.bz2
Source: http://download.gnome.org/sources/%{name}/2.32/%{name}-%{version}.tar.bz2
Obsoletes: anjal <= %{last_anjal_version}
Obsoletes: libgal2 <= %{last_libgal2_version}
@ -55,9 +51,6 @@ Patch12: evolution-2.9.1-im-context-reset.patch
# RH bug #589555
Patch13: evolution-2.30.1-help-contents.patch
# Fixes a crash in gtk-compat.h macros
Patch14: evolution-2.31.5-gtk-compat-crash.patch
## Dependencies ###
Requires(pre): GConf2
@ -78,8 +71,8 @@ BuildRequires: atk-devel
BuildRequires: autoconf >= 2.59
BuildRequires: automake >= 1.9
BuildRequires: bison
BuildRequires: clutter-gtk-devel >= %{clutter_gtk_version}
BuildRequires: dbus-devel >= %{dbus_version}
BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
BuildRequires: desktop-file-utils
BuildRequires: evolution-data-server-devel >= %{version}
BuildRequires: gettext
@ -210,7 +203,6 @@ This package contains the plugin to import Microsoft Personal Storage Table
%patch10 -p1 -b .ldaphack
%patch12 -p1 -b .im-context-reset
%patch13 -p1 -b .help-contents
%patch14 -p1 -b .gtk-compat-crash
mkdir -p krb5-fakeprefix/include
mkdir -p krb5-fakeprefix/lib
@ -256,15 +248,16 @@ make %{?_smp_mflags} LIBTOOL=/usr/bin/libtool CFLAGS="$CFLAGS -fno-strict-aliasi
# Strip unneeded translations from .mo files.
# This reduces the RPM size by several megabytes.
cd po
grep -v ".*[.]desktop[.]in[.]in$" POTFILES.in > POTFILES.keep
mv POTFILES.keep POTFILES.in
intltool-update --gettext-package=%{name}-%{evo_base_version} --pot
for p in *.po; do
msgmerge $p %{name}-%{evo_base_version}.pot > $p.out
msgfmt -o `basename $p .po`.gmo $p.out
done
cd -
#disabled since 2.31.91 because of a msgmerge floating point exception (see RH bug 628073)
#cd po
#grep -v ".*[.]desktop[.]in[.]in$" POTFILES.in > POTFILES.keep
#mv POTFILES.keep POTFILES.in
#intltool-update --gettext-package=%{name}-%{evo_base_version} --pot
#for p in *.po; do
# msgmerge $p %{name}-%{evo_base_version}.pot > $p.out
# msgfmt -o `basename $p .po`.gmo $p.out
#done
#cd -
# Replace identical images in the help by links.
# This reduces the RPM size by several megabytes.
@ -618,6 +611,52 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Thu Apr 21 2011 Matthew Barnes <mbarnes@redhat.com> - 2.32.3-1.fc14
- Update to 2.32.3
* Mon Feb 07 2011 Milan Crha <mcrha@redhat.com> - 2.32.2-1.fc14
- Update to 2.32.2
* Mon Nov 15 2010 Milan Crha <mcrha@redhat.com> - 2.32.1-1.fc14
- Update to 2.32.1
- Remove patch for Gnome bug #630700 (fixed upstream)
- Remove patch for Gnome bug #629972 (fixed upstream)
* Wed Sep 29 2010 jkeating - 2.32.0-2.1
- Rebuilt for gcc bug 634757
* Mon Sep 29 2010 Milan Crha <mcrha@redhat.com> - 2.32.0-2.fc14
- Add patch for Gnome bug #629972 (restore from backup doesn't work)
* Mon Sep 27 2010 Milan Crha <mcrha@redhat.com> - 2.32.0-1.fc14
- Update to 2.32.0
- Remove patch for Gnome bug #626066 (fixed upstream)
* Mon Sep 27 2010 Milan Crha <mcrha@redhat.com> - 2.31.92-2.fc14
- Add patch for Gnome bug #630700 (crash on message send)
* Mon Sep 13 2010 Milan Crha <mcrha@redhat.com> - 2.31.92-1.fc14
- Update to 2.31.92
- Add patch for Gnome bug #626066 (login to NSS on demand)
* Mon Aug 30 2010 Milan Crha <mcrha@redhat.com> - 2.31.91-1.fc14
- Update to 2.31.91
- Remove msgmerge calls due to a floating point exception there
* Mon Aug 16 2010 Matthew Barnes <mbarnes@redhat.com> - 2.31.90-1.fc14
- Update to 2.31.90
* Fri Aug 06 2010 Matthew Barnes <mbarnes@redhat.com> - 2.31.6-2.fc14
- Fix handling of migrated signature files.
* Tue Aug 03 2010 Matthew Barnes <mbarnes@redhat.com> - 2.31.6-1.fc14
- Update to 2.31.6
- Drop dbus-glib requirement.
- Bump glib2 requirement to 2.25.12.
- Roll back evo_base_version to 2.32.
- Add clutter-gtk requirement (for express mode).
- Remove gtk-compat macro patch (fixed upstream).
* Thu Jul 22 2010 Matthew Barnes <mbarnes@redhat.com> - 2.31.5-2.fc14
- Add patch to fix startup crash in gtk-compat macros.

View file

@ -1 +1 @@
59a9c75d808788fa9eacce4a757b04fe evolution-2.31.5.tar.bz2
ad68ffc12c7153b4a7cdb066521af07a evolution-2.32.3.tar.bz2