From 31e9e560cffe4482ca052eaffec76fd03aea8637d3e4a734bad0d95d2ce39517 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 18 Aug 2020 11:13:59 +0000 Subject: [PATCH 1/2] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-hslua revision:10, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hslua?expand=0&rev=60 --- ghc-hslua.changes | 9 +++++++++ ghc-hslua.spec | 2 +- hslua-1.1.2.tar.gz | 3 --- hslua-1.2.0.tar.gz | 3 +++ 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 hslua-1.1.2.tar.gz create mode 100644 hslua-1.2.0.tar.gz diff --git a/ghc-hslua.changes b/ghc-hslua.changes index 4a29408..a663266 100644 --- a/ghc-hslua.changes +++ b/ghc-hslua.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Aug 16 02:01:37 UTC 2020 - psimons@suse.com + +- Update hslua to version 1.2.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/hslua-1.2.0/src/CHANGELOG.md + ------------------------------------------------------------------- Sun Jun 28 02:00:44 UTC 2020 - psimons@suse.com diff --git a/ghc-hslua.spec b/ghc-hslua.spec index 3c5246c..fe6c1fc 100644 --- a/ghc-hslua.spec +++ b/ghc-hslua.spec @@ -19,7 +19,7 @@ %global pkg_name hslua %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.1.2 +Version: 1.2.0 Release: 0 Summary: Bindings to Lua, an embeddable scripting language License: MIT diff --git a/hslua-1.1.2.tar.gz b/hslua-1.1.2.tar.gz deleted file mode 100644 index 49fb526..0000000 --- a/hslua-1.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74513db9f47745a26c7d6cbe4e4e12e307359378594f292a677ab29032a764b3 -size 244832 diff --git a/hslua-1.2.0.tar.gz b/hslua-1.2.0.tar.gz new file mode 100644 index 0000000..0bdf4fe --- /dev/null +++ b/hslua-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10f482cf3232a634be6f083c6dc2535cd3bcce2d5fd7c3a15068e775f12f4928 +size 252418 From a9deea12510311760006c5bcbbbcf16c7da3b73a6927f43580b00b66361e2167 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 19 Aug 2020 01:01:39 +0000 Subject: [PATCH 2/2] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-hslua revision:11, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hslua?expand=0&rev=61 --- ghc-hslua.changes | 5 +++++ ghc-hslua.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ghc-hslua.changes b/ghc-hslua.changes index a663266..0c6170a 100644 --- a/ghc-hslua.changes +++ b/ghc-hslua.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 18 10:45:04 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + ------------------------------------------------------------------- Sun Aug 16 02:01:37 UTC 2020 - psimons@suse.com diff --git a/ghc-hslua.spec b/ghc-hslua.spec index fe6c1fc..cc65e1f 100644 --- a/ghc-hslua.spec +++ b/ghc-hslua.spec @@ -61,7 +61,7 @@ Requires(postun): ghc-compiler = %{ghc_version} This package provides the Haskell %{pkg_name} library development files. %prep -%setup -q -n %{pkg_name}-%{version} +%autosetup -n %{pkg_name}-%{version} %build %define cabal_configure_options -f-system-lua