Accepting request 228579 from GNOME:Next
Push GNOME:Next - GNOME 3.12.0 OBS-URL: https://build.opensuse.org/request/show/228579 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/anjuta?expand=0&rev=172
This commit is contained in:
parent
3136e17d94
commit
bde5fd85ee
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ff16c646dbf0234f7056c697b2546125c89d43f8c1f5138a21409053c016d3bc
|
||||
size 6124776
|
3
anjuta-3.12.0.tar.xz
Normal file
3
anjuta-3.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:880efe7274d015a07aec2c5bdfebe27e313f76f1f524bd9309b5e3ecd29bda1f
|
||||
size 6201372
|
@ -1,7 +1,83 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 26 18:07:24 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.12.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 21 12:05:06 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.11.92:
|
||||
+ gdb: Disable password-prompt for gdb communication.
|
||||
+ Don't set a minimum window size - just use the default.
|
||||
+ Fix crash when launching nonexistant program.
|
||||
+ Bugs fixed: bgo#688020, bgo#725373, bgo#723451, bgo#722989,
|
||||
bgo#723452, bgo#723449, bgo#723510, bgo#723458, bgo#723443,
|
||||
bgo#711353, bgo#723444.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 23 18:17:29 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.11.90:
|
||||
+ Support Vala 0.24.
|
||||
+ libanjuta: Set reasonable default size for preferences window
|
||||
(bgo#723444).
|
||||
+ anjuta: Don't set a minimum window size - just use the default.
|
||||
+ gdb: Disable password-prompt for gdb communication.
|
||||
+ User help: fix a typo.
|
||||
+ Fix crash when launching nonexistant program.
|
||||
+ Project Wizard - Set default setting for author, email,
|
||||
version, and project directory (bgo#711353).
|
||||
+ New Window action is always disabled (bgo#723443).
|
||||
+ Missing image icon next to recent projects (bgo#723458).
|
||||
+ teminal: Warning after closing a program started by Run ->
|
||||
Execute (bgo#723510).
|
||||
+ anjuta: Should set a reasonable default window size
|
||||
(bgo#723449).
|
||||
+ debug-manager: Remove weak pointer when needed.
|
||||
+ file-manager: Remove weak pointer when plugin is finalized.
|
||||
+ quick-open: Remove weak pointer on deactivation.
|
||||
+ run-program: Remove unneeded weak pointer.
|
||||
+ tools: Remove weak pointer when the context is destroyed.
|
||||
+ symbol-db: Remove weak pointer when plugin is destroyed.
|
||||
+ language-support-cpp-java: Remove a critical warning when
|
||||
Anjuta is closed.
|
||||
+ build-basic-autotools: Remove unused idle handler.
|
||||
+ project-manager: Fix critical warnings when closing Anjuta
|
||||
window if multiple windows are open (bgo#723452).
|
||||
+ Updated translations.
|
||||
- Drop anuta-libvala-0.24.patch: fixed upstream.
|
||||
- Drop gnome-common BuildRequires: No longer needed as we do not
|
||||
carry any patches anymore.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 29 22:01:52 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.11.4:
|
||||
+ Bugs fixed: bgo#722721, bgo#722721, bgo#722721, bgo#722720,
|
||||
bgo#721534, bgo#720126, bgo#711720, bgo#721783, bgo#721782,
|
||||
bgo#722005, bgo#720969, bgo#711722, bgo#711512, bgo#708248,
|
||||
bgo#709752, bgo#708748.
|
||||
+ Updated translations.
|
||||
- Replace pkgconfig(neon) BuildRequires with pkgconfig(serf-1):
|
||||
Following subversions switch to serf in place of neon.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 28 20:36:58 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Switch to vala 0.24 for GNOME 3.12 target:
|
||||
+ Replace pkgconfig(libvala-0.24) BuildRequires with
|
||||
pkgconfig(libvala-0.24), for the actual switch.
|
||||
+ Add anuta-libvala-0.24.patch: Add support for Vala 0.24.
|
||||
+ Add gnome-common BuildRequires: required, as above patch
|
||||
touches the build system and we need gnome-commons to correctly
|
||||
bootstrap the tarball, due to GNOME_COMPILE_WARNINGS.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 23 22:14:18 UTC 2013 - dvaleev@suse.com
|
||||
|
||||
- Do not BuildRequire valgrind for ppc64le..
|
||||
- Do not BuildRequire valgrind for ppc64le.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 17 20:18:26 UTC 2013 - dimstar@opensuse.org
|
||||
|
10
anjuta.spec
10
anjuta.spec
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: anjuta
|
||||
Version: 3.10.2
|
||||
Version: 3.12.0
|
||||
Release: 0
|
||||
Summary: Versatile Integrated Development Environment for GNOME
|
||||
License: GPL-2.0+
|
||||
Group: Development/Tools/IDE
|
||||
Url: http://anjuta.sourceforge.net/
|
||||
Source0: http://download.gnome.org/sources/anjuta/3.10/%{name}-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/anjuta/3.12/%{name}-%{version}.tar.xz
|
||||
Source99: %{name}-rpmlintrc
|
||||
BuildRequires: autogen
|
||||
BuildRequires: binutils-devel
|
||||
@ -57,9 +57,9 @@ BuildRequires: pkgconfig(gtksourceview-3.0) >= 3.0.0
|
||||
BuildRequires: pkgconfig(libdevhelp-3.0) >= 3.7.5
|
||||
BuildRequires: pkgconfig(libgda-5.0) >= 5.0.0
|
||||
BuildRequires: pkgconfig(libgvc)
|
||||
BuildRequires: pkgconfig(libvala-0.22)
|
||||
BuildRequires: pkgconfig(libvala-0.24)
|
||||
BuildRequires: pkgconfig(libxml-2.0) >= 2.4.23
|
||||
BuildRequires: pkgconfig(neon)
|
||||
BuildRequires: pkgconfig(serf-1)
|
||||
BuildRequires: pkgconfig(vte-2.90) >= 0.27.6
|
||||
# Directly required by anjuta:
|
||||
Requires: autoconf
|
||||
@ -206,6 +206,8 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%{_bindir}/anjuta-tags
|
||||
%{_libdir}/anjuta/
|
||||
%{_datadir}/anjuta/
|
||||
%dir %{_datadir}/appdata
|
||||
%{_datadir}/appdata/anjuta.appdata.xml
|
||||
%{_datadir}/applications/*.desktop
|
||||
%{_datadir}/mime/packages/*.xml
|
||||
%{_datadir}/pixmaps/anjuta/
|
||||
|
Loading…
Reference in New Issue
Block a user