forked from pool/ghc-citeproc
Compare commits
56 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
997909a008 | ||
|
cb46f855cb | ||
|
b9454c3ef8 | ||
|
bca5ea1a65 | ||
|
56b5918143 | ||
|
923b05e672 | ||
|
c6a43ed887 | ||
|
c1d1d0e2f1 | ||
|
2b810d1147 | ||
|
b9c19a6478 | ||
|
1c413b115d | ||
|
bb870f1204 | ||
|
7e01a999db | ||
|
587506cc91 | ||
|
9438ad84b3 | ||
|
ff722f4eda | ||
|
0806c562bc | ||
|
3806e91d5e | ||
|
2cf9cdd425 | ||
|
7228facfd7 | ||
|
6dc8c1a63d | ||
|
2d40bce452 | ||
|
07fff1d573 | ||
|
dcedd60d00 | ||
|
18fedff715 | ||
78dcbbe0b7 | |||
|
4b513703d4 | ||
aaf9e3719d | |||
|
3eb049450b | ||
de6dacc274 | |||
|
4096f4a67a | ||
9042190a83 | |||
|
1dbf394e79 | ||
d6b177ac8d | |||
|
660e595588 | ||
80d5006d64 | |||
|
db08d0daba | ||
b6265a4b10 | |||
|
939040c5a9 | ||
3fafcbb79f | |||
|
04fff14f57 | ||
d6cec539f7 | |||
|
c02a4ec032 | ||
811ba6ccac | |||
|
de4f990408 | ||
9dfa991a5f | |||
64711bc011 | |||
38aa1e9231 | |||
|
c97684e631 | ||
fe5ce4426d | |||
|
99fd115717 | ||
|
59a1bbe2df | ||
|
fa2aab99c9 | ||
|
2bd6d17a0a | ||
|
225f053628 | ||
|
6355383a39 |
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4fe805629b548884e9b2f59492621823fd928d8a5b4125b6cfd9571edaebf341
|
|
||||||
size 551001
|
|
3
citeproc-0.8.1.2.tar.gz
Normal file
3
citeproc-0.8.1.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0199cc28308e492667c4c2fa96092a9b71f52238b6fc04638c634e58b16d77f0
|
||||||
|
size 551125
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:33523bbd8c38f72c6d606e02d11b93254171f801be4f2a0cb4d34d6626426400
|
|
||||||
size 549947
|
|
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 20 16:59:45 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update citeproc to version 0.8.1.2.
|
||||||
|
## 0.8.1.2
|
||||||
|
|
||||||
|
* Allow containers 0.7 (#143)
|
||||||
|
|
||||||
|
* Update tests to use Diff >= 1.0 (#146).
|
||||||
|
|
||||||
|
* Fix `dropTextWhile` and `dropTextWhileEnd` in Citeproc.Pandoc.
|
||||||
|
Ensure that they treat SoftBreak like Space (jgm/pandoc#10451).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 16 07:54:13 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Enable building of the citeproc executable.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 15 06:38:18 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update citeproc to version 0.8.1.1 revision 1.
|
||||||
|
Upstream has revised the Cabal build instructions on Hackage.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 24 18:28:18 UTC 2024 - Peter Simons <psimons@suse.com>
|
Mon Jun 24 18:28:18 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%global pkgver %{pkg_name}-%{version}
|
%global pkgver %{pkg_name}-%{version}
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.8.1.1
|
Version: 0.8.1.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Generates citations and bibliography from CSL styles
|
Summary: Generates citations and bibliography from CSL styles
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
@ -28,6 +28,8 @@ URL: https://hackage.haskell.org/package/%{pkg_name}
|
|||||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-aeson-devel
|
BuildRequires: ghc-aeson-devel
|
||||||
|
BuildRequires: ghc-aeson-pretty-devel
|
||||||
|
BuildRequires: ghc-aeson-pretty-prof
|
||||||
BuildRequires: ghc-aeson-prof
|
BuildRequires: ghc-aeson-prof
|
||||||
BuildRequires: ghc-attoparsec-devel
|
BuildRequires: ghc-attoparsec-devel
|
||||||
BuildRequires: ghc-attoparsec-prof
|
BuildRequires: ghc-attoparsec-prof
|
||||||
@ -53,6 +55,8 @@ BuildRequires: ghc-safe-prof
|
|||||||
BuildRequires: ghc-scientific-devel
|
BuildRequires: ghc-scientific-devel
|
||||||
BuildRequires: ghc-scientific-prof
|
BuildRequires: ghc-scientific-prof
|
||||||
BuildRequires: ghc-text-devel
|
BuildRequires: ghc-text-devel
|
||||||
|
BuildRequires: ghc-text-icu-devel
|
||||||
|
BuildRequires: ghc-text-icu-prof
|
||||||
BuildRequires: ghc-text-prof
|
BuildRequires: ghc-text-prof
|
||||||
BuildRequires: ghc-transformers-devel
|
BuildRequires: ghc-transformers-devel
|
||||||
BuildRequires: ghc-transformers-prof
|
BuildRequires: ghc-transformers-prof
|
||||||
@ -113,6 +117,7 @@ This package provides the Haskell %{pkg_name} profiling library.
|
|||||||
%autosetup -n %{pkg_name}-%{version}
|
%autosetup -n %{pkg_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%define cabal_configure_options -f+executable
|
||||||
%ghc_lib_build
|
%ghc_lib_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -129,6 +134,7 @@ This package provides the Haskell %{pkg_name} profiling library.
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
%{_bindir}/citeproc
|
||||||
|
|
||||||
%files devel -f %{name}-devel.files
|
%files devel -f %{name}-devel.files
|
||||||
%doc CHANGELOG.md README.md
|
%doc CHANGELOG.md README.md
|
||||||
|
Loading…
Reference in New Issue
Block a user