]> git.pld-linux.org Git - packages/evolution-data-server.git/commitdiff
- evolution-data-server-gcc4.patch: a static function must have
authorqrczak <qrczak@pld-linux.org>
Fri, 29 Apr 2005 18:48:38 +0000 (18:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  a prototype before it's called
- Release 2

Changed files:
    evolution-data-server-gcc4.patch -> 1.1
    evolution-data-server.spec -> 1.49

evolution-data-server-gcc4.patch [new file with mode: 0644]
evolution-data-server.spec

diff --git a/evolution-data-server-gcc4.patch b/evolution-data-server-gcc4.patch
new file mode 100644 (file)
index 0000000..9266e5a
--- /dev/null
@@ -0,0 +1,12 @@
+--- evolution-data-server-1.2.2/calendar/libecal/e-cal.c~      2005-04-08 15:11:41.000000000 +0200
++++ evolution-data-server-1.2.2/calendar/libecal/e-cal.c       2005-04-29 20:41:01.710986876 +0200
+@@ -885,6 +885,9 @@
+       g_mutex_unlock (op->mutex);     
+ }
++static gboolean
++open_calendar (ECal *ecal, gboolean only_if_exists, GError **error, ECalendarStatus *status, gboolean needs_auth);
++
+ static gboolean  
+ reopen_with_auth (gpointer data)
+ {
index d7056928083be2a6a8885f82e0f4696cd80d1761..15f499d9910e12d58d6d717c8fa8eb4ffd0cf266 100644 (file)
@@ -11,7 +11,7 @@ Summary:      Evolution data server
 Summary(pl):   Serwer danych Evolution
 Name:          evolution-data-server
 Version:       1.2.2
-Release:       1
+Release:       2
 License:       GPL
 Group:         Libraries
 Source0:       http://ftp.gnome.org/pub/gnome/sources/evolution-data-server/1.2/%{name}-%{version}.tar.bz2
@@ -20,6 +20,7 @@ Patch0:               %{name}-system_db.patch
 Patch1:                %{name}-GG-IM.patch
 Patch2:                %{name}-workaround-cal-backend-leak.patch
 Patch3:                %{name}-bonobo.patch
+Patch4:                %{name}-gcc4.patch
 URL:           http://www.ximian.com/products/ximian_evolution/
 BuildRequires: ORBit2-devel >= 1:2.12.1
 BuildRequires: autoconf >= 2.52
@@ -91,6 +92,7 @@ Statyczne biblioteki serwera danych Evolution.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 rm -rf libdb
 
This page took 0.081606 seconds and 4 git commands to generate.