From aadd9920c69c673d2f6438a0afc2e81e8bfc1f3e Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Fri, 28 Nov 2014 10:09:34 +0100 Subject: [PATCH] superfluous patch dropped --- at-3.1.14-help.patch | 11 ----------- at.spec | 7 ++++--- 2 files changed, 4 insertions(+), 14 deletions(-) delete mode 100644 at-3.1.14-help.patch diff --git a/at-3.1.14-help.patch b/at-3.1.14-help.patch deleted file mode 100644 index 2679df0..0000000 --- a/at-3.1.14-help.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -up at-3.1.14/panic.c.help at-3.1.14/panic.c ---- at-3.1.14/panic.c.help 2013-12-02 12:38:46.208231065 +0100 -+++ at-3.1.14/panic.c 2013-12-02 12:39:34.118317528 +0100 -@@ -94,6 +94,7 @@ usage(void) - */ - fprintf(stderr, "Usage: at [-V] [-q x] [-f file] [-mMlbv] timespec ...\n" - " at [-V] [-q x] [-f file] [-mMlbv] -t time\n" -+ " at [-V] [-q x] [-f file] [-mMlbv] -t time\n" - " at -c job ...\n" - " atq [-V] [-q x]\n" - " at [ -rd ] job ...\n" diff --git a/at.spec b/at.spec index 14f02c4..79105ab 100644 --- a/at.spec +++ b/at.spec @@ -3,7 +3,7 @@ Summary: Job spooling tools Name: at Version: 3.1.16 -Release: 4%{?dist} +Release: 5%{?dist} # http://packages.debian.org/changelogs/pool/main/a/at/current/copyright # + install-sh is MIT license with changes under Public Domain License: GPLv3+ and GPLv2+ and ISC and MIT and Public Domain @@ -26,7 +26,6 @@ Patch6: at-3.1.14-nitpicks.patch Patch8: at-3.1.14-fix_no_export.patch Patch9: at-3.1.14-mailwithhostname.patch Patch10: at-3.1.14-usePOSIXtimers.patch -Patch11: at-3.1.14-help.patch Patch12: at-3.1.14-wrong_format.patch Patch13: at-3.1.16-noabort.patch Patch14: at-3.1.16-fclose-error.patch @@ -75,7 +74,6 @@ cp %{SOURCE1} . %patch8 -p1 -b .export %patch9 -p1 -b .mail %patch10 -p1 -b .posix -%patch11 -p1 -b .help %patch12 -p1 -b .wrong %patch13 -p1 -b .noabort %patch14 -p1 -b .fclose @@ -176,6 +174,9 @@ chown daemon:daemon %{_localstatedir}/spool/at/.SEQ %attr(0644,root,root) /%{_unitdir}/atd.service %changelog +* Fri Nov 28 2014 Tomáš Mráz - 3.1.16-5 +- superfluous patch dropped + * Mon Nov 24 2014 Tomáš Mráz - 3.1.16-4 - test for write error on fclose (#1166882)