[jflex] Update to upstream version 1.5.1

Mikolaj Izdebski mizdebsk at fedoraproject.org
Mon May 12 05:21:40 UTC 2014


commit 78c94df33dbbc28916eb3a3895450b9db114d6ab
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Mon May 12 07:17:59 2014 +0200

    Update to upstream version 1.5.1

 .gitignore |    1 +
 jflex.spec |    9 ++++++---
 sources    |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 59cd3d6..d350f9a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/jflex.spec b/jflex.spec
index fb80c36..101c619 100644
--- a/jflex.spec
+++ b/jflex.spec
@@ -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 at redhat.com> - 1.5.1-1
+- Update to upstream version 1.5.1
+
 * Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky at redhat.com> - 1.5.0-3
 - Use Requires: java-headless rebuild (#1067528)
 
diff --git a/sources b/sources
index fc911c2..e067075 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-66e82b715db28ae10406085572bd1bfe  jflex-1.5.0-clean.tar.gz
+d64ec35b9e9e072614f2e9d1f4195c05  jflex-1.5.1-clean.tar.gz


More information about the scm-commits mailing list