Hello community,

here is the log from the commit of package anjuta for openSUSE:Factory checked 
in at 2012-01-24 12:16:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/anjuta (Old)
 and      /work/SRC/openSUSE:Factory/.anjuta.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "anjuta", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/anjuta/anjuta.changes    2012-01-09 
11:14:42.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.anjuta.new/anjuta.changes       2012-01-24 
12:16:17.000000000 +0100
@@ -1,0 +2,27 @@
+Tue Jan 17 15:40:34 UTC 2012 - [email protected]
+
+- Update to version 3.3.4:
+  + Small improvements in search (bgo#665945).
+  + Several improvements in generated files from project-wizard.
+  + language-support-cpp: Code completion now closes parentheses
+    (bgo#633341)
+  + symbol-db: Fix symbol update when switching branches
+    (bgo#664413)
+  + Various other code changes.
+  + Other bugs fixed: bgo#667903, bgo#666621, bgo#666966.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Fri Jan 13 13:56:58 UTC 2012 - [email protected]
+
+- Replace pkgconfig(libvala-0.14) BuildRequires with
+  pkgconfig(libvala-0.16) in order to build against vala 0.15/0.16.
+- Add anjuta-vala-0_16.patch: Fix build with libvala-0.16
+- Add gnome-common BuildRequires and call to autogen.sh, as the
+  above patch touches the build system.
+- Delete .c files that are auto-generated from .vala files to
+  ensure they are generated with the right vala compiler.
+- Add vala BuildRequires: as we drop the shipped generated .c
+  files, we need to rebuild them during our build.
+
+-------------------------------------------------------------------

Old:
----
  anjuta-3.3.3.tar.xz

New:
----
  anjuta-3.3.4.tar.xz
  anjuta-vala-0_16.patch

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

Other differences:
------------------
++++++ anjuta.spec ++++++
--- /var/tmp/diff_new_pack.KpL0fa/_old  2012-01-24 12:16:31.000000000 +0100
+++ /var/tmp/diff_new_pack.KpL0fa/_new  2012-01-24 12:16:31.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package anjuta
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,9 +15,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:           anjuta
-Version:        3.3.3
+Version:        3.3.4
 Release:        0
 Summary:        Versatile Integrated Development Environment for GNOME
 License:        GPL-2.0+
@@ -25,12 +24,16 @@
 Url:            http://anjuta.sourceforge.net/
 Source:         
http://download.gnome.org/sources/anjuta/3.3/%{name}-%{version}.tar.xz
 Source99:       %{name}-rpmlintrc
+# PATCH-FIX-UPSTREAM anjuta-vala-0_16.patch bgo#667851 [email protected] -- 
Detect vala 0.15/0.16.
+Patch0:         anjuta-vala-0_16.patch
 BuildRequires:  autogen
 BuildRequires:  binutils-devel
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex
 BuildRequires:  gcc-c++
+# Needed bt patch0
+BuildRequires:  gnome-common
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gnome-icon-theme
 BuildRequires:  gobject-introspection-devel
@@ -44,6 +47,8 @@
 BuildRequires:  subversion-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+# Needed because we drop some generated .c files in order to support vala 
0.15/0.16.
+BuildRequires:  vala
 %ifnarch ia64 s390 s390x
 BuildRequires:  valgrind-devel
 %endif
@@ -59,7 +64,7 @@
 BuildRequires:  pkgconfig(libgda-5.0) >= 4.99.0
 BuildRequires:  pkgconfig(libgraph)
 BuildRequires:  pkgconfig(libgvc)
-BuildRequires:  pkgconfig(libvala-0.14) >= 0.13.3
+BuildRequires:  pkgconfig(libvala-0.16)
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(neon)
 BuildRequires:  pkgconfig(vte-2.90)
@@ -152,9 +157,15 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
+# Remove 'pre-built' .c files built with 'older' vala versions
+rm plugins/language-support-vala/{locator,plugin,provider,report}.c
+rm plugins/symbol-db/anjuta-tags/ctags-visitor.c
 translation-update-upstream
 
 %build
+# Needed by patch0
+./autogen.sh
 %configure\
         --disable-static \
         --disable-scrollkeeper

++++++ anjuta-vala-0_16.patch ++++++
diff -ur anjuta-3.3.3/configure.ac anjuta-3.3.3.patched/configure.ac
--- anjuta-3.3.3/configure.ac   2011-11-21 19:45:44.000000000 +0100
+++ anjuta-3.3.3.patched/configure.ac   2012-01-13 12:20:09.376074138 +0100
@@ -263,12 +263,12 @@
        AC_MSG_RESULT(no)
        enable_vala="yes"
        PKG_CHECK_MODULES(VALA,
-               [libvala-0.14 >= $VALA_REQUIRED],LIBVALA="libvala-0.14")
+               [libvala-0.16 >= $VALA_REQUIRED],LIBVALA="libvala-0.16")
        AC_SUBST(LIBVALA)
 fi
 
 if test x$enable_vala = xyes; then
-       AC_PATH_PROGS(VALAC, [valac-0.14 valac], valac)
+       AC_PATH_PROGS(VALAC, [valac-0.16 valac], valac)
        AC_SUBST(VALAC)
 fi
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to