diff --git a/.gitignore b/.gitignore index 44672d8..4ea39b0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ maven-javadoc-plugin-2.7.tar.xz /maven-javadoc-plugin-2.8-source-release.zip +maven-javadoc-plugin-2.8.1-source-release.zip diff --git a/maven-javadoc-plugin.spec b/maven-javadoc-plugin.spec index b6d3c29..ee6b2fb 100644 --- a/maven-javadoc-plugin.spec +++ b/maven-javadoc-plugin.spec @@ -1,8 +1,8 @@ %global bootstrap 0 Name: maven-javadoc-plugin -Version: 2.8 -Release: 5%{?dist} +Version: 2.8.1 +Release: 1%{?dist} Summary: Maven Javadoc Plugin Group: Development/Libraries @@ -67,8 +67,6 @@ API documentation for %{name}. sed -i -e "s|org.apache.maven.doxia.module.xhtml.decoration.render|org.apache.maven.doxia.sink.render|g" src/main/java/org/apache/maven/plugin/javadoc/JavadocReport.java -sed -i -e "s|model>|models>|g" pom.xml - %build mvn-rpmbuild \ -Dmaven.test.skip=true \ @@ -109,6 +107,9 @@ rm -rf target/site/api* %endif %changelog +* Tue Jan 24 2012 Alexander Kurtakov 2.8.1-1 +- Update to latest upstream version. + * Fri Jan 13 2012 Fedora Release Engineering - 2.8-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild diff --git a/remove-test-deps.patch b/remove-test-deps.patch index d83d4e5..a9545e4 100644 --- a/remove-test-deps.patch +++ b/remove-test-deps.patch @@ -1,5 +1,5 @@ ---- pom.xml.sav 2011-05-02 00:47:52.000000000 +0300 -+++ pom.xml 2011-05-11 13:03:43.411039567 +0300 +--- pom.xml.sav 2012-01-17 14:09:14.000000000 +0200 ++++ pom.xml 2012-01-24 13:47:44.430830038 +0200 @@ -220,12 +220,6 @@ under the License. test @@ -13,15 +13,14 @@ org.apache.maven.plugin-testing maven-plugin-testing-harness 1.2 -@@ -237,12 +231,6 @@ under the License. +@@ -243,11 +237,6 @@ under the License. 6.1.19 test - -- org.mortbay.jetty -- jetty-client -- 6.1.19 -- test +- org.mockito +- mockito-core +- 1.8.5 - diff --git a/sources b/sources index 6da96c5..00f2fcd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -db1de84284174b0b59150ffb8132e564 maven-javadoc-plugin-2.8-source-release.zip +3d48bf74e955b01798bf262d379e673a maven-javadoc-plugin-2.8.1-source-release.zip