Update to upstream version 40
This commit is contained in:
parent
a5c82f688f
commit
dfa1a63ed4
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ commons-parent-22.tar.xz
|
|||||||
/commons-parent-37.tar.xz
|
/commons-parent-37.tar.xz
|
||||||
/commons-parent-38.tar.xz
|
/commons-parent-38.tar.xz
|
||||||
/commons-parent-39.tar.xz
|
/commons-parent-39.tar.xz
|
||||||
|
/commons-parent-40.tar.xz
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
%global short_name commons-parent
|
%global short_name commons-parent
|
||||||
|
|
||||||
Name: apache-%{short_name}
|
Name: apache-%{short_name}
|
||||||
Version: 39
|
Version: 40
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Apache Commons Parent Pom
|
Summary: Apache Commons Parent Pom
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://svn.apache.org/repos/asf/commons/proper/%{short_name}/tags/%{short_name}-%{version}/
|
URL: http://svn.apache.org/repos/asf/commons/proper/%{short_name}/tags/%{short_name}-%{version}/
|
||||||
|
|
||||||
# svn export http://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent-39
|
# svn export http://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent-%{version}
|
||||||
# tar caf commons-parent-39.tar.xz commons-parent-39
|
# tar caf commons-parent-%{version}.tar.xz commons-parent-%{version}
|
||||||
Source0: %{short_name}-%{version}.tar.xz
|
Source0: %{short_name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -48,6 +48,9 @@ The Project Object Model files for the apache-commons packages.
|
|||||||
%doc LICENSE.txt NOTICE.txt RELEASE-NOTES.txt
|
%doc LICENSE.txt NOTICE.txt RELEASE-NOTES.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 11 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 40-1
|
||||||
|
- Update to upstream version 40
|
||||||
|
|
||||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 39-2
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 39-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user