[java-sig-commits] [maven-archiver] Add versioned BR/R on plexus-archiver and rebuild

Stanislav Ochotnicky sochotni at fedoraproject.org
Thu Feb 16 17:02:56 UTC 2012


commit 7d619381ad423465e8301b0630ab55aabc8d2f0c
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Thu Feb 16 17:36:56 2012 +0100

    Add versioned BR/R on plexus-archiver and rebuild

 maven-archiver.spec |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/maven-archiver.spec b/maven-archiver.spec
index a2b8d6c..3d49c77 100644
--- a/maven-archiver.spec
+++ b/maven-archiver.spec
@@ -30,7 +30,7 @@
 
 Name:           maven-archiver
 Version:        2.5
-Release:        1%{?dist}
+Release:        2%{?dist}
 Epoch:          0
 Summary:        Maven Archiver
 License:        ASL 2.0
@@ -57,12 +57,12 @@ BuildRequires:  maven-surefire-provider-junit
 BuildRequires:  maven-doxia-sitetools
 BuildRequires:  maven-shared-jar
 BuildRequires:  plexus-interpolation
-BuildRequires:  plexus-archiver >= 1.0-0.1.a7
+BuildRequires:  plexus-archiver >= 2.1-1
 BuildRequires:  plexus-utils
 BuildRequires:  apache-commons-parent
 
 Requires:       maven
-Requires:       plexus-archiver >= 1.0-0.1.a7
+Requires:       plexus-archiver >= 2.1-1
 Requires:       plexus-interpolation
 Requires:       plexus-utils
 
@@ -82,7 +82,7 @@ Requires:       jpackage-utils
 Javadoc for %{name}.
 
 %prep
-%setup -q 
+%setup -q
 %patch0 -p1
 
 #tests don't compile with maven 2.2.1
@@ -119,6 +119,9 @@ cp -pr target/site/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
 %doc %{_javadocdir}/*
 
 %changelog
+* Thu Feb 16 2012 Stanislav Ochotnicky <sochotnicky at redhat.com> - 0:2.5-2
+- Add versioned BR/R on plexus-archiver and rebuild
+
 * Wed Feb 15 2012 Alexander Kurtakov <akurtako at redhat.com> 0:2.5-1
 - Update to latest upstream release.
 
@@ -131,7 +134,7 @@ cp -pr target/site/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
 * Mon Sep 19 2011 Tomas Radej <tradej at redhat.com> - 0:2.4.1-7
 - Fixed dep on maven-core artifact
 - Minor fixes
- 
+
 * Wed Jun 8 2011 Alexander Kurtakov <akurtako at redhat.com> 0:2.4.1-6
 - Build with maven 3.x.
 


More information about the java-sig-commits mailing list