From 36b2a675efee872ce85aacc85f0a9543c52519f1 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: May 17 2006 17:21:50 +0000 Subject: - Update to 2.7.2.1 - Remove nss/nspr hunk from evolution-2.7.1-no-gnome-common.patch (fixed upstream). --- diff --git a/.cvsignore b/.cvsignore index 3371a50..b265e10 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -evolution-2.7.1.tar.bz2 +evolution-2.7.2.1.tar.bz2 diff --git a/evolution-2.7.1-no-gnome-common.patch b/evolution-2.7.1-no-gnome-common.patch index c6cd574..9fc3599 100644 --- a/evolution-2.7.1-no-gnome-common.patch +++ b/evolution-2.7.1-no-gnome-common.patch @@ -1,34 +1,5 @@ --- evolution-2.7.1/configure.in.no-gnome-common 2006-04-24 07:17:07.000000000 -0400 +++ evolution-2.7.1/configure.in 2006-05-12 14:46:29.000000000 -0400 -@@ -747,16 +747,24 @@ - check_manually="no" - fi - -- if test "x${check_manually}" = "xno" && `$PKG_CONFIG --exists mozilla-nss`; then -- PKG_CHECK_MODULES(NSS, mozilla-nss, have_nss="yes") -+ if test "x${check_manually}" = "xno"; then -+ if `$PKG_CONFIG --exists mozilla-nss`; then -+ PKG_CHECK_MODULES(NSS, mozilla-nss, have_nss="yes") -+ mozilla_nspr="mozilla-nspr" -+ mozilla_nss="mozilla-nss" -+ else -+ if `$PKG_CONFIG --exists nss`; then -+ PKG_CHECK_MODULES(NSS, nss, have_nss="yes") -+ mozilla_nspr="nspr" -+ mozilla_nss="nss" -+ fi -+ fi - if test "x${have_nss}" = "xyes"; then - msg_ssl="yes (Mozilla NSS)" - if test "x$enable_smime" = "xyes"; then - AC_DEFINE(ENABLE_SMIME,1,[Define if SMIME should be enabled]) - msg_smime="yes (Mozilla NSS)" - fi -- mozilla_nspr="nspr" -- mozilla_nss="mozilla-nss" - AC_DEFINE(HAVE_NSS,1,[Define if you have NSS]) - AC_DEFINE(HAVE_SSL,1,[Define if you have a supported SSL library]) - AC_DEFINE_UNQUOTED(MOZILLA_NSS_LIB_DIR,"`$PKG_CONFIG --variable=libdir mozilla-nss`",[Define to the full path of mozilla nss library]) @@ -1072,9 +1080,6 @@ dnl ************************* dnl CFLAGS and LIBS and stuff diff --git a/evolution.spec b/evolution.spec index 77b2bf7..44b645d 100644 --- a/evolution.spec +++ b/evolution.spec @@ -38,12 +38,12 @@ %define evo_plugin_dir %{_libdir}/evolution/%{evo_major}/plugins Name: evolution -Version: 2.7.1 +Version: 2.7.2.1 Release: 1 License: GPL BuildRoot: %{_tmppath}/%{name}-%{version}-root -URL: http://www.ximian.com/ -Source0: ftp://ftp.gnome.org/pub/gnome/stable/sources/evolution/2.1/%{name}-%{version}.tar.bz2 +URL: http://www.gnome.org/projects/evolution/ +Source: %{name}-%{version}.tar.bz2 # patches pulled from upstream CVS @@ -635,6 +635,11 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/evolution/%{evo_major}/libmenus.so %changelog +* Wed May 17 2006 Matthew Barnes - 2.7.2.1-1 +- Update to 2.7.2.1 +- Remove nss/nspr hunk from evolution-2.7.1-no-gnome-common.patch + (fixed upstream). + * Fri May 12 2006 Matthew Barnes - 2.7.1-1 - Update to 2.7.1 - Bump evo_major from 2.6 to 2.8 diff --git a/sources b/sources index 1453bea..a24fcf8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -66ab9e288d916607594a2049006f178c evolution-2.7.1.tar.bz2 +9a239d549094daf2ad6892f10d152d4f evolution-2.7.2.1.tar.bz2