Merge branch 'master' of ssh://pkgs.fedoraproject.org/xmlbeans

Conflicts:
	xmlbeans.spec
This commit is contained in:
Matt Spaulding 2013-03-03 14:43:56 -08:00
commit cf032e5531

View file

@ -32,7 +32,7 @@
Name: xmlbeans
Version: 2.6.0
Release: 2%{?dist}%{?with_bootstrap:.boot}
Release: 3%{?dist}%{?with_bootstrap:.boot}
Summary: XML-Java binding tool
Group: Development/Libraries
URL: http://xmlbeans.apache.org/
@ -218,9 +218,12 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sun Mar 03 2013 Matt Spaulding <mspaulding06@gmail.com> - 2.6.0-2
* Sun Mar 03 2013 Matt Spaulding <mspaulding06@gmail.com> - 2.6.0-3
- Fixed classpath issue with scripts (#892690)
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Sat Oct 13 2012 Matt Spaulding <mspaulding06@gmail.com> - 2.6.0-1
- Updated to latest version 2.6.0 (#824022)
- Compiles with target 1.5 (#842625)