Accepting request 260143 from devel:languages:haskell
1 OBS-URL: https://build.opensuse.org/request/show/260143 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/alex?expand=0&rev=7
This commit is contained in:
commit
88342676fd
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c3326417a0538e355e5ad1871ab931b9c8145391e8b2ff79668eb643d9b99659
|
|
||||||
size 100004
|
|
3
alex-3.1.3.tar.gz
Normal file
3
alex-3.1.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8d41a6e72a016155f00c846f7146ab4b27fe9640668a4b592d6a9b856f970a92
|
||||||
|
size 99868
|
13
alex.changes
13
alex.changes
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 8 20:08:49 UTC 2014 - peter.trommler@ohm-hochschule.de
|
||||||
|
|
||||||
|
- update to 3.1.3
|
||||||
|
* fix ghc 7.8 builds
|
||||||
|
* needed by Haskell Platform 2014.2.0.0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 2 01:17:20 UTC 2014 - peter.trommler@ohm-hochschule.de
|
||||||
|
|
||||||
|
- package examples
|
||||||
|
- cleanup spec file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 22 23:46:53 UTC 2014 - peter.trommler@ohm-hochschule.de
|
Fri Aug 22 23:46:53 UTC 2014 - peter.trommler@ohm-hochschule.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package alex
|
# spec file for package alex
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2012 Peter Trommler peter.trommler@ohm-hochschule.de
|
# Copyright (c) 2012 Peter Trommler peter.trommler@ohm-hochschule.de
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -17,11 +17,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
||||||
#
|
|
||||||
|
|
||||||
Name: alex
|
Name: alex
|
||||||
Version: 3.0.5
|
Version: 3.1.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tool for generating lexical analysers in Haskell
|
Summary: Tool for generating lexical analysers in Haskell
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -58,6 +55,7 @@ cp doc/alex.1 %{buildroot}/%{_mandir}/man1
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc LICENSE ANNOUNCE README TODO
|
%doc LICENSE ANNOUNCE README TODO
|
||||||
|
%doc examples
|
||||||
%attr(755,root,root) %{_bindir}/%{name}
|
%attr(755,root,root) %{_bindir}/%{name}
|
||||||
%{_datadir}/%{name}-%{version}
|
%{_datadir}/%{name}-%{version}
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
Loading…
Reference in New Issue
Block a user