rpms/anjuta/devel anjuta-2.4.2-makefile.patch, NONE, 1.1 .cvsignore, 1.11, 1.12 anjuta.spec, 1.44, 1.45 sources, 1.11, 1.12 anjuta-2.4.1-makefile.patch, 1.1, NONE

Debarshi Ray rishi at fedoraproject.org
Tue Sep 23 18:56:00 UTC 2008


Author: rishi

Update of /cvs/pkgs/rpms/anjuta/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27097

Modified Files:
	.cvsignore anjuta.spec sources 
Added Files:
	anjuta-2.4.2-makefile.patch 
Removed Files:
	anjuta-2.4.1-makefile.patch 
Log Message:
* Sat Sep 20 2008 Debarshi Ray <rishi at fedoraproject.org> - 1:2.4.2-1
- Version bump to 2.4.2.
- Enabled Valgrind plugin and added 'BuildRequires: binutils-devel'.


anjuta-2.4.2-makefile.patch:

--- NEW FILE anjuta-2.4.2-makefile.patch ---
diff -urNp anjuta-2.4.2.orig/src/Makefile.in anjuta-2.4.2/src/Makefile.in
--- anjuta-2.4.2.orig/src/Makefile.in	2008-09-20 21:30:59.213869709 +0530
+++ anjuta-2.4.2/src/Makefile.in	2008-09-20 21:34:31.322102739 +0530
@@ -421,6 +421,7 @@ anjuta_pixmaps_DATA = \
 
 AM_CPPFLAGS = \
 	$(GNOME_UI_CFLAGS)\
+	$(GLADE_CFLAGS) \
 	$(GDL_CFLAGS)\
 	-I$(top_srcdir)\
 	-I.. -I. -DPACKAGE_BIN_DIR=\"$(bindir)\" \


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anjuta/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	25 May 2008 10:48:50 -0000	1.11
+++ .cvsignore	23 Sep 2008 18:55:29 -0000	1.12
@@ -1 +1 @@
-anjuta-2.4.1.tar.bz2
+anjuta-2.4.2.tar.gz


Index: anjuta.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anjuta/devel/anjuta.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- anjuta.spec	26 May 2008 18:56:00 -0000	1.44
+++ anjuta.spec	23 Sep 2008 18:55:30 -0000	1.45
@@ -1,12 +1,12 @@
 Summary:	A GNOME development IDE for C/C++
 Name:		anjuta
 Epoch:		1
-Version:	2.4.1
+Version:	2.4.2
 Release:	1%{?dist}
 License:	GPLv2+
 Group:		Development/Tools
 URL:		http://www.anjuta.org/
-Source0:	http://downloads.sourceforge.net/anjuta/%{name}-%{version}.tar.bz2
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.4/%{name}-%{version}.tar.gz
 
 Patch0:		%{name}-%{version}-makefile.patch
 
@@ -24,6 +24,7 @@
 Requires(postun): /sbin/ldconfig
 
 BuildRequires:	autogen
+BuildRequires:	binutils-devel
 BuildRequires:	desktop-file-utils
 BuildRequires:	devhelp-devel
 BuildRequires:	gettext
@@ -105,7 +106,7 @@
 %configure --disable-schemas-install --disable-static --enable-gtk-doc \
   --enable-devhelp --enable-plugin-glade --enable-graphviz \
   --enable-plugin-scintilla --enable-plugin-sourceview \
-  --disable-plugin-valgrind --enable-plugin-subversion \
+  --enable-plugin-subversion --enable-plugin-valgrind \
   --with-svn-lib=%{_libdir}
 
 # Omit unused direct shared library dependencies.
@@ -137,9 +138,9 @@
 if [ "$1" -gt 1 ]; then
   export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
   gconftool-2 --makefile-uninstall-rule \
-    %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null || :
+  %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null || :
   gconftool-2 --makefile-uninstall-rule \
-    %{_sysconfdir}/gconf/schemas/%{name}-*.schemas >/dev/null || :
+  %{_sysconfdir}/gconf/schemas/%{name}-*.schemas >/dev/null || :
 fi
 
 %post
@@ -170,9 +171,9 @@
 if [ "$1" -eq 0 ]; then
   export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
   gconftool-2 --makefile-uninstall-rule \
-    %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || :
+  %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || :
   gconftool-2 --makefile-uninstall-rule \
-    %{_sysconfdir}/gconf/schemas/%{name}-*.schemas > /dev/null || :
+  %{_sysconfdir}/gconf/schemas/%{name}-*.schemas > /dev/null || :
 fi
 
 %postun
@@ -265,6 +266,10 @@
 %{_datadir}/omf/%{name}-manual/%{name}-manual-*.omf
 
 %changelog
+* Sat Sep 20 2008 Debarshi Ray <rishi at fedoraproject.org> - 1:2.4.2-1
+- Version bump to 2.4.2.
+- Enabled Valgrind plugin and added 'BuildRequires: binutils-devel'.
+
 * Sat May 24 2008 Debarshi Ray <rishi at fedoraproject.org> - 1:2.4.1-1
 - Version bump to 2.4.1. Closes Red Hat Bugzilla bug #446242.
 - Spurious file modification messages from Scintilla fixed by upstream. Closes


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anjuta/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	25 May 2008 10:48:50 -0000	1.11
+++ sources	23 Sep 2008 18:55:30 -0000	1.12
@@ -1 +1 @@
-97d919cade598ab86442b34bbc2cbe1e  anjuta-2.4.1.tar.bz2
+7cda0fab0e0e946f461737c3eac7a6a3  anjuta-2.4.2.tar.gz


--- anjuta-2.4.1-makefile.patch DELETED ---




More information about the fedora-extras-commits mailing list