Accepting request 97465 from home:vuntz:branches:GNOME:Factory

Update to 3.3.3

OBS-URL: https://build.opensuse.org/request/show/97465
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/anjuta?expand=0&rev=114
This commit is contained in:
Vincent Untz 2011-12-21 05:08:55 +00:00 committed by Git OBS Bridge
parent 531fc586d8
commit f3c270615f
5 changed files with 32 additions and 27 deletions

View File

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

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

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

View File

@ -1,15 +1,34 @@
-------------------------------------------------------------------
Tue Dec 20 23:11:52 UTC 2011 - vuntz@opensuse.org
- Update to version 3.3.3:
+ Fix various crashes (including bgo#665082, rh#532290,
rh#757236).
+ Several improvements to git support.
+ Several improvements to vala support.
+ Fix memory leaks.
+ Ship files missing in 3.3.2.
+ Various other code changes.
+ Other bugs fixed: bgo#641079, bgo#646695, bgo#656761,
bgo#666321, bgo#666336, bgo#666448, bgo#666482.
+ Updated translations.
- Drop gnome-shell-extension-template.tar.bz2: the files are in
the tarball now.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 9 10:41:46 UTC 2011 - dimstar@opensuse.org Fri Dec 9 10:41:46 UTC 2011 - dimstar@opensuse.org
- Split typelib files to typelib-1_0-Anjuta-3_0. - Split typelib files into typelib-1_0-Anjuta-3_0 subpackage.
- Add typelib-1_0-Anjuta-3_0 Requires to devel subpackage.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Nov 26 12:44:34 UTC 2011 - dimstar@opensuse.org Sat Nov 26 12:44:34 UTC 2011 - dimstar@opensuse.org
- Update to version 3.3.2: - Update to version 3.3.2:
+ Add template for Gnome Shell Extension (bgo#661299).
+ Bugs fixed: bgo#648934, bgo#662526, bgo#663016, bgo#663385, + Bugs fixed: bgo#648934, bgo#662526, bgo#663016, bgo#663385,
bgo#664058, bgo#664263, bgo#645212, bgo#629769, bgo#658788, bgo#664058, bgo#664263, bgo#645212, bgo#629769, bgo#658788,
bgo#661299, bgo#662960. bgo#662960.
- Inject gnome-shell-extension-template.tar.bz2 into build system, - Inject gnome-shell-extension-template.tar.bz2 into build system,
as the tarball misses those files. See bgo#664829. as the tarball misses those files. See bgo#664829.
- Add xz BuildRequires because we can't build a package for a - Add xz BuildRequires because we can't build a package for a

View File

@ -16,17 +16,14 @@
# #
Name: anjuta Name: anjuta
Version: 3.3.2 Version: 3.3.3
Release: 1 Release: 0
License: GPLv2+
Summary: Versatile Integrated Development Environment for GNOME Summary: Versatile Integrated Development Environment for GNOME
Url: http://anjuta.sourceforge.net/ License: GPL-2.0+
Group: Development/Tools/IDE Group: Development/Tools/IDE
Url: http://anjuta.sourceforge.net/
Source: http://download.gnome.org/sources/anjuta/3.3/%{name}-%{version}.tar.xz Source: http://download.gnome.org/sources/anjuta/3.3/%{name}-%{version}.tar.xz
# bgo#664829 - The tarball is missing a bunch of files for gnome-shell-extensions template.
Source1: gnome-shell-extension-template.tar.bz2
Source99: %{name}-rpmlintrc Source99: %{name}-rpmlintrc
BuildRequires: autogen BuildRequires: autogen
BuildRequires: binutils-devel BuildRequires: binutils-devel
@ -88,7 +85,6 @@ profiler, a class generator, a powerful source editor, source browsing,
and more. and more.
%package -n libanjuta-3-0 %package -n libanjuta-3-0
License: GPLv2+
Summary: Libraries for developing Anjuta plugins Summary: Libraries for developing Anjuta plugins
Group: System/Libraries Group: System/Libraries
@ -102,7 +98,7 @@ profiler, a class generator, a powerful source editor, source browsing,
and more. and more.
%package -n typelib-1_0-Anjuta-3_0 %package -n typelib-1_0-Anjuta-3_0
Summary: Libraries for developing Anjuta plugins Summary: Libraries for developing Anjuta plugins -- Introspection bindings
Group: System/Libraries Group: System/Libraries
%description -n typelib-1_0-Anjuta-3_0 %description -n typelib-1_0-Anjuta-3_0
@ -114,8 +110,10 @@ an integrated Valgrind memory profiler, an integrated gprof performance
profiler, a class generator, a powerful source editor, source browsing, profiler, a class generator, a powerful source editor, source browsing,
and more. and more.
This package provides the GObject Introspection bindings for the Anjuta
library to develop plugins.
%package -n glade-catalog-anjuta %package -n glade-catalog-anjuta
License: GPLv2+
Summary: Versatile Integrated Development Environment for GNOME -- Catalog for Glade Summary: Versatile Integrated Development Environment for GNOME -- Catalog for Glade
Group: Development/Tools/GUI Builders Group: Development/Tools/GUI Builders
Requires: %{name} = %{version} Requires: %{name} = %{version}
@ -135,7 +133,6 @@ This package provides a catalog for Glade, to allow the use the Anjuta
widgets in Glade. widgets in Glade.
%package devel %package devel
License: GPLv2+
Summary: Libraries for developing Anjuta plugins -- Development Files Summary: Libraries for developing Anjuta plugins -- Development Files
Group: Development/Tools/IDE Group: Development/Tools/IDE
Requires: libanjuta-3-0 = %{version} Requires: libanjuta-3-0 = %{version}
@ -155,14 +152,6 @@ and more.
%lang_package %lang_package
%prep %prep
%setup -q %setup -q
if [ -f plugins/project-wizard/templates/gnome-shell-extension/autogen.sh ]; then
echo "plugins/project-wizard/templates/gnome-shell-extension/autogen.sh is part of the tarball again. Drop Source1 and this hack"
/bin/false
else
pushd plugins/project-wizard/templates/gnome-shell-extension
tar xf %{S:1}
popd
fi
translation-update-upstream translation-update-upstream
%build %build

View File

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