Browse Source

at-3.1.14-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8574 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 9 years ago
parent
commit
720b0f9702
1 changed files with 10 additions and 5 deletions
  1. 10 5
      a/at/at-vl.spec

+ 10 - 5
a/at/at-vl.spec

@@ -3,8 +3,8 @@
 Summary: Job spooling tools.
 Summary(ja): ジョブスプーリングツール
 Name: at
-Version: 3.1.13
-Release: 4%{?_dist_release}
+Version: 3.1.14
+Release: 1%{?_dist_release}
 License: GPLv2+ and ISC
 Group: System Environment/Daemons
 URL: http://ftp.debian.org/debian/pool/main/a/at
@@ -14,7 +14,7 @@ Source1: pam_atd
 Source2: atd.init
 Source3: atd.sysconf
 
-Patch1:  at-3.1.13-makefile.patch
+Patch1:  at-3.1.14-makefile.patch
 Patch2:  at-3.1.12-opt_V.patch
 Patch3:  at-3.1.12-shell.patch
 Patch4:  at-3.1.13-nitpicks.patch
@@ -24,7 +24,7 @@ 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
-Patch11: at-3.1.13-help.patch
+#Patch11: at-3.1.13-help.patch
 
 # http://mantis.vinelinux.org/view.php?id=2483
 Patch20: at-3.1.13-usePOSIXtimers-fix.patch
@@ -79,7 +79,7 @@ cp %{SOURCE1} .
 %patch8 -p1 -b .export
 %patch9 -p1 -b .mail
 %patch10 -p1 -b .posix
-%patch11 -p1 -b .help
+#%patch11 -p1 -b .help
 
 %patch20 -p1 -b .posix-fix
 
@@ -181,6 +181,11 @@ fi
 %attr(4755,root,root) %{_bindir}/at
 
 %changelog
+* Sun Jun 15 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1.14-1
+- new upstream release.
+- updated Patch1.
+- removed Patch11 (no longer needed).
+
 * 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