[plexus-compiler] Update to upstream 1.8.3 release.

Alexander Kurtakov akurtakov at fedoraproject.org
Fri Jan 13 18:44:13 UTC 2012


commit 51b0d721161f3635f337e88c40f477cb7e94e9e5
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Fri Jan 13 20:44:00 2012 +0200

    Update to upstream 1.8.3 release.
    
    - For some reason junit is strong (not test) dependency.

 .gitignore           |    1 +
 plexus-compiler.spec |   20 ++++++++++++--------
 sources              |    2 +-
 3 files changed, 14 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 17a8921..fecc3a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 plexus-compiler-1.5.2.tar.gz
 /sonatype-plexus-components-plexus-compiler-1.8-0-g7ca7d76.tar.gz
+sonatype-plexus-compiler-plexus-compiler-1.8.3-0-gef6142f.tar.gz
diff --git a/plexus-compiler.spec b/plexus-compiler.spec
index 05a4de5..3b46807 100644
--- a/plexus-compiler.spec
+++ b/plexus-compiler.spec
@@ -29,20 +29,20 @@
 #
 
 %global parent  plexus
-%global dirhash a7f8290
-%global githash 7ca7d76
+%global dirhash 8b4d9ed
+%global githash gef6142f
 
 Name:       plexus-compiler
-Version:    1.8
-Release:    3%{?dist}
+Version:    1.8.3
+Release:    1%{?dist}
 Epoch:      0
 Summary:    Compiler call initiators for Plexus
 License:    MIT
 Group:      Development/Java
 URL:        http://plexus.codehaus.org/
 
-# wget  https://nodeload.github.com/sonatype/plexus-components/tarball/plexus-compiler-1.8
-Source0:    sonatype-plexus-components-%{name}-%{version}-0-g%{githash}.tar.gz
+# wget  https://github.com/sonatype/plexus-compiler/tarball/plexus-compiler-1.8.3
+Source0:    sonatype-plexus-compiler-plexus-compiler-1.8.3-0-%{githash}.tar.gz
 
 Patch0:     0001-Remove-aspecj-support.patch
 
@@ -59,6 +59,7 @@ BuildRequires:  plexus-containers-component-metadata
 Requires:       classworlds
 Requires:       plexus-container-default
 Requires:       plexus-utils
+Requires:       junit4
 
 %description
 Plexus Compiler adds support for using various compilers from a
@@ -84,7 +85,7 @@ Requires:       jpackage-utils
 API documentation for %{name}.
 
 %prep
-%setup -q -n sonatype-plexus-components-%{dirhash}
+%setup -q -n sonatype-plexus-compiler-%{dirhash}
 %patch0 -p1
 
 
@@ -169,6 +170,10 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :
 %doc %{_javadocdir}/%{name}
 
 %changelog
+* Fri Jan 13 2012 Alexander Kurtakov <akurtako at redhat.com> 0:1.8.3-1
+- Update to upstream 1.8.3 release.
+- For some reason junit is strong (not test) dependency.
+
 * Thu Dec  1 2011 Stanislav Ochotnicky <sochotnicky at redhat.com> - 0:1.8-3
 - Build with maven 3
 - Don't install compiler-test module (nothing should use it anyway)
@@ -208,4 +213,3 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :
 
 * Tue May 30 2006 Ralph Apel <r.apel at r-apel.de> - 0:1.5.2-1jpp
 - First JPackage build
-
diff --git a/sources b/sources
index f8c1212..8a21ee4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0714d11df9027fb3eaeee84d77f2f0fe  sonatype-plexus-components-plexus-compiler-1.8-0-g7ca7d76.tar.gz
+089c62fa2612993349f6c9ce9a3865e5  sonatype-plexus-compiler-plexus-compiler-1.8.3-0-gef6142f.tar.gz


More information about the scm-commits mailing list