Accepting request 98972 from GNOME:Factory
Pushing G:F OBS-URL: https://build.opensuse.org/request/show/98972 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/anjuta?expand=0&rev=72
This commit is contained in:
commit
925381d466
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f165d5d2dac001267d6fef0a0249c3fad1881a50c596a33e9aaee78469378cbb
|
|
||||||
size 7672745
|
|
3
anjuta-3.3.3.tar.xz
Normal file
3
anjuta-3.3.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fc9d6ebc81c709b4d9042927b4b9902cf3d483dcbfcaacd76a95238b5dc61a08
|
||||||
|
size 5914248
|
@ -1,3 +1,48 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
|
- Update to version 3.3.2:
|
||||||
|
+ Add template for Gnome Shell Extension (bgo#661299).
|
||||||
|
+ Bugs fixed: bgo#648934, bgo#662526, bgo#663016, bgo#663385,
|
||||||
|
bgo#664058, bgo#664263, bgo#645212, bgo#629769, bgo#658788,
|
||||||
|
bgo#662960.
|
||||||
|
- Inject gnome-shell-extension-template.tar.bz2 into build system,
|
||||||
|
as the tarball misses those files. See bgo#664829.
|
||||||
|
- Add xz BuildRequires because we can't build a package for a
|
||||||
|
xz-compressed tarball without explicitly specifying that... See
|
||||||
|
bnc#697467 for more details.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 26 19:26:57 UTC 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.3.1:
|
||||||
|
+ Integrate fixes from 3.2.1.
|
||||||
|
+ Bugs fixed: bgo#610371, bgo#633284, bgo#653274, bgo#659563,
|
||||||
|
bgo#662526.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 19 13:31:31 UTC 2011 - dimstar@opensuse.org
|
Wed Oct 19 13:31:31 UTC 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
38
anjuta.spec
38
anjuta.spec
@ -16,16 +16,15 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: anjuta
|
Name: anjuta
|
||||||
Version: 3.2.1
|
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
|
||||||
Source: http://download.gnome.org/sources/anjuta/3.2/%{name}-%{version}.tar.bz2
|
Url: http://anjuta.sourceforge.net/
|
||||||
Source1: %{name}-rpmlintrc
|
Source: http://download.gnome.org/sources/anjuta/3.3/%{name}-%{version}.tar.xz
|
||||||
|
Source99: %{name}-rpmlintrc
|
||||||
BuildRequires: autogen
|
BuildRequires: autogen
|
||||||
BuildRequires: binutils-devel
|
BuildRequires: binutils-devel
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
@ -48,6 +47,8 @@ BuildRequires: update-desktop-files
|
|||||||
%ifnarch ia64 s390 s390x
|
%ifnarch ia64 s390 s390x
|
||||||
BuildRequires: valgrind-devel
|
BuildRequires: valgrind-devel
|
||||||
%endif
|
%endif
|
||||||
|
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
|
||||||
|
BuildRequires: xz
|
||||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
||||||
BuildRequires: pkgconfig(gdl-3.0)
|
BuildRequires: pkgconfig(gdl-3.0)
|
||||||
BuildRequires: pkgconfig(gladeui-2.0)
|
BuildRequires: pkgconfig(gladeui-2.0)
|
||||||
@ -84,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
|
||||||
|
|
||||||
@ -97,8 +97,23 @@ 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.
|
||||||
|
|
||||||
|
%package -n typelib-1_0-Anjuta-3_0
|
||||||
|
Summary: Libraries for developing Anjuta plugins -- Introspection bindings
|
||||||
|
Group: System/Libraries
|
||||||
|
|
||||||
|
%description -n typelib-1_0-Anjuta-3_0
|
||||||
|
Anjuta is a versatile Integrated Development Environment (IDE) for the
|
||||||
|
GNOME desktop. It features a number of advanced programming facilities
|
||||||
|
includes project management, application wizards, an interactive
|
||||||
|
debugger, an integrated Glade UI designer, integrated Devhelp API help,
|
||||||
|
an integrated Valgrind memory profiler, an integrated gprof performance
|
||||||
|
profiler, a class generator, a powerful source editor, source browsing,
|
||||||
|
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}
|
||||||
@ -118,10 +133,10 @@ 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}
|
||||||
|
Requires: typelib-1_0-Anjuta-3_0 = %{version}
|
||||||
Provides: %{name}-doc = %{version}
|
Provides: %{name}-doc = %{version}
|
||||||
Obsoletes: %{name}-doc < %{version}
|
Obsoletes: %{name}-doc < %{version}
|
||||||
|
|
||||||
@ -214,6 +229,9 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%files -n libanjuta-3-0
|
%files -n libanjuta-3-0
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_libdir}/libanjuta-3.so.*
|
%{_libdir}/libanjuta-3.so.*
|
||||||
|
|
||||||
|
%files -n typelib-1_0-Anjuta-3_0
|
||||||
|
%defattr(-,root,root)
|
||||||
%{_libdir}/girepository-1.0/Anjuta-3.0.typelib
|
%{_libdir}/girepository-1.0/Anjuta-3.0.typelib
|
||||||
%{_libdir}/girepository-1.0/IAnjuta-3.0.typelib
|
%{_libdir}/girepository-1.0/IAnjuta-3.0.typelib
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user