rpms/anjuta/devel import.log, NONE, 1.1 .cvsignore, 1.14, 1.15 anjuta.spec, 1.56, 1.57 sources, 1.14, 1.15 anjuta-2.24.2-webkit.patch, 1.1, NONE

Rakesh Pandit rakesh at fedoraproject.org
Thu Feb 12 15:52:59 UTC 2009


Author: rakesh

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

Modified Files:
	.cvsignore anjuta.spec sources 
Added Files:
	import.log 
Removed Files:
	anjuta-2.24.2-webkit.patch 
Log Message:

* Thu Feb 12 2009 Rakesh Pandit <rakesh at fedoraproject.org> - 1:2.25.901-1
- Updated to 2.25.25(Release notes about new update since 2.24.2):
-   a) 2.25.90 - Bug fix release
-   b) 2.25.5 - File-browser enhancement for subversion, removed gnome-vfs,
-             usage, auto-completion and symbol-db improvement, string
-             fixes and other bug fixes.
-   c) 2.25.4 - es, fr, sv, fi, he, ru, pt_BR, pl - translation updates,
-             symbol-db plugin, gnome-build merge, new bookmark interface
-             , debugging support using gdbserver etc
- Adjusted doc for build tutorial, removed old files, obsoletes gnome-build





--- NEW FILE import.log ---
anjuta-2_25_901-1_fc11:HEAD:anjuta-2.25.901-1.fc11.src.rpm:1234453692


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anjuta/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	5 Jan 2009 17:07:53 -0000	1.14
+++ .cvsignore	12 Feb 2009 15:52:28 -0000	1.15
@@ -1 +1 @@
-anjuta-2.24.2.tar.gz
+anjuta-2.25.901.tar.bz2


Index: anjuta.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anjuta/devel/anjuta.spec,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- anjuta.spec	5 Jan 2009 17:07:53 -0000	1.56
+++ anjuta.spec	12 Feb 2009 15:52:29 -0000	1.57
@@ -1,18 +1,17 @@
 Summary:	A GNOME development IDE for C/C++
 Name:		anjuta
 Epoch:		1
-Version:	2.24.2
+Version:	2.25.901
 Release:	1%{?dist}
 License:	GPLv2+
 Group:		Development/Tools
 URL:		http://www.anjuta.org/
-Source0:	http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.24/%{name}-%{version}.tar.gz
-
-# http://bugzilla.gnome.org/560311
-Patch0:		%{name}-%{version}-webkit.patch
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.25/%{name}-%{version}.tar.bz2
 
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
+Obsoletes: gnome-build <= 2.24.1-1
+
 Requires:	GConf2
 Requires:	autogen
 Requires:	git
@@ -35,7 +34,7 @@
 BuildRequires:	glade3-libgladeui-devel
 BuildRequires:	gnome-doc-utils
 BuildRequires:	gtksourceview2-devel >= 2.3.1
-BuildRequires:	gnome-build-devel
+BuildRequires:	libgda-devel >= 3.99.7
 BuildRequires:	graphviz-devel
 BuildRequires:	intltool
 BuildRequires:	libgdl-devel >= 2.23.0
@@ -87,7 +86,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 # Suppress rpmlint error.
 chmod 644 `find . -name "*.cxx" -perm /111 -print`
@@ -224,20 +222,17 @@
 %doc %{_mandir}/man1/%{name}.1*
 %doc %{_mandir}/man1/%{name}_launcher.1*
 %{_bindir}/%{name}
-%{_bindir}/%{name}_import.sh
+%{_bindir}/gbf-am-parse
+%{_bindir}/gbf-mkfile-parse
 %{_bindir}/%{name}_launcher
 %{_datadir}/applications/fedora-%{name}.desktop
-%{_datadir}/glade3/catalogs/anjuta-glade.xml
 %{_datadir}/icons/gnome/48x48/mimetypes/gnome-mime-application-x-%{name}.png
 %{_datadir}/icons/gnome/scalable/mimetypes/gnome-mime-application-x-%{name}.svg
 %{_datadir}/icons/hicolor/48x48/apps/%{name}.png
 %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
 %{_datadir}/mime/packages/%{name}.xml
 # No soname.
-%{_libdir}/glade3/modules/libgladeanjuta.so
-%{_libdir}/libanjuta-ctags.so.*
 %{_libdir}/libanjuta.so.*
-# Symlink to libanjuta.so.*.
 %{_libdir}/libglade/2.0/libanjuta.so
 %{_sysconfdir}/gconf/schemas/%{name}.schemas
 %{_sysconfdir}/gconf/schemas/%{name}-*.schemas
@@ -254,7 +249,6 @@
 %files devel
 %defattr (-,root,root,-)
 %doc doc/ScintillaDoc.html
-%{_libdir}/libanjuta-ctags.so
 %{_libdir}/libanjuta.so
 %{_libdir}/pkgconfig/libanjuta-1.0.pc
 
@@ -267,6 +261,9 @@
 %files doc
 %defattr(-,root,root,-)
 
+%dir %{_datadir}/gnome/help/%{name}-build-tutorial
+%{_datadir}/gnome/help/%{name}-build-tutorial/C
+
 %dir %{_datadir}/gnome/help/%{name}-faqs
 %{_datadir}/gnome/help/%{name}-faqs/C
 
@@ -277,6 +274,17 @@
 %{_datadir}/omf/%{name}-manual/%{name}-manual-*.omf
 
 %changelog
+* Thu Feb 12 2009 Rakesh Pandit <rakesh at fedoraproject.org> - 1:2.25.901-1
+- Updated to 2.25.25(Release notes about new update since 2.24.2):
+-   a) 2.25.90 - Bug fix release
+-   b) 2.25.5 - File-browser enhancement for subversion, removed gnome-vfs,
+-             usage, auto-completion and symbol-db improvement, string
+-             fixes and other bug fixes.
+-   c) 2.25.4 - es, fr, sv, fi, he, ru, pt_BR, pl - translation updates,
+-             symbol-db plugin, gnome-build merge, new bookmark interface
+-             , debugging support using gdbserver etc
+- Adjusted doc for build tutorial, removed old files, obsoletes gnome-build
+
 * Sun Jan 04 2009 Debarshi Ray <rishi at fedoraproject.org> - 1:2.24.2-1
 - Version bump to 2.24.2. Closes Red Hat Bugzilla bug #478684.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anjuta/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	5 Jan 2009 17:07:53 -0000	1.14
+++ sources	12 Feb 2009 15:52:29 -0000	1.15
@@ -1 +1 @@
-125275bebd01eb9345717d3712bd4ea5  anjuta-2.24.2.tar.gz
+ae9f0466ca5f03e76efecaadd8ce5d8c  anjuta-2.25.901.tar.bz2


--- anjuta-2.24.2-webkit.patch DELETED ---




More information about the fedora-extras-commits mailing list