diff --git a/.gitignore b/.gitignore index a96f16b..730cf90 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /evolution-ews-3.3.1.tar.xz /evolution-ews-3.3.2.tar.xz +/evolution-ews-3.3.3.tar.xz diff --git a/evolution-ews-3.3.1-enable-deprecated-glib-symbols.patch b/evolution-ews-3.3.1-enable-deprecated-glib-symbols.patch deleted file mode 100644 index ac1339c..0000000 --- a/evolution-ews-3.3.1-enable-deprecated-glib-symbols.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -up evolution-ews-3.3.1/configure.enable-deprecated-glib-symbols evolution-ews-3.3.1/configure ---- evolution-ews-3.3.1/configure.enable-deprecated-glib-symbols 2011-11-07 14:37:00.324176601 -0500 -+++ evolution-ews-3.3.1/configure 2011-11-07 14:37:16.788000595 -0500 -@@ -4332,8 +4332,7 @@ fi - - - -- list="-DG_DISABLE_DEPRECATED -- -DPANGO_DISABLE_DEPRECATED -+ list="-DPANGO_DISABLE_DEPRECATED - -DGDK_DISABLE_DEPRECATED - -DGDK_PIXBUF_DISABLE_DEPRECATED - -DGNOME_DISABLE_DEPRECATED diff --git a/evolution-ews.spec b/evolution-ews.spec index 1d6cec0..78ae6a7 100644 --- a/evolution-ews.spec +++ b/evolution-ews.spec @@ -1,7 +1,7 @@ %global evo_base_version 3.4 Name: evolution-ews -Version: 3.3.2 +Version: 3.3.3 Release: 1%{?dist} Group: Applications/Productivity Summary: Evolution extension for Exchange Web Services @@ -13,8 +13,7 @@ BuildRequires: evolution-devel >= %{version} BuildRequires: evolution-data-server-devel >= %{version} BuildRequires: intltool -# Build fixes -Patch1: evolution-ews-3.3.1-enable-deprecated-glib-symbols.patch +# Patch1: evolution-ews-3.3.1-enable-deprecated-glib-symbols.patch %description This package allows Evolution to interact with Microsoft Exchange servers, @@ -22,7 +21,7 @@ versions 2007 and later, through its Exchange Web Services (EWS) interface. %prep %setup -q -%patch1 -p1 -b .enable-deprecated-glib-symbols +# %patch1 -p1 -b .enable-deprecated-glib-symbols %build %configure @@ -65,6 +64,10 @@ rm $RPM_BUILD_ROOT%{_libdir}/pkgconfig/*.pc %{_libdir}/liblzx.so.* %changelog +* Mon Dec 19 2011 Milan Crha - 3.3.3-1 +- Update to 3.3.3 +- Removed the last patch (fixed upstream) + * Mon Nov 21 2011 Milan Crha - 3.3.2-1 - Update to 3.3.2 - Removed obsolete patches (fixed upstream) diff --git a/sources b/sources index e3984fb..77150b1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -95d4fd07c64ac091c86e987f5485c6e9 evolution-ews-3.3.2.tar.xz +90ad93bd6db53c87a07a377ef8790aa2 evolution-ews-3.3.3.tar.xz