From bad33eb4ff2bd85e708d31dfbe744f8f027b779818ba7cfdb338144b34e1dfae Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 19 Jul 2024 12:40:31 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-9.8.x package:ghc-hslua-cli revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hslua-cli?expand=0&rev=11 --- .gitattributes | 23 +++++++++ .gitignore | 1 + ghc-hslua-cli.changes | 65 +++++++++++++++++++++++++ ghc-hslua-cli.spec | 105 +++++++++++++++++++++++++++++++++++++++++ hslua-cli-1.4.2.tar.gz | 3 ++ hslua-cli-1.4.3.tar.gz | 3 ++ 6 files changed, 200 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 ghc-hslua-cli.changes create mode 100644 ghc-hslua-cli.spec create mode 100644 hslua-cli-1.4.2.tar.gz create mode 100644 hslua-cli-1.4.3.tar.gz diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/ghc-hslua-cli.changes b/ghc-hslua-cli.changes new file mode 100644 index 0000000..271436a --- /dev/null +++ b/ghc-hslua-cli.changes @@ -0,0 +1,65 @@ +------------------------------------------------------------------- +Fri Jun 28 09:49:39 UTC 2024 - Peter Simons + +- Update hslua-cli to version 1.4.3. + ## hslua-cli-1.4.3 + + Release pending. + + - Include copyright notice when printing version info; i.e., the + behavior is now closer to that of the default `lua` + interpreter. + + - Avoid "redundant import" warning when compiling with GHC 9.10. + +------------------------------------------------------------------- +Thu Jan 18 17:29:23 UTC 2024 - Peter Simons + +- Update hslua-cli to version 1.4.2. + ## hslua-cli-1.4.2 + + Released 2024-01-18. + + - Relaxed upper bound for text, allowing text-2.1. + +------------------------------------------------------------------- +Thu Apr 13 17:19:32 UTC 2023 - Peter Simons + +- Update hslua-cli to version 1.4.1. + ## hslua-cli-1.4.1 + + Released 2023-03-18. + + - Always start the REPL if the `-i` parameter is given on the + command line. This fixes a bug where the REPL would not start + if `-v`, `-e` or `-l` where given. + + ## hslua-cli-1.4.0.1 + + Released 2023-03-17. + + - Fix building on Windows. + + ## hslua-cli-1.4.0 + + Released 2023-03-16. + + - Isocline-based REPL: interactive mode is now supported with + the help of a new repl built with the isocline library. + + ## hslua-cli-1.3.0 + + Released 2023-03-13. + + - Require hslua-core 2.3. + +------------------------------------------------------------------- +Thu Mar 30 17:07:00 UTC 2023 - Peter Simons + +- Updated spec file to conform with ghc-rpm-macros-2.5.2. + +------------------------------------------------------------------- +Tue Sep 27 08:55:41 UTC 2022 - Peter Simons + +- Add hslua-cli at version 1.2.0. + diff --git a/ghc-hslua-cli.spec b/ghc-hslua-cli.spec new file mode 100644 index 0000000..c9c8c8c --- /dev/null +++ b/ghc-hslua-cli.spec @@ -0,0 +1,105 @@ +# +# spec file for package ghc-hslua-cli +# +# Copyright (c) 2024 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%global pkg_name hslua-cli +%global pkgver %{pkg_name}-%{version} +Name: ghc-%{pkg_name} +Version: 1.4.3 +Release: 0 +Summary: Command-line interface for Lua +License: MIT +URL: https://hackage.haskell.org/package/%{pkg_name} +Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz +BuildRequires: ghc-Cabal-devel +BuildRequires: ghc-base-devel +BuildRequires: ghc-base-prof +BuildRequires: ghc-bytestring-devel +BuildRequires: ghc-bytestring-prof +BuildRequires: ghc-hslua-core-devel +BuildRequires: ghc-hslua-core-prof +BuildRequires: ghc-hslua-marshalling-devel +BuildRequires: ghc-hslua-marshalling-prof +BuildRequires: ghc-hslua-repl-devel +BuildRequires: ghc-hslua-repl-prof +BuildRequires: ghc-lua-devel +BuildRequires: ghc-lua-prof +BuildRequires: ghc-rpm-macros +BuildRequires: ghc-text-devel +BuildRequires: ghc-text-prof +BuildRequires: ghc-unix-devel +BuildRequires: ghc-unix-prof +ExcludeArch: %{ix86} + +%description +Provides an embeddable command-line interface for Lua. The interface is +compatible with the standard Lua interpreter, i.e., the `lua` executable +provided in a default Lua installation. + +%package devel +Summary: Haskell %{pkg_name} library development files +Requires: %{name} = %{version}-%{release} +Requires: ghc-compiler = %{ghc_version} +Requires(post): ghc-compiler = %{ghc_version} +Requires(postun): ghc-compiler = %{ghc_version} + +%description devel +This package provides the Haskell %{pkg_name} library development files. + +%package -n ghc-%{pkg_name}-doc +Summary: Haskell %{pkg_name} library documentation +Requires: ghc-filesystem +BuildArch: noarch + +%description -n ghc-%{pkg_name}-doc +This package provides the Haskell %{pkg_name} library documentation. + +%package -n ghc-%{pkg_name}-prof +Summary: Haskell %{pkg_name} profiling library +Requires: ghc-%{pkg_name}-devel = %{version}-%{release} +Supplements: (ghc-%{pkg_name}-devel and ghc-prof) + +%description -n ghc-%{pkg_name}-prof +This package provides the Haskell %{pkg_name} profiling library. + +%prep +%autosetup -n %{pkg_name}-%{version} + +%build +%ghc_lib_build + +%install +%ghc_lib_install + +%post devel +%ghc_pkg_recache + +%postun devel +%ghc_pkg_recache + +%files -f %{name}.files +%license LICENSE + +%files devel -f %{name}-devel.files +%doc CHANGELOG.md README.md + +%files -n ghc-%{pkg_name}-doc -f ghc-%{pkg_name}-doc.files +%license LICENSE + +%files -n ghc-%{pkg_name}-prof -f ghc-%{pkg_name}-prof.files + +%changelog diff --git a/hslua-cli-1.4.2.tar.gz b/hslua-cli-1.4.2.tar.gz new file mode 100644 index 0000000..fd8c882 --- /dev/null +++ b/hslua-cli-1.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbd89184ab5d9e3a0179c1500ba63279953c1658c308f5a37368333c8e914642 +size 5904 diff --git a/hslua-cli-1.4.3.tar.gz b/hslua-cli-1.4.3.tar.gz new file mode 100644 index 0000000..9191c56 --- /dev/null +++ b/hslua-cli-1.4.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f573269f33099b1e4c81eb80bb60ad7727728730bae6532f60c8628a02abc8ea +size 5990