Source: https://src.fedoraproject.org/rpms/rng-tools/blob/aaca5d6d9c9a50e0d0eed74c67b09863ac37149a/f/2-rt-revert-build-randstat.patch From de2ee0d8b7e8ad2915165ef941a6ec37442a2fdc Mon Sep 17 00:00:00 2001 From: Vladis Dronov Date: Tue, 6 Jul 2021 14:36:46 +0200 Subject: [PATCH] Revert "Build randstat binary" We do not want new and mostly useless randstat binary. This reverts commit 2ce93190cb0111fcab2f622a539689d70960643a. Signed-off-by: Vladis Dronov --- .gitignore | 3 +-- contrib/Makefile.am | 5 +++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git .gitignore .gitignore index 943fa2b..5dc334d 100644 --- .gitignore +++ .gitignore @@ -1,6 +1,6 @@ *.a *.o -.deps/ +/.deps/ /aclocal.m4 /ar-lib /autom4te.cache/ @@ -10,7 +10,6 @@ /config.status /config.sub /configure -/contrib/randstat /depcomp /install-sh /missing diff --git contrib/Makefile.am contrib/Makefile.am index a81fb0e..18c4fbc 100644 --- contrib/Makefile.am +++ contrib/Makefile.am @@ -1,2 +1,3 @@ -bin_PROGRAMS = randstat -randstat_SOURCES = randstat.c + +EXTRA_DIST = randstat.c + -- 2.26.3 6ef0d635e79aaf912c6997d2cd978835'>refslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-01gnu: biber: Update to 2.12....Fixes <https://bugs.gnu.org/41400>. Reported by Mikhail Tsykalov <tsymsh@gmail.com>. This essentially reverts 40fd909e3ddee2c46a27a4fe92ed49d3e7ffb413. This is a followup to the TeX Live 2019 update in 85892948bd9fb5fcc3409a60204cc8b14a4eb030. * gnu/packages/tex.scm (biber): Update to 2.12. Ludovic Courtès
2020-04-24gnu: biber: Downgrade to 2.11....Biber 2.12 is incompatible with biblatex 3.11, which is what's currently packaged. This is a followup to 41a010875ba4108e666f11fc111cf5bb5dcf5464. * gnu/packages/tex.scm (biber): Downgrade to 2.11. Ludovic Courtès
2020-04-24gnu: biber: Address test failures....* gnu/packages/patches/biber-sortinithash.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/tex.scm (biber)[source]: Use it. Ludovic Courtès