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:
commit
e09f01d26a
@ -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
3
anjuta-3.8.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef5d8a5032d4c2025e1870bef044fa025f01096a86f8f226eb178688a960c5b9
|
||||
size 5180820
|
@ -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
|
||||
|
||||
|
@ -17,13 +17,14 @@
|
||||
|
||||
|
||||
Name: anjuta
|
||||
Version: 3.8.0
|
||||
Version: 3.8.1
|
||||
Release: 0
|
||||
Summary: Versatile Integrated Development Environment for GNOME
|
||||
License: GPL-2.0+
|
||||
Group: Development/Tools/IDE
|
||||
Url: http://anjuta.sourceforge.net/
|
||||
Source0: http://download.gnome.org/sources/anjuta/3.8/%{name}-%{version}.tar.xz
|
||||
Source1: anjuta-glade.xml
|
||||
Source99: %{name}-rpmlintrc
|
||||
BuildRequires: autogen
|
||||
BuildRequires: binutils-devel
|
||||
@ -150,6 +151,7 @@ and more.
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q
|
||||
cp %{S:1} libanjuta
|
||||
translation-update-upstream
|
||||
|
||||
%build
|
||||
@ -161,9 +163,6 @@ make %{?_smp_mflags} V=1
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
%if 0%{?suse_version} <= 1120
|
||||
%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
|
||||
%endif
|
||||
# These should go to defaultdocdir.
|
||||
rm -r %{buildroot}%{_datadir}/doc
|
||||
%suse_update_desktop_file anjuta
|
||||
|
Loading…
Reference in New Issue
Block a user