4
0
forked from pool/pandoc-cli

6 Commits

Author SHA256 Message Date
d6f365c3f1 Accepting request 1218585 from devel:languages:haskell
version update

OBS-URL: https://build.opensuse.org/request/show/1218585
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pandoc-cli?expand=0&rev=11
2024-10-28 14:20:03 +00:00
b076061afd osc copypac from project:devel:languages:haskell:ghc-9.8.x package:pandoc-cli revision:13, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/pandoc-cli?expand=0&rev=25
2024-10-26 13:48:29 +00:00
ae13f4928d Accepting request 1191773 from devel:languages:haskell
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1191773
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pandoc-cli?expand=0&rev=10
2024-08-06 07:08:19 +00:00
715f501db6 osc copypac from project:devel:languages:haskell:ghc-9.8.x package:pandoc-cli revision:11, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/pandoc-cli?expand=0&rev=23
2024-07-30 21:00:54 +00:00
95a316d911 Accepting request 1188674 from devel:languages:haskell
version update

OBS-URL: https://build.opensuse.org/request/show/1188674
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pandoc-cli?expand=0&rev=9
2024-07-22 15:17:01 +00:00
022c3ad667 osc copypac from project:devel:languages:haskell:ghc-9.8.x package:pandoc-cli revision:10, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/pandoc-cli?expand=0&rev=21
2024-07-19 12:40:34 +00:00
4 changed files with 5 additions and 63 deletions

3
pandoc-cli-3.5.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b9d2c22d15ace636ec2163b9cd748eb3088c672dd836edccf0ccddf81f87df60
size 95663

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ff4dcab86cfa5291ba11a14d14fef49ddf494c549bdd01b6752ed6a8043c3d3d
size 97151

View File

@@ -1,56 +1,3 @@
-------------------------------------------------------------------
Wed Jun 11 10:51:31 UTC 2025 - Peter Simons <psimons@suse.com>
- Install man pages. [bsc#1172058]
-------------------------------------------------------------------
Thu May 29 07:14:22 UTC 2025 - Peter Simons <psimons@suse.com>
- Update pandoc-cli to version 3.7.0.2.
Upstream does not provide a change log file.
-------------------------------------------------------------------
Sat May 17 19:59:00 UTC 2025 - Peter Simons <psimons@suse.com>
- Update pandoc-cli to version 3.7.0.1.
Upstream does not provide a change log file.
-------------------------------------------------------------------
Thu May 15 04:27:03 UTC 2025 - Peter Simons <psimons@suse.com>
- Update pandoc-cli to version 3.7.
Upstream does not provide a change log file.
-------------------------------------------------------------------
Sun Mar 16 18:57:12 UTC 2025 - Peter Simons <psimons@suse.com>
- Update pandoc-cli to version 3.6.4.
Upstream does not provide a change log file.
-------------------------------------------------------------------
Sun Feb 9 22:04:24 UTC 2025 - Peter Simons <psimons@suse.com>
- Update pandoc-cli to version 3.6.3.
Upstream does not provide a change log file.
-------------------------------------------------------------------
Sun Jan 12 22:38:05 UTC 2025 - Peter Simons <psimons@suse.com>
- Update pandoc-cli to version 3.6.2.
Upstream does not provide a change log file.
-------------------------------------------------------------------
Mon Dec 23 19:47:22 UTC 2024 - Peter Simons <psimons@suse.com>
- Update pandoc-cli to version 3.6.1.
Upstream does not provide a change log file.
-------------------------------------------------------------------
Sun Dec 8 05:30:01 UTC 2024 - Peter Simons <psimons@suse.com>
- Update pandoc-cli to version 3.6.
Upstream does not provide a change log file.
-------------------------------------------------------------------
Sat Oct 5 21:06:35 UTC 2024 - Peter Simons <psimons@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package pandoc-cli
#
# Copyright (c) 2025 SUSE LLC
# 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
@@ -17,7 +17,7 @@
Name: pandoc-cli
Version: 3.7.0.2
Version: 3.5
Release: 0
Summary: Conversion between documentation formats
License: GPL-2.0-or-later
@@ -63,14 +63,9 @@ convert between markup formats.
%install
%ghc_bin_install
install -v -D -m 644 -t %{buildroot}/%{_mandir}/man1/ man/*.1
gzip -v %{buildroot}%{_mandir}/man1/*.1
%files
%license COPYING.md
%{_bindir}/pandoc
%{_mandir}/man1/pandoc.1%{?ext_man}
%{_mandir}/man1/pandoc-lua.1%{?ext_man}
%{_mandir}/man1/pandoc-server.1%{?ext_man}
%changelog