This commit is contained in:
parent
5ba04b5405
commit
776dd5bf6e
1773
bnc-188523-evo-fix-authenticated-proxy-support.diff
Normal file
1773
bnc-188523-evo-fix-authenticated-proxy-support.diff
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 9 11:34:40 CEST 2008 - msuman@suse.de
|
||||||
|
|
||||||
|
- Configurable proxy settings for Evolution (Varadhan)
|
||||||
|
+ Added patch: bnc-188523-evo-fix-authenticated-proxy-support.diff (bnc#188523)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 14 04:43:36 CET 2008 - maw@suse.de
|
Fri Mar 14 04:43:36 CET 2008 - maw@suse.de
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ AutoReqProv: on
|
|||||||
# BASE_VERSION (as defined in configure.in).
|
# BASE_VERSION (as defined in configure.in).
|
||||||
%define evolution_base_version 2.22
|
%define evolution_base_version 2.22
|
||||||
Version: 2.22.0
|
Version: 2.22.0
|
||||||
Release: 1
|
Release: 15
|
||||||
Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite
|
Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite
|
||||||
#Source: ftp://ftp.gnome.org/pub/gnome/sources/evolution/2.10/%{name}-%{version}.tar.bz2
|
#Source: ftp://ftp.gnome.org/pub/gnome/sources/evolution/2.10/%{name}-%{version}.tar.bz2
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
@ -59,7 +59,8 @@ Patch90: fix-security-gtkhtml-moreui.diff
|
|||||||
# PATCH-FIX-UPSTREAM evo-2.8.2-regression-fix.patch -- Fix in 2.21.91
|
# PATCH-FIX-UPSTREAM evo-2.8.2-regression-fix.patch -- Fix in 2.21.91
|
||||||
Patch92: evo-2.8.2-regression-fix.patch
|
Patch92: evo-2.8.2-regression-fix.patch
|
||||||
# #PATCH-FIX-UPSTREAM build-fixes.diff - Fixed for 2.21.91
|
# #PATCH-FIX-UPSTREAM build-fixes.diff - Fixed for 2.21.91
|
||||||
Patch999: build-fixes.diff
|
Patch93: build-fixes.diff
|
||||||
|
Patch94: bnc-188523-evo-fix-authenticated-proxy-support.diff
|
||||||
Url: http://gnome.org/projects/evolution/
|
Url: http://gnome.org/projects/evolution/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Requires: yelp
|
Requires: yelp
|
||||||
@ -164,6 +165,7 @@ Authors:
|
|||||||
Chris Toshok <toshok@ximian.com>
|
Chris Toshok <toshok@ximian.com>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
|
License: GPL v2 or later
|
||||||
Summary: Include Files and Libraries mandatory for Development.
|
Summary: Include Files and Libraries mandatory for Development.
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: evolution = %{?epoch:}%{version}-%{release}
|
Requires: evolution = %{?epoch:}%{version}-%{release}
|
||||||
@ -178,6 +180,7 @@ to develop applications that require these.
|
|||||||
|
|
||||||
|
|
||||||
%package pilot
|
%package pilot
|
||||||
|
License: GNU Free Documentation License, Version 1.1 (GFDL 1.1); GPL v2 or later; LGPL v2.1 or later; X11/MIT
|
||||||
Summary: The Integrated GNOME Mail, Calendar, and Addressbook Suite
|
Summary: The Integrated GNOME Mail, Calendar, and Addressbook Suite
|
||||||
Group: Productivity/Networking/Email/Clients
|
Group: Productivity/Networking/Email/Clients
|
||||||
Requires: evolution = %{?epoch:}%{version}-%{release}
|
Requires: evolution = %{?epoch:}%{version}-%{release}
|
||||||
@ -291,7 +294,8 @@ Authors:
|
|||||||
%patch45
|
%patch45
|
||||||
%patch65
|
%patch65
|
||||||
%patch66
|
%patch66
|
||||||
%patch999
|
%patch93
|
||||||
|
%patch94
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -f -i
|
autoreconf -f -i
|
||||||
@ -403,6 +407,9 @@ fi
|
|||||||
%{_libdir}/evolution/*/conduits/*.so
|
%{_libdir}/evolution/*/conduits/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 09 2008 msuman@suse.de
|
||||||
|
- Configurable proxy settings for Evolution (Varadhan)
|
||||||
|
+ Added patch: bnc-188523-evo-fix-authenticated-proxy-support.diff (bnc#188523)
|
||||||
* Fri Mar 14 2008 maw@suse.de
|
* Fri Mar 14 2008 maw@suse.de
|
||||||
- Update to version 2.22.0:
|
- Update to version 2.22.0:
|
||||||
+ Bigs fixed: bnc#282466, bgo#351672m and bgo#520745
|
+ Bigs fixed: bnc#282466, bgo#351672m and bgo#520745
|
||||||
@ -582,7 +589,7 @@ fi
|
|||||||
* Tue Aug 21 2007 sbrabec@suse.cz
|
* Tue Aug 21 2007 sbrabec@suse.cz
|
||||||
- Fixed crash on appointments with no no SENTBY parameter (#301835,
|
- Fixed crash on appointments with no no SENTBY parameter (#301835,
|
||||||
patch from Suman Manjunath).
|
patch from Suman Manjunath).
|
||||||
* Fri Aug 17 2007 jberkman@novell.com
|
* Sat Aug 18 2007 jberkman@novell.com
|
||||||
- fix infinite recursion when used with smartcard auth patches
|
- fix infinite recursion when used with smartcard auth patches
|
||||||
* Mon Aug 06 2007 maw@suse.de
|
* Mon Aug 06 2007 maw@suse.de
|
||||||
- Split off a -lang subpackage.
|
- Split off a -lang subpackage.
|
||||||
@ -1010,14 +1017,14 @@ fi
|
|||||||
168697 - Fixes a alarm crash (Srini)
|
168697 - Fixes a alarm crash (Srini)
|
||||||
171592 - Fixes a alarm crash (Srini)
|
171592 - Fixes a alarm crash (Srini)
|
||||||
170076 - Fixes a wrong mime lookup for a attachment (Srini)
|
170076 - Fixes a wrong mime lookup for a attachment (Srini)
|
||||||
* Tue May 02 2006 fejj@suse.de
|
* Wed May 03 2006 fejj@suse.de
|
||||||
- Added bnc-167638.patch: Fixes the long Evolution quit times when
|
- Added bnc-167638.patch: Fixes the long Evolution quit times when
|
||||||
the user tries to close Evolution when it is in the middle of
|
the user tries to close Evolution when it is in the middle of
|
||||||
syncing stuff to an IMAP/GW server.
|
syncing stuff to an IMAP/GW server.
|
||||||
* Tue May 02 2006 pchenthill@novell.com
|
* Tue May 02 2006 pchenthill@novell.com
|
||||||
- Update the patch bnc-158107-no-notification-canceled-mtgs.patch
|
- Update the patch bnc-158107-no-notification-canceled-mtgs.patch
|
||||||
Fixes https://bugzilla.novell.com/show_bug.cgi?id=171531
|
Fixes https://bugzilla.novell.com/show_bug.cgi?id=171531
|
||||||
* Wed Apr 26 2006 dobey@suse.de
|
* Thu Apr 27 2006 dobey@suse.de
|
||||||
- Update trach icon patch to deal with more instances
|
- Update trach icon patch to deal with more instances
|
||||||
Fixes https://bugzilla.novell.com/show_bug.cgi?id=160837
|
Fixes https://bugzilla.novell.com/show_bug.cgi?id=160837
|
||||||
* Mon Apr 24 2006 sragavan@novell.com
|
* Mon Apr 24 2006 sragavan@novell.com
|
||||||
@ -1439,15 +1446,15 @@ fi
|
|||||||
- Updated to version 1.5.92.1
|
- Updated to version 1.5.92.1
|
||||||
- Add patch for more 64bit cleanliness issues
|
- Add patch for more 64bit cleanliness issues
|
||||||
- Add dependencies for spamassassin and other evo packages
|
- Add dependencies for spamassassin and other evo packages
|
||||||
* Wed Jul 28 2004 dobey@suse.de
|
* Thu Jul 29 2004 dobey@suse.de
|
||||||
- Updated to version 1.5.91
|
- Updated to version 1.5.91
|
||||||
* Fri Jul 16 2004 clahey@suse.de
|
* Fri Jul 16 2004 clahey@suse.de
|
||||||
- Updated about box.
|
- Updated about box.
|
||||||
* Tue Jul 13 2004 clahey@suse.de
|
* Wed Jul 14 2004 clahey@suse.de
|
||||||
- Updated to version 1.5.90.
|
- Updated to version 1.5.90.
|
||||||
* Mon Jun 21 2004 clahey@suse.de
|
* Mon Jun 21 2004 clahey@suse.de
|
||||||
- Updated to version 1.5.9.2. Added spamassassin.
|
- Updated to version 1.5.9.2. Added spamassassin.
|
||||||
* Fri Jun 11 2004 clahey@suse.de
|
* Sat Jun 12 2004 clahey@suse.de
|
||||||
- Added rpath stuff for mozilla.
|
- Added rpath stuff for mozilla.
|
||||||
* Thu Jun 10 2004 clahey@suse.de
|
* Thu Jun 10 2004 clahey@suse.de
|
||||||
- Fixed a non-void warning.
|
- Fixed a non-void warning.
|
||||||
@ -1459,7 +1466,7 @@ fi
|
|||||||
- Enabled default binary at configure time, this means
|
- Enabled default binary at configure time, this means
|
||||||
evolution binary will be named 'evolution' instead of
|
evolution binary will be named 'evolution' instead of
|
||||||
'evolution-1.5'.
|
'evolution-1.5'.
|
||||||
* Tue May 25 2004 mibarra@suse.de
|
* Wed May 26 2004 mibarra@suse.de
|
||||||
- Fixed some 64bits compiler warnings.
|
- Fixed some 64bits compiler warnings.
|
||||||
* Sat May 22 2004 mibarra@suse.de
|
* Sat May 22 2004 mibarra@suse.de
|
||||||
- Updated to 1.5.8.
|
- Updated to 1.5.8.
|
||||||
@ -1499,7 +1506,7 @@ fi
|
|||||||
- Fix use of build root.
|
- Fix use of build root.
|
||||||
* Mon Sep 22 2003 sbrabec@suse.cz
|
* Mon Sep 22 2003 sbrabec@suse.cz
|
||||||
- Obsolete bonobo-conf.
|
- Obsolete bonobo-conf.
|
||||||
* Sun Sep 14 2003 adrian@suse.de
|
* Mon Sep 15 2003 adrian@suse.de
|
||||||
- Add Email Category
|
- Add Email Category
|
||||||
* Tue Sep 09 2003 sbrabec@suse.cz
|
* Tue Sep 09 2003 sbrabec@suse.cz
|
||||||
- Fixed default charset bug (bug #29851, Ximian bug #47638).
|
- Fixed default charset bug (bug #29851, Ximian bug #47638).
|
||||||
@ -1663,7 +1670,7 @@ fi
|
|||||||
* Fri Sep 22 2000 egger@suse.de
|
* Fri Sep 22 2000 egger@suse.de
|
||||||
- Use BuildRoot.
|
- Use BuildRoot.
|
||||||
- Buildproofed on i386.
|
- Buildproofed on i386.
|
||||||
* Tue Sep 19 2000 egger@suse.de
|
* Wed Sep 20 2000 egger@suse.de
|
||||||
- First compilable version of it using version 0.5.1
|
- First compilable version of it using version 0.5.1
|
||||||
- Buildproofed on i386.
|
- Buildproofed on i386.
|
||||||
* Fri Sep 01 2000 egger@suse.de
|
* Fri Sep 01 2000 egger@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user