[maven-reporting-impl] Update to upstream version 2.3

Mikolaj Izdebski mizdebsk at fedoraproject.org
Tue Sep 16 12:04:24 UTC 2014


commit c806542b82845e16ff3fdac58e1086e57dfdb19f
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Tue Sep 16 09:37:42 2014 +0200

    Update to upstream version 2.3

 .gitignore                |    1 +
 maven-reporting-impl.spec |   24 +++++++++++-------------
 sources                   |    3 +--
 3 files changed, 13 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 259e4f0..f84196a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /maven-reporting-impl-2.2.tar.xz
 /LICENSE-2.0.txt
+/maven-reporting-impl-2.3-source-release.zip
diff --git a/maven-reporting-impl.spec b/maven-reporting-impl.spec
index e6230eb..eda5852 100644
--- a/maven-reporting-impl.spec
+++ b/maven-reporting-impl.spec
@@ -1,20 +1,16 @@
 Name:           maven-reporting-impl
-Version:        2.2
-Release:        11%{?dist}
+Version:        2.3
+Release:        1%{?dist}
 Summary:        Abstract classes to manage report generation
 License:        ASL 2.0
-URL:            http://maven.apache.org/shared/maven-reporting-impl
-# svn export http://svn.apache.org/repos/asf/maven/shared/tags/maven-reporting-impl-2.2 maven-reporting-impl-2.2
-# tar caf maven-reporting-impl-2.2.tar.xz maven-reporting-impl-2.2/
-Source0:        %{name}-%{version}.tar.xz
-# ASL mandates that the licence file be included in redistributed source
-Source1:        http://www.apache.org/licenses/LICENSE-2.0.txt
+URL:            http://maven.apache.org/shared/%{name}
+BuildArch:      noarch
+
+Source0:        http://repo1.maven.org/maven2/org/apache/maven/reporting/%{name}/%{version}/%{name}-%{version}-source-release.zip
 
 # Forwarded upstream: http://jira.codehaus.org/browse/MSHARED-344
 Patch0:         0001-Update-to-Doxia-1.6.patch
 
-BuildArch:      noarch
-
 BuildRequires:  maven-local
 BuildRequires:  mvn(commons-validator:commons-validator)
 BuildRequires:  mvn(junit:junit)
@@ -48,7 +44,6 @@ API documentation for %{name}.
 %prep
 %setup -q
 %patch0 -p1
-cp -p %{SOURCE1} LICENSE.txt
 
 %build
 %mvn_build %{!?fedora:-f}
@@ -58,12 +53,15 @@ cp -p %{SOURCE1} LICENSE.txt
 
 %files -f .mfiles
 %dir %{_javadir}/%{name}
-%doc LICENSE.txt
+%doc LICENSE NOTICE
 
 %files javadoc -f .mfiles-javadoc
-%doc LICENSE.txt
+%doc LICENSE NOTICE
 
 %changelog
+* Tue Sep 16 2014 Mikolaj Izdebski <mizdebsk at redhat.com> - 2.3-1
+- Update to upstream version 2.3
+
 * Mon Aug  4 2014 Mikolaj Izdebski <mizdebsk at redhat.com> - 2.2-11
 - Fix build-requires on parent POM
 - Port to Doxia 1.6
diff --git a/sources b/sources
index 7d52274..63e9a02 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-192539fc9b82a9c89b48eeed15e71179  maven-reporting-impl-2.2.tar.xz
-3b83ef96387f14655fc854ddc3c6bd57  LICENSE-2.0.txt
+396f1cf5e9f7f2a6eafbfbc41fc457bb  maven-reporting-impl-2.3-source-release.zip


More information about the scm-commits mailing list