Update to 3.3.3
This commit is contained in:
parent
11b52874fc
commit
af5e95d4c6
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
@ -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 <mcrha@redhat.com> - 3.3.3-1
|
||||
- Update to 3.3.3
|
||||
- Removed the last patch (fixed upstream)
|
||||
|
||||
* Mon Nov 21 2011 Milan Crha <mcrha@redhat.com> - 3.3.2-1
|
||||
- Update to 3.3.2
|
||||
- Removed obsolete patches (fixed upstream)
|
||||
|
Loading…
Reference in New Issue
Block a user