Accepting request 681623 from devel:tools
- 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 - Update to 1.9.3: * parse_text: return if next is UTF8_INVALID OBS-URL: https://build.opensuse.org/request/show/681623 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scdoc?expand=0&rev=7
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 5 07:18:35 UTC 2019 - mvetter@suse.com
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 4 08:30:32 UTC 2019 - mvetter@suse.com
|
||||
|
||||
- Update to 1.9.3:
|
||||
* parse_text: return if next is UTF8_INVALID
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 28 07:52:05 UTC 2019 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
||||
+2
-2
@@ -12,12 +12,12 @@
|
||||
# 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/
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: scdoc
|
||||
Version: 1.9.1
|
||||
Version: 1.9.4
|
||||
Release: 0
|
||||
Summary: A man page generator written in C99
|
||||
License: MIT
|
||||
|
||||
LFS
BIN
Binary file not shown.
LFS
BIN
Binary file not shown.
@@ -1,8 +1,8 @@
|
||||
diff -urEbwB scdoc-1.8.0/Makefile scdoc-1.8.0.new/Makefile
|
||||
--- scdoc-1.8.0/Makefile 2019-01-27 17:09:10.000000000 +0100
|
||||
+++ scdoc-1.8.0.new/Makefile 2019-02-04 10:31:38.792833379 +0100
|
||||
diff -urEbwB scdoc-1.9.4/Makefile scdoc-1.9.4.new/Makefile
|
||||
--- scdoc-1.9.4/Makefile 2019-03-04 16:43:31.000000000 +0100
|
||||
+++ scdoc-1.9.4.new/Makefile 2019-03-05 08:18:13.614838942 +0100
|
||||
@@ -1,6 +1,5 @@
|
||||
VERSION=1.9.1
|
||||
VERSION=1.9.4
|
||||
CFLAGS+=-g -DVERSION='"$(VERSION)"' -Wall -Wextra -Werror -Wno-unused-parameter
|
||||
-LDFLAGS+=-static
|
||||
INCLUDE+=-Iinclude
|
||||
|
||||
Reference in New Issue
Block a user