OBS User autobuild 2009-10-06 02:34:26 +00:00 committed by Git OBS Bridge
parent bcddeef6ec
commit 3816395233
5 changed files with 34 additions and 16 deletions

3
anjuta-2.27.92.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dc4de3dca447e7b884ac6c7d02b20c6d40d02afc8840c069b88151e59609f392
size 7425927

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7ac19cee932e2bf773d103f38c92bcdd02105ab6b61c80760a56da95d084077e
size 7495692

26
anjuta-link.patch Normal file
View File

@ -0,0 +1,26 @@
Index: anjuta-2.27.92.0/plugins/gdb/Makefile.am
===================================================================
--- anjuta-2.27.92.0.orig/plugins/gdb/Makefile.am
+++ anjuta-2.27.92.0/plugins/gdb/Makefile.am
@@ -47,7 +47,7 @@ libanjuta_gdb_la_SOURCES = \
noinst_PROGRAMS = gdbmi-test
gdbmi_test_SOURCES = gdbmi-test.c gdbmi.c gdbmi.h debugger.h
-gdbmi_test_LDADD = $(LIBANJUTA_LIBS) $(LIBXML_LIBS)
+gdbmi_test_LDADD = $(GTK_LIBS) $(LIBANJUTA_LIBS) $(LIBXML_LIBS)
# This last line do nothing but it is needed to avoid the error
# gdbmi.o created with both libtool and without
# Need AM_PROG_CC_C_0 in configure.in too
Index: anjuta-2.27.92.0/plugins/gdb/Makefile.in
===================================================================
--- anjuta-2.27.92.0.orig/plugins/gdb/Makefile.in
+++ anjuta-2.27.92.0/plugins/gdb/Makefile.in
@@ -415,7 +415,7 @@ libanjuta_gdb_la_SOURCES = \
utilities.h
gdbmi_test_SOURCES = gdbmi-test.c gdbmi.c gdbmi.h debugger.h
-gdbmi_test_LDADD = $(LIBANJUTA_LIBS) $(LIBXML_LIBS)
+gdbmi_test_LDADD = $(GTK_LIBS) $(LIBANJUTA_LIBS) $(LIBXML_LIBS)
# This last line do nothing but it is needed to avoid the error
# gdbmi.o created with both libtool and without
# Need AM_PROG_CC_C_0 in configure.in too

View File

@ -1,14 +1,3 @@
-------------------------------------------------------------------
Tue Sep 22 18:12:08 CEST 2009 - dimstar@opensuse.org
- Update to version 2.28.0.0:
+ bgo#594665 - Fix link of test program
+ bgo#593954 - Report error when location is > 0 for markers
+ bgo#594648 - Terminal does not work
+ bgo#355151 - drag/drop into editor window should open file
+ Updated translations.
- Drop anjuta-link.patch, upstream fixed.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 9 04:30:59 CEST 2009 - vuntz@opensuse.org Wed Sep 9 04:30:59 CEST 2009 - vuntz@opensuse.org

View File

@ -1,5 +1,5 @@
# #
# spec file for package anjuta (Version 2.28.0.0) # spec file for package anjuta (Version 2.27.92.0)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -18,7 +18,7 @@
Name: anjuta Name: anjuta
Version: 2.28.0.0 Version: 2.27.92.0
Release: 1 Release: 1
License: GPL v2 or later License: GPL v2 or later
Summary: GNOME IDE for C and C++ Summary: GNOME IDE for C and C++
@ -26,6 +26,8 @@ Url: http://anjuta.sourceforge.net/
Group: Development/Tools/IDE Group: Development/Tools/IDE
Source: anjuta-%{version}.tar.bz2 Source: anjuta-%{version}.tar.bz2
Source1: %{name}-rpmlintrc Source1: %{name}-rpmlintrc
# PATCH-FIX-UPSTREAM anjuta-link.patch vuntz@novell.com -- Fix build
Patch0: anjuta-link.patch
BuildRequires: autogen BuildRequires: autogen
BuildRequires: binutils-devel BuildRequires: binutils-devel
BuildRequires: devhelp-devel BuildRequires: devhelp-devel
@ -106,6 +108,7 @@ and can be unfriendly to use.
%lang_package %lang_package
%prep %prep
%setup -q %setup -q
%patch0 -p1
%build %build
%configure\ %configure\