Update to latest upstream

- Full support for compat depmap generation
- Generate maven-files-%{name} with a list of files to package
- Add support for maven repo generation (alpha version)
This commit is contained in:
Stanislav Ochotnicky 2012-10-30 15:10:49 +01:00
parent 2388607c5b
commit 6cb4a9d492
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/javapackages-0.4.1.tar.xz
/javapackages-0.5.0.tar.xz
/javapackages-0.6.0.tar.xz
/javapackages-0.7.0.tar.xz

View File

@ -1,5 +1,5 @@
Name: javapackages-tools
Version: 0.6.0
Version: 0.7.0
Release: 1%{?dist}
Summary: Fedora macros and scripts for Java packaging support
@ -51,6 +51,12 @@ install -pm 644 scripts/pom_editor.sh $RPM_BUILD_ROOT%{_javadir}-utils/
%changelog
* Tue Oct 30 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.7.0-1
- Update to latest upstream
- Full support for compat depmap generation
- Generate maven-files-%%{name} with a list of files to package
- Add support for maven repo generation (alpha version)
* Mon Jul 30 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.6.0-1
- Update to upstream version 0.6.0
- Make maven provides versioned
@ -80,4 +86,3 @@ install -pm 644 scripts/pom_editor.sh $RPM_BUILD_ROOT%{_javadir}-utils/
* Wed Feb 15 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.3.0-1
- Initial version split from jpackage-utils

View File

@ -1 +1 @@
fbd80ff0430bececc5ed729ecb361fe9 javapackages-0.6.0.tar.xz
0fe200418355d632364de1e4eb0e167b javapackages-0.7.0.tar.xz