Update to upstream version 1.5.1

This commit is contained in:
Mikolaj Izdebski 2014-05-12 07:17:59 +02:00
parent 18a3e0ee81
commit 78c94df33d
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ jflex-1.4.1.tar.gz
jflex-1.4.3.tar.gz
/jflex-1.4.3-clean.tar.gz
/jflex-1.5.0-clean.tar.gz
/jflex-1.5.1-clean.tar.gz

View File

@ -1,7 +1,7 @@
Summary: Fast Scanner Generator
Name: jflex
Version: 1.5.0
Release: 3%{?dist}
Version: 1.5.1
Release: 1%{?dist}
License: BSD
URL: http://jflex.de/
BuildArch: noarch
@ -46,7 +46,7 @@ This package provides %{summary}.
%pom_add_dep java_cup:java_cup
%pom_remove_plugin :maven-antrun-plugin
%pom_remove_plugin :maven-jflex-plugin
%pom_remove_plugin :jflex-maven-plugin
%build
java -jar /usr/share/java/java_cup.jar -parser LexParse -interface -destdir src/main/java src/main/cup/LexParse.cup
@ -92,6 +92,9 @@ install -p -m 644 lib/jflex-mode.elc %{buildroot}%{_emacs_sitelispdir}/%{name}
%changelog
* Mon May 12 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.5.1-1
- Update to upstream version 1.5.1
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.5.0-3
- Use Requires: java-headless rebuild (#1067528)

View File

@ -1 +1 @@
66e82b715db28ae10406085572bd1bfe jflex-1.5.0-clean.tar.gz
d64ec35b9e9e072614f2e9d1f4195c05 jflex-1.5.1-clean.tar.gz