This commit is contained in:
parent
764d1280db
commit
e78c4a4fea
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:80d27bcf1ebf803055014ae7d4295e5f025c2abdd22b7e465e6c7462ef027d45
|
|
||||||
size 7705572
|
|
3
anjuta-2.27.1.0.tar.bz2
Normal file
3
anjuta-2.27.1.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d8c9b743135e6d05a4ed115d25c48be7f1d30a6926c939ec44e71198ddc001b2
|
||||||
|
size 7002933
|
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 6 13:33:29 CEST 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
- Update to version 2.27.1.0:
|
||||||
|
+ Updates:
|
||||||
|
- Improvements in git plugin
|
||||||
|
- Improvements with auto-completion speed
|
||||||
|
+ Bugs fixed:
|
||||||
|
- bgo#530740 - Use GtkBuilder instead of libglade
|
||||||
|
- bgo#581074 - Creating a new wxWidgets project should not
|
||||||
|
include libglade
|
||||||
|
- bgo#580994 - using DEBUG_PRINT instead of g_print
|
||||||
|
- bgo#580013 - patch plugin doesn't handle patch-files with
|
||||||
|
whitespace
|
||||||
|
- bgo#568779 - project wizard should infer project name from
|
||||||
|
base path
|
||||||
|
- bgo#577721 - tooltips appears in wrong position
|
||||||
|
- bgo#579118 - Segmentation fault when adding file to project
|
||||||
|
- bgo#578087 - Artwork for Symbol Database is actually not from
|
||||||
|
Monodevelop
|
||||||
|
- bgo#567588 - highlight default button in Find dialog
|
||||||
|
- bgo#576959 - Search does not point to correct line number on
|
||||||
|
first match when file is not opened in editor.
|
||||||
|
- bgo#577006 - crash creating new file
|
||||||
|
- bgo#574607 - Replace function selects text uncorrectly
|
||||||
|
- bgo#576057 - doesn't build with graphviz 2.22.2
|
||||||
|
- bgo#575617 - Update FSF address
|
||||||
|
- Remove libglade2-devel BuildRequires.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 3 10:12:19 CEST 2009 - mboman@suse.de
|
||||||
|
|
||||||
|
- Change BuildRequires from unique-devel to libunique-devel
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 14 16:32:03 CEST 2009 - vuntz@novell.com
|
Tue Apr 14 16:32:03 CEST 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
35
anjuta.spec
35
anjuta.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package anjuta (Version 2.26.1.0)
|
# spec file for package anjuta (Version 2.27.1.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -34,16 +34,15 @@ BuildRequires: intltool
|
|||||||
BuildRequires: libapr-util1-devel
|
BuildRequires: libapr-util1-devel
|
||||||
BuildRequires: libapr1-devel
|
BuildRequires: libapr1-devel
|
||||||
BuildRequires: libgda-4_0-devel
|
BuildRequires: libgda-4_0-devel
|
||||||
BuildRequires: libglade2-devel
|
|
||||||
BuildRequires: libgladeui-1_0-devel
|
BuildRequires: libgladeui-1_0-devel
|
||||||
BuildRequires: libgnomeui-devel
|
BuildRequires: libgnomeui-devel
|
||||||
BuildRequires: libneon-devel
|
BuildRequires: libneon-devel
|
||||||
|
BuildRequires: libunique-devel
|
||||||
BuildRequires: libwnck-devel
|
BuildRequires: libwnck-devel
|
||||||
BuildRequires: libxslt-devel
|
BuildRequires: libxslt-devel
|
||||||
BuildRequires: perl-gettext
|
BuildRequires: perl-gettext
|
||||||
BuildRequires: shared-mime-info
|
BuildRequires: shared-mime-info
|
||||||
BuildRequires: subversion-devel
|
BuildRequires: subversion-devel
|
||||||
BuildRequires: unique-devel
|
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
%ifnarch ia64 s390 s390x
|
%ifnarch ia64 s390 s390x
|
||||||
BuildRequires: valgrind-devel
|
BuildRequires: valgrind-devel
|
||||||
@ -57,7 +56,7 @@ Requires: automake
|
|||||||
Requires: autoconf
|
Requires: autoconf
|
||||||
Requires: libtool
|
Requires: libtool
|
||||||
Requires: gettext
|
Requires: gettext
|
||||||
Version: 2.26.1.0
|
Version: 2.27.1.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Requires: %{name}-lang = %{version}
|
Requires: %{name}-lang = %{version}
|
||||||
Summary: GNOME IDE for C and C++
|
Summary: GNOME IDE for C and C++
|
||||||
@ -212,6 +211,34 @@ fi
|
|||||||
%files lang -f %name.lang
|
%files lang -f %name.lang
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 06 2009 vuntz@novell.com
|
||||||
|
- Update to version 2.27.1.0:
|
||||||
|
+ Updates:
|
||||||
|
- Improvements in git plugin
|
||||||
|
- Improvements with auto-completion speed
|
||||||
|
+ Bugs fixed:
|
||||||
|
- bgo#530740 - Use GtkBuilder instead of libglade
|
||||||
|
- bgo#581074 - Creating a new wxWidgets project should not
|
||||||
|
include libglade
|
||||||
|
- bgo#580994 - using DEBUG_PRINT instead of g_print
|
||||||
|
- bgo#580013 - patch plugin doesn't handle patch-files with
|
||||||
|
whitespace
|
||||||
|
- bgo#568779 - project wizard should infer project name from
|
||||||
|
base path
|
||||||
|
- bgo#577721 - tooltips appears in wrong position
|
||||||
|
- bgo#579118 - Segmentation fault when adding file to project
|
||||||
|
- bgo#578087 - Artwork for Symbol Database is actually not from
|
||||||
|
Monodevelop
|
||||||
|
- bgo#567588 - highlight default button in Find dialog
|
||||||
|
- bgo#576959 - Search does not point to correct line number on
|
||||||
|
first match when file is not opened in editor.
|
||||||
|
- bgo#577006 - crash creating new file
|
||||||
|
- bgo#574607 - Replace function selects text uncorrectly
|
||||||
|
- bgo#576057 - doesn't build with graphviz 2.22.2
|
||||||
|
- bgo#575617 - Update FSF address
|
||||||
|
- Remove libglade2-devel BuildRequires.
|
||||||
|
* Sun May 03 2009 mboman@suse.de
|
||||||
|
- Change BuildRequires from unique-devel to libunique-devel
|
||||||
* Tue Apr 14 2009 vuntz@novell.com
|
* Tue Apr 14 2009 vuntz@novell.com
|
||||||
- Update to version 2.26.1.0:
|
- Update to version 2.26.1.0:
|
||||||
+ New animation to identify running builds
|
+ New animation to identify running builds
|
||||||
|
Loading…
Reference in New Issue
Block a user