Accepting request 245970 from GNOME:Next

Push GNOME 3.13.90

OBS-URL: https://build.opensuse.org/request/show/245970
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/anjuta?expand=0&rev=174
This commit is contained in:
Dominique Leuenberger 2014-08-23 11:52:40 +00:00 committed by Git OBS Bridge
parent bde5fd85ee
commit 70ed09fb7d
4 changed files with 68 additions and 14 deletions

View File

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

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

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

View File

@ -1,3 +1,63 @@
-------------------------------------------------------------------
Mon Aug 18 21:12:06 UTC 2014 - dimstar@opensuse.org
- Update to version 3.13.90:
+ terminal:
- Support vte-2.90 or vte-2.91.
- Crash if gnome-terminal is not installed (bgo#728295).
+ project-wizard:
- Suggestion to use a Glade prompted handler name rather than
"destroy" (bgo#732672).
- parameters reversed in template main.py function
def destroy(window, self) (bgo#732614).
- Python template not loading (bgo#732446).
+ AppData file does not validate (bgo#731844).
+ run-program: Gnome-Terminal not support --disable-factory
argument (bgo#730314).
+ Add a warning if there is an error while getting package list.
+ anjuta installs icons in the gnome icon theme (bgo#730895).
+ Bugs fixed: bgo#734719, bgo#722197.
+ Updated translations.
- Drop anjuta-move-icons-to-hicolor.patch and
anjuta-no-vte-no-crash.patch: fixed upstream.
-------------------------------------------------------------------
Tue Jul 15 21:32:41 UTC 2014 - dimstar@opensuse.org
- Add anjuta-no-vte-no-crash.patch: Do not crash if VTE is not
available.
-------------------------------------------------------------------
Tue Jul 15 18:12:00 UTC 2014 - zaitor@opensuse.org
- Add anjuta-move-icons-to-hicolor.patch: move icons to hicolor.
Needed after merge of themes into adwaita theme.
- Stop running icon_theme_cache_post(un) gnome in post(un), no
longer needed due to above patch.
- Temporarly disable building of terminal plugin via commenting out
pkgconfig(vte-2.91) BuildRequires.
-------------------------------------------------------------------
Sun Jul 13 12:54:21 UTC 2014 - dimstar@opensuse.org
- Drop gnome-icon-theme-devel BuildRequires and gnome-icon-theme
Requires: no longer required after the merging of the themes into
Adwaita theme, which in turn is a dependency to GTK+ 3.0.
-------------------------------------------------------------------
Tue May 6 18:33:41 UTC 2014 - zaitor@opensuse.org
- Update to version 3.13.1:
+ Load big projects without errors and without blocking the GUI.
+ Keep the most recent message pane on the left.
+ Miscellaneous improvements to the About dialog.
+ Give reasonable default size to git dock.
+ Mark images as not translatable to keep them off translators
radar.
+ Bugs fixed: bgo#727634, bgo#627091, bgo#727637, bgo#727633,
bgo#727630, bgo#349733, bgo#726607.
+ Updated translations.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 26 18:07:24 UTC 2014 - zaitor@opensuse.org Wed Mar 26 18:07:24 UTC 2014 - zaitor@opensuse.org

View File

@ -17,13 +17,13 @@
Name: anjuta Name: anjuta
Version: 3.12.0 Version: 3.13.90
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.12/%{name}-%{version}.tar.xz Source0: http://download.gnome.org/sources/anjuta/3.13/%{name}-%{version}.tar.xz
Source99: %{name}-rpmlintrc Source99: %{name}-rpmlintrc
BuildRequires: autogen BuildRequires: autogen
BuildRequires: binutils-devel BuildRequires: binutils-devel
@ -31,7 +31,6 @@ BuildRequires: bison
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: flex BuildRequires: flex
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: gnome-icon-theme
BuildRequires: gobject-introspection-devel BuildRequires: gobject-introspection-devel
BuildRequires: intltool BuildRequires: intltool
BuildRequires: libapr-util1-devel BuildRequires: libapr-util1-devel
@ -60,7 +59,7 @@ BuildRequires: pkgconfig(libgvc)
BuildRequires: pkgconfig(libvala-0.24) BuildRequires: pkgconfig(libvala-0.24)
BuildRequires: pkgconfig(libxml-2.0) >= 2.4.23 BuildRequires: pkgconfig(libxml-2.0) >= 2.4.23
BuildRequires: pkgconfig(serf-1) BuildRequires: pkgconfig(serf-1)
BuildRequires: pkgconfig(vte-2.90) >= 0.27.6 BuildRequires: pkgconfig(vte-2.91)
# Directly required by anjuta: # Directly required by anjuta:
Requires: autoconf Requires: autoconf
Requires: autogen Requires: autogen
@ -177,7 +176,6 @@ find %{buildroot} -type f -name "*.la" -delete -print
%glib2_gsettings_schema_post %glib2_gsettings_schema_post
%desktop_database_post %desktop_database_post
%icon_theme_cache_post %icon_theme_cache_post
%icon_theme_cache_post gnome
%icon_theme_cache_post HighContrast %icon_theme_cache_post HighContrast
%mime_database_post %mime_database_post
@ -185,7 +183,6 @@ find %{buildroot} -type f -name "*.la" -delete -print
%glib2_gsettings_schema_postun %glib2_gsettings_schema_postun
%desktop_database_postun %desktop_database_postun
%icon_theme_cache_postun %icon_theme_cache_postun
%icon_theme_cache_postun gnome
%icon_theme_cache_postun HighContrast %icon_theme_cache_postun HighContrast
%mime_database_postun %mime_database_postun
@ -212,14 +209,11 @@ find %{buildroot} -type f -name "*.la" -delete -print
%{_datadir}/mime/packages/*.xml %{_datadir}/mime/packages/*.xml
%{_datadir}/pixmaps/anjuta/ %{_datadir}/pixmaps/anjuta/
%{_datadir}/glib-2.0/schemas/*.gschema.xml %{_datadir}/glib-2.0/schemas/*.gschema.xml
# When removing the gnome icon theme icons, don't forget to remove the %%icon_theme_cache_post(un) call for them
# Somehow I think that this is wrong:
%dir %{_datadir}/icons/gnome/*/mimetypes/
%{_datadir}/icons/HighContrast/ %{_datadir}/icons/HighContrast/
%{_datadir}/icons/gnome/*/mimetypes/*.png
%{_datadir}/icons/gnome/scalable/mimetypes/*.svg
%{_datadir}/icons/hicolor/*/apps/*.png %{_datadir}/icons/hicolor/*/apps/*.png
%{_datadir}/icons/hicolor/*/mimetypes/*.png
%{_datadir}/icons/hicolor/scalable/apps/*.svg %{_datadir}/icons/hicolor/scalable/apps/*.svg
%{_datadir}/icons/hicolor/scalable/mimetypes/*.svg
%doc %{_mandir}/man?/*.* %doc %{_mandir}/man?/*.*
%files -n libanjuta-3-0 %files -n libanjuta-3-0