Hello community,

here is the log from the commit of package anjuta for openSUSE:Factory
checked in at Mon Jul 11 12:32:27 CEST 2011.



--------
--- GNOME/anjuta/anjuta.changes 2011-05-23 23:48:10.000000000 +0200
+++ /mounts/work_src_done/STABLE/anjuta/anjuta.changes  2011-07-06 
11:10:24.000000000 +0200
@@ -1,0 +2,39 @@
+Tue Jul  5 09:50:02 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.3:
+  + Various improvements in the project wizard
+  + Git usability improvements
+  + Auto-completion for Gtk.Builder objects in python plugin
+  + More mallard documentation
+  + Bugs fixed: bgo#649107, bgo#651212, bgo#312667, bgo#588952,
+    bgo#590323, bgo#645516, bgo#646073, bgo#646192, bgo#652773,
+    bgo#652778, bgo#653364, bgo#647403.
+
+-------------------------------------------------------------------
+Thu Jun 16 00:31:36 CEST 2011 - dims...@opensuse.org
+
+- Update to version 3.1.2:
+  + Autocompletion for builder objects in python
+  + Improvements in autotools backend
+  + Bugs fixed: bgo#475261, bgo#651670, bgo#651285, bgo#569994,
+    bgo#644047, bgo#588757, bgo#640470, bgo#642784, bgo#648571,
+    bgo#650930, bgo#652017, bgo#651212.
+- Add bison and flex BuildRequires: those were needed before, but
+  we failed to notice because of a bug in the configure script.
+
+-------------------------------------------------------------------
+Tue Jun  7 12:56:51 UTC 2011 - dims...@opensuse.org
+
+- Build against libgda 4.99/5:
+  + Add anjuta-support-libgda-5.0.patch: support building against
+    libgda 5.0 and libgda 4.0 and add call to gnome-autogen.sh.
+  + Replace pkgconfig(libgda-4.0) BuildRequires with
+    pkgconfig(libgda-5.0).
+
+-------------------------------------------------------------------
+Sat Jun  4 09:21:38 UTC 2011 - badshah...@gmail.com
+
+- Enabled building glade-catalog-anjuta for use with glade for
+  gtk+3
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  anjuta-3.0.2.0.tar.bz2

New:
----
  anjuta-3.1.3.tar.bz2
  anjuta-support-libgda-5.0.patch

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

Other differences:
------------------
++++++ anjuta.spec ++++++
--- /var/tmp/diff_new_pack.D1MjEV/_old  2011-07-11 12:31:33.000000000 +0200
+++ /var/tmp/diff_new_pack.D1MjEV/_new  2011-07-11 12:31:33.000000000 +0200
@@ -16,20 +16,23 @@
 #
 
 
-%define build_glade_catalog 0
 
 Name:           anjuta
-Version:        3.0.2.0
+Version:        3.1.3
 Release:        1
 License:        GPLv2+
 Summary:        Versatile Integrated Development Environment for GNOME
 Url:            http://anjuta.sourceforge.net/
 Group:          Development/Tools/IDE
-Source:         anjuta-%{version}.tar.bz2
+Source:         
http://download.gnome.org/sources/anjuta/3.1/%{name}-%{version}.tar.bz2
 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
 BuildRequires:  autogen
 BuildRequires:  binutils-devel
+BuildRequires:  bison
 BuildRequires:  fdupes
+BuildRequires:  flex
 BuildRequires:  gcc-c++
 BuildRequires:  gnome-common
 BuildRequires:  gnome-doc-utils-devel
@@ -50,14 +53,12 @@
 %endif
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 BuildRequires:  pkgconfig(gdl-3.0)
-%if %{build_glade_catalog}
 BuildRequires:  pkgconfig(gladeui-2.0)
-%endif
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(gtksourceview-3.0)
 BuildRequires:  pkgconfig(libdevhelp-3.0)
-BuildRequires:  pkgconfig(libgda-4.0)
+BuildRequires:  pkgconfig(libgda-5.0)
 BuildRequires:  pkgconfig(libgraph)
 BuildRequires:  pkgconfig(libgvc)
 BuildRequires:  pkgconfig(libvala-0.12)
@@ -85,17 +86,15 @@
 profiler, a class generator, a powerful source editor, source browsing,
 and more.
 
-%if %{build_glade_catalog}
-
-%package -n glade3-catalog-anjuta
+%package -n glade-catalog-anjuta
 License:        GPLv2+
 Summary:        Versatile Integrated Development Environment for GNOME -- 
Catalog for Glade
 Group:          Development/Tools/GUI Builders
 Requires:       %{name} = %{version}
