This commit is contained in:
parent
6f99ff33ee
commit
be891f8c56
66
abuild.patch
66
abuild.patch
@ -1,7 +1,7 @@
|
|||||||
Index: anjuta-2.2.1/libegg/eggtreemodelfilter.c
|
Index: anjuta-2.2.2/libegg/eggtreemodelfilter.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- anjuta-2.2.1.orig/libegg/eggtreemodelfilter.c
|
--- anjuta-2.2.2.orig/libegg/eggtreemodelfilter.c
|
||||||
+++ anjuta-2.2.1/libegg/eggtreemodelfilter.c
|
+++ anjuta-2.2.2/libegg/eggtreemodelfilter.c
|
||||||
@@ -668,6 +668,7 @@ egg_tree_model_filter_fetch_child (EggTr
|
@@ -668,6 +668,7 @@ egg_tree_model_filter_fetch_child (EggTr
|
||||||
gint *index)
|
gint *index)
|
||||||
{
|
{
|
||||||
@ -51,10 +51,10 @@ Index: anjuta-2.2.1/libegg/eggtreemodelfilter.c
|
|||||||
{
|
{
|
||||||
elt = &g_array_index (level->array, FilterElt, i);
|
elt = &g_array_index (level->array, FilterElt, i);
|
||||||
if (elt->offset > offset)
|
if (elt->offset > offset)
|
||||||
Index: anjuta-2.2.1/libegg/test-tree-utils.c
|
Index: anjuta-2.2.2/libegg/test-tree-utils.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- anjuta-2.2.1.orig/libegg/test-tree-utils.c
|
--- anjuta-2.2.2.orig/libegg/test-tree-utils.c
|
||||||
+++ anjuta-2.2.1/libegg/test-tree-utils.c
|
+++ anjuta-2.2.2/libegg/test-tree-utils.c
|
||||||
@@ -217,7 +217,9 @@ key_test (void)
|
@@ -217,7 +217,9 @@ key_test (void)
|
||||||
gtk_container_add (GTK_CONTAINER (sw), tv);
|
gtk_container_add (GTK_CONTAINER (sw), tv);
|
||||||
column = gtk_tree_view_column_new ();
|
column = gtk_tree_view_column_new ();
|
||||||
@ -66,3 +66,57 @@ Index: anjuta-2.2.1/libegg/test-tree-utils.c
|
|||||||
g_signal_connect (G_OBJECT (rend),
|
g_signal_connect (G_OBJECT (rend),
|
||||||
"keys_edited",
|
"keys_edited",
|
||||||
G_CALLBACK (accel_edited_callback),
|
G_CALLBACK (accel_edited_callback),
|
||||||
|
Index: anjuta-2.2.2/plugins/profiler/gprof-call-graph-view.c
|
||||||
|
===================================================================
|
||||||
|
--- anjuta-2.2.2.orig/plugins/profiler/gprof-call-graph-view.c
|
||||||
|
+++ anjuta-2.2.2/plugins/profiler/gprof-call-graph-view.c
|
||||||
|
@@ -21,6 +21,13 @@
|
||||||
|
* Boston, MA 02111-1307, USA.
|
||||||
|
*/
|
||||||
|
|
||||||
|
+#ifdef HAVE_CONFIG_H
|
||||||
|
+# include <config.h>
|
||||||
|
+#endif
|
||||||
|
+
|
||||||
|
+#include <glib.h>
|
||||||
|
+#include <glib/gi18n.h>
|
||||||
|
+
|
||||||
|
#include "gprof-call-graph-view.h"
|
||||||
|
|
||||||
|
struct _GProfCallGraphViewPriv
|
||||||
|
Index: anjuta-2.2.2/plugins/profiler/gprof-flat-profile-view.c
|
||||||
|
===================================================================
|
||||||
|
--- anjuta-2.2.2.orig/plugins/profiler/gprof-flat-profile-view.c
|
||||||
|
+++ anjuta-2.2.2/plugins/profiler/gprof-flat-profile-view.c
|
||||||
|
@@ -21,6 +21,13 @@
|
||||||
|
* Boston, MA 02111-1307, USA.
|
||||||
|
*/
|
||||||
|
|
||||||
|
+#ifdef HAVE_CONFIG_H
|
||||||
|
+# include <config.h>
|
||||||
|
+#endif
|
||||||
|
+
|
||||||
|
+#include <glib.h>
|
||||||
|
+#include <glib/gi18n.h>
|
||||||
|
+
|
||||||
|
#include "gprof-flat-profile-view.h"
|
||||||
|
|
||||||
|
struct _GProfFlatProfileViewPriv
|
||||||
|
Index: anjuta-2.2.2/plugins/profiler/gprof-function-call-tree-view.c
|
||||||
|
===================================================================
|
||||||
|
--- anjuta-2.2.2.orig/plugins/profiler/gprof-function-call-tree-view.c
|
||||||
|
+++ anjuta-2.2.2/plugins/profiler/gprof-function-call-tree-view.c
|
||||||
|
@@ -21,6 +21,13 @@
|
||||||
|
* Boston, MA 02111-1307, USA.
|
||||||
|
*/
|
||||||
|
|
||||||
|
+#ifdef HAVE_CONFIG_H
|
||||||
|
+# include <config.h>
|
||||||
|
+#endif
|
||||||
|
+
|
||||||
|
+#include <glib.h>
|
||||||
|
+#include <glib/gi18n.h>
|
||||||
|
+
|
||||||
|
#include "gprof-function-call-tree-view.h"
|
||||||
|
|
||||||
|
struct _GProfFunctionCallTreeViewPriv
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e569dd0089bdbc333a2fd0342ead82154f44ad4d456165c801cde485756499aa
|
|
||||||
size 5533408
|
|
3
anjuta-2.2.2.tar.bz2
Normal file
3
anjuta-2.2.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ee7e8c5d9f2b062a28680cdf67e61614073578656688eb0891d9202179e56cf6
|
||||||
|
size 5542975
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 23 23:25:20 CEST 2007 - maw@suse.de
|
||||||
|
|
||||||
|
- Update to version 2.2.2:
|
||||||
|
+ Bugs (bugzilla.gnome.org) fixed: #477976, #427104, #479020,
|
||||||
|
#478238, #456465, #466031, #343522, #487112, #486597, #482067,
|
||||||
|
#477976, #427104, #487854, #474811, #488061, and #488928.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 17 21:02:10 CEST 2007 - maw@suse.de
|
Wed Oct 17 21:02:10 CEST 2007 - maw@suse.de
|
||||||
|
|
||||||
|
11
anjuta.spec
11
anjuta.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package anjuta (Version 2.2.1)
|
# spec file for package anjuta (Version 2.2.2)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -16,8 +16,8 @@ License: GPL v2 or later
|
|||||||
Group: Development/Tools/IDE
|
Group: Development/Tools/IDE
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Requires: automake autoconf libtool gettext alsa alsa-devel audiofile devhelp esound esound-devel gconf2 gconf2-devel gconf2-doc gnome-terminal gnome-vfs2 gnome-vfs2-devel gnome-vfs2-doc libart_lgpl libart_lgpl-devel libbonobo libbonobo-devel libbonobo-doc libbonoboui libbonoboui-devel libbonoboui-doc libglade2 libglade2-devel libglade2-doc libgnome libgnome-devel libgnome-doc libgnomecanvas libgnomecanvas-devel libgnomecanvas-doc libgnomeui libgnomeui-devel libgnomeui-doc libwnck libwnck-devel libxml2 libxml2-devel openssl openssl-devel orbit2 orbit2-devel popt popt-devel libgnomeprint libgnomeprint-devel libgnomeprint-doc libgnomeprintui libgnomeprintui-devel libgnomeprintui-doc yelp gnome-doc-utils
|
Requires: automake autoconf libtool gettext alsa alsa-devel audiofile devhelp esound esound-devel gconf2 gconf2-devel gconf2-doc gnome-terminal gnome-vfs2 gnome-vfs2-devel gnome-vfs2-doc libart_lgpl libart_lgpl-devel libbonobo libbonobo-devel libbonobo-doc libbonoboui libbonoboui-devel libbonoboui-doc libglade2 libglade2-devel libglade2-doc libgnome libgnome-devel libgnome-doc libgnomecanvas libgnomecanvas-devel libgnomecanvas-doc libgnomeui libgnomeui-devel libgnomeui-doc libwnck libwnck-devel libxml2 libxml2-devel openssl openssl-devel orbit2 orbit2-devel popt popt-devel libgnomeprint libgnomeprint-devel libgnomeprint-doc libgnomeprintui libgnomeprintui-devel libgnomeprintui-doc yelp gnome-doc-utils
|
||||||
Version: 2.2.1
|
Version: 2.2.2
|
||||||
Release: 3
|
Release: 1
|
||||||
Requires: %{name}-lang = %{version}
|
Requires: %{name}-lang = %{version}
|
||||||
Summary: GNOME IDE for C and C++
|
Summary: GNOME IDE for C and C++
|
||||||
Source: anjuta-%{version}.tar.bz2
|
Source: anjuta-%{version}.tar.bz2
|
||||||
@ -165,6 +165,11 @@ fi
|
|||||||
|
|
||||||
%files lang -f %name.lang
|
%files lang -f %name.lang
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 23 2007 - maw@suse.de
|
||||||
|
- Update to version 2.2.2:
|
||||||
|
+ Bugs (bugzilla.gnome.org) fixed: #477976, #427104, #479020,
|
||||||
|
[#478238], #456465, #466031, #343522, #487112, #486597, #482067,
|
||||||
|
[#477976], #427104, #487854, #474811, #488061, and #488928.
|
||||||
* Wed Oct 17 2007 - maw@suse.de
|
* Wed Oct 17 2007 - maw@suse.de
|
||||||
- Add gdl-devel and libxslt-devel to the list of build requirements
|
- Add gdl-devel and libxslt-devel to the list of build requirements
|
||||||
- Remove configure.patch
|
- Remove configure.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user