From 2634570643beb129f5c66ea3184ab6d719ed341a Mon Sep 17 00:00:00 2001 From: Marek Goldmann Date: Wed, 11 Sep 2013 12:50:53 +0200 Subject: [PATCH] Upstream release 1.5 --- .gitignore | 1 + jansi-native.spec | 19 +++++++------------ sources | 2 +- 3 files changed, 9 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 910e2b5..d1af1e9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /jansi-native-1.2.tar.xz /jansi-native-1.4.tar.xz +/jansi-native-1.5.tar.gz diff --git a/jansi-native.spec b/jansi-native.spec index 1f38c60..ca92b73 100644 --- a/jansi-native.spec +++ b/jansi-native.spec @@ -6,18 +6,13 @@ %endif Name: jansi-native -Version: 1.4 -Release: 7%{?dist} +Version: 1.5 +Release: 1%{?dist} Summary: Jansi Native implements the JNI Libraries used by the Jansi project Group: Development/Libraries License: ASL 2.0 URL: http://jansi.fusesource.org/ - -# git clone git://github.com/fusesource/jansi-native.git -# cd jansi-native && git archive --format=tar --prefix=jansi-native-1.4/ jansi-native-1.4 | xz > jansi-native-1.4.tar.xz -Source0: jansi-native-%{version}.tar.xz - -Patch0: 0001-Fixing-archiver-requires-AM_PROG_AR-in-configure.ac-.patch +Source0: https://github.com/fusesource/jansi-native/archive/jansi-native-1.5.tar.gz BuildRequires: maven-local BuildRequires: maven-compiler-plugin @@ -47,15 +42,12 @@ when output is being sent to output devices which cannot support ANSI sequences. %package javadoc Summary: Javadocs for %{name} -Group: Documentation -Requires: jpackage-utils %description javadoc This package contains the API documentation for %{name}. %prep -%setup -q -%patch0 -p1 +%setup -q -n jansi-native-jansi-native-%{version} %build %mvn_build @@ -71,6 +63,9 @@ This package contains the API documentation for %{name}. %doc license.txt %changelog +* Wed Sep 11 2013 Marek Goldmann - 1.5-1 +- Upstream release 1.5 + * Tue Aug 06 2013 Marek Goldmann - 1.4-7 - New guidelines diff --git a/sources b/sources index ba17367..f1cf724 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1fbcce12b150575c234f57086609c0d0 jansi-native-1.4.tar.xz +88c687bedd1e9cef1a652a05dfa2f169 jansi-native-1.5.tar.gz