-Requires:       glade3
-Supplements:    packageand(glade3:%{name}-devel)
+Requires:       glade
+Supplements:    packageand(glade:%{name}-devel)
 
-%description -n glade3-catalog-anjuta
+%description -n glade-catalog-anjuta
 Anjuta is a versatile Integrated Development Environment (IDE) for the
 GNOME desktop. It features a number of advanced programming facilities
 includes project management, application wizards, an interactive
@@ -106,7 +105,7 @@
 
 This package provides a catalog for Glade, to allow the use the Anjuta
 widgets in Glade.
-%endif
+
 
 %package devel
 License:        GPLv2+
@@ -128,9 +127,12 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 translation-update-upstream
 
 %build
+# Needed by patch0
+NOCONFIGURE=1 gnome-autogen.sh
 %configure\
         --disable-static \
         --disable-scrollkeeper
@@ -184,9 +186,6 @@
 %doc %{_datadir}/gnome/help/anjuta-faqs/C/
 %dir %{_datadir}/gnome/help/anjuta-manual/
 %doc %{_datadir}/gnome/help/anjuta-manual/C/
-%dir %{_datadir}/omf/
-%dir %{_datadir}/omf/anjuta-manual/
-%doc %{_datadir}/omf/anjuta-manual/anjuta-manual-C.omf
 %{_bindir}/anjuta
 %{_bindir}/anjuta-launcher
 %{_bindir}/anjuta-tags
@@ -208,13 +207,10 @@
 %{_datadir}/icons/hicolor/scalable/apps/*.svg
 %doc %{_mandir}/man?/*.*
 
-%if %{build_glade_catalog}
-
-%files -n glade3-catalog-anjuta
+%files -n glade-catalog-anjuta
 %defattr(-, root, root)
-%{_libdir}/glade3/modules/libgladeanjuta.so
-%{_datadir}/glade3/catalogs/anjuta-glade.xml
-%endif
+%{_libdir}/glade/modules/libgladeanjuta.so
+%{_datadir}/glade/catalogs/anjuta-glade.xml
 
 %files devel
 %defattr(-, root, root)

++++++ anjuta-3.0.2.0.tar.bz2 -> anjuta-3.1.3.tar.bz2 ++++++
GNOME/anjuta/anjuta-3.0.2.0.tar.bz2 
/mounts/work_src_done/STABLE/anjuta/anjuta-3.1.3.tar.bz2 differ: char 11, line 1

++++++ anjuta-support-libgda-5.0.patch ++++++
diff -ur anjuta-3.0.2.0/configure.ac anjuta-3.0.2.0.patched/configure.ac
--- anjuta-3.0.2.0/configure.ac 2011-05-23 21:12:40.000000000 +0200
+++ anjuta-3.0.2.0.patched/configure.ac 2011-06-10 21:14:30.486480081 +0200
@@ -32,7 +32,8 @@
 GTK_REQUIRED=3.0.0
 GTHREAD_REQUIRED=2.22.0
 GDK_PIXBUF_REQUIRED=2.0.0
-GDA_REQUIRED=4.2.0
+GDA4_REQUIRED=4.2.0
+GDA5_REQUIRED=4.99.0
 VTE_REQUIRED=0.27.6
 LIBXML_REQUIRED=2.4.23
 GDL_REQUIRED=2.91.4
@@ -157,7 +158,9 @@
    [gdl-3.0 >= $GDL_REQUIRED])
 
 PKG_CHECK_MODULES([GDA],
-   [libgda-4.0 >= $GDA_REQUIRED])
+   [libgda-5.0 >= $GDA5_REQUIRED],,
+   [PKG_CHECK_MODULES([GDA],
+      [libgda-4.0 >= $GDA4_REQUIRED])])
        
 PKG_CHECK_MODULES([VTE],
    [vte-2.90 >= $VTE_REQUIRED])
@@ -278,8 +281,10 @@
 
 AM_CONDITIONAL(HAVE_PYTHON, [test x$have_python = xyes])
 
-PKG_CHECK_MODULES(PLUGIN_SYMBOL_DB,
-               [libgda-4.0 >= $GDA_REQUIRED])
+PKG_CHECK_MODULES([PLUGIN_SYMBOL_DB],
+     [libgda-5.0 >= $GDA5_REQUIRED],,
+     [PKG_CHECK_MODULES([PLUGIN_SYMBOL_DB],
+         [libgda-4.0 >= $GDA4_REQUIRED])])
 
 dnl Setup Anjuta Library flags
 dnl --------------------------

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



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