diff --git a/anjuta-3.7.90.tar.xz b/anjuta-3.7.90.tar.xz deleted file mode 100644 index 5908070..0000000 --- a/anjuta-3.7.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b269cc612cc32a7b074a9d1684779476146c1d14f5c9018abb6464dfb9f283d1 -size 5149984 diff --git a/anjuta-3.7.92.tar.xz b/anjuta-3.7.92.tar.xz new file mode 100644 index 0000000..7b5397f --- /dev/null +++ b/anjuta-3.7.92.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dfce8b8800945f60eca2c599892ee2298afa46ba6f7d3b0a4fc337c3d8a9b7e +size 5161092 diff --git a/anjuta-glade.xml b/anjuta-glade.xml new file mode 100644 index 0000000..2d6b57e --- /dev/null +++ b/anjuta-glade.xml @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/anjuta.changes b/anjuta.changes index 53de671..4aecd19 100644 --- a/anjuta.changes +++ b/anjuta.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Wed Mar 20 08:10:39 UTC 2013 - dimstar@opensuse.org + +- 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 - dimstar@opensuse.org diff --git a/anjuta.spec b/anjuta.spec index 0d1f70a..09b2835 100644 --- a/anjuta.spec +++ b/anjuta.spec @@ -17,13 +17,15 @@ Name: anjuta -Version: 3.7.90 +Version: 3.7.92 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.7/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/anjuta/3.7/%{name}-%{version}.tar.xz +# Injected source for bgo#696186 - from https://git.gnome.org/browse/anjuta/tree/libanjuta/anjuta-glade.xml +Source1: anjuta-glade.xml Source99: %{name}-rpmlintrc BuildRequires: autogen BuildRequires: binutils-devel @@ -150,12 +152,16 @@ and more. %lang_package %prep %setup -q +# Install packaged anjuta-glade.xml into source tree to get over bgo#696186 + test ! -f libanjuta/anjuta-glade.xml + cp %{S:1} libanjuta/anjuta-glade.xml translation-update-upstream %build %configure\ --disable-static \ - --disable-scrollkeeper + --disable-scrollkeeper \ + --enable-glade-catalog make %{?_smp_mflags} V=1 %install