From 99451cc5dea1df2c50afe9900d68bc64b75174ae Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 22 Feb 2017 17:18:47 +0000 Subject: [PATCH] synchronize with lts-8 package sett from configuration 0cb270c8d22a0823ab5130d95cc499e186cf864e OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/alex?expand=0&rev=56 --- alex-3.1.7.tar.gz | 3 --- alex-3.2.1.tar.gz | 3 +++ alex.changes | 5 +++++ alex.spec | 6 +++--- 4 files changed, 11 insertions(+), 6 deletions(-) delete mode 100644 alex-3.1.7.tar.gz create mode 100644 alex-3.2.1.tar.gz diff --git a/alex-3.1.7.tar.gz b/alex-3.1.7.tar.gz deleted file mode 100644 index 6f5d35e..0000000 --- a/alex-3.1.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89a1a13da6ccbeb006488d9574382e891cf7c0567752b330cc8616d748bf28d1 -size 103624 diff --git a/alex-3.2.1.tar.gz b/alex-3.2.1.tar.gz new file mode 100644 index 0000000..e716c2a --- /dev/null +++ b/alex-3.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4e7f7ec729f4fae5a5c778bc48421a90acf65c7278f6970cf123fb3b6230e6c +size 111167 diff --git a/alex.changes b/alex.changes index bdb29a1..234ce38 100644 --- a/alex.changes +++ b/alex.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Feb 12 14:17:48 UTC 2017 - psimons@suse.com + +- Update to version 3.2.1 with cabal2obs. + ------------------------------------------------------------------- Sun Jul 10 17:07:27 UTC 2016 - psimons@suse.com diff --git a/alex.spec b/alex.spec index 7f35465..3504ae0 100644 --- a/alex.spec +++ b/alex.spec @@ -1,7 +1,7 @@ # # spec file for package alex # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %bcond_without tests Name: alex -Version: 3.1.7 +Version: 3.2.1 Release: 0 Summary: Alex is a tool for generating lexical analysers in Haskell License: BSD-3-Clause @@ -64,7 +64,7 @@ cp doc/alex.1 %{buildroot}/%{_mandir}/man1 %files %defattr(-,root,root,-) %doc LICENSE -%doc CHANGELOG.md README TODO doc examples +%doc CHANGELOG.md README.md TODO doc examples %{_bindir}/%{name} %{_datadir}/%{name}-%{version} %{_mandir}/man1/*