- update to 3.1.7
* Add support for %encoding directive (allows to control --latin1 from inside Alex scripts) * Make code forward-compatible with in-progress proposals * Suppress more warnings OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/alex?expand=0&rev=49
This commit is contained in:
parent
2f308f153a
commit
f07a8416ed
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2858e6784b60b4cd3e5d7b514ca15663a363c4ca2e44e019b73064168afdfe2f
|
||||
size 102472
|
3
alex-3.1.7.tar.gz
Normal file
3
alex-3.1.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:89a1a13da6ccbeb006488d9574382e891cf7c0567752b330cc8616d748bf28d1
|
||||
size 103624
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 07:22:38 UTC 2016 - mimi.vx@gmail.com
|
||||
|
||||
- update to 3.1.7
|
||||
* Add support for %encoding directive (allows to control --latin1 from inside
|
||||
Alex scripts)
|
||||
* Make code forward-compatible with in-progress proposals
|
||||
* Suppress more warnings
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 7 10:19:36 UTC 2015 - mimi.vx@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package alex
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 Peter Trommler peter.trommler@ohm-hochschule.de
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -20,7 +20,7 @@
|
||||
%bcond_without tests
|
||||
|
||||
Name: alex
|
||||
Version: 3.1.6
|
||||
Version: 3.1.7
|
||||
Release: 0
|
||||
Summary: Tool for generating lexical analysers in Haskell
|
||||
License: BSD-3-Clause
|
||||
@ -60,7 +60,7 @@ cp doc/alex.1 %{buildroot}/%{_mandir}/man1
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE ANNOUNCE README TODO
|
||||
%doc LICENSE README TODO CHANGELOG.md
|
||||
%doc examples
|
||||
%attr(755,root,root) %{_bindir}/%{name}
|
||||
%{_datadir}/%{name}-%{version}
|
||||
|
Loading…
Reference in New Issue
Block a user