From 91e0440d531c453c49408074013544f783c84932 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 28 Sep 2010 19:33:54 +0000 Subject: [PATCH 1/4] Accepting request 49406 from home:vuntz:branches:GNOME:Factory thanks OBS-URL: https://build.opensuse.org/request/show/49406 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/anjuta?expand=0&rev=70 --- anjuta-2.31.92.0.tar.bz2 | 3 --- anjuta-2.32.0.0.tar.bz2 | 3 +++ anjuta.changes | 10 ++++++++++ anjuta.spec | 5 +++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 anjuta-2.31.92.0.tar.bz2 create mode 100644 anjuta-2.32.0.0.tar.bz2 diff --git a/anjuta-2.31.92.0.tar.bz2 b/anjuta-2.31.92.0.tar.bz2 deleted file mode 100644 index 9a0c6ae..0000000 --- a/anjuta-2.31.92.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b4d5de2ca419a552206a592d3d22cac03c30497f6ca8f40fc769cced3775487 -size 10103573 diff --git a/anjuta-2.32.0.0.tar.bz2 b/anjuta-2.32.0.0.tar.bz2 new file mode 100644 index 0000000..ca27e0e --- /dev/null +++ b/anjuta-2.32.0.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d98c6038b277eaea5860cce671c2829e35bbffd8a0db39134438c8ffdab4303 +size 10094910 diff --git a/anjuta.changes b/anjuta.changes index 9f5d36d..977bcde 100644 --- a/anjuta.changes +++ b/anjuta.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Sep 27 22:21:37 CEST 2010 - vuntz@opensuse.org + +- Update to version 2.32.0.0: + + bgo#630460: Fix PackageKit integration + + project-wizard: Update default ui file to use gtk+-2.16 + + Updated translations. +- Add sqlite3-devel BuildRequires: it used to work because it was + a dependency of libgda-devel, but we need it implicitly. + ------------------------------------------------------------------- Tue Sep 14 08:56:49 CEST 2010 - vuntz@opensuse.org diff --git a/anjuta.spec b/anjuta.spec index aaf2cc9..a1bac18 100644 --- a/anjuta.spec +++ b/anjuta.spec @@ -1,5 +1,5 @@ # -# spec file for package anjuta (Version 2.31.92.0) +# spec file for package anjuta (Version 2.32.0.0) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,7 +18,7 @@ Name: anjuta -Version: 2.31.92.0 +Version: 2.32.0.0 Release: 1 License: GPLv2+ Summary: GNOME IDE for C and C++ @@ -49,6 +49,7 @@ BuildRequires: libwnck-devel BuildRequires: libxslt-devel BuildRequires: perl-gettext BuildRequires: shared-mime-info +BuildRequires: sqlite3-devel BuildRequires: subversion-devel BuildRequires: translation-update-upstream BuildRequires: update-desktop-files From de9a235133f6e4c71a33c1e102920db1eea6c0b6 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 6 Oct 2010 14:01:41 +0000 Subject: [PATCH 2/4] Accepting request 49843 from home:vuntz:branches:GNOME:Factory Thanks OBS-URL: https://build.opensuse.org/request/show/49843 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/anjuta?expand=0&rev=71 --- anjuta.changes | 7 +++++ anjuta.spec | 75 +++++++++++++++++++++++++++++++++----------------- 2 files changed, 56 insertions(+), 26 deletions(-) diff --git a/anjuta.changes b/anjuta.changes index 977bcde..5710f35 100644 --- a/anjuta.changes +++ b/anjuta.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Oct 5 23:37:14 CEST 2010 - vuntz@opensuse.org + +- Split glade3 catalog in a glade3-catalog-anjuta subpackage. Part + of bnc#637694. +- Update summaries and descriptions. + ------------------------------------------------------------------- Mon Sep 27 22:21:37 CEST 2010 - vuntz@opensuse.org diff --git a/anjuta.spec b/anjuta.spec index a1bac18..92ef0ad 100644 --- a/anjuta.spec +++ b/anjuta.spec @@ -21,7 +21,7 @@ Name: anjuta Version: 2.32.0.0 Release: 1 License: GPLv2+ -Summary: GNOME IDE for C and C++ +Summary: Versatile Integrated Development Environment for GNOME Url: http://anjuta.sourceforge.net/ Group: Development/Tools/IDE Source: anjuta-%{version}.tar.bz2 @@ -71,43 +71,63 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %gconf_schemas_prereq %description -Anjuta is a versatile integrated development environment (IDE) for C -and C++. It has been written for GTK and GNOME and features a number of -advanced programming facilities. It is basically a GUI interface for -the collection of command line programming utilities and tools -available for the GNU system. These are usually run via a text console -and can be unfriendly to use. +Anjuta is a versatile Integrated Development Environment (IDE) for the +GNOME desktop. It features a number of advanced programming facilities +includes project management, application wizards, an interactive +debugger, an integrated Glade UI designer, integrated Devhelp API help, +an integrated Valgrind memory profiler, an integrated gprof performance +profiler, a class generator, a powerful source editor, source browsing, +and more. + +%package -n glade3-catalog-anjuta +License: GPLv2+ +Summary: Versatile Integrated Development Environment for GNOME -- Catalog for Glade +Group: Development/Tools/GUI Builders +Requires: %{name} = %{version} +Requires: glade3 +Supplements: packageand(glade3:%{name}-devel) + +%description -n glade3-catalog-anjuta +Anjuta is a versatile Integrated Development Environment (IDE) for the +GNOME desktop. It features a number of advanced programming facilities +includes project management, application wizards, an interactive +debugger, an integrated Glade UI designer, integrated Devhelp API help, +an integrated Valgrind memory profiler, an integrated gprof performance +profiler, a class generator, a powerful source editor, source browsing, +and more. + +This package provides a catalog for Glade, to allow the use the Anjuta +widgets in Glade. %package devel License: GPLv2+ -Summary: GNOME IDE for C and C++ +Summary: Versatile Integrated Development Environment for GNOME -- Development Files 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 -and C++. It has been written for GTK and GNOME and features a number of -advanced programming facilities. It is basically a GUI interface for -the collection of command line programming utilities and tools -available for the GNU system. These are usually run via a text console -and can be unfriendly to use. +Anjuta is a versatile Integrated Development Environment (IDE) for the +GNOME desktop. It features a number of advanced programming facilities +includes project management, application wizards, an interactive +debugger, an integrated Glade UI designer, integrated Devhelp API help, +an integrated Valgrind memory profiler, an integrated gprof performance +profiler, a class generator, a powerful source editor, source browsing, +and more. %package doc License: GPLv2+ -Summary: GNOME IDE for C and C++ +Summary: Versatile Integrated Development Environment for GNOME -- Developer Documentation Group: Development/Tools/IDE Requires: %{name} = %{version} %description doc -Anjuta is a versatile integrated development environment (IDE) for C -and C++. It has been written for GTK and GNOME and features a number of -advanced programming facilities. It is basically a GUI interface for -the collection of command line programming utilities and tools -available for the GNU system. These are usually run via a text console -and can be unfriendly to use. +Anjuta is a versatile Integrated Development Environment (IDE) for the +GNOME desktop. It features a number of advanced programming facilities +includes project management, application wizards, an interactive +debugger, an integrated Glade UI designer, integrated Devhelp API help, +an integrated Valgrind memory profiler, an integrated gprof performance +profiler, a class generator, a powerful source editor, source browsing, +and more. %lang_package %prep @@ -175,8 +195,11 @@ fi %{_datadir}/icons/hicolor/*/apps/*.png %{_datadir}/icons/hicolor/scalable/apps/*.svg %doc %{_mandir}/man?/*.* -%{_libdir}/glade3/modules/* -%{_datadir}/glade3/catalogs/* + +%files -n glade3-catalog-anjuta +%defattr(-, root, root) +%{_libdir}/glade3/modules/libgladeanjuta.so +%{_datadir}/glade3/catalogs/anjuta-glade.xml %files devel %defattr(-, root, root) From 79e0ad8ccce7201e6ded3c51f7ecb43cfe2eab35 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Fri, 15 Oct 2010 14:56:00 +0000 Subject: [PATCH 3/4] Accepting request 50642 from GNOME:Factory checked in (request 50642) OBS-URL: https://build.opensuse.org/request/show/50642 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/anjuta?expand=0&rev=72 --- anjuta-2.31.92.0.tar.bz2 | 3 ++ anjuta-2.32.0.0.tar.bz2 | 3 -- anjuta.changes | 17 --------- anjuta.spec | 80 ++++++++++++++-------------------------- 4 files changed, 31 insertions(+), 72 deletions(-) create mode 100644 anjuta-2.31.92.0.tar.bz2 delete mode 100644 anjuta-2.32.0.0.tar.bz2 diff --git a/anjuta-2.31.92.0.tar.bz2 b/anjuta-2.31.92.0.tar.bz2 new file mode 100644 index 0000000..9a0c6ae --- /dev/null +++ b/anjuta-2.31.92.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b4d5de2ca419a552206a592d3d22cac03c30497f6ca8f40fc769cced3775487 +size 10103573 diff --git a/anjuta-2.32.0.0.tar.bz2 b/anjuta-2.32.0.0.tar.bz2 deleted file mode 100644 index ca27e0e..0000000 --- a/anjuta-2.32.0.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d98c6038b277eaea5860cce671c2829e35bbffd8a0db39134438c8ffdab4303 -size 10094910 diff --git a/anjuta.changes b/anjuta.changes index 5710f35..9f5d36d 100644 --- a/anjuta.changes +++ b/anjuta.changes @@ -1,20 +1,3 @@ -------------------------------------------------------------------- -Tue Oct 5 23:37:14 CEST 2010 - vuntz@opensuse.org - -- Split glade3 catalog in a glade3-catalog-anjuta subpackage. Part - of bnc#637694. -- Update summaries and descriptions. - -------------------------------------------------------------------- -Mon Sep 27 22:21:37 CEST 2010 - vuntz@opensuse.org - -- Update to version 2.32.0.0: - + bgo#630460: Fix PackageKit integration - + project-wizard: Update default ui file to use gtk+-2.16 - + Updated translations. -- Add sqlite3-devel BuildRequires: it used to work because it was - a dependency of libgda-devel, but we need it implicitly. - ------------------------------------------------------------------- Tue Sep 14 08:56:49 CEST 2010 - vuntz@opensuse.org diff --git a/anjuta.spec b/anjuta.spec index 92ef0ad..aaf2cc9 100644 --- a/anjuta.spec +++ b/anjuta.spec @@ -1,5 +1,5 @@ # -# spec file for package anjuta (Version 2.32.0.0) +# spec file for package anjuta (Version 2.31.92.0) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,10 +18,10 @@ Name: anjuta -Version: 2.32.0.0 +Version: 2.31.92.0 Release: 1 License: GPLv2+ -Summary: Versatile Integrated Development Environment for GNOME +Summary: GNOME IDE for C and C++ Url: http://anjuta.sourceforge.net/ Group: Development/Tools/IDE Source: anjuta-%{version}.tar.bz2 @@ -49,7 +49,6 @@ BuildRequires: libwnck-devel BuildRequires: libxslt-devel BuildRequires: perl-gettext BuildRequires: shared-mime-info -BuildRequires: sqlite3-devel BuildRequires: subversion-devel BuildRequires: translation-update-upstream BuildRequires: update-desktop-files @@ -71,63 +70,43 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %gconf_schemas_prereq %description -Anjuta is a versatile Integrated Development Environment (IDE) for the -GNOME desktop. It features a number of advanced programming facilities -includes project management, application wizards, an interactive -debugger, an integrated Glade UI designer, integrated Devhelp API help, -an integrated Valgrind memory profiler, an integrated gprof performance -profiler, a class generator, a powerful source editor, source browsing, -and more. - -%package -n glade3-catalog-anjuta -License: GPLv2+ -Summary: Versatile Integrated Development Environment for GNOME -- Catalog for Glade -Group: Development/Tools/GUI Builders -Requires: %{name} = %{version} -Requires: glade3 -Supplements: packageand(glade3:%{name}-devel) - -%description -n glade3-catalog-anjuta -Anjuta is a versatile Integrated Development Environment (IDE) for the -GNOME desktop. It features a number of advanced programming facilities -includes project management, application wizards, an interactive -debugger, an integrated Glade UI designer, integrated Devhelp API help, -an integrated Valgrind memory profiler, an integrated gprof performance -profiler, a class generator, a powerful source editor, source browsing, -and more. - -This package provides a catalog for Glade, to allow the use the Anjuta -widgets in Glade. +Anjuta is a versatile integrated development environment (IDE) for C +and C++. It has been written for GTK and GNOME and features a number of +advanced programming facilities. It is basically a GUI interface for +the collection of command line programming utilities and tools +available for the GNU system. These are usually run via a text console +and can be unfriendly to use. %package devel License: GPLv2+ -Summary: Versatile Integrated Development Environment for GNOME -- Development Files +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 the -GNOME desktop. It features a number of advanced programming facilities -includes project management, application wizards, an interactive -debugger, an integrated Glade UI designer, integrated Devhelp API help, -an integrated Valgrind memory profiler, an integrated gprof performance -profiler, a class generator, a powerful source editor, source browsing, -and more. +Anjuta is a versatile integrated development environment (IDE) for C +and C++. It has been written for GTK and GNOME and features a number of +advanced programming facilities. It is basically a GUI interface for +the collection of command line programming utilities and tools +available for the GNU system. These are usually run via a text console +and can be unfriendly to use. %package doc License: GPLv2+ -Summary: Versatile Integrated Development Environment for GNOME -- Developer Documentation +Summary: GNOME IDE for C and C++ Group: Development/Tools/IDE Requires: %{name} = %{version} %description doc -Anjuta is a versatile Integrated Development Environment (IDE) for the -GNOME desktop. It features a number of advanced programming facilities -includes project management, application wizards, an interactive -debugger, an integrated Glade UI designer, integrated Devhelp API help, -an integrated Valgrind memory profiler, an integrated gprof performance -profiler, a class generator, a powerful source editor, source browsing, -and more. +Anjuta is a versatile integrated development environment (IDE) for C +and C++. It has been written for GTK and GNOME and features a number of +advanced programming facilities. It is basically a GUI interface for +the collection of command line programming utilities and tools +available for the GNU system. These are usually run via a text console +and can be unfriendly to use. %lang_package %prep @@ -195,11 +174,8 @@ fi %{_datadir}/icons/hicolor/*/apps/*.png %{_datadir}/icons/hicolor/scalable/apps/*.svg %doc %{_mandir}/man?/*.* - -%files -n glade3-catalog-anjuta -%defattr(-, root, root) -%{_libdir}/glade3/modules/libgladeanjuta.so -%{_datadir}/glade3/catalogs/anjuta-glade.xml +%{_libdir}/glade3/modules/* +%{_datadir}/glade3/catalogs/* %files devel %defattr(-, root, root) From 7836bacd5f7725ab548710072dd11511ea19f2d8 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Fri, 15 Oct 2010 14:56:02 +0000 Subject: [PATCH 4/4] Updating link to change in openSUSE:Factory/anjuta revision 52.0 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/anjuta?expand=0&rev=6e15cd59b6ed67ec78f6b496bec3a094 --- anjuta-2.31.92.0.tar.bz2 | 3 -- anjuta-2.32.0.0.tar.bz2 | 3 ++ anjuta.changes | 17 +++++++++ anjuta.spec | 80 ++++++++++++++++++++++++++-------------- 4 files changed, 72 insertions(+), 31 deletions(-) delete mode 100644 anjuta-2.31.92.0.tar.bz2 create mode 100644 anjuta-2.32.0.0.tar.bz2 diff --git a/anjuta-2.31.92.0.tar.bz2 b/anjuta-2.31.92.0.tar.bz2 deleted file mode 100644 index 9a0c6ae..0000000 --- a/anjuta-2.31.92.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b4d5de2ca419a552206a592d3d22cac03c30497f6ca8f40fc769cced3775487 -size 10103573 diff --git a/anjuta-2.32.0.0.tar.bz2 b/anjuta-2.32.0.0.tar.bz2 new file mode 100644 index 0000000..ca27e0e --- /dev/null +++ b/anjuta-2.32.0.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d98c6038b277eaea5860cce671c2829e35bbffd8a0db39134438c8ffdab4303 +size 10094910 diff --git a/anjuta.changes b/anjuta.changes index 9f5d36d..5710f35 100644 --- a/anjuta.changes +++ b/anjuta.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Oct 5 23:37:14 CEST 2010 - vuntz@opensuse.org + +- Split glade3 catalog in a glade3-catalog-anjuta subpackage. Part + of bnc#637694. +- Update summaries and descriptions. + +------------------------------------------------------------------- +Mon Sep 27 22:21:37 CEST 2010 - vuntz@opensuse.org + +- Update to version 2.32.0.0: + + bgo#630460: Fix PackageKit integration + + project-wizard: Update default ui file to use gtk+-2.16 + + Updated translations. +- Add sqlite3-devel BuildRequires: it used to work because it was + a dependency of libgda-devel, but we need it implicitly. + ------------------------------------------------------------------- Tue Sep 14 08:56:49 CEST 2010 - vuntz@opensuse.org diff --git a/anjuta.spec b/anjuta.spec index aaf2cc9..92ef0ad 100644 --- a/anjuta.spec +++ b/anjuta.spec @@ -1,5 +1,5 @@ # -# spec file for package anjuta (Version 2.31.92.0) +# spec file for package anjuta (Version 2.32.0.0) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,10 +18,10 @@ Name: anjuta -Version: 2.31.92.0 +Version: 2.32.0.0 Release: 1 License: GPLv2+ -Summary: GNOME IDE for C and C++ +Summary: Versatile Integrated Development Environment for GNOME Url: http://anjuta.sourceforge.net/ Group: Development/Tools/IDE Source: anjuta-%{version}.tar.bz2 @@ -49,6 +49,7 @@ BuildRequires: libwnck-devel BuildRequires: libxslt-devel BuildRequires: perl-gettext BuildRequires: shared-mime-info +BuildRequires: sqlite3-devel BuildRequires: subversion-devel BuildRequires: translation-update-upstream BuildRequires: update-desktop-files @@ -70,43 +71,63 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %gconf_schemas_prereq %description -Anjuta is a versatile integrated development environment (IDE) for C -and C++. It has been written for GTK and GNOME and features a number of -advanced programming facilities. It is basically a GUI interface for -the collection of command line programming utilities and tools -available for the GNU system. These are usually run via a text console -and can be unfriendly to use. +Anjuta is a versatile Integrated Development Environment (IDE) for the +GNOME desktop. It features a number of advanced programming facilities +includes project management, application wizards, an interactive +debugger, an integrated Glade UI designer, integrated Devhelp API help, +an integrated Valgrind memory profiler, an integrated gprof performance +profiler, a class generator, a powerful source editor, source browsing, +and more. + +%package -n glade3-catalog-anjuta +License: GPLv2+ +Summary: Versatile Integrated Development Environment for GNOME -- Catalog for Glade +Group: Development/Tools/GUI Builders +Requires: %{name} = %{version} +Requires: glade3 +Supplements: packageand(glade3:%{name}-devel) + +%description -n glade3-catalog-anjuta +Anjuta is a versatile Integrated Development Environment (IDE) for the +GNOME desktop. It features a number of advanced programming facilities +includes project management, application wizards, an interactive +debugger, an integrated Glade UI designer, integrated Devhelp API help, +an integrated Valgrind memory profiler, an integrated gprof performance +profiler, a class generator, a powerful source editor, source browsing, +and more. + +This package provides a catalog for Glade, to allow the use the Anjuta +widgets in Glade. %package devel License: GPLv2+ -Summary: GNOME IDE for C and C++ +Summary: Versatile Integrated Development Environment for GNOME -- Development Files 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 -and C++. It has been written for GTK and GNOME and features a number of -advanced programming facilities. It is basically a GUI interface for -the collection of command line programming utilities and tools -available for the GNU system. These are usually run via a text console -and can be unfriendly to use. +Anjuta is a versatile Integrated Development Environment (IDE) for the +GNOME desktop. It features a number of advanced programming facilities +includes project management, application wizards, an interactive +debugger, an integrated Glade UI designer, integrated Devhelp API help, +an integrated Valgrind memory profiler, an integrated gprof performance +profiler, a class generator, a powerful source editor, source browsing, +and more. %package doc License: GPLv2+ -Summary: GNOME IDE for C and C++ +Summary: Versatile Integrated Development Environment for GNOME -- Developer Documentation Group: Development/Tools/IDE Requires: %{name} = %{version} %description doc -Anjuta is a versatile integrated development environment (IDE) for C -and C++. It has been written for GTK and GNOME and features a number of -advanced programming facilities. It is basically a GUI interface for -the collection of command line programming utilities and tools -available for the GNU system. These are usually run via a text console -and can be unfriendly to use. +Anjuta is a versatile Integrated Development Environment (IDE) for the +GNOME desktop. It features a number of advanced programming facilities +includes project management, application wizards, an interactive +debugger, an integrated Glade UI designer, integrated Devhelp API help, +an integrated Valgrind memory profiler, an integrated gprof performance +profiler, a class generator, a powerful source editor, source browsing, +and more. %lang_package %prep @@ -174,8 +195,11 @@ fi %{_datadir}/icons/hicolor/*/apps/*.png %{_datadir}/icons/hicolor/scalable/apps/*.svg %doc %{_mandir}/man?/*.* -%{_libdir}/glade3/modules/* -%{_datadir}/glade3/catalogs/* + +%files -n glade3-catalog-anjuta +%defattr(-, root, root) +%{_libdir}/glade3/modules/libgladeanjuta.so +%{_datadir}/glade3/catalogs/anjuta-glade.xml %files devel %defattr(-, root, root)