Accepting request 160232 from home:dimstar:branches:GNOME:Factory

Update to 3.7.92

OBS-URL: https://build.opensuse.org/request/show/160232
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/anjuta?expand=0&rev=144
This commit is contained in:
Dominique Leuenberger 2013-03-20 18:00:24 +00:00 committed by Git OBS Bridge
parent 495baf4fcb
commit 1c86665e49
5 changed files with 151 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b269cc612cc32a7b074a9d1684779476146c1d14f5c9018abb6464dfb9f283d1
size 5149984

3
anjuta-3.7.92.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5dfce8b8800945f60eca2c599892ee2298afa46ba6f7d3b0a4fc337c3d8a9b7e
size 5161092

98
anjuta-glade.xml Normal file
View File

@ -0,0 +1,98 @@
<?xml version="1.0" encoding="UTF-8"?>
<glade-catalog name="anjuta" supports="gtkbuilder"
library="gladeanjuta" depends="gtk+">
<glade-widget-classes>
<glade-widget-class name="AnjutaVcsStatusTreeView" title="Status Tree View"
generic-name="vcsstatus">
<properties>
<property id="show-status" default="True" />
<property id="conflicted-selectable" default="True" />
<property id="status-codes" ignore="True">
<displayable-values>
<value id="ANJUTA_VCS_STATUS_MODIFIED" name="Modified" />
<value id="ANJUTA_VCS_STATUS_ADDED" name="Added" />
<value id="ANJUTA_VCS_STATUS_DELETED" name="Deleted" />
<value id="ANJUTA_VCS_STATUS_CONFLICTED" name="Conflicted" />
<value id="ANJUTA_VCS_STATUS_UPTODATE" name="Up to date" />
<value id="ANJUTA_VCS_STATUS_LOCKED" name="Locked" />
<value id="ANJUTA_VCS_STATUS_MISSING" name="Missing" />
<value id="ANJUTA_VCS_STATUS_UNVERSIONED" name="Unversioned" />
<value id="ANJUTA_VCS_STATUS_IGNORED" name="Ignored" />
</displayable-values>
</property>
</properties>
</glade-widget-class>
<glade-widget-class name="AnjutaDropEntry" title="Drop Entry"
generic-name="dropentry" />
<glade-widget-class name="AnjutaFileList" title="File List"
generic-name="filelist">
<properties>
<property id="show-add-button" default="False" />
</properties>
</glade-widget-class>
<glade-widget-class name="AnjutaPkgConfigChooser" title="pkg-config chooser"
generic-name="pkg_config_chooser" />
<glade-widget-class name="AnjutaColumnTextView" title="Column Text View"
generic-name="columntextview" />
<glade-widget-class name="AnjutaFileDropEntry" title="File Drop Entry"
generic-name="filedropentry" />
<glade-widget-class name="AnjutaEntry" title="Entry"
generic-name="entry">
<properties>
<property translatable="True" id="help-text" default="" />
</properties>
</glade-widget-class>
<glade-widget-class name="AnjutaEnvironmentEditor" title="Environment editor"
generic-name="environment_editor" />
<glade-widget-class name="AnjutaTreeComboBox" title="Tree combo box"
generic-name="combo">
<properties>
<property id="glade-type" disabled="True"/>
<property id="label" disabled="True"/>
<property id="use-underline" disabled="True"/>
<property id="stock" disabled="True"/>
</properties>
</glade-widget-class>
<glade-widget-class name="AnjutaPmChooserButton" title="Project node chooser"
generic-name="button" parent="AnjutaTreeComboBox">
<properties>
<property id="glade-type" disabled="True"/>
<property id="label" disabled="True"/>
<property id="use-underline" disabled="True"/>
<property id="stock" disabled="True"/>
</properties>
</glade-widget-class>
<glade-widget-class name="GbfProjectView" title="Project node view"
generic-name="view" parent="GtkTreeView">
</glade-widget-class>
</glade-widget-classes>
<glade-widget-group name="Anjuta" title="Anjuta">
<glade-widget-class-ref name="AnjutaVcsStatusTreeView" />
<glade-widget-class-ref name="AnjutaDropEntry" />
<glade-widget-class-ref name="AnjutaFileList" />
<glade-widget-class-ref name="AnjutaPkgConfigChooser" />
<glade-widget-class-ref name="AnjutaColumnTextView" />
<glade-widget-class-ref name="AnjutaFileDropEntry" />
<glade-widget-class-ref name="AnjutaEntry" />
<glade-widget-class-ref name="AnjutaEnvironmentEditor" />
<glade-widget-class-ref name="AnjutaTreeComboBox" />
<glade-widget-class-ref name="AnjutaPmChooserButton" />
<glade-widget-class-ref name="GbfProjectView" />
</glade-widget-group>
</glade-catalog>

View File

@ -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

View File

@ -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