Browse Source

at:
- re-add Patch10 and Patch12 to use posix timer
- http://mantis.vinelinux.org/view.php?id=2483

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7107 ec354946-7b23-47d6-9f5a-488ba84defc7

daisuke 11 years ago
parent
commit
e51c406444
1 changed files with 12 additions and 3 deletions
  1. 12 3
      a/at/at-vl.spec

+ 12 - 3
a/at/at-vl.spec

@@ -4,7 +4,7 @@ Summary: Job spooling tools.
 Summary(ja): ジョブスプーリングツール
 Name: at
 Version: 3.1.13
-Release: 3%{?_dist_release}
+Release: 4%{?_dist_release}
 License: GPLv2+ and ISC
 Group: System Environment/Daemons
 URL: http://ftp.debian.org/debian/pool/main/a/at
@@ -23,9 +23,12 @@ Patch6:  at-3.1.13-selinux.patch
 Patch7:  at-3.1.12-nowrap.patch
 Patch8:  at-3.1.12-fix_no_export.patch 
 Patch9:  at-3.1.13-mailwithhostname.patch
-# Patch10: at-3.1.13-usePOSIXtimers.patch
+Patch10: at-3.1.13-usePOSIXtimers.patch
 Patch11: at-3.1.13-help.patch
 
+# http://mantis.vinelinux.org/view.php?id=2483
+Patch20: at-3.1.13-usePOSIXtimers-fix.patch
+
 BuildRequires: fileutils 
 BuildRequires: chkconfig
 BuildRequires: flex
@@ -75,9 +78,11 @@ cp %{SOURCE1} .
 %patch7 -p1 -b .nowrap
 %patch8 -p1 -b .export
 %patch9 -p1 -b .mail
-#patch10 -p1 -b .posix
+%patch10 -p1 -b .posix
 %patch11 -p1 -b .help
 
+%patch20 -p1 -b .posix-fix
+
 %build
 # patch10 touches configure.in
 autoconf
@@ -176,6 +181,10 @@ fi
 %attr(4755,root,root) %{_bindir}/at
 
 %changelog
+* Sat Nov 10 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1.13-4
+- re-add Patch10 and Patch12 to use posix timer
+  - http://mantis.vinelinux.org/view.php?id=2483
+
 * Sat Nov 10 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1.13-3
 - remove Patch10
   - atd doesn't execute queued job until the next jobs is queued.