[RPM (6.0)] mojo-clirr-maven-plugin-2.4-3.jpp6

Ralph Apel <[email protected]> Tue, 8 Jul 2014 23:15:02 +0200
Newsgroups gmane.linux.jpackage.announce
Message-ID <[email protected]>
Name        : mojo-clirr-maven-plugin      Relocations: (not relocatable)
Version     : 2.4                               Vendor: JPackage Project
Release     : 3.jpp6                        Build Date: Tue 08 Jul 2014 11:13:07 PM CEST
Install Date: (not installed)               Build Host: linux.fritz.box
Group       : Development/Libraries         Source RPM: (none)
Size        : 33265                            License: ASL 2.0
Signature   : (none)
Packager    : Ralph Apel <[email protected]>
URL         : http://mojo.codehaus.org/clirr-maven-plugin/
Summary     : Maven Clirr Plugin
Description :
Clirr is a tool that checks Java libraries for binary and
source compatibility with older releases.  Basically you
give it two sets of jar files and Clirr dumps out a list
of changes in the public API.  The clirr-maven-plugin can
be configured to break the build, if it detects incompatible
api changes.  In a continuous integration process, the
clirr-maven-plugin can automatically prevent accidental
introduction of binary or source compatibility problems.
Additionally, the plugin can generate a report as part
of the generated site.

---------------
Ralph Apel <[email protected]> 2.4-3
- Fix wrong legacy symlinks in ./mojo
---------------

---------------
Index: mojo-clirr-maven-plugin.spec
===================================================================
RCS file: /home/projects/jpackage/cvs/rpms/free/mojo-clirr-maven-plugin/mojo-clirr-maven-plugin.spec,v
retrieving revision 1.1
diff -u -r1.1 mojo-clirr-maven-plugin.spec
--- mojo-clirr-maven-plugin.spec	30 Jun 2012 10:34:15 -0000	1.1
+++ mojo-clirr-maven-plugin.spec	8 Jul 2014 21:15:01 -0000
@@ -1,4 +1,4 @@
-# Copyright (c) 2000-2012, JPackage Project
+# Copyright (c) 2000-2014, JPackage Project
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -38,7 +38,7 @@
 
 Name:           mojo-clirr-maven-plugin
 Version:        2.4
-Release:        1%{reltag}%{?dist}
+Release:        3%{?dist}
 Epoch:          0
 Summary:        Maven Clirr Plugin
 Group:          Development/Libraries
@@ -173,5 +173,11 @@
 %{_javadocdir}/%{name}
 
 %changelog
+* Tue Jul 08 2014 Ralph Apel <[email protected]> 2.4-3
+- Fix wrong legacy symlinks in ./mojo
+
+* Thu Nov 01 2012 Will Tatam <[email protected]> 2.4-2
+- Auto rebuild for JPackage 6 in centos5 mock
+
 * Sat Jun 30 2012 Ralph Apel <[email protected]> 2.4-1
 - Build as mojo-clirr-maven-plugin for consistency