rpms/intellij-idea/devel 0012-Scriptlet-and-rules-to-replace-bundled-jars.patch, 1.1, 1.2 intellij-idea.spec, 1.6, 1.7

Lubomir Rintel lkundrak at fedoraproject.org
Sun Jun 27 19:32:48 UTC 2010


Author: lkundrak

Update of /cvs/pkgs/rpms/intellij-idea/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv26705

Modified Files:
	0012-Scriptlet-and-rules-to-replace-bundled-jars.patch 
	intellij-idea.spec 
Log Message:
* Sun Jan 27 2010 Lubomir Rintel <lkundrak at v3.sk> - 9.0.1.94.399-11
- Fix the commons-net dependency


0012-Scriptlet-and-rules-to-replace-bundled-jars.patch:
 replacedeps.sh   |   40 +++++++
 replacerules.txt |  313 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 352 insertions(+), 1 deletion(-)

Index: 0012-Scriptlet-and-rules-to-replace-bundled-jars.patch
===================================================================
RCS file: /cvs/pkgs/rpms/intellij-idea/devel/0012-Scriptlet-and-rules-to-replace-bundled-jars.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- 0012-Scriptlet-and-rules-to-replace-bundled-jars.patch	2 Apr 2010 15:02:00 -0000	1.1
+++ 0012-Scriptlet-and-rules-to-replace-bundled-jars.patch	27 Jun 2010 19:32:48 -0000	1.2
@@ -119,7 +119,7 @@ index 0000000..113346f
 +	jcip-annotations.jar
 +
 +lib/commons-net-2.0-patched.jar
-+	commons-net
++	jakarta-commons-net
 +
 +lib/log4j.jar
 +	log4j


Index: intellij-idea.spec
===================================================================
RCS file: /cvs/pkgs/rpms/intellij-idea/devel/intellij-idea.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- intellij-idea.spec	8 Apr 2010 08:45:32 -0000	1.6
+++ intellij-idea.spec	27 Jun 2010 19:32:48 -0000	1.7
@@ -7,7 +7,7 @@
 
 Name:           intellij-idea
 Version:        %{idea_version}.%{idea_build}
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        IntelliJ IDEA Community Edition IDE
 
 Group:          Development/Tools
@@ -63,7 +63,7 @@ BuildRequires:  classworlds
 BuildRequires:  commons-beanutils
 BuildRequires:  commons-codec
 BuildRequires:  commons-collections
-BuildRequires:  commons-net
+BuildRequires:  jakarta-commons-net
 BuildRequires:  eclipse-jdt
 BuildRequires:  gant
 BuildRequires:  ganymed-ssh2
@@ -114,7 +114,7 @@ Requires:       ant-nodeps
 Requires:       cglib
 Requires:       commons-codec
 Requires:       commons-collections
-Requires:       commons-net
+Requires:       jakarta-commons-net
 Requires:       eclipse-jdt
 Requires:       groovy
 Requires:       jakarta-commons-lang
@@ -329,6 +329,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jan 27 2010 Lubomir Rintel <lkundrak at v3.sk> - 9.0.1.94.399-11
+- Fix the commons-net dependency
+
 * Thu Apr 08 2010 Lubomir Rintel <lkundrak at v3.sk> - 9.0.1.94.399-10
 - Include ant in the runtime classpath
 



More information about the scm-commits mailing list