From 9ae6dc50561927a180f46da5d2b3ac61920839e6 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Wed, 9 Sep 2009 16:40:27 +0000 Subject: [PATCH 1/3] Accepting request 20241 from home:vuntz:branches:GNOME:Factory Copy from home:vuntz:branches:GNOME:Factory/anjuta via accept of submit request 20241 revision 27. OBS-URL: https://build.opensuse.org/request/show/20241 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/anjuta?expand=0&rev=31 --- anjuta-2.27.92.0.tar.bz2 | 3 +++ anjuta-link.patch | 26 ++++++++++++++++++++++++++ anjuta.changes | 9 +++++++++ anjuta.spec | 9 +++++++-- 4 files changed, 45 insertions(+), 2 deletions(-) create mode 100644 anjuta-2.27.92.0.tar.bz2 create mode 100644 anjuta-link.patch diff --git a/anjuta-2.27.92.0.tar.bz2 b/anjuta-2.27.92.0.tar.bz2 new file mode 100644 index 0000000..63e4e92 --- /dev/null +++ b/anjuta-2.27.92.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc4de3dca447e7b884ac6c7d02b20c6d40d02afc8840c069b88151e59609f392 +size 7425927 diff --git a/anjuta-link.patch b/anjuta-link.patch new file mode 100644 index 0000000..c1f6d37 --- /dev/null +++ b/anjuta-link.patch @@ -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 diff --git a/anjuta.changes b/anjuta.changes index e98fafc..e5cffed 100644 --- a/anjuta.changes +++ b/anjuta.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +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 7fdbdbf..9899f41 100644 --- a/anjuta.spec +++ b/anjuta.spec @@ -1,5 +1,5 @@ # -# spec file for package anjuta (Version 2.27.91.0) +# spec file for package anjuta (Version 2.27.92.0) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,7 +18,7 @@ Name: anjuta -Version: 2.27.91.0 +Version: 2.27.92.0 Release: 1 License: GPL v2 or later Summary: GNOME IDE for C and C++ @@ -26,6 +26,8 @@ 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 @@ -77,7 +79,9 @@ 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 @@ -104,6 +108,7 @@ and can be unfriendly to use. %lang_package %prep %setup -q +%patch0 -p1 %build %configure\ From e280a1d28f594c2d5109c6d2e679b99e97b58029 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Tue, 22 Sep 2009 19:53:02 +0000 Subject: [PATCH 2/3] 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\ From bc27220db0525a5f04a6cfaff0cc3f60f4a81112 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Tue, 22 Sep 2009 19:53:03 +0000 Subject: [PATCH 3/3] Updating link to change in openSUSE:Factory/anjuta revision 33.0 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/anjuta?expand=0&rev=67744c387f4f34ffd9ccd1ab78947781 --- anjuta-2.27.91.0.tar.bz2 | 3 --- anjuta-2.27.92.0.tar.bz2 | 3 +++ anjuta-link.patch | 26 ++++++++++++++++++++++++++ anjuta.changes | 9 +++++++++ anjuta.spec | 9 +++++++-- 5 files changed, 45 insertions(+), 5 deletions(-) delete mode 100644 anjuta-2.27.91.0.tar.bz2 create mode 100644 anjuta-2.27.92.0.tar.bz2 create mode 100644 anjuta-link.patch diff --git a/anjuta-2.27.91.0.tar.bz2 b/anjuta-2.27.91.0.tar.bz2 deleted file mode 100644 index 693e692..0000000 --- a/anjuta-2.27.91.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:456d923146f3f1d3579cf6ef85946bd8219cdad58d7777e20e05905d2663f379 -size 7352705 diff --git a/anjuta-2.27.92.0.tar.bz2 b/anjuta-2.27.92.0.tar.bz2 new file mode 100644 index 0000000..63e4e92 --- /dev/null +++ b/anjuta-2.27.92.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc4de3dca447e7b884ac6c7d02b20c6d40d02afc8840c069b88151e59609f392 +size 7425927 diff --git a/anjuta-link.patch b/anjuta-link.patch new file mode 100644 index 0000000..c1f6d37 --- /dev/null +++ b/anjuta-link.patch @@ -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 diff --git a/anjuta.changes b/anjuta.changes index e98fafc..e5cffed 100644 --- a/anjuta.changes +++ b/anjuta.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +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 7fdbdbf..9899f41 100644 --- a/anjuta.spec +++ b/anjuta.spec @@ -1,5 +1,5 @@ # -# spec file for package anjuta (Version 2.27.91.0) +# spec file for package anjuta (Version 2.27.92.0) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,7 +18,7 @@ Name: anjuta -Version: 2.27.91.0 +Version: 2.27.92.0 Release: 1 License: GPL v2 or later Summary: GNOME IDE for C and C++ @@ -26,6 +26,8 @@ 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 @@ -77,7 +79,9 @@ 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 @@ -104,6 +108,7 @@ and can be unfriendly to use. %lang_package %prep %setup -q +%patch0 -p1 %build %configure\