Compare commits
10 Commits
fffcca2e92
...
e32ae2b4fb
Author | SHA1 | Date | |
---|---|---|---|
|
e32ae2b4fb | ||
|
62ce7461a0 | ||
|
016b65e20a | ||
|
fc7de538a5 | ||
|
023e5096f3 | ||
|
0f139c7681 | ||
|
cde750018a | ||
|
1ec323c592 | ||
|
2ef93697b6 | ||
|
58e75c6961 |
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/mandoc-1.14.4.tar.gz
|
||||
/mandoc-1.14.5.tar.gz
|
||||
/mandoc-1.14.6.tar.gz
|
||||
|
@ -1,13 +0,0 @@
|
||||
Index: mandoc-1.14.5/configure
|
||||
===================================================================
|
||||
--- mandoc-1.14.5.orig/configure
|
||||
+++ mandoc-1.14.5/configure
|
||||
@@ -41,7 +41,7 @@ OSENUM=
|
||||
OSNAME=
|
||||
UTF8_LOCALE=
|
||||
|
||||
-CC=`printf "all:\\n\\t@echo \\\$(CC)\\n" | env -i make -sf -`
|
||||
+CC=`printf "all:\\n\\t@echo \\\$(CC)\\n" | make -sf -`
|
||||
CFLAGS=
|
||||
LDADD=
|
||||
LDFLAGS=
|
@ -1,39 +0,0 @@
|
||||
diff -up mandoc-1.14.5/configure.orig mandoc-1.14.5/configure
|
||||
--- mandoc-1.14.5/configure.orig 2019-03-10 05:56:43.000000000 -0400
|
||||
+++ mandoc-1.14.5/configure 2020-05-19 10:28:12.375623914 -0400
|
||||
@@ -124,6 +124,7 @@ MANM_TBL="tbl"
|
||||
INSTALL="install"
|
||||
INSTALL_PROGRAM=
|
||||
INSTALL_LIB=
|
||||
+INSTALL_HDR=
|
||||
INSTALL_MAN=
|
||||
INSTALL_DATA=
|
||||
LN="ln -f"
|
||||
@@ -579,6 +580,7 @@ exec > Makefile.local
|
||||
|
||||
[ -z "${INSTALL_PROGRAM}" ] && INSTALL_PROGRAM="${INSTALL} -m 0555"
|
||||
[ -z "${INSTALL_LIB}" ] && INSTALL_LIB="${INSTALL} -m 0444"
|
||||
+[ -z "${INSTALL_HDR}" ] && INSTALL_HDR="${INSTALL} -m 0444"
|
||||
[ -z "${INSTALL_MAN}" ] && INSTALL_MAN="${INSTALL} -m 0444"
|
||||
[ -z "${INSTALL_DATA}" ] && INSTALL_DATA="${INSTALL} -m 0444"
|
||||
|
||||
@@ -625,6 +627,7 @@ MANM_TBL = ${MANM_TBL}
|
||||
INSTALL = ${INSTALL}
|
||||
INSTALL_PROGRAM = ${INSTALL_PROGRAM}
|
||||
INSTALL_LIB = ${INSTALL_LIB}
|
||||
+INSTALL_HDR = ${INSTALL_HDR}
|
||||
INSTALL_MAN = ${INSTALL_MAN}
|
||||
INSTALL_DATA = ${INSTALL_DATA}
|
||||
LN = ${LN}
|
||||
diff -up mandoc-1.14.5/Makefile.orig mandoc-1.14.5/Makefile
|
||||
--- mandoc-1.14.5/Makefile.orig 2019-03-10 05:56:43.000000000 -0400
|
||||
+++ mandoc-1.14.5/Makefile 2020-05-19 10:27:11.368836905 -0400
|
||||
@@ -436,7 +436,7 @@ lib-install: libmandoc.a
|
||||
mkdir -p $(DESTDIR)$(INCLUDEDIR)
|
||||
mkdir -p $(DESTDIR)$(MANDIR)/man3
|
||||
$(INSTALL_LIB) libmandoc.a $(DESTDIR)$(LIBDIR)
|
||||
- $(INSTALL_LIB) eqn.h man.h mandoc.h mandoc_aux.h mandoc_parse.h \
|
||||
+ $(INSTALL_HDR) eqn.h man.h mandoc.h mandoc_aux.h mandoc_parse.h \
|
||||
mdoc.h roff.h tbl.h $(DESTDIR)$(INCLUDEDIR)
|
||||
$(INSTALL_MAN) mandoc.3 mandoc_escape.3 mandoc_malloc.3 \
|
||||
mansearch.3 mchars_alloc.3 tbl.3 $(DESTDIR)$(MANDIR)/man3
|
@ -1,272 +0,0 @@
|
||||
diff -up mandoc-1.14.5/compat_err.c.orig mandoc-1.14.5/compat_err.c
|
||||
--- mandoc-1.14.5/compat_err.c.orig 2019-03-10 05:56:43.000000000 -0400
|
||||
+++ mandoc-1.14.5/compat_err.c 2020-02-06 14:30:56.839081393 -0500
|
||||
@@ -1,10 +1,6 @@
|
||||
#include "config.h"
|
||||
|
||||
-#if HAVE_ERR
|
||||
-
|
||||
-int dummy;
|
||||
-
|
||||
-#else
|
||||
+#if HAVE_ERR == 0
|
||||
|
||||
/* $Id: compat_err.c,v 1.4 2015/11/26 07:42:11 schwarze Exp $ */
|
||||
/*
|
||||
diff -up mandoc-1.14.5/compat_fts.c.orig mandoc-1.14.5/compat_fts.c
|
||||
--- mandoc-1.14.5/compat_fts.c.orig 2019-03-10 05:56:43.000000000 -0400
|
||||
+++ mandoc-1.14.5/compat_fts.c 2020-02-06 14:31:04.095057713 -0500
|
||||
@@ -1,10 +1,6 @@
|
||||
#include "config.h"
|
||||
|
||||
-#if HAVE_FTS
|
||||
-
|
||||
-int dummy;
|
||||
-
|
||||
-#else
|
||||
+#if HAVE_FTS == 0
|
||||
|
||||
/* $Id: compat_fts.c,v 1.14 2017/02/18 12:24:24 schwarze Exp $ */
|
||||
/* $OpenBSD: fts.c,v 1.56 2016/09/21 04:38:56 guenther Exp $ */
|
||||
diff -up mandoc-1.14.5/compat_getline.c.orig mandoc-1.14.5/compat_getline.c
|
||||
--- mandoc-1.14.5/compat_getline.c.orig 2019-03-10 05:56:43.000000000 -0400
|
||||
+++ mandoc-1.14.5/compat_getline.c 2020-02-06 14:31:14.287024456 -0500
|
||||
@@ -1,10 +1,6 @@
|
||||
#include "config.h"
|
||||
|
||||
-#if HAVE_GETLINE
|
||||
-
|
||||
-int dummy;
|
||||
-
|
||||
-#else
|
||||
+#if HAVE_GETLINE == 0
|
||||
|
||||
/* $Id: compat_getline.c,v 1.1 2015/11/07 20:52:52 schwarze Exp $ */
|
||||
/*
|
||||
diff -up mandoc-1.14.5/compat_getsubopt.c.orig mandoc-1.14.5/compat_getsubopt.c
|
||||
--- mandoc-1.14.5/compat_getsubopt.c.orig 2019-03-10 05:56:43.000000000 -0400
|
||||
+++ mandoc-1.14.5/compat_getsubopt.c 2020-02-06 14:31:24.446991303 -0500
|
||||
@@ -1,10 +1,6 @@
|
||||
#include "config.h"
|
||||
|
||||
-#if HAVE_GETSUBOPT
|
||||
-
|
||||
-int dummy;
|
||||
-
|
||||
-#else
|
||||
+#if HAVE_GETSUBOPT == 0
|
||||
|
||||
/* $Id: compat_getsubopt.c,v 1.5 2014/08/17 20:53:50 schwarze Exp $ */
|
||||
/* $OpenBSD: getsubopt.c,v 1.4 2005/08/08 08:05:36 espie Exp $ */
|
||||
diff -up mandoc-1.14.5/compat_isblank.c.orig mandoc-1.14.5/compat_isblank.c
|
||||
--- mandoc-1.14.5/compat_isblank.c.orig 2019-03-10 05:56:43.000000000 -0400
|
||||
+++ mandoc-1.14.5/compat_isblank.c 2020-02-06 14:31:33.686961149 -0500
|
||||
@@ -1,10 +1,6 @@
|
||||
#include "config.h"
|
||||
|
||||
-#if HAVE_ISBLANK
|
||||
-
|
||||
-int dummy;
|
||||
-
|
||||
-#else
|
||||
+#if HAVE_ISBLANK == 0
|
||||
|
||||
/* $Id: compat_isblank.c,v 1.2 2015/10/06 18:32:19 schwarze Exp $ */
|
||||
/*
|
||||
diff -up mandoc-1.14.5/compat_mkdtemp.c.orig mandoc-1.14.5/compat_mkdtemp.c
|
||||
--- mandoc-1.14.5/compat_mkdtemp.c.orig 2019-03-10 05:56:43.000000000 -0400
|
||||
+++ mandoc-1.14.5/compat_mkdtemp.c 2020-02-06 14:31:41.758934811 -0500
|
||||
@@ -1,10 +1,6 @@
|
||||
#include "config.h"
|
||||
|
||||
-#if HAVE_MKDTEMP
|
||||
-
|
||||
-int dummy;
|
||||
-
|
||||
-#else
|
||||
+#if HAVE_MKDTEMP == 0
|
||||
|
||||
/* $Id: compat_mkdtemp.c,v 1.2 2015/10/06 18:32:19 schwarze Exp $ */
|
||||
/*
|
||||
diff -up mandoc-1.14.5/compat_ohash.c.orig mandoc-1.14.5/compat_ohash.c
|
||||
--- mandoc-1.14.5/compat_ohash.c.orig 2019-03-10 05:56:43.000000000 -0400
|
||||
+++ mandoc-1.14.5/compat_ohash.c 2020-02-06 14:31:49.943908103 -0500
|
||||
@@ -1,10 +1,6 @@
|
||||
#include "config.h"
|
||||
|
||||
-#if HAVE_OHASH
|
||||
-
|
||||
-int dummy;
|
||||
-
|
||||
-#else
|
||||
+#if HAVE_OHASH == 0
|
||||
|
||||
/* $OpenBSD: ohash.c,v 1.1 2014/06/02 18:52:03 deraadt Exp $ */
|
||||
|
||||
diff -up mandoc-1.14.5/compat_progname.c.orig mandoc-1.14.5/compat_progname.c
|
||||
--- mandoc-1.14.5/compat_progname.c.orig 2019-03-10 05:56:43.000000000 -0400
|
||||
+++ mandoc-1.14.5/compat_progname.c 2020-02-06 14:31:57.278884167 -0500
|
||||
@@ -1,10 +1,6 @@
|
||||
#include "config.h"
|
||||
|
||||
-#if HAVE_PROGNAME
|
||||
-
|
||||
-int dummy;
|
||||
-
|
||||
-#else
|
||||
+#if HAVE_PROGNAME == 0
|
||||
|
||||
/* $Id: compat_progname.c,v 1.1 2015/11/06 16:30:33 schwarze Exp $ */
|
||||
/*
|
||||
diff -up mandoc-1.14.5/compat_reallocarray.c.orig mandoc-1.14.5/compat_reallocarray.c
|
||||
--- mandoc-1.14.5/compat_reallocarray.c.orig 2019-03-10 05:56:43.000000000 -0400
|
||||
+++ mandoc-1.14.5/compat_reallocarray.c 2020-02-06 14:32:05.686856733 -0500
|
||||
@@ -1,10 +1,6 @@
|
||||
#include "config.h"
|
||||
|
||||
-#if HAVE_REALLOCARRAY
|
||||
-
|
||||
-int dummy;
|
||||
-
|
||||
-#else
|
||||
+#if HAVE_REALLOCARRAY == 0
|
||||
|
||||
/* $Id: compat_reallocarray.c,v 1.4 2014/12/11 09:05:01 schwarze Exp $ */
|
||||
/* $OpenBSD: reallocarray.c,v 1.2 2014/12/08 03:45:00 bcook Exp $ */
|
||||
diff -up mandoc-1.14.5/compat_recallocarray.c.orig mandoc-1.14.5/compat_recallocarray.c
|
||||
--- mandoc-1.14.5/compat_recallocarray.c.orig 2019-03-10 05:56:43.000000000 -0400
|
||||
+++ mandoc-1.14.5/compat_recallocarray.c 2020-02-06 14:32:14.070829371 -0500
|
||||
@@ -1,10 +1,6 @@
|
||||
#include "config.h"
|
||||
|
||||
-#if HAVE_RECALLOCARRAY
|
||||
-
|
||||
-int dummy;
|
||||
-
|
||||
-#else
|
||||
+#if HAVE_RECALLOCARRAY == 0
|
||||
|
||||
/* $Id: compat_recallocarray.c,v 1.1 2017/06/12 19:05:47 schwarze Exp $ */
|
||||
/* $OpenBSD: malloc.c,v 1.225 2017/05/13 07:11:29 otto Exp $ */
|
||||
diff -up mandoc-1.14.5/compat_strcasestr.c.orig mandoc-1.14.5/compat_strcasestr.c
|
||||
--- mandoc-1.14.5/compat_strcasestr.c.orig 2019-03-10 05:56:43.000000000 -0400
|
||||
+++ mandoc-1.14.5/compat_strcasestr.c 2020-02-06 14:32:21.591804829 -0500
|
||||
@@ -1,10 +1,6 @@
|
||||
#include "config.h"
|
||||
|
||||
-#if HAVE_STRCASESTR
|
||||
-
|
||||
-int dummy;
|
||||
-
|
||||
-#else
|
||||
+#if HAVE_STRCASESTR == 0
|
||||
|
||||
/* $Id: compat_strcasestr.c,v 1.4 2014/12/11 09:19:32 schwarze Exp $ */
|
||||
/* $NetBSD: strcasestr.c,v 1.3 2005/11/29 03:12:00 christos Exp $ */
|
||||
diff -up mandoc-1.14.5/compat_stringlist.c.orig mandoc-1.14.5/compat_stringlist.c
|
||||
--- mandoc-1.14.5/compat_stringlist.c.orig 2019-03-10 05:56:43.000000000 -0400
|
||||
+++ mandoc-1.14.5/compat_stringlist.c 2020-02-06 14:29:49.568300904 -0500
|
||||
@@ -1,10 +1,6 @@
|
||||
#include "config.h"
|
||||
|
||||
-#if HAVE_STRINGLIST
|
||||
-
|
||||
-int dummy;
|
||||
-
|
||||
-#else
|
||||
+#if HAVE_STRINGLIST == 0
|
||||
|
||||
/* $Id: compat_stringlist.c,v 1.6 2015/11/07 14:22:29 schwarze Exp $ */
|
||||
/*
|
||||
diff -up mandoc-1.14.5/compat_stringlist.h.orig mandoc-1.14.5/compat_stringlist.h
|
||||
diff -up mandoc-1.14.5/compat_strlcat.c.orig mandoc-1.14.5/compat_strlcat.c
|
||||
--- mandoc-1.14.5/compat_strlcat.c.orig 2019-03-10 05:56:43.000000000 -0400
|
||||
+++ mandoc-1.14.5/compat_strlcat.c 2020-02-06 14:32:36.471756272 -0500
|
||||
@@ -1,10 +1,6 @@
|
||||
#include "config.h"
|
||||
|
||||
-#if HAVE_STRLCAT
|
||||
-
|
||||
-int dummy;
|
||||
-
|
||||
-#else
|
||||
+#if HAVE_STRLCAT == 0
|
||||
|
||||
/* $OpenBSD: strlcat.c,v 1.13 2005/08/08 08:05:37 espie Exp $ */
|
||||
|
||||
diff -up mandoc-1.14.5/compat_strlcpy.c.orig mandoc-1.14.5/compat_strlcpy.c
|
||||
--- mandoc-1.14.5/compat_strlcpy.c.orig 2019-03-10 05:56:43.000000000 -0400
|
||||
+++ mandoc-1.14.5/compat_strlcpy.c 2020-02-06 14:32:44.447730243 -0500
|
||||
@@ -1,10 +1,6 @@
|
||||
#include "config.h"
|
||||
|
||||
-#if HAVE_STRLCPY
|
||||
-
|
||||
-int dummy;
|
||||
-
|
||||
-#else
|
||||
+#if HAVE_STRLCPY == 0
|
||||
|
||||
/* $OpenBSD: strlcpy.c,v 1.11 2006/05/05 15:27:38 millert Exp $ */
|
||||
|
||||
diff -up mandoc-1.14.5/compat_strndup.c.orig mandoc-1.14.5/compat_strndup.c
|
||||
--- mandoc-1.14.5/compat_strndup.c.orig 2019-03-10 05:56:43.000000000 -0400
|
||||
+++ mandoc-1.14.5/compat_strndup.c 2020-02-06 14:32:52.264704732 -0500
|
||||
@@ -1,10 +1,6 @@
|
||||
#include "config.h"
|
||||
|
||||
-#if HAVE_STRNDUP
|
||||
-
|
||||
-int dummy;
|
||||
-
|
||||
-#else
|
||||
+#if HAVE_STRNDUP == 0
|
||||
|
||||
/* $Id: compat_strndup.c,v 1.1 2018/02/27 11:16:23 schwarze Exp $ */
|
||||
/* OpenBSD: strndup.c,v 1.2 2015/08/31 02:53:57 guenther Exp */
|
||||
diff -up mandoc-1.14.5/compat_strsep.c.orig mandoc-1.14.5/compat_strsep.c
|
||||
--- mandoc-1.14.5/compat_strsep.c.orig 2019-03-10 05:56:43.000000000 -0400
|
||||
+++ mandoc-1.14.5/compat_strsep.c 2020-02-06 14:33:01.807673592 -0500
|
||||
@@ -1,10 +1,6 @@
|
||||
#include "config.h"
|
||||
|
||||
-#if HAVE_STRSEP
|
||||
-
|
||||
-int dummy;
|
||||
-
|
||||
-#else
|
||||
+#if HAVE_STRSEP == 0
|
||||
|
||||
/* $Id: compat_strsep.c,v 1.4 2014/12/11 09:05:01 schwarze Exp $ */
|
||||
/* $OpenBSD: strsep.c,v 1.7 2014/02/05 20:42:32 stsp Exp $ */
|
||||
diff -up mandoc-1.14.5/compat_strtonum.c.orig mandoc-1.14.5/compat_strtonum.c
|
||||
--- mandoc-1.14.5/compat_strtonum.c.orig 2019-03-10 05:56:43.000000000 -0400
|
||||
+++ mandoc-1.14.5/compat_strtonum.c 2020-02-06 14:33:10.839644116 -0500
|
||||
@@ -1,10 +1,6 @@
|
||||
#include "config.h"
|
||||
|
||||
-#if HAVE_STRTONUM
|
||||
-
|
||||
-int dummy;
|
||||
-
|
||||
-#else
|
||||
+#if HAVE_STRTONUM == 0
|
||||
|
||||
/* $Id: compat_strtonum.c,v 1.1 2015/02/16 14:56:22 schwarze Exp $ */
|
||||
/* $OpenBSD: strtonum.c,v 1.7 2013/04/17 18:40:58 tedu Exp $ */
|
||||
diff -up mandoc-1.14.5/compat_vasprintf.c.orig mandoc-1.14.5/compat_vasprintf.c
|
||||
--- mandoc-1.14.5/compat_vasprintf.c.orig 2019-03-10 05:56:43.000000000 -0400
|
||||
+++ mandoc-1.14.5/compat_vasprintf.c 2020-02-06 14:33:18.119620363 -0500
|
||||
@@ -1,10 +1,6 @@
|
||||
#include "config.h"
|
||||
|
||||
-#if HAVE_VASPRINTF
|
||||
-
|
||||
-int dummy;
|
||||
-
|
||||
-#else
|
||||
+#if HAVE_VASPRINTF == 0
|
||||
|
||||
/* $Id: compat_vasprintf.c,v 1.3 2015/10/06 18:32:19 schwarze Exp $ */
|
||||
/*
|
||||
diff -up mandoc-1.14.5/tbl_html.c.orig mandoc-1.14.5/tbl_html.c
|
51
mandoc.spec
51
mandoc.spec
@ -1,22 +1,12 @@
|
||||
Name: mandoc
|
||||
Version: 1.14.5
|
||||
Release: 15%{?dist}
|
||||
Version: 1.14.6
|
||||
Release: 10%{?dist}
|
||||
Summary: A suite of tools for compiling mdoc and man
|
||||
|
||||
License: ISC
|
||||
License: ISC AND BSD-2-Clause AND BSD-3-Clause
|
||||
URL: https://mandoc.bsd.lv/
|
||||
Source0: https://mandoc.bsd.lv/snapshots/mandoc-%{version}.tar.gz
|
||||
|
||||
# Separate the commands for installing libraries and headers
|
||||
Patch0: mandoc-install-hdr.patch
|
||||
|
||||
# Simplify the compat #if for functions
|
||||
Patch1: mandoc-simplify-compat.patch
|
||||
|
||||
# calling with make with an empty env like "env -i | make -sf -"
|
||||
# will cause configure to crash
|
||||
Patch2: mandoc-configure_call_make_without_env.patch
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
BuildRequires: zlib-devel
|
||||
@ -73,7 +63,6 @@ echo 'MANM_MANCONF=mandoc.conf' >> configure.local
|
||||
# so rpmbuild can do whatever modifications it does post-%%install
|
||||
echo 'INSTALL_PROGRAM="${INSTALL} -m 0755"' >> configure.local
|
||||
echo 'INSTALL_LIB="${INSTALL} -m 0755"' >> configure.local
|
||||
echo 'INSTALL_HDR="${INSTALL} -m 0644"' >> configure.local
|
||||
echo 'INSTALL_MAN="${INSTALL} -m 0644"' >> configure.local
|
||||
echo 'INSTALL_DATA="${INSTALL} -m 0644"' >> configure.local
|
||||
|
||||
@ -86,6 +75,9 @@ echo 'CFLAGS="%{optflags} -fPIC"' >> configure.local
|
||||
%install
|
||||
%make_install
|
||||
|
||||
# Ensure headers do not have the execute bit set
|
||||
chmod -x %{buildroot}%{_includedir}/*.h
|
||||
|
||||
# Rename files for alternative usage
|
||||
mv %{buildroot}%{_bindir}/man %{buildroot}%{_bindir}/man.mandoc
|
||||
mv %{buildroot}%{_bindir}/apropos %{buildroot}%{_bindir}/apropos.mandoc
|
||||
@ -225,6 +217,37 @@ fi
|
||||
%{_mandir}/man3/tbl.3*
|
||||
|
||||
%changelog
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.14.6-10
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
Resolves: RHEL-64018
|
||||
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.14.6-9
|
||||
- Bump release for June 2024 mass rebuild
|
||||
|
||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.6-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.6-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Thu Sep 21 2023 David Cantrell <dcantrell@redhat.com> - 1.14.6-6
|
||||
- Convert License tag to SPDX expression
|
||||
|
||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.6-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.6-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Mon Dec 20 2021 David Cantrell <dcantrell@redhat.com> - 1.14.6-1
|
||||
- Upgrade to mandoc-1.14.6 (#2005601)
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.5-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mandoc-1.14.5.tar.gz) = 848f290847f3095757f25647e6d73eb7044018b145bf6f9dc8b5db164b1421911efdc5b3b9022ec3a2c5af9687a84d5acedee810f2bd2f7caaa9242dadb2cc52
|
||||
SHA512 (mandoc-1.14.6.tar.gz) = 54286070812a47b629f68757046d3c9a1bdd2b5d1c3b84a5c8e4cb92f1331afa745443f7238175835d8cfbe5b8dd442e00c75c3a5b5b8f8efd8d2ec8f636dad4
|
||||
|
Loading…
Reference in New Issue
Block a user