rpms/anjuta/devel anjuta-2.2.3-anjuta-tags.patch, NONE, 1.1 anjuta-2.2.3-makefile.patch, NONE, 1.1 .cvsignore, 1.9, 1.10 anjuta.spec, 1.33, 1.34 sources, 1.9, 1.10

Debarshi Ray (rishi) fedora-extras-commits at redhat.com
Mon Feb 18 17:28:31 UTC 2008


Author: rishi

Update of /cvs/pkgs/rpms/anjuta/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8890

Modified Files:
	.cvsignore anjuta.spec sources 
Added Files:
	anjuta-2.2.3-anjuta-tags.patch anjuta-2.2.3-makefile.patch 
Log Message:
Initial import into devel.
 
 Modified Files:
 	.cvsignore anjuta.spec sources 
 Added Files:
 	anjuta-2.2.3-anjuta-tags.patch anjuta-2.2.3-makefile.patch 


anjuta-2.2.3-anjuta-tags.patch:

--- NEW FILE anjuta-2.2.3-anjuta-tags.patch ---
diff -urNp anjuta-2.2.3.orig/global-tags/create_global_tags.sh.in anjuta-2.2.3/global-tags/create_global_tags.sh.in
--- anjuta-2.2.3.orig/global-tags/create_global_tags.sh.in	2007-08-14 03:09:04.000000000 +0530
+++ anjuta-2.2.3/global-tags/create_global_tags.sh.in	2008-01-28 02:14:52.000000000 +0530
@@ -6,7 +6,7 @@ function anjuta_tags {
     BASEDIR=`pwd`
     PROGDIR=. # `dirname $0`
     CFLAGS=""
-    ANJUTA_TAGS_BIN="@scriptdir@/anjuta-tags"
+    ANJUTA_TAGS_BIN="/usr/bin/anjuta-tags"
     OUTPUT_FILE=$1
     shift
     

anjuta-2.2.3-makefile.patch:

--- NEW FILE anjuta-2.2.3-makefile.patch ---
diff -urNp anjuta-2.2.3.orig/src/Makefile.in anjuta-2.2.3/src/Makefile.in
--- anjuta-2.2.3.orig/src/Makefile.in	2007-12-02 16:14:38.000000000 +0530
+++ anjuta-2.2.3/src/Makefile.in	2008-02-04 01:03:20.000000000 +0530
@@ -376,6 +376,7 @@ anjuta_layoutdir = $(anjuta_data_dir)
 anjuta_layout_DATA = layout.xml
 INCLUDES = \
 	$(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.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	21 Jul 2007 11:33:57 -0000	1.9
+++ .cvsignore	18 Feb 2008 17:27:50 -0000	1.10
@@ -1 +1 @@
-anjuta-2.2.0.tar.bz2
+anjuta-2.2.3.tar.bz2


Index: anjuta.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anjuta/devel/anjuta.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- anjuta.spec	16 Feb 2008 10:47:09 -0000	1.33
+++ anjuta.spec	18 Feb 2008 17:27:50 -0000	1.34
@@ -1,226 +1,257 @@
-# FIXME missing glade-3 (>= 3.0.2) for glade plugin
-# and binutils-dev for Valgrind debugger
-Summary: Integrated Development Environment
-Name:    anjuta
-Version: 2.2.0
-Release: 5%{?dist}
-License: GPL
-Group:   Development/Tools
-URL:     http://www.anjuta.org
-Source0: http://kent.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
-BuildRoot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-Requires: gnome-build, graphviz, neon, autogen, gettext
-
-BuildRequires:    glib2-devel >= 2.8.0, gtk2-devel >= 2.8.0
-BuildRequires:    ORBit2-devel >= 2.6.0, libglade2-devel >= 2.3.0
-BuildRequires:    libgnome-devel >= 2.12.0, libgnomeui-devel >= 2.12.0
-BuildRequires:    libgnomeprint22-devel >= 2.12.0, libgnomeprintui22-devel >= 2.12.0
-BuildRequires:    gnome-vfs2-devel >= 2.10.0, vte-devel >= 0.9.0
-BuildRequires:    libxml2-devel >= 2.4.23, pango-devel >= 1.1.1
-BuildRequires:    pcre-devel >= 3.9, devhelp-devel >= 0.13
-BuildRequires:    libgdl-devel >= 0.7.3, gnome-build-devel >= 0.1.4
-BuildRequires:    graphviz-devel >= 1.0, neon-devel >= 0.24.5
-BuildRequires:    subversion-devel >= 1.0.2, gnome-doc-utils >= 0.3.2
-BuildRequires:    scrollkeeper, perl(XML::Parser), autogen-devel
-BuildRequires:    gettext-devel, gtksourceview-devel, pkgconfig
-BuildRequires:    autogen-devel, libtool
-Requires(post):   /sbin/ldconfig
+%if 0%{?fc7}
+%else
+  %define _remove_encoding --remove-key Encoding
+%endif
+
+Summary:	A GNOME development IDE for C/C++
+Name:		anjuta
+Epoch:		1
+Version:	2.2.3
+Release:	1%{?dist}
+License:	GPLv2+
+Group:		Development/Tools
+URL:		http://www.anjuta.org/
+Source0:	http://dl.sf.net/anjuta/%{name}-%{version}.tar.bz2
+
+Patch0:		%{name}-%{version}-makefile.patch
+Patch1:		%{name}-%{version}-%{name}-tags.patch
+
+BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+
+Requires:	gnome-icon-theme
+Requires:	hicolor-icon-theme
+Requires(post):	/sbin/ldconfig
 Requires(postun): /sbin/ldconfig
-Epoch: 1
-ExcludeArch:      ppc64
+
+BuildRequires:	autogen
+BuildRequires:	chrpath
+BuildRequires:	desktop-file-utils
+BuildRequires:	devhelp-devel
+BuildRequires:	gettext
+BuildRequires:	glade3-libgladeui-devel
+BuildRequires:	gnome-doc-utils
+BuildRequires:	gtksourceview-devel
+BuildRequires:	gnome-build-devel
+BuildRequires:	graphviz-devel
+BuildRequires:	libgdl-devel
+BuildRequires:	libgnomeprintui22-devel
+BuildRequires:	libwnck-devel
+BuildRequires:	neon-devel
+BuildRequires:	pcre-devel
+BuildRequires:	perl(XML::Parser)
+BuildRequires:	scrollkeeper
+BuildRequires:	subversion-devel
+BuildRequires:	vte-devel
+
+ExcludeArch:	ppc64
 
 %description
-Anjuta DevStudio is a versatile Integrated Development Environment (IDE)
-on GNOME Desktop Environment and features a number of advanced
-programming facilities. These include project management, application and
-class wizards, an on-board interactive debugger, powerful source editor,
-syntax highlighting, intellisense autocompletions, symbol navigation,
-version controls, integrated GUI designing and other tools.
+Anjuta DevStudio is a versatile Integrated Development Environment (IDE) on
+GNOME Desktop Environment and features a number of advanced programming
+facilities. These include project management, application and class wizards,
+an on-board interactive debugger, powerful source editor, syntax highlighting,
+intellisense autocompletions, symbol navigation, version controls, integrated
+GUI designing and other tools.
+
+The documentation for this package is in %{name}-doc.
 
 %package devel
-Summary: Libraries and include files for Anjuta plugins development
-Group:   Development/Libraries
-Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
-Requires: libgnomeui-devel, libglade2-devel, pkgconfig
+Summary:	Development files for %{name}
+Group:		Development/Libraries
+
+Requires:	%{name} = %{?epoch:%{epoch}:}%{version}-%{release}
+Requires:	libgnomeui-devel
+Requires:	libglade2-devel
+Requires:	pkgconfig
 
 %description devel
-Libraries, header files and API docs for developing Anjuta plugins
+This package contains development files for %{name}.
 
-%package docs
-Summary: Anjuta 2 documentation
-Group: Documentation
-Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
-Requires(post): scrollkeeper
+%package doc
+Summary:	Documentation for Anjuta DevStudio
+Group:		Documentation
+
+# Will be dropped in Fedora 10.
+Provides:	%{name}-docs = %{?epoch:%{epoch}:}%{version}-%{release}
+Obsoletes:	%{name}-docs < 1:2.2.3
+
+Requires:	%{name} = %{?epoch:%{epoch}:}%{version}-%{release}
+Requires(post):	scrollkeeper
 Requires(postun): scrollkeeper
 
-%description docs
-Anjuta 2 documentation
+%description doc
+Documentation for Anjuta DevStudio provided in DocBook format.
 
 %prep
 %setup -q
-sed -i 's/\r//' doc/ScintillaDoc.html
-iconv -c -f iso-8859-1 -t utf-8 THANKS -o %{_tmppath}/THANKS
-mv %{_tmppath}/THANKS THANKS
-iconv -c -f iso-8859-1 -t utf-8 COPYING -o %{_tmppath}/COPYING
-mv %{_tmppath}/COPYING COPYING
-iconv -c -f iso-8859-1 -t utf-8 NEWS -o %{_tmppath}/NEWS
-mv %{_tmppath}/NEWS NEWS
-iconv -c -f iso-8859-1 -t utf-8 README -o %{_tmppath}/README
-mv %{_tmppath}/README README
+%patch0 -p1
+%patch1 -p1
+
+# Suppress rpmlint error.
+chmod 644 `find . -name "*.cxx" -perm /111 -print`
+chmod 644 `find . -name "*.h" -perm /111 -print`
+iconv --from-code ISO8859-1 --to-code UTF-8 ./THANKS \
+  --output THANKS.utf-8 && mv THANKS.utf-8 ./THANKS
 
 %build
-%configure --disable-static --enable-nls
-%define libnoprefix %(echo %_libdir | sed 's,%_prefix/,,')
-sed -i -e 's!\(.*PACKAGE_PLUGIN_DIR@,.*\)lib\(/anjuta.*\)!\1%{libnoprefix}\2!g' \
-  config.status
-./config.status
-make LIBTOOL=%{_bindir}/libtool %{?_smp_mflags}
+%configure --disable-static --enable-gtk-doc --enable-plugin-devhelp \
+  --enable-plugin-glade --enable-graphviz --enable-plugin-sourceview \
+  --disable-plugin-valgrind --enable-plugin-subversion \
+  --with-svn-lib=%{_libdir}
+
+# Omit unused direct shared library dependencies.
+sed --in-place --expression 's! -shared ! -Wl,--as-needed\0!g' libtool
+
+make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-make DESTDIR=%{buildroot} INSTALL="install -c -p" install
+rm -rf $RPM_BUILD_ROOT
+
+make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name "*.la" -delete
+
+%if 0%{?fc7}
+ rm -rf $RPM_BUILD_ROOT%{_var}/lib/scrollkeeper
+%endif
+
+# Move architecture dependent file from /usr/share/anjuta/scripts to /usr/bin.
+mv $RPM_BUILD_ROOT%{_datadir}/%{name}/scripts/%{name}-tags \
+  $RPM_BUILD_ROOT%{_bindir}
+
+# Use %doc instead.
+rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
+
 %find_lang %{name}
 
-desktop-file-install --vendor fedora --delete-original \
-  --dir %{buildroot}/%{_datadir}/applications \
-  --add-category X-Fedora \
-  %{buildroot}%{_datadir}/applications/%{name}.desktop
-
-find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
-find %{buildroot} -type f -name "*.a" -exec rm -f {} ';'
-rm -fr %{buildroot}/var/lib/scrollkeeper
-# FIXME: we need to inquire how /usr/share/doc/anjuta
-# is generated
-rm -rf %{buildroot}%{_datadir}/doc/anjuta
+desktop-file-install %{?_remove_encoding} --vendor fedora --delete-original \
+  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
+  $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
+
+# Remove zero-length files.
+rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/project/terminal/po/ChangeLog
+rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/project/terminal/NEWS
+rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/project/mkfile/po/ChangeLog
+rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/project/terminal/README
+rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/project/terminal/ChangeLog
+rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/project/terminal/AUTHORS
+
+# Remove rpaths.
+chrpath --delete $RPM_BUILD_ROOT%{_bindir}/%{name}
+chrpath --delete $RPM_BUILD_ROOT%{_bindir}/%{name}-shell
+chrpath --delete $RPM_BUILD_ROOT%{_bindir}/%{name}-tags
+chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libanjuta.so.0.0.0
+chrpath --delete $RPM_BUILD_ROOT%{_libdir}/%{name}/libanjuta-*.so
 
 %clean
-rm -rf %{buildroot}
+rm -rf $RPM_BUILD_ROOT
 
 %post
-update-mime-database %{_datadir}/mime &> /dev/null || :
-touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 /sbin/ldconfig
 
-%post docs
-scrollkeeper-update -q -o %{_datadir}/omf/%{name} || :
-
-%postun docs
-scrollkeeper-update -q || :
+if [ -x %{_bindir}/update-desktop-database ]; then
+  update-desktop-database &> /dev/null || :
+fi
+
+if [ -x %{_bindir}/update-mime-database ];then
+  update-mime-database %{_datadir}/mime &> /dev/null || :
+fi
+
+touch --no-create %{_datadir}/icons/gnome
+touch --no-create %{_datadir}/icons/hicolor
+if [ -x %{_bindir}/gtk-update-icon-cache ]; then
+  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/gnome || :
+  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
 
 %postun
-update-mime-database %{_datadir}/mime &> /dev/null || :
-touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 /sbin/ldconfig
 
+if [ -x %{_bindir}/update-desktop-database ]; then
+  update-desktop-database &> /dev/null || :
+fi
+
+if [ -x %{_bindir}/update-mime-database ];then
+  update-mime-database %{_datadir}/mime &> /dev/null || :
+fi
+
+touch --no-create %{_datadir}/icons/gnome
+touch --no-create %{_datadir}/icons/hicolor
+if [ -x %{_bindir}/gtk-update-icon-cache ]; then
+  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/gnome || :
+  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
+
+%post doc
+scrollkeeper-update -q -o %{_datadir}/omf/%{name} || :
+
+%postun doc
+scrollkeeper-update -q || :
+
 %files -f %{name}.lang
-%defattr(-,root,root)
-%doc AUTHORS ChangeLog README
-%doc FUTURE MAINTAINERS ROADMAP TODO
+%defattr(-,root,root,-)
+%doc AUTHORS
+%doc ChangeLog
+%doc COPYING
+%doc MAINTAINERS
+%doc NEWS
+%doc README
+%doc ROADMAP
+%doc THANKS
 %doc doc/ScintillaDoc.html
-%{_bindir}/%{name}*
-%{_libdir}/lib%{name}*.so.*
-%{_libdir}/%{name}
-%{_datadir}/%{name}
-%{_datadir}/applications/*%{name}.desktop
-%{_datadir}/pixmaps/%{name}
+%{_bindir}/%{name}
+%{_bindir}/%{name}_import.sh
+%{_bindir}/%{name}_launcher
+%{_bindir}/%{name}-shell
+%{_bindir}/%{name}-tags
+%{_datadir}/applications/fedora-%{name}.desktop
+%{_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
-%{_datadir}/icons/hicolor/48x48/apps/anjuta*
-%{_datadir}/icons/hicolor/scalable/apps/anjuta*
-%{_datadir}/icons/gnome/48x48/mimetypes/*%{name}.png
-%{_datadir}/icons/gnome/scalable/mimetypes/gnome*
-%{_mandir}/man1/anjuta*
-
-%files docs
-%defattr(-,root, root, -)
-%{_datadir}/gnome/help/%{name}-*/
-%{_datadir}/omf/%{name}-manual/
+%{_libdir}/libanjuta-ctags.so.*
+%{_libdir}/libanjuta-egg.so.*
+%{_libdir}/libanjuta.so.*
+%{_mandir}/man1/%{name}.1.gz
+%{_mandir}/man1/%{name}_launcher.1.gz
+
+%dir %{_datadir}/%{name}
+%{_datadir}/%{name}/*
+
+%dir %{_datadir}/pixmaps/%{name}
+%{_datadir}/pixmaps/%{name}/*
+
+%dir %{_libdir}/%{name}
+# Contains *.so files that are not symlinked to *.so.* files.
+%{_libdir}/%{name}/*.plugin
+%{_libdir}/%{name}/libanjuta-*.so
+
+%files doc
+%defattr(-,root, root,-)
+
+%dir %{_datadir}/gnome/help/%{name}-faqs
+%{_datadir}/gnome/help/%{name}-faqs/C
+
+%dir %{_datadir}/gnome/help/%{name}-manual
+%{_datadir}/gnome/help/%{name}-manual/C
+
+%dir %{_datadir}/omf/%{name}-manual
+%{_datadir}/omf/%{name}-manual/%{name}-manual-C.omf
 
 %files devel
-%defattr (-, root, root)
-%{_includedir}/*%{name}*
-%{_libdir}/pkgconfig/*%{name}*
-%{_libdir}/lib%{name}*.so
-%{_datadir}/gtk-doc/html/*%{name}*
+%defattr (-,root,root,-)
+%{_libdir}/libanjuta-ctags.so
+%{_libdir}/libanjuta-egg.so
+%{_libdir}/libanjuta.so
+%{_libdir}/pkgconfig/libanjuta-1.0.pc
+
+%dir %{_datadir}/gtk-doc/html/libanjuta
+%{_datadir}/gtk-doc/html/libanjuta/*
+
+%dir %{_includedir}/libanjuta-1.0
+%{_includedir}/libanjuta-1.0/libanjuta
 
 %changelog
-* Sat Feb 16 2008 Alex Lancaster <alexlan[AT]fedoraproejct.org> 1:2.2.0-5
-- BR: anjuta-gdl-devel -> libgdl-devel
-- Rebuild for new gnome-build soname bump
-
-* Fri Dec 07 2007 Alex Lancaster <alexlan[AT]fedoraproejct.org> 1:2.2.0-4
-- Rebuild for new openssl
-
-* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 1:2.2.0-3
-- Rebuild for selinux ppc32 issue.
-
-* Sat Jul 21 2007 Matej Cepl <mcepl at redhat.com> - 1:2.2.0-2
-- Exclude architecutre ppc64
-
-* Fri Jul 20 2007 Matej Cepl <mcepl at redhat.com> - 1:2.2.0-1
-- fix unnecessary /usr/share/doc/anjuta and its content and %%doc
-
-* Fri Jul 20 2007 Matej Cepl <mcepl at redhat.com> - 1:2.2.0-0.1
-- Scratch build of new upstream version.
-
-* Tue Jan 16 2007 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.1.0-1
-- bump to new version
-- removed files no longer part of the application
-
-* Wed Dec 13 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.0.2-13
-- rebuild
-
-* Tue Nov 14 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.0.2-11
-- scintilla gtk fix
-
-* Wed Nov 08 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.0.2-10
-- add patch for close dialog on the about window
-- renamed spec file to anjuta
-
-* Sat Oct 28 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.0.2-9
-- rebuild against new libopts
-
-* Tue Oct 17 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.0.2-8
-- fix the INSTALL line in install
-- fixed encoding on text files
-- removed two docs (not really needed)
-- fixed ldconfig
-
-* Sun Oct 15 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.0.2-7
-- install keeps timestampe
-- now keeps time stamps
-- lots of BRs removed
-- Moved docs Rs to the correct place
-- fixed encodings
-
-* Sat Oct 14 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.0.2-6
-- removed RPM_BUILD_ROOT
-- fixed devel package
-- altered update-mime-database
-- fixed debuginfo permission problems
-- altered R and BR
-
-* Wed Oct 11 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.0.2-5
-- re-enabled docs
-- multiple spec fixes
-- spec file clean
-- added gtksourceview-devel and gtksourceview to BR and R
-
-* Thu Jun 06 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.0.2-2
-- Lotza fixes!
-
-* Tue May 23 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.0.2-1
-- bump to new version 
-
-* Thu Apr 27 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.0.1-3
-- removed the hack from anjuta (1.2.4a)
-- added anjuta-docs subpackage
-
-* Wed Apr 26 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.0.1-2
-- removed smp_flags
-
-* Tue Feb 21 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.0.1-1
-- Initial import for FC
-- Sanitised the spec file somewhat
-- Removed .a and .la files
+* Sun Jan 27 2008 Debarshi Ray <rishi at fedoraproject.org> - 1:2.2.3-1
+- Initial build. Imported SPEC from Rawhide and renamed as anjuta-doc from
+  anjuta-docs according to Fedora naming guidelines.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anjuta/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	21 Jul 2007 11:33:57 -0000	1.9
+++ sources	18 Feb 2008 17:27:51 -0000	1.10
@@ -1 +1 @@
-c96861a6143bb11bf553404ac1e279ad  anjuta-2.2.0.tar.bz2
+d84b255b5ddb81a955b3ad1fc5ea8f9a  anjuta-2.2.3.tar.bz2




More information about the fedora-extras-commits mailing list