22 Commits

Author SHA256 Message Date
a571aaba2f - Update to 1.11.4:
* Makefile: drop -static
  * parse_preamble: remove useless branch
  * utf8_size: fix bug with array length
  * Fix unclosed indent at EOF
  * Fix make check permissions mask
  * Emit \(ti and \(ha instead of ~ and ^
  * Makefile: remove unnecessary path separator
  * gmtime: handle failure
  * Fix logical error in comparison with ULONG_MAX
  * strip indentation after a hard line break `++`
- Drop scdoc-1.6.1-makefile.patch included upstream

OBS-URL: https://build.opensuse.org/package/show/devel:tools/scdoc?expand=0&rev=43
2025-11-12 05:32:46 +00:00
b5b4da4fb7 Accepting request 1195193 from home:jengelh:branches:devel:tools
- Drop glibc-devel-static build requirement, it is not exercised
  due to scdoc-1.6.1-makefile.patch.

switch out gcc for c_compiler, makefile uses /usr/bin/cc
not gcc directly.

OBS-URL: https://build.opensuse.org/request/show/1195193
OBS-URL: https://build.opensuse.org/package/show/devel:tools/scdoc?expand=0&rev=41
2024-08-22 05:36:01 +00:00
560e610823 - Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN.

OBS-URL: https://build.opensuse.org/package/show/devel:tools/scdoc?expand=0&rev=39
2024-02-21 09:27:56 +00:00
f8e4490664 - Update to 1.11.3:
* Fix clang 15 -Wstrict-prototypes warnings
  * Remove useless re-declarations of standard functions
    get rid of some unused includes
  * Use .PP for paragraph breaks
  * scdoc(1), scdoc(5): follow conventions more closely
  * Fix formatting of escaped backticks
  * scdoc.5: fix capitalization of subsection headers
  * scdoc.5: fix formatting in the preamble
  * man: add section about SOURCE_DATE_EPOCH
  * Emit '\e' instead of '\\'

OBS-URL: https://build.opensuse.org/package/show/devel:tools/scdoc?expand=0&rev=37
2024-02-17 11:56:49 +00:00
7ae0e0b738 - Update to 1.11.2:
* Add uninstall target
  * Escape ' at the beginning of lines
  * Clean up the installation process
  * Check for and abort on failed memory allocations
  * Disallows differing row lengths in table
- Refresh scdoc-1.6.1-makefile.patch

OBS-URL: https://build.opensuse.org/package/show/devel:tools/scdoc?expand=0&rev=36
2021-11-17 16:11:58 +00:00
aec636af87 - Update to 1.11.1:
* string.c: swap calloc arguments
  * Cast ctype.h inputs to unsigned char
  * Suppress sentence spacing after end-of-sentence characters.

OBS-URL: https://build.opensuse.org/package/show/devel:tools/scdoc?expand=0&rev=33
2020-12-07 08:48:24 +00:00
320e82a3ff - Use _datadir macro
OBS-URL: https://build.opensuse.org/package/show/devel:tools/scdoc?expand=0&rev=31
2020-07-30 09:16:11 +00:00
a0bcf680a3 - Update to 1.11.0:
* Section needs to be explicitly defined
  * Allow subsection in preamble
  * Add basic working tests for line breaks parsing
  * Fix parsing of line breaks without newline
  * Fix parsing of line breaks followed by underlined text

OBS-URL: https://build.opensuse.org/package/show/devel:tools/scdoc?expand=0&rev=29
2020-06-16 08:24:57 +00:00
f451727f39 - Update to 1.10.1:
* Replace str_t with struct str
  * Expand preamble written to man page output
  * Fix timezone-dependent tests
  * Fix `date --date` dependent test

OBS-URL: https://build.opensuse.org/package/show/devel:tools/scdoc?expand=0&rev=27
2020-02-17 10:08:38 +00:00
6d1ad7f6b6 - Update to 1.10.0:
* tables: add expand options
  * Add contrib/_incr_version
- Update scdoc-1.6.1-makefile.patch

OBS-URL: https://build.opensuse.org/package/show/devel:tools/scdoc?expand=0&rev=25
2019-09-12 06:38:02 +00:00
623822982a - Update to 1.9.7:
* Remove unnecessary `closed` variable in parse_list
  * Fix bug preventing indented literal blocks

OBS-URL: https://build.opensuse.org/package/show/devel:tools/scdoc?expand=0&rev=23
2019-08-23 05:32:56 +00:00
c395a87ee6 - Update to 1.9.6:
* Fix regression with manual name check
- Changes from 1.9.5:
  * Use TZ=UTC in test case
  * Disallow invalid name characters
  * Enforce 1-step indentation

OBS-URL: https://build.opensuse.org/package/show/devel:tools/scdoc?expand=0&rev=21
2019-07-11 05:05:27 +00:00
295c3d6848 - bsc#1128844: Use correct prefix in pkgconfig file
OBS-URL: https://build.opensuse.org/package/show/devel:tools/scdoc?expand=0&rev=19
2019-03-12 09:51:40 +00:00
3fd974ad90 - Update to 1.9.4:
* Fix SOURCE_DATE_EPOCH test w/busybox date
  * Drop install -D flag after acb0f64a7b73
  * Fix the "Ignores underscores in underlined words" test
  * Add a pkg-config template

OBS-URL: https://build.opensuse.org/package/show/devel:tools/scdoc?expand=0&rev=17
2019-03-05 07:19:36 +00:00
55a8fc6707 - Update to 1.9.3:
* parse_text: return if next is UTF8_INVALID

OBS-URL: https://build.opensuse.org/package/show/devel:tools/scdoc?expand=0&rev=16
2019-03-04 08:38:49 +00:00
3fd1909f80 - Update to 1.9.1:
Fix underscores in underlined words

OBS-URL: https://build.opensuse.org/package/show/devel:tools/scdoc?expand=0&rev=14
2019-02-28 07:57:21 +00:00
9aca71cce5 - Install pc file in /usr/share/pkgconfig/ instead of /usr/lib
OBS-URL: https://build.opensuse.org/package/show/devel:tools/scdoc?expand=0&rev=12
2019-02-25 11:42:35 +00:00
990e6ef97c - Update to 1.9.0:
* Replace localtime with gmtime
  * Add pkg-config file, scdoc -v
  * Allow continuation of table cells on the next line
  * Fix link to mailing list in README
- Add scdoc-rpmlintrc: allow .pc file

OBS-URL: https://build.opensuse.org/package/show/devel:tools/scdoc?expand=0&rev=11
2019-02-25 11:13:50 +00:00
d9ac737b62 - Update to 1.8.1:
* Use !isalnum instead of isspace for this_stuff

OBS-URL: https://build.opensuse.org/package/show/devel:tools/scdoc?expand=0&rev=7
2019-02-06 09:50:50 +00:00
1054a6677e Accepting request 671197 from home:jengelh:branches:devel:tools
- Ensure neutrality of descriptions.

OBS-URL: https://build.opensuse.org/request/show/671197
OBS-URL: https://build.opensuse.org/package/show/devel:tools/scdoc?expand=0&rev=5
2019-02-05 07:58:50 +00:00
48135ff64f - Update to 1.8.0:
* Use a more robust approach for in-word-underscores
  * Deal with bogus uninitialized warning (thx gcc)
  * Ignore underscores in the middle_of_a_word
- Update scdoc-1.6.1-makefile.patch

OBS-URL: https://build.opensuse.org/package/show/devel:tools/scdoc?expand=0&rev=3
2019-02-04 09:32:45 +00:00
Stephan Kulow
d044f7276f Accepting request 668644 from home:jubalh
Please add me as maintainer :-)

OBS-URL: https://build.opensuse.org/request/show/668644
OBS-URL: https://build.opensuse.org/package/show/devel:tools/scdoc?expand=0&rev=1
2019-01-27 11:03:46 +00:00