From e280a1d28f594c2d5109c6d2e679b99e97b58029 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Tue, 22 Sep 2009 19:53:02 +0000 Subject: [PATCH] checked in OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/anjuta?expand=0&rev=32 --- anjuta-2.27.92.0.tar.bz2 | 3 --- anjuta-link.patch | 26 -------------------------- anjuta.changes | 9 --------- anjuta.spec | 9 ++------- 4 files changed, 2 insertions(+), 45 deletions(-) delete mode 100644 anjuta-2.27.92.0.tar.bz2 delete mode 100644 anjuta-link.patch diff --git a/anjuta-2.27.92.0.tar.bz2 b/anjuta-2.27.92.0.tar.bz2 deleted file mode 100644 index 63e4e92..0000000 --- a/anjuta-2.27.92.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc4de3dca447e7b884ac6c7d02b20c6d40d02afc8840c069b88151e59609f392 -size 7425927 diff --git a/anjuta-link.patch b/anjuta-link.patch deleted file mode 100644 index c1f6d37..0000000 --- a/anjuta-link.patch +++ /dev/null @@ -1,26 +0,0 @@ -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 diff --git a/anjuta.changes b/anjuta.changes index e5cffed..e98fafc 100644 --- a/anjuta.changes +++ b/anjuta.changes @@ -1,12 +1,3 @@ -------------------------------------------------------------------- -Wed Sep 9 04:30:59 CEST 2009 - vuntz@opensuse.org - -- Update to version 2.27.92.0: - + class-gen: bgo#593532 - Untranslated strings - + language-support-cpp-java: bgo#593291 - fix small typo -- Add anjuta-link.patch to fix build. -- Add gconf2-devel and gtk2-devel Requires to devel package. - ------------------------------------------------------------------- Thu Aug 27 12:50:26 CEST 2009 - vuntz@novell.com diff --git a/anjuta.spec b/anjuta.spec index 9899f41..7fdbdbf 100644 --- a/anjuta.spec +++ b/anjuta.spec @@ -1,5 +1,5 @@ # -# spec file for package anjuta (Version 2.27.92.0) +# spec file for package anjuta (Version 2.27.91.0) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,7 +18,7 @@ Name: anjuta -Version: 2.27.92.0 +Version: 2.27.91.0 Release: 1 License: GPL v2 or later Summary: GNOME IDE for C and C++ @@ -26,8 +26,6 @@ Url: http://anjuta.sourceforge.net/ Group: Development/Tools/IDE Source: anjuta-%{version}.tar.bz2 Source1: %{name}-rpmlintrc -# PATCH-FIX-UPSTREAM anjuta-link.patch vuntz@novell.com -- Fix build -Patch0: anjuta-link.patch BuildRequires: autogen BuildRequires: binutils-devel BuildRequires: devhelp-devel @@ -79,9 +77,7 @@ License: GPL v2 or later Summary: GNOME IDE for C and C++ Group: Development/Tools/IDE Requires: %{name} = %{version} -Requires: gconf2-devel Requires: gdl-devel -Requires: gtk2-devel %description devel Anjuta is a versatile integrated development environment (IDE) for C @@ -108,7 +104,6 @@ and can be unfriendly to use. %lang_package %prep %setup -q -%patch0 -p1 %build %configure\