diff --git a/slf4j.changes b/slf4j.changes index 8818f95..2b3dd6c 100644 --- a/slf4j.changes +++ b/slf4j.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 13 10:51:12 UTC 2013 - mvyskocil@suse.com + +- fix build with apache-commons-lang + ------------------------------------------------------------------- Wed Sep 11 07:49:42 UTC 2013 - mvyskocil@suse.com diff --git a/slf4j.spec b/slf4j.spec index 191d7d9..81654a5 100644 --- a/slf4j.spec +++ b/slf4j.spec @@ -34,9 +34,9 @@ Requires(post): javapackages-tools Requires(postun): javapackages-tools BuildRequires: ant >= 1.6.5 BuildRequires: ant-junit >= 1.6.5 +BuildRequires: apache-commons-lang BuildRequires: apache-commons-logging BuildRequires: cal10n -BuildRequires: jakarta-commons-lang BuildRequires: java-devel >= 1.5.0 BuildRequires: javapackages-tools BuildRequires: javassist >= 3.4 @@ -90,7 +90,7 @@ sed -i -e "s|ant<|org.apache.ant<|g" integration/pom.xml %build export CLASSPATH=$(build-classpath log4j \ commons-logging \ - jakarta-commons-lang \ + commons-lang \ javassist-3.14.0 \ cal10n) export CLASSPATH=$CLASSPATH:$(pwd)/slf4j-api/target/slf4j-api-%{version}.jar