Accepting request 176649 from GNOME:Factory

Push GNOME 3.9.1 - been running it for a while now.

OBS-URL: https://build.opensuse.org/request/show/176649
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/anjuta?expand=0&rev=86
This commit is contained in:
Stephan Kulow 2013-06-05 09:34:35 +00:00 committed by Git OBS Bridge
commit 8b103e394d
5 changed files with 71 additions and 105 deletions

View File

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

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

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

View File

@ -1,98 +0,0 @@
<?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,69 @@
-------------------------------------------------------------------
Wed May 1 18:42:26 UTC 2013 - dimstar@opensuse.org
- Update to version 3.9.1:
+ anjuta_language_provider: add proposals() function.
+ anjuta-tabber:
- Always use the padding of an active tab in y-direction size
allocation.
- don't iterate list to check if node is first/last.
- fix calculation of region flags.
- implement gtk_container_get_path_for_child().
- remove call to gtk_widget_style_attach().
- remove the total padding from total width.
- rework size allocation.
- take focus-padding into account when rendering focus.
- use tab_curvature for left/right space of first/last tab.
+ dir-project:
- check for NULL groups in dir_project_is_loaded().
- fix compile error.
+ document-manager:
- don't allocate AnjutaDocmanPriv ourselves.
- don't free AnjutaDocmanPriv ourselves.
- fix compile warning.
- pack notebook with width 1.
- remove margin around the document combo box.
+ git:
- Add a stash button to the Status command bar.
- Fix more names in the glade file.
- Fix setting of a custom author in the commit panel.
- Fix widget names.
- Implement adding files by dragging them onto the status view.
- Implement branch switching by double-click.
- More glade file name fixes.
- Pack the dock and the command bar together.
- Use actions for recurring items in the glade file.
- Use a toggle button to show and hide the command bar.
- Widget name fixes.
+ language-support-js:
- replace one more use of ianjuta_editor_assist_proposals().
- use anjuta_language_provider_proposals().
+ language-support-python:
- replace one more use of ianjuta_editor_assist_proposals().
- use anjuta_language_provider_proposals().
+ libanjuta: Improve editor modeline support.
+ libanjuta/manuals: Update documentation sections.
+ message-view:
- Use AnjutaCloseButton in tabs.
- use a single box for the tab widget.
+ mk-project:
- Ignore conditional directives in makefile.
- Prevent a crash.
+ parser-cxx:
- fix compilation warning.
- use anjuta_language_provider_proposals().
+ project-wizard: Use dist_doc_DATA for documentation text files.
+ sourceview: remove filtering of single proposals matching
pre_word.
+ symbol-db-query: change order of property installation in
SymbolDBQuery.
+ Update doap file.
+ Use dist_doc_DATA for documentation text files.
+ Bugs fixed: bgo#680770, bgo#688611, bgo#696023, bgo#696984,
bgo#696990, bgo#697030, bgo#698011.
+ Updated translations.
- Drop anjuta-glade.xml source: it's included in the tarball.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 16 07:05:37 UTC 2013 - dimstar@opensuse.org Tue Apr 16 07:05:37 UTC 2013 - dimstar@opensuse.org

View File

@ -17,14 +17,13 @@
Name: anjuta Name: anjuta
Version: 3.8.1 Version: 3.9.1
Release: 0 Release: 0
Summary: Versatile Integrated Development Environment for GNOME Summary: Versatile Integrated Development Environment for GNOME
License: GPL-2.0+ License: GPL-2.0+
Group: Development/Tools/IDE Group: Development/Tools/IDE
Url: http://anjuta.sourceforge.net/ Url: http://anjuta.sourceforge.net/
Source0: http://download.gnome.org/sources/anjuta/3.8/%{name}-%{version}.tar.xz Source0: http://download.gnome.org/sources/anjuta/3.9/%{name}-%{version}.tar.xz
Source1: anjuta-glade.xml
Source99: %{name}-rpmlintrc Source99: %{name}-rpmlintrc
BuildRequires: autogen BuildRequires: autogen
BuildRequires: binutils-devel BuildRequires: binutils-devel
@ -151,7 +150,6 @@ and more.
%lang_package %lang_package
%prep %prep
%setup -q %setup -q
cp %{S:1} libanjuta
translation-update-upstream translation-update-upstream
%build %build