rpms/eclipse-subclipse/devel subclipse-fetch-1.2.4.sh, NONE, 1.1 .cvsignore, 1.5, 1.6 eclipse-subclipse.spec, 1.11, 1.12 sources, 1.5, 1.6 subclipse-fetch-1.2.2.sh, 1.1, NONE

Robert Marcano (robmv) fedora-extras-commits at redhat.com
Mon Sep 10 15:18:49 UTC 2007


Author: robmv

Update of /cvs/extras/rpms/eclipse-subclipse/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20305

Modified Files:
	.cvsignore eclipse-subclipse.spec sources 
Added Files:
	subclipse-fetch-1.2.4.sh 
Removed Files:
	subclipse-fetch-1.2.2.sh 
Log Message:
update to upstream 1.2.4



--- NEW FILE subclipse-fetch-1.2.4.sh ---
#!/bin/sh
VERSION=1.2.4
svn export --username guest --password "" http://subclipse.tigris.org/svn/subclipse/tags/subclipse/$VERSION
find $VERSION -name \*.dll | xargs rm
mv $VERSION subclipse-$VERSION
tar -czf subclipse-$VERSION.tgz subclipse-$VERSION


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/eclipse-subclipse/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	20 Jun 2007 15:12:49 -0000	1.5
+++ .cvsignore	10 Sep 2007 15:18:16 -0000	1.6
@@ -1 +1 @@
-subclipse-1.2.2.tgz
+subclipse-1.2.4.tgz


Index: eclipse-subclipse.spec
===================================================================
RCS file: /cvs/extras/rpms/eclipse-subclipse/devel/eclipse-subclipse.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- eclipse-subclipse.spec	10 Sep 2007 12:30:58 -0000	1.11
+++ eclipse-subclipse.spec	10 Sep 2007 15:18:16 -0000	1.12
@@ -15,8 +15,8 @@
 
 
 Name:           eclipse-subclipse
-Version:        1.2.2
-Release:        7%{?dist}
+Version:        1.2.4
+Release:        1%{?dist}
 Summary:        Subversion Eclipse plugin
 
 Group:          Text Editors/Integrated Development Environments (IDE)
@@ -26,7 +26,7 @@
 # Script to fetch the source code
 # the new source tarball does not includes the book feature and the layout is
 # different than the source repository
-Source10:       subclipse-fetch-1.2.2.sh
+Source10:       subclipse-fetch-1.2.4.sh
 # Disable javahl support temporaly until apparent classloader problem is fixed
 Patch0:         eclipse-subclipse-1.2.2-default-svnkit.patch
 Patch1:         eclipse-subclipse-1.2.2-plugin-classpath.patch
@@ -238,7 +238,8 @@
 %{eclipse_base}/plugins/org.tigris.subversion.book_*
 
 %changelog
-* Mon Sep 10 2007 Robert Marcano <robert at marcanoonline.com> 1.2.2-7
+* Mon Sep 10 2007 Robert Marcano <robert at marcanoonline.com> 1.2.4-1
+- Update to upstream 1.2.4
 - Build for all supported arquitectures
 
 * Sun Sep 09 2007 Robert Marcano <robert at marcanoonline.com> 1.2.2-6


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/eclipse-subclipse/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	20 Jun 2007 15:12:49 -0000	1.5
+++ sources	10 Sep 2007 15:18:16 -0000	1.6
@@ -1 +1 @@
-b58870a0a4ec9c5cacf3830bc3179961  subclipse-1.2.2.tgz
+3cc35428541a456db2614ce9b027fe8e  subclipse-1.2.4.tgz


--- subclipse-fetch-1.2.2.sh DELETED ---




More information about the fedora-extras-commits mailing list