osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-ipynb revision:7, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-ipynb?expand=0&rev=16
This commit is contained in:
parent
c3358e93b0
commit
eec0921fc1
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 10:45:14 UTC 2020 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Replace %setup -q with the more modern %autosetup macro.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 16 11:14:17 UTC 2020 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Re-generate file with latest version of spec-cleaner.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 6 06:54:11 UTC 2020 - psimons@suse.com
|
||||
|
||||
- Update ipynb to version 0.1.0.1.
|
||||
## 0.1.0.1 -- 2020-04-25
|
||||
|
||||
* Fixed to build with base64-bytestring 1.1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 8 16:14:05 UTC 2019 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-ipynb
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 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 ipynb
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.1
|
||||
Version: 0.1.0.1
|
||||
Release: 0
|
||||
Summary: Data structure for working with Jupyter notebooks (ipynb)
|
||||
License: BSD-3-Clause
|
||||
@ -59,7 +59,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
|
||||
%ghc_lib_build
|
||||
|
3
ipynb-0.1.0.1.tar.gz
Normal file
3
ipynb-0.1.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2b7b13bbe685ba753a9cc3d93c7155dfa5403122d72c9ce3ec39e47323f89753
|
||||
size 631919
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:45f27b613690ee8b0122bc4686fffbf36e50bfdc378385eb3805131a3f6c4a35
|
||||
size 632774
|
Loading…
Reference in New Issue
Block a user