Update to upstream version 1.9.2

This commit is contained in:
Mikolaj Izdebski 2012-10-29 12:13:51 +01:00
parent 1c0fc43b52
commit f40b08d4e4
3 changed files with 8 additions and 23 deletions

View File

@ -1,16 +0,0 @@
#!/bin/bash
baseurl="https://github.com/sonatype/plexus-compiler"
dname=$(basename ${baseurl})
version=`grep Version: *spec | sed -e 's/Version:\s*\(.*\)/\1/'`
echo $version
git clone "${baseurl}.git"
GIT_DIR="${dname}/.git" git archive --prefix "${dname}-${version}/" \
${dname}-${version} | xz > ${dname}-${version}.tar.xz

View File

@ -29,20 +29,18 @@
# #
%global parent plexus %global parent plexus
%global dirhash 113d7de %global dirhash 56a0f9b
%global githash g233d1ab
Name: plexus-compiler Name: plexus-compiler
Version: 1.9.1 Version: 1.9.2
Release: 3%{?dist} Release: 1%{?dist}
Epoch: 0 Epoch: 0
Summary: Compiler call initiators for Plexus Summary: Compiler call initiators for Plexus
License: MIT License: MIT
Group: Development/Java Group: Development/Java
URL: http://plexus.codehaus.org/ URL: http://plexus.codehaus.org/
# wget https://github.com/sonatype/plexus-compiler/tarball/plexus-compiler-1.8.3 Source0: https://github.com/sonatype/%{name}/tarball/%{name}-%{version}#/%{name}-%{version}.tar.gz
Source0: sonatype-plexus-compiler-plexus-compiler-1.9.1-0-%{githash}.tar.gz
Patch0: plexus-compiler-ignoreOptionalProblems.patch Patch0: plexus-compiler-ignoreOptionalProblems.patch
@ -173,6 +171,9 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :
%doc %{_javadocdir}/%{name} %doc %{_javadocdir}/%{name}
%changelog %changelog
* Mon Oct 29 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.9.2-1
- Update to upstream version 1.9.2
* Wed Aug 8 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.9.1-3 * Wed Aug 8 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.9.1-3
- Fix FTBFS by adding ignoreOptionalProblems function - Fix FTBFS by adding ignoreOptionalProblems function
- Use new pom_ macros instead of patches - Use new pom_ macros instead of patches

View File

@ -1 +1 @@
d0d8c101d4fd69ff78b7bde550a59b1a sonatype-plexus-compiler-plexus-compiler-1.9.1-0-g233d1ab.tar.gz 623e888e90e834c2e57d943732bc2453 plexus-compiler-1.9.2.tar.gz