Hello community,

here is the log from the commit of package anjuta for openSUSE:Factory
checked in at Fri Sep 9 11:05:55 CEST 2011.



--------
--- GNOME/anjuta/anjuta.changes 2011-08-02 14:45:23.000000000 +0200
+++ /mounts/work_src_done/STABLE/anjuta/anjuta.changes  2011-09-06 
22:03:51.000000000 +0200
@@ -1,0 +2,32 @@
+Tue Sep  6 09:04:24 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.1.91:
+  + More improvements in vala plugin
+  + Fix up problems with gtk+ 3.0
+  + Bugs fixed: bgo#638525, bgo#657491, bgo#657513, bgo#657589,
+    bgo#655756, bgo#656123, bgo#657590, bgo#657022.
+- Remove unneeded call to mime-info-to-mime in %install.
+
+-------------------------------------------------------------------
+Wed Aug 31 16:09:46 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.90:
+  + Some seldom used debugger menu items were removed
+  + A lot of fixes to the vala support
+  + vala-0.14 (>= 0.13.3) is now required
++ Bugs fixed: bgo#656584, bgo#642187, bgo#657023, bgo#566704,
+  bgo#652047, bgo#656585, bgo#657134, bgo#653259.
+- Drop anjuta-support-libgda-5.0.patch: fixed upstream.
+- Remove gnome-common BuildRequires and call to gnome-autogen.sh
+  now that there is no patch requiring this.
+
+-------------------------------------------------------------------
+Sat Aug 13 17:20:48 CEST 2011 - dims...@opensuse.org
+
+- Update to version 3.1.5:
+  + Bugs fixed: bgo#654881, bgo#651151, bgo#654502, bgo#655743,
+    bgo#655998, bgo#655584.
+- Drop anjuta-gtk_hv_box.patch: Fixed upstream.
+- Add a hack to install anjuta_logo.png properly in the manual.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  anjuta-3.1.4.tar.bz2
  anjuta-gtk_hv_box.patch
  anjuta-libvala-0.14.patch
  anjuta-support-libgda-5.0.patch

New:
----
  anjuta-3.1.91.tar.bz2

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

Other differences:
------------------
++++++ anjuta.spec ++++++
--- /var/tmp/diff_new_pack.TA2Vgx/_old  2011-09-09 11:05:48.000000000 +0200
+++ /var/tmp/diff_new_pack.TA2Vgx/_new  2011-09-09 11:05:48.000000000 +0200
@@ -18,25 +18,21 @@
 
 
 Name:           anjuta
-Version:        3.1.4
+Version:        3.1.91
 Release:        1
+# FIXME: (should be fixed in > 3.1.91) Check if the anjuta_logo.png install 
hack is still needed. See https://bugzilla.gnome.org/show_bug.cgi?id=656470. 
Last checked in version 3.1.91.
 License:        GPLv2+
 Summary:        Versatile Integrated Development Environment for GNOME
 Url:            http://anjuta.sourceforge.net/
 Group:          Development/Tools/IDE
 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
-# PATCH-FIX-UPSTREAM anjuta-gtk_hv_box.patch bgo#655743 dims...@opensuse.org 
-- Stop using deprecated GtkHBox and GtkVBox.
-Patch1:         anjuta-gtk_hv_box.patch
 BuildRequires:  autogen
 BuildRequires:  binutils-devel
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex
 BuildRequires:  gcc-c++
-BuildRequires:  gnome-common
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gnome-icon-theme
 BuildRequires:  gobject-introspection-devel
@@ -60,10 +56,10 @@
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(gtksourceview-3.0)
 BuildRequires:  pkgconfig(libdevhelp-3.0)
-BuildRequires:  pkgconfig(libgda-5.0)
+BuildRequires:  pkgconfig(libgda-5.0) >= 4.99.0
 BuildRequires:  pkgconfig(libgraph)
 BuildRequires:  pkgconfig(libgvc)
-BuildRequires:  pkgconfig(libvala-0.14)
+BuildRequires:  pkgconfig(libvala-0.14) >= 0.13.3
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(neon)
 BuildRequires:  pkgconfig(vte-2.90)
@@ -129,13 +125,9 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 translation-update-upstream
 
 %build
-# Needed by patch0
-NOCONFIGURE=1 gnome-autogen.sh
 %configure\
         --disable-static \
         --disable-scrollkeeper
@@ -148,7 +140,6 @@
 %endif
 # These should go to defaultdocdir.
 rm -r %{buildroot}%{_datadir}/doc
-DESTDIR=%{buildroot} mime-info-to-mime
 %suse_update_desktop_file anjuta
 %find_lang anjuta %{?no_lang_C}
 # There's no translation for those yet. If build fails because of non-packaged
@@ -156,6 +147,10 @@
 #%%find_lang anjuta-build-tutorial %{?no_lang_C} anjuta.lang
 #%%find_lang anjuta-faqs %{?no_lang_C} anjuta.lang
 %find_lang anjuta-manual %{?no_lang_C} anjuta.lang
+# anjuta_logo is wrongly linked from help, 
https://bugzilla.gnome.org/show_bug.cgi?id=656470
+for lang in %{buildroot}/%{_datadir}/gnome/help/anjuta-manual/*; do
+  cp --remove-destination 
%{buildroot}%{_datadir}/pixmaps/anjuta/anjuta_logo.png $lang/anjuta_logo.png
+done
 find %{buildroot} -type f -name "*.la" -delete -print
 %fdupes %{buildroot}
 

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


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



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