From fb61a466a259479441031967c391cb147c27ed58e771ea84f56029e454b15b4e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 9 Feb 2022 13:44:53 +0000 Subject: [PATCH 1/2] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-lua revision:4, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-lua?expand=0&rev=3 --- ghc-lua.changes | 9 +++++++++ ghc-lua.spec | 4 ++-- lua-2.0.1.tar.gz | 3 --- lua-2.1.0.tar.gz | 3 +++ 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 lua-2.0.1.tar.gz create mode 100644 lua-2.1.0.tar.gz diff --git a/ghc-lua.changes b/ghc-lua.changes index 45201ad..575b167 100644 --- a/ghc-lua.changes +++ b/ghc-lua.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Feb 4 12:15:20 UTC 2022 - psimons@suse.com + +- Update lua to version 2.1.0. + Upstream has edited the change log file since the last release in + a non-trivial way, i.e. they did more than just add a new entry + at the top. You can review the file at: + http://hackage.haskell.org/package/lua-2.1.0/src/CHANGELOG.md + ------------------------------------------------------------------- Thu Nov 4 12:10:04 UTC 2021 - psimons@suse.com diff --git a/ghc-lua.spec b/ghc-lua.spec index d5956a1..ae67927 100644 --- a/ghc-lua.spec +++ b/ghc-lua.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-lua # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %global pkg_name lua %bcond_with tests Name: ghc-%{pkg_name} -Version: 2.0.1 +Version: 2.1.0 Release: 0 Summary: Lua, an embeddable scripting language License: MIT diff --git a/lua-2.0.1.tar.gz b/lua-2.0.1.tar.gz deleted file mode 100644 index 566b671..0000000 --- a/lua-2.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b77e905038ec625827b8a63decd746364834edd5c6ac5aaaf2778a32b106c5b9 -size 209051 diff --git a/lua-2.1.0.tar.gz b/lua-2.1.0.tar.gz new file mode 100644 index 0000000..3786f81 --- /dev/null +++ b/lua-2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cfc72096767ad7911f98bc607566832f9fa46feca20a6c7924bace157e8cc01 +size 212562 From ac4219d78b76e4a89ea1dcc8f813b55918bba50f662a480cfb0465556948a758 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 11 Feb 2022 02:02:22 +0000 Subject: [PATCH 2/2] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-lua revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-lua?expand=0&rev=4 --- ghc-lua.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-lua.changes b/ghc-lua.changes index 575b167..10fc340 100644 --- a/ghc-lua.changes +++ b/ghc-lua.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Fri Feb 4 12:15:20 UTC 2022 - psimons@suse.com +Sat Jan 29 10:07:46 UTC 2022 - Peter Simons - Update lua to version 2.1.0. Upstream has edited the change log file since the last release in