Upstream release 1.11
This commit is contained in:
parent
cecdebb89b
commit
094eb1f336
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/jansi-1.6.tar.xz
|
||||
/jansi-1.9.tar.xz
|
||||
/jansi-1.11.tar.xz
|
||||
|
10
jansi.spec
10
jansi.spec
@ -1,13 +1,13 @@
|
||||
Name: jansi
|
||||
Version: 1.9
|
||||
Release: 3%{?dist}
|
||||
Version: 1.11
|
||||
Release: 1%{?dist}
|
||||
Summary: Jansi is a java library for generating and interpreting ANSI escape sequences
|
||||
Group: Development/Libraries
|
||||
License: ASL 2.0
|
||||
URL: http://jansi.fusesource.org/
|
||||
|
||||
# git clone git://github.com/fusesource/jansi.git
|
||||
# cd jansi && git archive --format=tar --prefix=jansi-1.9/ jansi-project-1.9 | xz > jansi-1.9.tar.xz
|
||||
# cd jansi && git archive --format=tar --prefix=jansi-1.11/ jansi-project-1.11 | xz > jansi-1.11.tar.xz
|
||||
Source0: jansi-%{version}.tar.xz
|
||||
|
||||
BuildArch: noarch
|
||||
@ -91,6 +91,10 @@ install -pm 644 %{name}/pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}.pom
|
||||
%doc license.txt
|
||||
|
||||
%changelog
|
||||
* Tue May 21 2013 Marek Goldmann <mgoldman@redhat.com> - 1.11-1
|
||||
- Upstream release 1.11 RHBZ#962761
|
||||
- CVE-2013-2035 HawtJNI: predictable temporary file name leading to local arbitrary code execution RHBZ#962614
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user