Accepting request 173206 from GNOME:Factory

Push GNOME 3.8.1 to Factory - mostly small bug fixes over the existing 3.8.0 we have

OBS-URL: https://build.opensuse.org/request/show/173206
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/anjuta?expand=0&rev=85
This commit is contained in:
Stephan Kulow 2013-04-26 13:35:21 +00:00 committed by Git OBS Bridge
commit e09f01d26a
4 changed files with 17 additions and 7 deletions

View File

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

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

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Apr 16 07:05:37 UTC 2013 - dimstar@opensuse.org
- Update to version 3.8.1:
+ git: Log path entry should be editable.
+ project-wizard: Creating new project using wizard fails due to
license files missing (bgo#696672).
+ Bugs fixed: bgo#696023.
+ Updated translations.
- Re-add anjuta-glade.xml: bgo#696023 seems not entirely fixed.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 26 13:43:08 UTC 2013 - dmueller@suse.com Tue Mar 26 13:43:08 UTC 2013 - dmueller@suse.com

View File

@ -17,13 +17,14 @@
Name: anjuta Name: anjuta
Version: 3.8.0 Version: 3.8.1
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+
Group: Development/Tools/IDE Group: Development/Tools/IDE
Url: http://anjuta.sourceforge.net/ Url: http://anjuta.sourceforge.net/
Source0: http://download.gnome.org/sources/anjuta/3.8/%{name}-%{version}.tar.xz Source0: http://download.gnome.org/sources/anjuta/3.8/%{name}-%{version}.tar.xz
Source1: anjuta-glade.xml
Source99: %{name}-rpmlintrc Source99: %{name}-rpmlintrc
BuildRequires: autogen BuildRequires: autogen
BuildRequires: binutils-devel BuildRequires: binutils-devel
@ -150,6 +151,7 @@ and more.
%lang_package %lang_package
%prep %prep
%setup -q %setup -q
cp %{S:1} libanjuta
translation-update-upstream translation-update-upstream
%build %build
@ -161,9 +163,6 @@ make %{?_smp_mflags} V=1
%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
%suse_update_desktop_file anjuta %suse_update_desktop_file anjuta