Update to upstream version 1.17
This commit is contained in:
parent
3424e6ab1b
commit
d15a37e89b
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
|||||||
/.build-*.log
|
/.build-*.log
|
||||||
/*.src.rpm
|
/*.src.rpm
|
||||||
/jansi-project-1.16.tar.gz
|
/jansi-project-1.16.tar.gz
|
||||||
|
/jansi-project-1.17.tar.gz
|
||||||
|
17
jansi.spec
17
jansi.spec
@ -1,18 +1,20 @@
|
|||||||
Name: jansi
|
Name: jansi
|
||||||
Version: 1.16
|
Version: 1.17
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Jansi is a java library for generating and interpreting ANSI escape sequences
|
Summary: Jansi is a java library for generating and interpreting ANSI escape sequences
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://jansi.fusesource.org/
|
URL: http://fusesource.github.io/jansi/
|
||||||
|
|
||||||
Source0: https://github.com/fusesource/jansi/archive/jansi-project-%{version}.tar.gz
|
Source0: https://github.com/fusesource/jansi/archive/jansi-project-%{version}.tar.gz
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: jansi-native
|
BuildRequires: mvn(junit:junit)
|
||||||
BuildRequires: maven-plugin-bundle
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||||
BuildRequires: fusesource-pom
|
BuildRequires: mvn(org.fusesource:fusesource-pom:pom:)
|
||||||
|
BuildRequires: mvn(org.fusesource.hawtjni:hawtjni-runtime)
|
||||||
|
BuildRequires: mvn(org.fusesource.jansi:jansi-native)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Jansi is a small java library that allows you to use ANSI escape sequences
|
Jansi is a small java library that allows you to use ANSI escape sequences
|
||||||
@ -66,6 +68,9 @@ popd
|
|||||||
%license license.txt
|
%license license.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 26 2018 Michael Simacek <msimacek@redhat.com> - 1.17-1
|
||||||
|
- Update to upstream version 1.17
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.16-3
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.16-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (jansi-project-1.16.tar.gz) = 0226783ae6e254d8572bc92563f5c7fa635ba99c2311caa671848a6d93e97b00d2f529e0805b76d9e09665092d4606c0f13b6e9bb94ebecef6a50be442d4fa7f
|
SHA512 (jansi-project-1.17.tar.gz) = 9e703913d1e94752c7b5d425588e96157632e61f9b7e18dbc6dde5b637d686a40df6ff6a13d7b48b81f771c62b28a2e7a3bce3a3375684802881a1c1376221af
|
||||||
|
Loading…
Reference in New Issue
Block a user