Hello community,

here is the log from the commit of package anjuta for openSUSE:Factory
checked in at Thu Jul 14 10:16:34 CEST 2011.



--------
--- GNOME/anjuta/anjuta.changes 2011-07-06 11:10:24.000000000 +0200
+++ /mounts/work_src_done/STABLE/anjuta/anjuta.changes  2011-07-12 
21:47:15.000000000 +0200
@@ -1,0 +2,8 @@
+Tue Jul 12 19:32:28 UTC 2011 - dims...@opensuse.org
+
+- Add anjuta-libvala-0.14.patch: Allow building against
+  libvala 0.14. Patch sent upstream as bgo#654502.
+- Change pkgconfig(libvala-0.12) BuildRequires to
+  pkgconfig(libvala-0.14)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  anjuta-libvala-0.14.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ anjuta.spec ++++++
--- /var/tmp/diff_new_pack.FeDtsW/_old  2011-07-14 10:16:02.000000000 +0200
+++ /var/tmp/diff_new_pack.FeDtsW/_new  2011-07-14 10:16:02.000000000 +0200
@@ -19,7 +19,7 @@
 
 Name:           anjuta
 Version:        3.1.3
-Release:        1
+Release:        3
 License:        GPLv2+
 Summary:        Versatile Integrated Development Environment for GNOME
 Url:            http://anjuta.sourceforge.net/
@@ -28,6 +28,8 @@
 Source1:        %{name}-rpmlintrc
 # PATCH-FEATURE-UPSTREAM anjuta-support-libgda-5.0.patch bgo#652047 
dims...@opensuse.org -- Also support building with libgda-5.0.
 Patch0:         anjuta-support-libgda-5.0.patch
+# PATCH-FEATURE-UPSTREAM anjuta-libvala-0.14.patch bgo#654502 
dims...@opesuse.org -- Also support building with libvala 0.14,
+Patch1:         anjuta-libvala-0.14.patch
 BuildRequires:  autogen
 BuildRequires:  binutils-devel
 BuildRequires:  bison
@@ -61,7 +63,7 @@
 BuildRequires:  pkgconfig(libgda-5.0)
 BuildRequires:  pkgconfig(libgraph)
 BuildRequires:  pkgconfig(libgvc)
-BuildRequires:  pkgconfig(libvala-0.12)
+BuildRequires:  pkgconfig(libvala-0.14)
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(neon)
 BuildRequires:  pkgconfig(vte-2.90)
@@ -128,10 +130,11 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 translation-update-upstream
 
 %build
-# Needed by patch0
+# Needed by patch0 and patch1
 NOCONFIGURE=1 gnome-autogen.sh
 %configure\
         --disable-static \

++++++ anjuta-libvala-0.14.patch ++++++
Index: anjuta-3.1.3/configure.ac
===================================================================
--- anjuta-3.1.3.orig/configure.ac
+++ anjuta-3.1.3/configure.ac
@@ -52,7 +52,8 @@ dnl Glade
 GLADEUI_REQUIRED=3.9.2
 
 dnl Vala
-VALA_REQUIRED=0.11.2
+VALA12_REQUIRED=0.11.2
+VALA14_REQUIRED=0.13.0
 
 dnl Introspection
 GI_REQUIRED=0.9.5
@@ -254,11 +255,13 @@ else
        AC_MSG_RESULT(no)
        enable_vala="yes"
        PKG_CHECK_MODULES(VALA,
-               [libvala-0.12 >= $VALA_REQUIRED])
+               [libvala-0.14 >= $VALA14_REQUIRED],,
+               [PKG_CHECK_MODULES(VALA,
+                       [libvala-0.12 >= $VALA12_REQUIRED])])
 fi
 
 if test x$enable_vala = xyes; then
-       AC_PATH_PROGS(VALAC, [valac-0.12 valac], valac)
+       AC_PATH_PROGS(VALAC, [valac-0.14 valac-0.12 valac], valac)
        AC_SUBST(VALAC)
 fi
 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to