[packages/libgda5] - updated to 5.2.2 - removed obsolete graphviz-api patch
qboosh
qboosh at pld-linux.org
Tue Dec 31 12:07:30 CET 2013
commit 8995cad983c8709e6103bcc6c7021fed186e31f3
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Tue Dec 31 12:07:55 2013 +0100
- updated to 5.2.2
- removed obsolete graphviz-api patch
graphviz-api.patch | 19 -------------------
libgda5.spec | 9 ++++-----
2 files changed, 4 insertions(+), 24 deletions(-)
---
diff --git a/libgda5.spec b/libgda5.spec
index a5c00e0..4b4f966 100644
--- a/libgda5.spec
+++ b/libgda5.spec
@@ -22,14 +22,14 @@
Summary: GNU Data Access library
Summary(pl.UTF-8): Biblioteka GNU Data Access
Name: libgda5
-Version: 5.2.1
-Release: 5
+Version: 5.2.2
+Release: 1
License: LGPL v2+/GPL v2+
Group: Libraries
Source0: http://ftp.gnome.org/pub/GNOME/sources/libgda/5.2/libgda-%{version}.tar.xz
-# Source0-md5: b42958a36765183ecce1926e40067ffd
+# Source0-md5: d2676630e621ddf5db6e336e62c23742
Patch0: %{name}-configure.patch
-Patch1: graphviz-api.patch
+
Patch2: %{name}-missing.patch
Patch3: %{name}-vala.patch
Patch4: %{name}-format.patch
@@ -364,7 +364,6 @@ Narzędzia graficzne dla GDA.
%prep
%setup -q -n libgda-%{version}
%patch0 -p1
-%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
diff --git a/graphviz-api.patch b/graphviz-api.patch
deleted file mode 100644
index 24a7b44..0000000
--- a/graphviz-api.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- libgda-5.2.0/configure.ac.orig 2013-11-15 17:06:38.881824566 +0100
-+++ libgda-5.2.0/configure.ac 2013-11-15 17:30:10.915098425 +0100
-@@ -260,6 +260,8 @@
- if test "x$have_graphviz" = "xyes"
- then
- dnl test if new API is supported
-+ save_CFLAGS="$CFLAGS"
-+ CFLAGS="$CFLAGS $GRAPHVIZ_CFLAGS"
- AC_MSG_CHECKING([whether Graphviz's new API is supported])
- AC_COMPILE_IFELSE([AC_LANG_SOURCE([
- #include <gvc.h>
-@@ -270,6 +272,7 @@
- }
- ])],
- graphviz_new_api=yes, graphviz_new_api=no)
-+ CFLAGS="$save_CFLAGS"
-
- AC_MSG_RESULT($graphviz_new_api)
- if test "$graphviz_new_api" = "yes"; then
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libgda5.git/commitdiff/8995cad983c8709e6103bcc6c7021fed186e31f3
More information about the pld-cvs-commit
mailing list