Accepting request 136252 from home:dimstar:branches:GNOME:Factory
Update to 3.6.0 - resubmit post review OBS-URL: https://build.opensuse.org/request/show/136252 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/anjuta?expand=0&rev=137
This commit is contained in:
parent
47e4f8f385
commit
1d9978193f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e9cec711a9f54bd75a2608eb399a17ed41e6a7fb8f152ad2f2af8d986be7bc19
|
||||
size 5951760
|
3
anjuta-3.6.0.tar.xz
Normal file
3
anjuta-3.6.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e810213e2f2847b71e05eb21cdaff6b946e9511cef2105158b428eee47be787a
|
||||
size 5163424
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 27 07:54:36 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.6.0:
|
||||
+ project-manager:
|
||||
- Support for calling make check
|
||||
- Support for subdirectories in project groups
|
||||
- Crash fixes
|
||||
+ git:
|
||||
- Git Tasks dock is only shown when the Git dock is active
|
||||
- The Status view is the first view shown in the Git dock
|
||||
- Status view works with git 1.7.10 and newer
|
||||
+ symbol-db:
|
||||
- Various crash and infinite loop fixes
|
||||
+ sourceview:
|
||||
- Use common indentation settings
|
||||
+ Bugs fixed: bgo#680401, bgo#672692, bgo#675877, bgo#678695,
|
||||
bgo#679827, bgo#680136, bgo#680554, bgo#680559, bgo#680555,
|
||||
bgo#680657, bgo#679767
|
||||
+ Updated translations.
|
||||
- Replace gnome-doc-utils-devel BuildRequires with yelp-devel:
|
||||
following upstreams port to the new documentation infrastructure.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 3 18:40:11 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
|
17
anjuta.spec
17
anjuta.spec
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: anjuta
|
||||
Version: 3.5.91
|
||||
Version: 3.6.0
|
||||
Release: 0
|
||||
Summary: Versatile Integrated Development Environment for GNOME
|
||||
License: GPL-2.0+
|
||||
Group: Development/Tools/IDE
|
||||
Url: http://anjuta.sourceforge.net/
|
||||
Source: http://download.gnome.org/sources/anjuta/3.5/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/anjuta/3.6/%{name}-%{version}.tar.xz
|
||||
Source99: %{name}-rpmlintrc
|
||||
BuildRequires: autogen
|
||||
BuildRequires: binutils-devel
|
||||
@ -31,7 +31,6 @@ BuildRequires: bison
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: flex
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gnome-doc-utils-devel
|
||||
BuildRequires: gnome-icon-theme
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: intltool
|
||||
@ -45,6 +44,7 @@ BuildRequires: subversion-devel
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: vala
|
||||
BuildRequires: yelp-tools
|
||||
%ifnarch ia64 s390 s390x
|
||||
BuildRequires: valgrind-devel
|
||||
%endif
|
||||
@ -199,14 +199,9 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING ChangeLog FUTURE NEWS README doc/ScintillaDoc.html TODO
|
||||
%dir %{_datadir}/gnome/
|
||||
%dir %{_datadir}/gnome/help/
|
||||
%dir %{_datadir}/gnome/help/anjuta-build-tutorial/
|
||||
%doc %{_datadir}/gnome/help/anjuta-build-tutorial/C/
|
||||
%dir %{_datadir}/gnome/help/anjuta-faqs/
|
||||
%doc %{_datadir}/gnome/help/anjuta-faqs/C/
|
||||
%dir %{_datadir}/gnome/help/anjuta-manual/
|
||||
%doc %{_datadir}/gnome/help/anjuta-manual/C/
|
||||
%doc %{_datadir}/help/C/anjuta-build-tutorial/
|
||||
%doc %{_datadir}/help/C/anjuta-faqs/
|
||||
%doc %{_datadir}/help/C/anjuta-manual/
|
||||
%{_bindir}/anjuta
|
||||
%{_bindir}/anjuta-launcher
|
||||
%{_bindir}/anjuta-tags
|
||||
|
Loading…
Reference in New Issue
Block a user