diff --git a/alex-3.0.5.tar.gz b/alex-3.0.5.tar.gz deleted file mode 100644 index 2ec7af5..0000000 --- a/alex-3.0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3326417a0538e355e5ad1871ab931b9c8145391e8b2ff79668eb643d9b99659 -size 100004 diff --git a/alex-3.1.3.tar.gz b/alex-3.1.3.tar.gz new file mode 100644 index 0000000..13f0e36 --- /dev/null +++ b/alex-3.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d41a6e72a016155f00c846f7146ab4b27fe9640668a4b592d6a9b856f970a92 +size 99868 diff --git a/alex.changes b/alex.changes index 80a24ad..408161b 100644 --- a/alex.changes +++ b/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 diff --git a/alex.spec b/alex.spec index b9c0ce5..c0d3f10 100644 --- a/alex.spec +++ b/alex.spec @@ -1,7 +1,7 @@ # # 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 # # 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 -Version: 3.0.5 +Version: 3.1.3 Release: 0 Summary: Tool for generating lexical analysers in Haskell License: BSD-3-Clause @@ -58,6 +55,7 @@ cp doc/alex.1 %{buildroot}/%{_mandir}/man1 %files %defattr(-,root,root,-) %doc LICENSE ANNOUNCE README TODO +%doc examples %attr(755,root,root) %{_bindir}/%{name} %{_datadir}/%{name}-%{version} %{_mandir}/man1/*