automatic version update by autodist [release 3.20.0-1mamba;Sun May 08 2016]
This commit is contained in:
parent
45f9dbcb7b
commit
98d6457267
12
anjuta-3.20.0-gcc-6.1.0.patch
Normal file
12
anjuta-3.20.0-gcc-6.1.0.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
--- anjuta-3.20.0/plugins/build-basic-autotools/executer.c.orig 2016-07-24 20:28:00.297104311 +0200
|
||||||
|
+++ anjuta-3.20.0/plugins/build-basic-autotools/executer.c 2016-07-24 20:34:04.117336443 +0200
|
||||||
|
@@ -376,8 +376,7 @@
|
||||||
|
{
|
||||||
|
gchar *oldcmd = cmd;
|
||||||
|
|
||||||
|
- cmd = g_strdup_printf (plugin->commands[IANJUTA_BUILDABLE_COMMAND_EXECUTE],
|
||||||
|
- oldcmd);
|
||||||
|
+ cmd = g_strdup_printf ("%s", plugin->commands[IANJUTA_BUILDABLE_COMMAND_EXECUTE]);
|
||||||
|
|
||||||
|
g_free (oldcmd);
|
||||||
|
} else {
|
10
anjuta.spec
10
anjuta.spec
@ -1,6 +1,6 @@
|
|||||||
%define majver %(echo %version|cut -d. -f1-2)
|
%define majver %(echo %version|cut -d. -f1-2)
|
||||||
Name: anjuta
|
Name: anjuta
|
||||||
Version: 3.18.2
|
Version: 3.20.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Integrated development environment for C and C++
|
Summary: Integrated development environment for C and C++
|
||||||
Group: Graphical Desktop/Applications/Development
|
Group: Graphical Desktop/Applications/Development
|
||||||
@ -10,6 +10,7 @@ Packager: Automatic Build System <autodist@mambasoft.it>
|
|||||||
URL: http://anjuta.sourceforge.net/
|
URL: http://anjuta.sourceforge.net/
|
||||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/anjuta/%{majver}/anjuta-%{version}.tar.xz
|
Source: ftp://ftp.gnome.org/pub/GNOME/sources/anjuta/%{majver}/anjuta-%{version}.tar.xz
|
||||||
Patch0: anjuta-3.8.3-gcc-4.8.patch
|
Patch0: anjuta-3.8.3-gcc-4.8.patch
|
||||||
|
Patch1: anjuta-3.20.0-gcc-6.1.0.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glade-devel
|
BuildRequires: glade-devel
|
||||||
@ -144,11 +145,13 @@ Documentation for Anjuta DevStudio provided in DocBook format.
|
|||||||
#-D -T
|
#-D -T
|
||||||
#:<< ___EOF
|
#:<< ___EOF
|
||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#:<< ____EOF
|
#:<< ____EOF
|
||||||
%configure \
|
%configure \
|
||||||
CFLAGS="-O2" CXXFLAGS="-O2" FFLAGS="-O2" \
|
CFLAGS="%{optflags} -O2 -Wno-error=format-nonliteral -Wno-error=format-y2k" \
|
||||||
|
CXXFLAGS="%{optflags} -O2" FFLAGS="-O2" \
|
||||||
--disable-gtk-doc \
|
--disable-gtk-doc \
|
||||||
--disable-scrollkeeper \
|
--disable-scrollkeeper \
|
||||||
--host=
|
--host=
|
||||||
@ -260,6 +263,9 @@ fi
|
|||||||
%doc %{_docdir}/anjuta/TODO
|
%doc %{_docdir}/anjuta/TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun May 08 2016 Automatic Build System <autodist@mambasoft.it> 3.20.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Jan 19 2016 Automatic Build System <autodist@mambasoft.it> 3.18.2-1mamba
|
* Tue Jan 19 2016 Automatic Build System <autodist@mambasoft.it> 3.18.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user