From bcddeef6ec5b2b6093e1c299bc2d82845b266497 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 25 Sep 2009 15:39:52 +0000 Subject: [PATCH] Accepting request 20957 from home:dimstar:branches:GNOME:Factory Copy from home:dimstar:branches:GNOME:Factory/anjuta via accept of submit request 20957 revision 2. Request was accepted with message: Accepted OBS-URL: https://build.opensuse.org/request/show/20957 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/anjuta?expand=0&rev=33 --- anjuta-2.27.92.0.tar.bz2 | 3 --- anjuta-2.28.0.0.tar.bz2 | 3 +++ anjuta-link.patch | 26 -------------------------- anjuta.changes | 11 +++++++++++ anjuta.spec | 7 ++----- 5 files changed, 16 insertions(+), 34 deletions(-) delete mode 100644 anjuta-2.27.92.0.tar.bz2 create mode 100644 anjuta-2.28.0.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-2.28.0.0.tar.bz2 b/anjuta-2.28.0.0.tar.bz2 new file mode 100644 index 0000000..2b35d21 --- /dev/null +++ b/anjuta-2.28.0.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ac19cee932e2bf773d103f38c92bcdd02105ab6b61c80760a56da95d084077e +size 7495692 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..11b7d97 100644 --- a/anjuta.changes +++ b/anjuta.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +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 diff --git a/anjuta.spec b/anjuta.spec index 9899f41..dff6d0b 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.28.0.0) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,7 +18,7 @@ Name: anjuta -Version: 2.27.92.0 +Version: 2.28.0.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 @@ -108,7 +106,6 @@ and can be unfriendly to use. %lang_package %prep %setup -q -%patch0 -p1 %build %configure\