Accepting request 110297 from home:dimstar:branches:GNOME:Factory
Update to 3.3.92 OBS-URL: https://build.opensuse.org/request/show/110297 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/anjuta?expand=0&rev=125
This commit is contained in:
parent
a3d3417621
commit
efc3c278f1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f23429f56f137a2e566f24396bc42ecccabdc5a3c6e1e9e79d9e98cf855e0f28
|
|
||||||
size 6102744
|
|
3
anjuta-3.3.92.tar.xz
Normal file
3
anjuta-3.3.92.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a827650a82f8b5c196330aa6e0f1e89a3db0a3251d436e83e85c58b1ac785a9f
|
||||||
|
size 6143728
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 20 22:39:39 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.3.92:
|
||||||
|
+ am-project:
|
||||||
|
- Avoid a crash when adding a second group at an upper level.
|
||||||
|
- Keep sibling when reloading a node.
|
||||||
|
+ dir-project:
|
||||||
|
- Allow to add and remove source files.
|
||||||
|
- Avoid a crash when closing a project.
|
||||||
|
- Avoid duplicated files in project view when reloading project
|
||||||
|
+ document-manager: Destroy page with gtk_widget_destroy()
|
||||||
|
instead of gtk_container_remove().
|
||||||
|
+ Fix marker comment for simple gtk+ project.
|
||||||
|
+ Prevent multiple declarations for the same member widget.
|
||||||
|
+ project-manager: Allow to add groups to the root of directory
|
||||||
|
project.
|
||||||
|
+ sourceview: Correcly unref the buffer.
|
||||||
|
+ symbol-db: fixed scope_definition_id creation.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 5 21:53:50 UTC 2012 - dimstar@opensuse.org
|
Mon Mar 5 21:53:50 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: anjuta
|
Name: anjuta
|
||||||
Version: 3.3.91
|
Version: 3.3.92
|
||||||
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+
|
||||||
@ -168,6 +168,7 @@ make %{?_smp_mflags} V=1
|
|||||||
rm -r %{buildroot}%{_datadir}/doc
|
rm -r %{buildroot}%{_datadir}/doc
|
||||||
%suse_update_desktop_file anjuta
|
%suse_update_desktop_file anjuta
|
||||||
%find_lang anjuta %{?no_lang_C}
|
%find_lang anjuta %{?no_lang_C}
|
||||||
|
%find_lang anjuta-faqs %{no_lang_C} %{name}.lang
|
||||||
# There's no translation for those yet. If build fails because of non-packaged
|
# There's no translation for those yet. If build fails because of non-packaged
|
||||||
# translations, uncomment those lines.
|
# translations, uncomment those lines.
|
||||||
#%%find_lang anjuta-build-tutorial %{?no_lang_C} anjuta.lang
|
#%%find_lang anjuta-build-tutorial %{?no_lang_C} anjuta.lang
|
||||||
|
Loading…
Reference in New Issue
Block a user