Accepting request 25555 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/anjuta via accept of submit request 25555 revision 3. Request was accepted with message: Accepting OBS-URL: https://build.opensuse.org/request/show/25555 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/anjuta?expand=0&rev=39
This commit is contained in:
parent
9566157717
commit
84d1dcc7df
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:31c888c2a51e8e103c71b6563324d2fc5ffad2ad08df7a42c82d1e1a55931b02
|
|
||||||
size 7537430
|
|
3
anjuta-2.29.2.0.tar.bz2
Normal file
3
anjuta-2.29.2.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:41a003e76e890525eb5f680a22d03fd0b6865dc968035b06839556f4731c1af6
|
||||||
|
size 7524421
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 4 02:44:48 CET 2009 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.29.2.0:
|
||||||
|
+ String review
|
||||||
|
+ symbol-db: fix bgo#597113
|
||||||
|
+ search-plugin: unmerge ui and remove action group when the
|
||||||
|
plugin is deactivated
|
||||||
|
+ git: remove action groups when the plugin is deactivated
|
||||||
|
+ file-manager: fix bug where we accessed the FileView even
|
||||||
|
though it was freed
|
||||||
|
+ debug-manager: bgo#596009 - Easier adding of watches
|
||||||
|
+ bgo#601567 - Import from git fails
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 14 11:38:20 CET 2009 - vuntz@opensuse.org
|
Sat Nov 14 11:38:20 CET 2009 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package anjuta (Version 2.28.1.0)
|
# spec file for package anjuta (Version 2.29.2.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,7 +18,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: anjuta
|
Name: anjuta
|
||||||
Version: 2.28.1.0
|
Version: 2.29.2.0
|
||||||
|
# FIXME: en@shaw is always removed; fix it when new filesystem package is accepted in factory
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Summary: GNOME IDE for C and C++
|
Summary: GNOME IDE for C and C++
|
||||||
@ -115,6 +116,9 @@ make %{?jobs:-j%jobs}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
# %if 0%{?suse_version} <= 1120
|
||||||
|
%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
|
||||||
|
# %endif
|
||||||
# These should go to defaultdocdir.
|
# These should go to defaultdocdir.
|
||||||
rm -r %{buildroot}%{_datadir}/doc
|
rm -r %{buildroot}%{_datadir}/doc
|
||||||
DESTDIR=%{buildroot} mime-info-to-mime
|
DESTDIR=%{buildroot} mime-info-to-mime
|
||||||
|
Loading…
Reference in New Issue
Block a user