Hello community, here is the log from the commit of package anjuta for openSUSE:Factory checked in at 2013-04-05 17:22:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/anjuta (Old) and /work/SRC/openSUSE:Factory/.anjuta.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "anjuta", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/anjuta/anjuta.changes 2012-11-19 07:01:57.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.anjuta.new/anjuta.changes 2013-04-05 17:22:41.000000000 +0200 @@ -1,0 +2,320 @@ +Tue Mar 26 13:43:08 UTC 2013 - [email protected] + +- Do not BuildRequire valgrind for aarch64. + +------------------------------------------------------------------- +Mon Mar 25 20:32:20 UTC 2013 - [email protected] + +- Update to version 3.8.0: + + Updated translations. + +------------------------------------------------------------------- +Wed Mar 20 08:10:39 UTC 2013 - [email protected] + +- Update to version 3.7.92: + + document-manager: + - Allow to search starting from the current position. + - Highlight search text in background. + - Move common code in a function. + + file-manager: make file_view_show_extended_data() more robust. + + Fix desktop file syntax errors. + + Fixed needlessly marked label for translation. + + git: + - fix up memory management of log model. + - properly unset the log command in the case the command failed + - Unset the log model view before refreshing the log. + - use g_signal_connect_object() in GitLogCommand. + - use g_signal_connect_object() to connect to commands in + GitLogPane. + + libanjuta: keep a ref on the AnjutaAsyncCommand when its thread + is run. + + Make the glade catalog an optional feature. + + message-view: use g_type_class_add_private() to add private + struct. + + parser-cxx: use g_signal_connect_object() to connect to query + signals. + + sourceview: + - add checks to SourceviewIO that the parent Sourceview is + alive. + - don't take extra refs during open/save. + - keep a separate reference to AnjutaShell in SourceviewIO. + - move all construction of Sourceview into constructed. + - only cancel open operations when closing editor. + - only update stored etag if save was succesful. + - use g_signal_connect_object() to connect to io signals. + + symbol-db: don't allow or set null scope_definition_id and + scope_id. + + Updated translations. +- Pass --enable-glade-catalog to configure to ensure the catalogs + are being installed. +- Add anjuta-glade.xml to sources, which is missing in the tarball. + +------------------------------------------------------------------- +Tue Feb 19 09:40:10 UTC 2013 - [email protected] + +- Update to version 3.7.90: + + Add new quick-open plugin. + + am-project: Fix a crash when changing target properties. + + Anjuta: + - Saved dock positions not applied when opening a project + (bgo#688609) + - Make sure the starter widget is visible on startup. + + build-basic-autotools: + - don't let build directory button expand. + - Fix selection of build directory. + + class-gen: + - Always generate GObject private structure. + - generate license the same way as project-wizard. + - output filename instead of project name before copyright. + + devhelp: Port to webkitgtk2. + + document-manager: + - connect to toplevel SearchBox keypress to handle closing. + - Save search box settings. + + file-manager: + - Add option for showing the currently edited file in the file + manager. + - Add "Show in File manager" action to document popup. + - Enable typeahead search. + + glade: Add a menu item for glade properties dialog. + + indentation-c-style: enable the plugin for IDL files. + + jhbuild: + - Extract libdir from newly added JHBUILD_LIBDIR environment + variable. + - Translate error messages. + + language-support-cp-java: fix crasher when swapping + header/source + + libanjuta: + - Add basic tests for AnjutaCompletion. + - Add new AnjutaCompletion object for prefix matching. + - Avoid the name Anjuta in libanjuta messages (bgo#693916) + + parser-cxx: + - remove unused ParserCxxAssistContext + - use AnjutaCompletion instead of deprecated GCompletion + + patch: Replace deprecated GtkTable by GtkGrid + + project-import: + - Open a directory with Anjuta. + - Try to fill project name automatically in import project + dialog + + project-manager: Remove New Library menu item. + + project-wizard: move license templates to data/ + + sourceview: + - connect settings notifications with g_signal_connect_object() + - Fix wrong assignment when saving markers + - mark clearing of buffer as a not undoable action + - use etag to only emit "changed" when file was externally + modified + - use G_PRIORITY_DEFAULT for IO + - use gtk_widget_preferred_size instead of gtk_widget_size_request + + starter: Fix a warning + + symbol-db: + - fix compile warnings + - fix symbols view label box to be horizontal + + Updated translations. +- Replace pkgconfig(libvala-0.18) BuildRequires with + pkgconfig(libvala-0.20), following the GNOME 3.8 release plans. + +------------------------------------------------------------------- +Tue Jan 15 13:50:52 UTC 2013 - [email protected] + +- Update to version 3.7.4: + + file-loader: + - Fix leak of GtkRecentInfos in the RecentChooserMenu. + - file-loader: Fix leak of plugin names in sort_wizards() + + file-manager: Fix compile warning. + + git: Fix destruction of GitLogPane. + + libanjuta: + - Actually free stuff in AnjutaPkgConfigChooser::finalize. + - Add "document-[added|removed]" signals to + IAnjutaDocumentManager. + - Allow to set indentation and tab size separately + - Clean up and bug fix in plugin manager + - Fix a few compiler warnings + - Fix IAnjutaFile::opened signal documentation. + + project-manager: + - Allow to change project backend + - Display current project backend + - Fix leak of the nodes GList in gbf_project_view_update_tree(). + + run-program: Default to Yes in "The program is already running" + dialog. + + snippets-manager: Fix faulty assertion in snippets_db_dispose(). + + sourceview: + - Add marks to an unloaded document the same way we reload + marks. + - Detect that a ifile_open() is a reload and save marks and + position. + - Don't check if objects are not NULL before calling + g_clear_object(). + - keep ref on SourceViewIO during call to + input_stream_read_async(). + + starter: Fix leak of GtkRecentInfo. + + symbol-db: + - Add update_flag to the symbol unique constraint. + - Fix leaks + - Fix "parenthesis" typos + - rename sdb_engine_get_tuple_id_by_unique_name4()... + - When updating a symbol try to update the closest one. + + Updated translations. + +------------------------------------------------------------------- +Sun Jan 6 11:36:18 UTC 2013 - [email protected] + +- Update to version 3.7.3: + + Added keywords in desktop file. + + anjuta: + - Fix destruction of the AnjutaUI instance. + - Fix destruction of AnjutaPreferences instance. + - Unload all plugins before closing a window. + - Remove "exiting" signal from AnjutaShell. + + anjuta-plugin-handle: Use g_hash_table_remove_all instead of + g_hash_table_foreach_remove. + + am-project: Change the "Dependencies loop in variables" + warning to a debug print. + + build: disable -Werror to workaround flex(1) issue. + + build-basic-autotools: + - Disconnect all signals on editors when the plugin is + deactivated. + - Remove idle for updating indicators when plugin is + deactivated. + + document-manager: + - Remove autosave timeout when the plugin is deactivated. + - Fix disconnection of GtkNotebook "switch-page" signal. + + file-manager: + - Keep a weak reference to the IAnjutaVcs object in FileModel. + - Unref the FileModel reference when the FileView gets + finalized. + + git: Fix compile warnings. + + glade: Add toggle buttons for margin and align editing. + + indentation-c-style: Fix logic error. + + libanjuta: Set "relative-path" property of AnjutaFileDropEntry + as readwrite. + + plugin-manager: + - Fix dependents checking on wrong object in should_unload(). + - Don't destroy available_plugins order in + populate_plugin_model(). + - Clean up memory management. + - Directly use anjuta_plugin_deactivate in unload_all_plugins() + + profile-manager: Add new close() function. + + project-wizard: ++++ 123 more lines (skipped) ++++ between /work/SRC/openSUSE:Factory/anjuta/anjuta.changes ++++ and /work/SRC/openSUSE:Factory/.anjuta.new/anjuta.changes Old: ---- anjuta-3.6.2.tar.xz New: ---- anjuta-3.8.0.tar.xz anjuta-glade.xml ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ anjuta.spec ++++++ --- /var/tmp/diff_new_pack.LYXsHY/_old 2013-04-05 17:22:43.000000000 +0200 +++ /var/tmp/diff_new_pack.LYXsHY/_new 2013-04-05 17:22:43.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package anjuta # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: anjuta -Version: 3.6.2 +Version: 3.8.0 Release: 0 Summary: Versatile Integrated Development Environment for GNOME License: GPL-2.0+ Group: Development/Tools/IDE Url: http://anjuta.sourceforge.net/ -Source: http://download.gnome.org/sources/anjuta/3.6/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/anjuta/3.8/%{name}-%{version}.tar.xz Source99: %{name}-rpmlintrc BuildRequires: autogen BuildRequires: binutils-devel @@ -45,7 +45,7 @@ BuildRequires: update-desktop-files BuildRequires: vala BuildRequires: yelp-tools -%ifnarch ia64 s390 s390x +%ifnarch ia64 s390 s390x aarch64 BuildRequires: valgrind-devel %endif BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.0.0 @@ -54,10 +54,10 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.32.0 BuildRequires: pkgconfig(gtk+-3.0) >= 3.4.0 BuildRequires: pkgconfig(gtksourceview-3.0) >= 3.0.0 -BuildRequires: pkgconfig(libdevhelp-3.0) >= 3.4.2 +BuildRequires: pkgconfig(libdevhelp-3.0) >= 3.7.5 BuildRequires: pkgconfig(libgda-5.0) >= 5.0.0 BuildRequires: pkgconfig(libgvc) -BuildRequires: pkgconfig(libvala-0.18) +BuildRequires: pkgconfig(libvala-0.20) BuildRequires: pkgconfig(libxml-2.0) >= 2.4.23 BuildRequires: pkgconfig(neon) BuildRequires: pkgconfig(vte-2.90) >= 0.27.6 @@ -155,7 +155,8 @@ %build %configure\ --disable-static \ - --disable-scrollkeeper + --disable-scrollkeeper \ + --enable-glade-catalog make %{?_smp_mflags} V=1 %install ++++++ anjuta-3.6.2.tar.xz -> anjuta-3.8.0.tar.xz ++++++ ++++ 242702 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
