[RPM (6.0)] [DIST generic] maven-changes-plugin-2.4-3.jpp6
Ralph Apel <[email protected]>
| Newsgroups | gmane.linux.jpackage.announce |
|---|---|
| Message-ID | <[email protected]> |
Name : maven-changes-plugin Relocations: (not relocatable) Version : 2.4 Vendor: JPackage Project Release : 3.jpp6 Build Date: Sun 05 Aug 2012 10:57:51 AM CEST Install Date: (not installed) Build Host: linux.fritz.box Group : Development/Libraries Source RPM: (none) Size : 74132 License: ASL 2.0 Signature : (none) Packager : Ralph Apel <[email protected]> URL : http://maven.apache.org/plugins/maven-changes-plugin/ Summary : Inform of changes occured between releases Description : This plugin is used to inform your users of the changes that have occured between different releases of your project. The plugin can extract these changes, either from a changes.xml file or from the JIRA issue management system, and present them as a report. You also have the option of creating a release announcement and even sending this via email to your users. --------------- Ralph Apel <[email protected]> 2.4-3 - Require xmlrpc >= 0:3.0 (avoid pulling xmlrpc2 in) --------------- maven-changes-plugin.src: W: source-or-patch-not-bzipped maven-changes-plugin-pom.patch maven-changes-plugin.src: W: no-signature maven-changes-plugin.src: W: invalid-license ASL 2.0 1 packages and 0 specfiles checked; 0 errors, 3 warnings. --------------- Index: maven-changes-plugin.spec =================================================================== RCS file: /home/projects/jpackage/cvs/rpms/free/maven-changes-plugin/maven-changes-plugin.spec,v retrieving revision 1.2 diff -u -r1.2 maven-changes-plugin.spec --- maven-changes-plugin.spec 16 Jun 2012 21:31:55 -0000 1.2 +++ maven-changes-plugin.spec 5 Aug 2012 09:01:11 -0000 @@ -36,7 +36,7 @@ Name: maven-changes-plugin Version: 2.4 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 0 Summary: Inform of changes occured between releases Group: Development/Libraries @@ -61,7 +61,7 @@ Requires: plexus-utils Requires: plexus-velocity Requires: velocity -Requires: xmlrpc +Requires: xmlrpc >= 0:3.0 Requires: maven2 >= 0:2.0.8 Requires: maven-doxia Requires: maven-doxia-sitetools @@ -101,7 +101,7 @@ BuildRequires: plexus-utils BuildRequires: plexus-velocity BuildRequires: velocity -BuildRequires: xmlrpc +BuildRequires: xmlrpc >= 0:3.0 BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -184,6 +184,9 @@ %{_javadocdir}/%{name} %changelog +* Sun Aug 05 2012 Ralph Apel <[email protected]> 2.4-3 +- Require xmlrpc >= 0:3.0 (avoid pulling xmlrpc2 in) + * Sat Jun 16 2012 Ralph Apel <[email protected]> 2.4-2 - Avoid FileDigest and PayloadIsXz problems on EL5