rpms/josm/devel josm-0-bzip2.patch,1.1,1.2 josm.spec,1.1,1.2

Cédric OLIVIER cquad at fedoraproject.org
Fri Jun 18 05:54:00 UTC 2010


Author: cquad

Update of /cvs/pkgs/rpms/josm/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv23617

Modified Files:
	josm-0-bzip2.patch josm.spec 
Log Message:


josm-0-bzip2.patch:
 build.xml |    2 ++
 1 file changed, 2 insertions(+)

Index: josm-0-bzip2.patch
===================================================================
RCS file: /cvs/pkgs/rpms/josm/devel/josm-0-bzip2.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- josm-0-bzip2.patch	17 Jun 2010 05:48:08 -0000	1.1
+++ josm-0-bzip2.patch	18 Jun 2010 05:53:59 -0000	1.2
@@ -1,11 +1,11 @@
---- build.xml.origine3	2010-06-15 21:50:38.924117000 +0200
-+++ build.xml	2010-06-15 21:54:08.269117990 +0200
+--- build.xml.origine	2010-06-18 07:19:08.494841000 +0200
++++ build.xml	2010-06-18 07:20:34.369841100 +0200
 @@ -54,6 +54,8 @@
  
  			<!-- All jar files necessary to run only JOSM (no tests) -->
  			<zipfileset src="lib/metadata-extractor-2.3.1-nosun.jar" />
 +			<zipfileset src="/usr/share/java/ant.jar" />
-+			<zipfileset src="/usr/share/java/jakarta-commons-codec.jar" />
++			<zipfileset src="/usr/share/java/commons-codec.jar" />
  		</jar>
  	</target>
  


Index: josm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/josm/devel/josm.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- josm.spec	17 Jun 2010 05:48:08 -0000	1.1
+++ josm.spec	18 Jun 2010 05:54:00 -0000	1.2
@@ -6,7 +6,7 @@
 
 Name:           josm
 Version:        0
-Release:        0.5.%{svn_revision}svn%{?dist}
+Release:        0.6.%{svn_revision}svn%{?dist}
 Summary:        An editor for  OpenStreetMap (OSM)
 Group:          Applications/Internet
 License:        GPLv2+
@@ -28,7 +28,7 @@ Patch1:         %{name}-%{version}-disab
 #patch to add javadoc generation in build.xml
 Patch2:         %{name}-%{version}-add_javadoc.patch
 
-#patch to use ant.jar (for bzip2) and jakarta-commons-codec
+#patch to use ant.jar (for bzip2) and commons-codec
 Patch3:         %{name}-%{version}-bzip2.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -141,6 +141,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 %changelog
 
+* Fri Jun 18 2010 Cedric OLIVIER <cedric.olivier at free.fr> 0-0.6.3329svn
+- jakarta-commons-codec.jar is deprecated in rawhide to commons-codec.jar
+
 * Wed Jun 16 2010 Cedric OLIVIER <cedric.olivier at free.fr> 0-0.5.3329svn
 - Update to 3329 svn revision
 



More information about the scm-commits mailing list